Skip to content
Failed

Console Output

Branch indexing
16:56:34 Connecting to https://api.github.com using genie.equinox/****** (Gerrit HTTP Login)
16:56:34 Jenkins-Imposed API Limiter: Current quota for Github API usage has 23 remaining (1 over budget). Next quota of 60 in 14 min. Sleeping for 4 min 29 sec.
16:56:34 Jenkins is attempting to evenly distribute GitHub API requests. To configure a different rate limiting strategy, such as having Jenkins restrict GitHub API requests only when near or above the GitHub rate limit, go to "GitHub API usage" under "Configure System" in the Jenkins settings.
16:59:36 Jenkins-Imposed API Limiter: Still sleeping, now only 1 min 26 sec remaining.
Obtained Jenkinsfile from 2e91516051ddaa92307abed301ff08bae713eb47
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘centos-latest’
Agent centos-8-948rf is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-948rf"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.equinox.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-948rf"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-8-948rf"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.equinox.svc.cluster.local/equinox/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-4.11.2"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-equinox"
      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-948rf in /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential gerrit-http-login
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-equinox/equinox.bundles.git
 > git init /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance # timeout=10
Fetching upstream changes from https://github.com/eclipse-equinox/equinox.bundles.git
 > git --version # timeout=10
 > git --version # 'git version 2.27.0'
using GIT_ASKPASS to set credentials Gerrit HTTP Login
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-equinox/equinox.bundles.git +refs/heads/R4_22_maintenance:refs/remotes/origin/R4_22_maintenance # timeout=10
Avoid second fetch
Checking out Revision 2e91516051ddaa92307abed301ff08bae713eb47 (R4_22_maintenance)
 > git config remote.origin.url https://github.com/eclipse-equinox/equinox.bundles.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/R4_22_maintenance:refs/remotes/origin/R4_22_maintenance # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2e91516051ddaa92307abed301ff08bae713eb47 # timeout=10
Commit message: "Bug 576709: Use Eclipse Formatter default settings"
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] sh
+ mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/.m2/repository -Pbuild-individual-bundles -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.22.0-SNAPSHOT/eclipse-sdk-prereqs-4.22.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@41f61188...
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/ (142B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/ (130.84kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/pom.xml
[INFO] Fetching R-4.22-202111241800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.22/ (63B)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (12.94MB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (46.27kB)
[INFO] Fetching org.eclipse.osgi_3.17.100.v20211104-1730.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.4MB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (411.93kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (126.4kB)
[INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (72.7kB)
[INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (180.11kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (311.11kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.core.runtime_3.24.0.v20210910-0750.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (70.78kB)
[INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (108.05kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (25.62kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (52.48kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (55.13kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/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.22/R-4.22-202111241800/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/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.22/R-4.22-202111241800/plugins/ (40.46kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.swt_3.118.0.v20211123-0851.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (16.96kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.24.0.v20211110-1517.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/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.22/R-4.22-202111241800/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.22/R-4.22-202111241800/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.22/R-4.22-202111241800/plugins/ (27.72kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.100.v20211103-1334.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (57.43kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (394.73kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (87.54kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (229.55kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.300.v20211102-1716.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (251.59kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.300.v20211102-0939.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (147.16kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.emf.common_2.23.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (367kB)
[INFO] Fetching org.eclipse.ui_3.200.0.v20211026-0701.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (432.53kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.jface.notifications_0.4.0.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (29.94kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.118.0.v20211123-0851.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.ui.workbench_3.124.0.v20211116-0651.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (3.47MB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (21.24kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.118.0.v20211123-0851.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (2.03MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.118.0.v20211123-0851.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.118.0.v20211123-0851.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.118.0.v20211123-0851.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (2.13MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.118.0.v20211123-0851.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (2.13MB)
[INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.compendium.sdk:3.22.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.compendium.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.compendium.sdk:3.22.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.compendium.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.compendium.sdk:3.22.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.compendium.sdk/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.feature:1.13.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.feature:1.13.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.feature:1.13.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.sdk/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.core:1.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.core:1.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.core:1.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.jetty:1.10.900-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.jetty/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.jetty:1.10.900-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.jetty/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.jetty:1.10.900-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.jetty/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.p2:1.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.p2/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.p2:1.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.p2/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.p2:1.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.p2/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.sdk/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.simple/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.simple/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.simple/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.serverside.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.serverside.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.serverside.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.serverside.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.serverside.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.serverside.sdk/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/pom.xml
[INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (326.25kB)
[INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210923-1401.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (5.46MB)
[INFO] Fetching org.eclipse.compare_3.8.200.v20210910-1335.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (804.81kB)
[INFO] Fetching org.eclipse.core.resources_3.16.0.v20211001-2032.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (880.15kB)
[INFO] Fetching org.eclipse.jface.text_3.19.0.v20211026-2100.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.ide_3.18.400.v20211026-0701.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.300.v20211119-1032.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (674.55kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (618.79kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (330.12kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (66.43kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.100.v20210909-1906.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (115.4kB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (288.46kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.200.v20210912-1851.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (69.8kB)
[INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (64.42kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (11.51kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.300.v20211104-1311.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (167.07kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (360.09kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.8.100.v20210908-0659.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (76.34kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.100.v20210907-0854.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (74.12kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.300.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (142.29kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.200.v20211104-1616.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (212.98kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (130.72kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (341.2kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (423.11kB)
[INFO] Fetching org.eclipse.team.core_3.9.200.v20211013-1022.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (401.69kB)
[INFO] Fetching org.eclipse.team.ui_3.9.100.v20210721-1306.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.200.v20211026-0701.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (113.07kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.300.v20210914-2004.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (172.13kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (107.15kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (65.43kB)
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/pom.xml
[INFO] Fetching org.eclipse.core.tests.harness_3.12.100.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (94.49kB)
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.800-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.800-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.800-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.22.0-SNAPSHOT/eclipse-sdk-prereqs-4.22.0-SNAPSHOT.target for environments=[macosx/cocoa/x86_64], 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@41f61188...
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.22.0-SNAPSHOT/eclipse-sdk-prereqs-4.22.0-SNAPSHOT.target for environments=[win32/win32/x86_64], 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@41f61188...
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.22.0-SNAPSHOT/eclipse-sdk-prereqs-4.22.0-SNAPSHOT.target for environments=[linux/gtk/x86_64], 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@41f61188...
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml
[INFO] Project org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT does not match environment (& (osgi.os=linux) (osgi.ws=gtk) (osgi.arch=ppc64le) ) skipp dependecy resolution
[INFO] Project org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT does not match environment (& (osgi.os=linux) (osgi.ws=gtk) (osgi.arch=aarch64) ) skipp dependecy resolution
[INFO] Project org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT does not match environment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) skipp dependecy resolution
[INFO] Project org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT does not match environment (& (osgi.os=macosx) (osgi.ws=cocoa) (osgi.arch=x86_64) ) skipp dependecy resolution
[INFO] Project org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT does not match environment (& (osgi.os=macosx) (osgi.ws=cocoa) (osgi.arch=aarch64) ) skipp dependecy resolution
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/pom.xml
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (52.58kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (219.73kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (69.34kB)
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml
[INFO] Fetching org.apache.sshd.osgi_2.7.0.v20210623-0618.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.76MB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (51.82kB)
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml
[INFO] Fetching org.easymock_2.4.0.v20090202-0900.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (95.16kB)
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/pom.xml
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (96.33kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (243.43kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (769.66kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (171.75kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (561.39kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (194.96kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (126.4kB)
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/pom.xml
[INFO] Fetching org.apache.commons.fileupload_1.3.2.v20170320-2229.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (82.57kB)
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/pom.xml
[INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (56.85kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (108.5kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (2.36MB)
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge.template:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge.template/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge.template:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge.template/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge.template:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge.template/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.slf4j.stub/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.slf4j.stub/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.slf4j.stub/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] rt.equinox.bundles                                                 [pom]
[INFO] org.eclipse.equinox.common                              [eclipse-plugin]
[INFO] org.eclipse.equinox.registry                            [eclipse-plugin]
[INFO] org.eclipse.equinox.preferences                         [eclipse-plugin]
[INFO] org.eclipse.equinox.app                                 [eclipse-plugin]
[INFO] org.eclipse.equinox.event                               [eclipse-plugin]
[INFO] org.eclipse.equinox.security                            [eclipse-plugin]
[INFO] org.eclipse.equinox.security.ui                         [eclipse-plugin]
[INFO] org.eclipse.equinox.cm                                  [eclipse-plugin]
[INFO] org.eclipse.equinox.coordinator                         [eclipse-plugin]
[INFO] org.eclipse.equinox.device                              [eclipse-plugin]
[INFO] org.eclipse.equinox.metatype                            [eclipse-plugin]
[INFO] org.eclipse.equinox.useradmin                           [eclipse-plugin]
[INFO] org.eclipse.equinox.compendium.sdk                     [eclipse-feature]
[INFO] org.eclipse.equinox.console                             [eclipse-plugin]
[INFO] org.eclipse.equinox.core.feature                       [eclipse-feature]
[INFO] org.eclipse.equinox.concurrent                          [eclipse-plugin]
[INFO] org.eclipse.equinox.bidi                                [eclipse-plugin]
[INFO] org.eclipse.equinox.console.jaas.fragment               [eclipse-plugin]
[INFO] org.eclipse.equinox.console.ssh                         [eclipse-plugin]
[INFO] org.eclipse.equinox.transforms.xslt                     [eclipse-plugin]
[INFO] org.eclipse.equinox.transforms.hook                     [eclipse-plugin]
[INFO] org.eclipse.equinox.security.linux                      [eclipse-plugin]
[INFO] org.eclipse.equinox.region                              [eclipse-plugin]
[INFO] org.eclipse.equinox.log.stream                          [eclipse-plugin]
[INFO] org.eclipse.equinox.weaving.hook                        [eclipse-plugin]
[INFO] org.eclipse.equinox.weaving.caching                     [eclipse-plugin]
[INFO] org.eclipse.equinox.weaving.caching.j9                  [eclipse-plugin]
[INFO] org.eclipse.equinox.security.win32.x86_64               [eclipse-plugin]
[INFO] org.eclipse.equinox.security.macosx                     [eclipse-plugin]
[INFO] org.eclipse.equinox.core.sdk                           [eclipse-feature]
[INFO] org.eclipse.equinox.http.servlet                        [eclipse-plugin]
[INFO] org.eclipse.equinox.http.jetty                          [eclipse-plugin]
[INFO] org.eclipse.equinox.http.registry                       [eclipse-plugin]
[INFO] org.eclipse.equinox.servletbridge                       [eclipse-plugin]
[INFO] org.eclipse.equinox.http.servletbridge                  [eclipse-plugin]
[INFO] org.eclipse.equinox.jsp.jasper                          [eclipse-plugin]
[INFO] org.eclipse.equinox.jsp.jasper.registry                 [eclipse-plugin]
[INFO] org.eclipse.equinox.server.core                        [eclipse-feature]
[INFO] org.eclipse.equinox.server.jetty                       [eclipse-feature]
[INFO] org.eclipse.equinox.server.p2                          [eclipse-feature]
[INFO] org.eclipse.equinox.serverside.sdk                     [eclipse-feature]
[INFO] org.eclipse.equinox.sdk                                [eclipse-feature]
[INFO] org.eclipse.equinox.server.simple                      [eclipse-feature]
[INFO] org.eclipse.equinox.bidi.tests                     [eclipse-test-plugin]
[INFO] org.eclipse.equinox.cm.test                        [eclipse-test-plugin]
[INFO] org.eclipse.equinox.common.tests                   [eclipse-test-plugin]
[INFO] org.eclipse.equinox.ds.tests                       [eclipse-test-plugin]
[INFO] org.eclipse.equinox.preferences.tests              [eclipse-test-plugin]
[INFO] org.eclipse.equinox.security.tests                 [eclipse-test-plugin]
[INFO] org.eclipse.equinox.security.linux.x86_64               [eclipse-plugin]
[INFO] org.eclipse.equinox.console.ssh.tests              [eclipse-test-plugin]
[INFO] org.eclipse.equinox.console.tests                  [eclipse-test-plugin]
[INFO] org.eclipse.equinox.http.servlet.tests             [eclipse-test-plugin]
[INFO] org.eclipse.equinox.servletbridge.template              [eclipse-plugin]
[INFO] org.eclipse.equinox.slf4j.stub                          [eclipse-plugin]
[INFO] 
[INFO] -----------< org.eclipse.equinox.bundles:rt.equinox.bundles >-----------
[INFO] Building rt.equinox.bundles 4.22.0-SNAPSHOT                       [1/56]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rt.equinox.bundles ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ rt.equinox.bundles ---
[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/quinox.bundles_R4_22_maintenance/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ rt.equinox.bundles ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ rt.equinox.bundles ---
[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/quinox.bundles_R4_22_maintenance/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ rt.equinox.bundles ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ rt.equinox.bundles ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ rt.equinox.bundles ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ rt.equinox.bundles ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ rt.equinox.bundles ---
[INFO] 
[INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.common >-----------
[INFO] Building org.eclipse.equinox.common 3.15.100-SNAPSHOT             [2/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common ---
[INFO] The project's OSGi version is 3.15.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.common ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.common ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.common ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.common ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.common ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.common ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.common ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.common ---
[INFO] Compiling 62 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.common ---
[INFO] Fetching org.eclipse.ant.core_3.6.200.v20210907-1007.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (107.17kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.equinox.common_3.15.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (143.91kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (136.29kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.debug.core_3.18.300.v20211117-1829.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (395.01kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (69.05kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (109.64kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (367.36kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (244.04kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (56.37kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.200.v20211013-0600.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (101.88kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (242.54kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.800.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (113.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/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.22/R-4.22-202111241800/plugins/ (129.25kB)
[INFO] Fetching org.eclipse.jdt.core_3.28.0.v20211117-1416.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (6.64MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.0.v20211112-1303.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (905.56kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.400.v20211011-0920.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (563.25kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (249.09kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.700.v20211108-0917.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (932.72kB)
[INFO] Fetching org.eclipse.pde.core_3.15.0.v20211020-1251.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.33MB)
[INFO] Fetching org.objectweb.asm_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (130.43kB)
[INFO] Fetching org.objectweb.asm.tree_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (64.52kB)
[INFO] Fetching org.eclipse.pde.build_3.11.100.v20210916-0743.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (477.29kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.common_3.15.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.common ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.common ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.15.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.15.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.common ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common ---
[INFO] Fetching org.eclipse.equinox.common.source_3.15.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (145.37kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.common ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.common ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.common ---
[INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (123.51kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (128.97kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.200.v20211018-0955.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/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.22/R-4.22-202111241800/plugins/ (43.53kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common/target/dependencies-list.txt, -failOnError]
0 API ERRORS
1 API warnings
* Marker [on: /org.eclipse.equinox.common/src/org/eclipse/core/runtime/Path.java, id: 86, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 1330, charStart: 1326, lineNumber: 37, message: Path implements non-API interface IPath, messagearguments: IPath#Path, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.common/src<org.eclipse.core.runtime{Path.java[Path, problemTypeName: org.eclipse.core.runtime.Path, problemid: 576725006, severity: 1, sourceId: API Tools], created: 3/14/22, 9:08 PM]
[INFO] 
[INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.registry >----------
[INFO] Building org.eclipse.equinox.registry 3.11.100-SNAPSHOT           [3/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.registry ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.registry ---
[INFO] The project's OSGi version is 3.11.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.registry ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.registry ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.registry ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.registry ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.registry ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.registry ---
[INFO] Compiling 80 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.registry ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.registry_3.11.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.registry ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.registry ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.11.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.11.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.registry ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.registry ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.registry ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.registry ---
[INFO] Fetching org.eclipse.equinox.registry.source_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (176.1kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.registry ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.registry ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.registry ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.registry/target/dependencies-list.txt, -failOnError]
0 API ERRORS
2 API warnings
* Marker [on: /org.eclipse.equinox.registry/src/org/eclipse/core/runtime/dynamichelpers/ExtensionTracker.java, id: 115, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 1175, charStart: 1159, lineNumber: 32, message: ExtensionTracker implements non-API interface IExtensionTracker, messagearguments: IExtensionTracker#ExtensionTracker, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.registry/src<org.eclipse.core.runtime.dynamichelpers{ExtensionTracker.java[ExtensionTracker, problemTypeName: org.eclipse.core.runtime.dynamichelpers.ExtensionTracker, problemid: 576725006, severity: 1, sourceId: API Tools], created: 3/14/22, 9:09 PM]
* Marker [on: /org.eclipse.equinox.registry/src/org/eclipse/core/runtime/spi/RegistryContributor.java, id: 116, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 1353, charStart: 1334, lineNumber: 33, message: RegistryContributor implements non-API interface IContributor, messagearguments: IContributor#RegistryContributor, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.registry/src<org.eclipse.core.runtime.spi{RegistryContributor.java[RegistryContributor, problemTypeName: org.eclipse.core.runtime.spi.RegistryContributor, problemid: 576725006, severity: 1, sourceId: API Tools], created: 3/14/22, 9:09 PM]
[INFO] 
[INFO] --------< org.eclipse.equinox:org.eclipse.equinox.preferences >---------
[INFO] Building org.eclipse.equinox.preferences 3.9.100-SNAPSHOT         [4/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.preferences ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences ---
[INFO] The project's OSGi version is 3.9.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.preferences ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.preferences ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.preferences ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.preferences ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.preferences ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.preferences ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.preferences ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.preferences ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.preferences ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.preferences ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.preferences_3.9.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.preferences ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.preferences ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.preferences ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.9.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.9.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.preferences ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.preferences ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences ---
[INFO] Fetching org.eclipse.equinox.preferences.source_3.9.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (115.66kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.preferences ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.preferences ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.preferences ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences/target/dependencies-list.txt, -failOnError]
0 API ERRORS
1 API warnings
* Marker [on: /org.eclipse.equinox.preferences/src/org/eclipse/core/runtime/preferences/IEclipsePreferences.java, id: 151, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 1035, charStart: 1016, lineNumber: 31, message: IEclipsePreferences extends non-API type Preferences, messagearguments: Preferences#IEclipsePreferences, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.preferences/src<org.eclipse.core.runtime.preferences{IEclipsePreferences.java[IEclipsePreferences, problemTypeName: org.eclipse.core.runtime.preferences.IEclipsePreferences, problemid: 576720909, severity: 1, sourceId: API Tools], created: 3/14/22, 9:09 PM]
[INFO] 
[INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.app >-------------
[INFO] Building org.eclipse.equinox.app 1.6.100-SNAPSHOT                 [5/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.app ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.app ---
[INFO] The project's OSGi version is 1.6.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.app ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.app ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.app ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.app ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.app ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.app ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.app ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.app ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.app ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.app ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.app_1.6.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.app ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.app ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.app ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.app ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.6.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.app ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.6.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.app ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.app ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.app ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.app ---
[INFO] Fetching org.eclipse.equinox.app.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (76.54kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.app ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.app ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.app ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.app/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.event >------------
[INFO] Building org.eclipse.equinox.event 1.6.100-SNAPSHOT               [6/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.event ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.event ---
[INFO] The project's OSGi version is 1.6.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.event ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.event ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.event ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.event ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.event ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.event ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.event ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.event ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.event ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.event ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.event_1.6.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.event ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.event ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.event ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.event ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.6.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.event ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.6.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.event ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.event ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.event ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.event ---
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (27.17kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.event ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.event ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.event ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.event/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.security >----------
[INFO] Building org.eclipse.equinox.security 1.3.800-SNAPSHOT            [7/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security ---
[INFO] The project's OSGi version is 1.3.800.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.security ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.security ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.security ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.security ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.security ---
[INFO] Compiling 49 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.security_1.3.800.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.security ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.security ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.3.800-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.3.800-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.800-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.security ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security ---
[INFO] Fetching org.eclipse.equinox.security.source_1.3.800.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (102.34kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.security ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.security ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.security ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] --------< org.eclipse.equinox:org.eclipse.equinox.security.ui >---------
[INFO] Building org.eclipse.equinox.security.ui 1.3.100-SNAPSHOT         [8/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.ui ---
[INFO] The project's OSGi version is 1.3.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.security.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.ui ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.security.ui ---
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.ui ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.security.ui_1.3.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.security.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.ui ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.security.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.ui ---
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (170.54kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (85.5kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.security.ui ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.security.ui ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.security.ui ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.ui/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -------------< org.eclipse.equinox:org.eclipse.equinox.cm >-------------
[INFO] Building org.eclipse.equinox.cm 1.5.100-SNAPSHOT                  [9/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.cm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm ---
[INFO] The project's OSGi version is 1.5.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.cm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.cm ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.cm ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.cm ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.cm ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.cm ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.cm ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.cm ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.cm ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.cm ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.cm_1.5.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.cm ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.cm ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.cm ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.cm ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.5.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.5.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.cm ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.cm ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm ---
[INFO] Fetching org.eclipse.equinox.cm_1.5.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (78.24kB)
[INFO] Fetching org.eclipse.equinox.cm.source_1.5.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (46.63kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.cm ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.cm ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.cm ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] --------< org.eclipse.equinox:org.eclipse.equinox.coordinator >---------
[INFO] Building org.eclipse.equinox.coordinator 1.4.100-SNAPSHOT        [10/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.coordinator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.coordinator ---
[INFO] The project's OSGi version is 1.4.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.coordinator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.coordinator ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.coordinator ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.coordinator ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.coordinator ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.coordinator ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.coordinator ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.coordinator ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.coordinator ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.coordinator ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.coordinator_1.4.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.coordinator ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.coordinator ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.coordinator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.coordinator ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.4.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.coordinator ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.4.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.coordinator ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.coordinator ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.coordinator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.coordinator ---
[INFO] Fetching org.eclipse.equinox.coordinator_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (53.42kB)
[INFO] Fetching org.eclipse.equinox.coordinator.source_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (51.53kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.coordinator ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.coordinator ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.coordinator ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.coordinator/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.device >-----------
[INFO] Building org.eclipse.equinox.device 1.1.200-SNAPSHOT             [11/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.device ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.device ---
[INFO] The project's OSGi version is 1.1.200.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.device ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.device ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.device ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.device ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.device ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.device ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.device ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.device ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.device ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.device ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.device_1.1.200.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.device ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.device ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.device ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.device ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.device ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.device ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.device ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.device ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.device ---
[INFO] Fetching org.eclipse.equinox.device_1.1.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (33.73kB)
[INFO] Fetching org.eclipse.equinox.device.source_1.1.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (28.9kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.device ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.device ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.device ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.device/target/dependencies-list.txt, -failOnError]
0 API ERRORS
1 API warnings
* Marker [on: /org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java, id: 524, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 689, charStart: 684, lineNumber: 22, message: Match illegally implements Match, messagearguments: Match#Match, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.device/src<org.eclipse.equinox.device{Match.java[Match, problemTypeName: org.eclipse.equinox.device.Match, problemid: 574619656, severity: 1, sourceId: API Tools], created: 3/14/22, 9:12 PM]
[INFO] 
[INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.metatype >----------
[INFO] Building org.eclipse.equinox.metatype 1.6.100-SNAPSHOT           [12/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.metatype ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.metatype ---
[INFO] The project's OSGi version is 1.6.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.metatype ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.metatype ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.metatype ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.metatype ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.metatype ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.metatype ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.metatype ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.metatype ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.metatype ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.metatype ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.metatype_1.6.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.metatype ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.metatype ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.metatype ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.metatype ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.metatype ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.metatype ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.metatype ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.metatype ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.metatype ---
[INFO] Fetching org.eclipse.equinox.metatype_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (97.88kB)
[INFO] Fetching org.eclipse.equinox.metatype.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (56kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.metatype ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.metatype ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.metatype ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.metatype/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.useradmin >----------
[INFO] Building org.eclipse.equinox.useradmin 1.2.200-SNAPSHOT          [13/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.useradmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.useradmin ---
[INFO] The project's OSGi version is 1.2.200.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.useradmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.useradmin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.useradmin ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.useradmin ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.useradmin ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.useradmin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.useradmin ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.useradmin ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.useradmin ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.useradmin ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.useradmin_1.2.200.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.useradmin ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.useradmin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.useradmin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.useradmin ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.useradmin ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.useradmin ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.useradmin ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.useradmin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.useradmin ---
[INFO] Fetching org.eclipse.equinox.useradmin_1.2.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (39.17kB)
[INFO] Fetching org.eclipse.equinox.useradmin.source_1.2.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (35.85kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.useradmin ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.useradmin ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.useradmin ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.useradmin/target/dependencies-list.txt, -failOnError]
0 API ERRORS
5 API warnings
* Marker [on: /org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Authorization.java, id: 553, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 2688, charStart: 2675, lineNumber: 59, message: Authorization illegally implements Authorization, messagearguments: Authorization#Authorization, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.useradmin/src<org.eclipse.equinox.internal.useradmin{Authorization.java[Authorization, problemTypeName: org.eclipse.equinox.internal.useradmin.Authorization, problemid: 574619656, severity: 1, sourceId: API Tools], created: 3/14/22, 9:12 PM]
* Marker [on: /org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java, id: 554, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 3238, charStart: 3233, lineNumber: 88, message: Group illegally implements Group, messagearguments: Group#Group, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.useradmin/src<org.eclipse.equinox.internal.useradmin{Group.java[Group, problemTypeName: org.eclipse.equinox.internal.useradmin.Group, problemid: 574619656, severity: 1, sourceId: API Tools], created: 3/14/22, 9:12 PM]
* Marker [on: /org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java, id: 555, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 1677, charStart: 1673, lineNumber: 42, message: Role illegally implements Role, messagearguments: Role#Role, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.useradmin/src<org.eclipse.equinox.internal.useradmin{Role.java[Role, problemTypeName: org.eclipse.equinox.internal.useradmin.Role, problemid: 574619656, severity: 1, sourceId: API Tools], created: 3/14/22, 9:12 PM]
* Marker [on: /org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java, id: 556, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 1570, charStart: 1566, lineNumber: 41, message: User illegally implements User, messagearguments: User#User, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.useradmin/src<org.eclipse.equinox.internal.useradmin{User.java[User, problemTypeName: org.eclipse.equinox.internal.useradmin.User, problemid: 574619656, severity: 1, sourceId: API Tools], created: 3/14/22, 9:12 PM]
* Marker [on: /org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java, id: 557, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 1890, charStart: 1881, lineNumber: 47, message: UserAdmin illegally implements UserAdmin, messagearguments: UserAdmin#UserAdmin, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.useradmin/src<org.eclipse.equinox.internal.useradmin{UserAdmin.java[UserAdmin, problemTypeName: org.eclipse.equinox.internal.useradmin.UserAdmin, problemid: 574619656, severity: 1, sourceId: API Tools], created: 3/14/22, 9:12 PM]
[INFO] 
[INFO] ---< org.eclipse.equinox.feature:org.eclipse.equinox.compendium.sdk >---
[INFO] Building org.eclipse.equinox.compendium.sdk 3.22.200-SNAPSHOT    [14/56]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.compendium.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.compendium.sdk ---
[INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (278.04kB)
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] The project's OSGi version is 3.22.200.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.compendium.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.compendium.sdk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.compendium.sdk ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.compendium.sdk/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.compendium.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.compendium.sdk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.compendium.sdk ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.compendium.sdk/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.compendium.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.equinox.compendium.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.22.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.compendium.sdk ---
[INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.compendium.sdk:3.22.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.compendium.sdk/pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.compendium.sdk ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.compendium.sdk ---
[INFO] Fetching org.eclipse.equinox.compendium.sdk_3.22.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (19.33kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.compendium.sdk ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.compendium.sdk ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.compendium.sdk ---
[INFO] 
[INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.console >-----------
[INFO] Building org.eclipse.equinox.console 1.4.500-SNAPSHOT            [15/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console ---
[INFO] The project's OSGi version is 1.4.500.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.console ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.console ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.console ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.console ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.console ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.console ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.console ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.console ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.console ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.console_1.4.500.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.console ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.console ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.console ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.500-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.500-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.console ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.console ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console ---
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (84.65kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.console ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.console ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.console ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console/target/dependencies-list.txt, -failOnError]
0 API ERRORS
6 API warnings
* Marker [on: /org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/Activator.java, id: 564, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 7463, charStart: 7455, lineNumber: 204, message: SessionCustomizer illegally references method ConsoleSession.getInput(), messagearguments: ConsoleSession#SessionCustomizer#getInput(), org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.console/src<org.eclipse.equinox.console.command.adapter{Activator.java[Activator[SessionCustomizer~addingService~QServiceReference\<QConsoleSession;>;, problemTypeName: org.eclipse.equinox.console.command.adapter.Activator$SessionCustomizer, problemid: 640712815, severity: 1, sourceId: API Tools], created: 3/14/22, 9:13 PM]
* Marker [on: /org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/Activator.java, id: 565, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 7844, charStart: 7839, lineNumber: 218, message: SessionCustomizer illegally references method ConsoleSession.close(), messagearguments: ConsoleSession#SessionCustomizer#close(), org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.console/src<org.eclipse.equinox.console.command.adapter{Activator.java[Activator[SessionCustomizer~addingService~QServiceReference\<QConsoleSession;>;[~run, problemTypeName: org.eclipse.equinox.console.command.adapter.Activator$SessionCustomizer, problemid: 640712815, severity: 1, sourceId: API Tools], created: 3/14/22, 9:13 PM]
* Marker [on: /org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/Activator.java, id: 566, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 7844, charStart: 7839, lineNumber: 218, message: SessionCustomizer illegally references method ConsoleSession.close(), messagearguments: ConsoleSession#SessionCustomizer#close(), org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.console/src<org.eclipse.equinox.console.command.adapter{Activator.java[Activator[SessionCustomizer~addingService~QServiceReference\<QConsoleSession;>;[~run, problemTypeName: org.eclipse.equinox.console.command.adapter.Activator$SessionCustomizer, problemid: 640712815, severity: 1, sourceId: API Tools], created: 3/14/22, 9:13 PM]
* Marker [on: /org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/Activator.java, id: 567, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 7844, charStart: 7839, lineNumber: 218, message: SessionCustomizer illegally references method ConsoleSession.close(), messagearguments: ConsoleSession#SessionCustomizer#close(), org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.console/src<org.eclipse.equinox.console.command.adapter{Activator.java[Activator[SessionCustomizer~addingService~QServiceReference\<QConsoleSession;>;[~run, problemTypeName: org.eclipse.equinox.console.command.adapter.Activator$SessionCustomizer, problemid: 640712815, severity: 1, sourceId: API Tools], created: 3/14/22, 9:13 PM]
* Marker [on: /org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/Activator.java, id: 568, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 7373, charStart: 7364, lineNumber: 203, message: SessionCustomizer illegally references method ConsoleSession.getOutput(), messagearguments: ConsoleSession#SessionCustomizer#getOutput(), org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.console/src<org.eclipse.equinox.console.command.adapter{Activator.java[Activator[SessionCustomizer~addingService~QServiceReference\<QConsoleSession;>;, problemTypeName: org.eclipse.equinox.console.command.adapter.Activator$SessionCustomizer, problemid: 640712815, severity: 1, sourceId: API Tools], created: 3/14/22, 9:13 PM]
* Marker [on: /org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/CustomCommandInterpreter.java, id: 563, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 1375, charStart: 1351, lineNumber: 39, message: CustomCommandInterpreter illegally implements CommandInterpreter, messagearguments: CommandInterpreter#CustomCommandInterpreter, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.equinox.console/src<org.eclipse.equinox.console.command.adapter{CustomCommandInterpreter.java[CustomCommandInterpreter, problemTypeName: org.eclipse.equinox.console.command.adapter.CustomCommandInterpreter, problemid: 574619656, severity: 1, sourceId: API Tools], created: 3/14/22, 9:13 PM]
[INFO] 
[INFO] ----< org.eclipse.equinox.feature:org.eclipse.equinox.core.feature >----
[INFO] Building org.eclipse.equinox.core.feature 1.13.400-SNAPSHOT      [16/56]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.feature ---
[INFO] The project's OSGi version is 1.13.400.v20211104-1730
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.core.feature ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.core.feature ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.feature/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.core.feature ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.core.feature ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.feature/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.equinox.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.13.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.feature ---
[INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.feature:1.13.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.feature/pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.feature ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.feature ---
[INFO] Fetching org.eclipse.equinox.core.feature_1.13.400.v20211104-1730.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (19.18kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.core.feature ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.core.feature ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.core.feature ---
[INFO] 
[INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.concurrent >---------
[INFO] Building org.eclipse.equinox.concurrent 1.2.100-SNAPSHOT         [17/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.concurrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.concurrent ---
[INFO] The project's OSGi version is 1.2.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.concurrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.concurrent ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.concurrent ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.concurrent ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.concurrent ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.concurrent ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.concurrent ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.concurrent ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.concurrent ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.concurrent ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.concurrent_1.2.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.concurrent ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.concurrent ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.concurrent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.concurrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.concurrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.concurrent ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.concurrent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.concurrent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.concurrent ---
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (25.97kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.concurrent ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.concurrent ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.concurrent ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.concurrent/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.bidi >------------
[INFO] Building org.eclipse.equinox.bidi 1.4.100-SNAPSHOT               [18/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.bidi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi ---
[INFO] The project's OSGi version is 1.4.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.bidi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.bidi ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.bidi ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.bidi ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.bidi ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.bidi ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.bidi ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.bidi ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.bidi ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.bidi ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.bidi_1.4.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.bidi ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.bidi ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.bidi ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.bidi ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.4.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.4.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.bidi ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.bidi ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi ---
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (63.52kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.bidi ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.bidi ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.bidi ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ---< org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment >----
[INFO] Building org.eclipse.equinox.console.jaas.fragment 1.1.100-SNAPSHOT [19/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] The project's OSGi version is 1.1.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.jaas.fragment ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.console.jaas.fragment ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.console.jaas.fragment ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.console.jaas.fragment ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.jaas.fragment ---
[WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml: baseline and build artifacts have same version but different contents
   classifier-sources: not present in baseline

[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] Fetching org.eclipse.equinox.console.jaas.fragment_1.1.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (7.47kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.console.jaas.fragment ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] --------< org.eclipse.equinox:org.eclipse.equinox.console.ssh >---------
[INFO] Building org.eclipse.equinox.console.ssh 1.2.900-SNAPSHOT        [20/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.console.ssh ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh ---
[INFO] The project's OSGi version is 1.2.900.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.console.ssh ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.ssh ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.console.ssh ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.console.ssh ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.console.ssh ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.console.ssh ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.console.ssh ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.console.ssh ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.console.ssh ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.console.ssh ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.console.ssh ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.2.900-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.2.900-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.console.ssh ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.console.ssh ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh ---
[INFO] Fetching org.eclipse.equinox.console.ssh_1.2.900.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (53.74kB)
[INFO] Fetching org.eclipse.equinox.console.ssh.source_1.2.900.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (35.19kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.console.ssh ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.console.ssh ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.console.ssh ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.xslt >-------
[INFO] Building org.eclipse.equinox.transforms.xslt 1.2.100-SNAPSHOT    [21/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.transforms.xslt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.xslt ---
[INFO] The project's OSGi version is 1.2.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.xslt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.transforms.xslt ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.transforms.xslt ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.transforms.xslt ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.transforms.xslt ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.xslt ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.transforms.xslt ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.transforms.xslt ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.transforms.xslt ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.transforms.xslt ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.transforms.xslt_1.2.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.transforms.xslt ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.xslt ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.transforms.xslt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.xslt ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.xslt ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.xslt ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.transforms.xslt ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.transforms.xslt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.xslt ---
[INFO] Fetching org.eclipse.equinox.transforms.xslt_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (18.56kB)
[INFO] Fetching org.eclipse.equinox.transforms.xslt.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (13.49kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.transforms.xslt ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.transforms.xslt ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.transforms.xslt ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.hook >-------
[INFO] Building org.eclipse.equinox.transforms.hook 1.3.100-SNAPSHOT    [22/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.transforms.hook ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.hook ---
[INFO] The project's OSGi version is 1.3.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.hook ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.transforms.hook ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.transforms.hook ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.transforms.hook ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.transforms.hook ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.hook ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.transforms.hook ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.transforms.hook ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.transforms.hook ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.transforms.hook ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.transforms.hook_1.3.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.transforms.hook ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.hook ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.transforms.hook ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.hook ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.hook ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.hook ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.transforms.hook ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.transforms.hook ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.hook ---
[INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (29.95kB)
[INFO] Fetching org.eclipse.equinox.transforms.hook.source_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (23.95kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.transforms.hook ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.transforms.hook ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.transforms.hook ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.linux >-------
[INFO] Building org.eclipse.equinox.security.linux 1.0.200-SNAPSHOT     [23/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.linux ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.linux ---
[INFO] The project's OSGi version is 1.0.200.v20210616-0726
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.linux ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.linux ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.linux ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.security.linux ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.linux ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.linux ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.linux ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.linux ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.security.linux ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.linux ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.security.linux_1.0.200.v20210616-0726, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.linux ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.security.linux ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security.linux ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.linux ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.linux ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.linux ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.security.linux ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security.linux ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.linux ---
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (19.13kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.security.linux ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.security.linux ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.security.linux ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.region >-----------
[INFO] Building org.eclipse.equinox.region 1.5.200-SNAPSHOT             [24/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.region ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.region ---
[INFO] The project's OSGi version is 1.5.200.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.region ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.region ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.region ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.region ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.region ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.region ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.region ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.region ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.region ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.region ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.region ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.region ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.region ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.region ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.region ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.region ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.region ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.region ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.region ---
[INFO] Fetching org.eclipse.equinox.region_1.5.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (77.37kB)
[INFO] Fetching org.eclipse.equinox.region.source_1.5.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (57.84kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.region ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.region ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.region ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.region/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.log.stream >---------
[INFO] Building org.eclipse.equinox.log.stream 1.0.400-SNAPSHOT         [25/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.log.stream ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.log.stream ---
[INFO] The project's OSGi version is 1.0.400.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.log.stream ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.log.stream ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.log.stream ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.log.stream ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.log.stream ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.log.stream ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.log.stream ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.log.stream ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.log.stream ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.log.stream ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.log.stream ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.log.stream ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.log.stream ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.log.stream ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.0.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.log.stream ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.log.stream ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.log.stream ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.log.stream ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.log.stream ---
[INFO] Fetching org.eclipse.equinox.log.stream_1.0.400.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (104.59kB)
[INFO] Fetching org.eclipse.equinox.log.stream.source_1.0.400.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (61.64kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.log.stream ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.log.stream ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.log.stream ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.log.stream/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] --------< org.eclipse.equinox:org.eclipse.equinox.weaving.hook >--------
[INFO] Building org.eclipse.equinox.weaving.hook 1.3.100-SNAPSHOT       [26/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.weaving.hook ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.hook ---
[INFO] The project's OSGi version is 1.3.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.hook ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.hook ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.hook ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.weaving.hook ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.weaving.hook ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.hook ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.weaving.hook ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.weaving.hook ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.weaving.hook ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.weaving.hook ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.weaving.hook ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.hook ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.weaving.hook ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.hook ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.hook ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.hook ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.weaving.hook ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.weaving.hook ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.hook ---
[INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (51.11kB)
[INFO] Fetching org.eclipse.equinox.weaving.hook.source_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (41.66kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.weaving.hook ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.weaving.hook ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.weaving.hook ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ------< org.eclipse.equinox:org.eclipse.equinox.weaving.caching >-------
[INFO] Building org.eclipse.equinox.weaving.caching 1.2.100-SNAPSHOT    [27/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.weaving.caching ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching ---
[INFO] The project's OSGi version is 1.2.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.caching ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.caching ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.weaving.caching ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.weaving.caching ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.weaving.caching ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.weaving.caching ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.weaving.caching ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.weaving.caching ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.weaving.caching_1.2.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.weaving.caching ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.weaving.caching ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.caching ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.weaving.caching ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.weaving.caching ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching ---
[INFO] Fetching org.eclipse.equinox.weaving.caching_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (24.32kB)
[INFO] Fetching org.eclipse.equinox.weaving.caching.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (20.07kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.weaving.caching ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.weaving.caching ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.weaving.caching ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -----< org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9 >-----
[INFO] Building org.eclipse.equinox.weaving.caching.j9 1.2.100-SNAPSHOT [28/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] The project's OSGi version is 1.2.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.caching.j9 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.weaving.caching.j9 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.weaving.caching.j9 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.weaving.caching.j9_1.2.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.weaving.caching.j9 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] Fetching org.eclipse.equinox.weaving.caching.j9_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.equinox.weaving.caching.j9.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (12.86kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.weaving.caching.j9 ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ---< org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64 >----
[INFO] Building org.eclipse.equinox.security.win32.x86_64 1.1.300-SNAPSHOT [29/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] The project's OSGi version is 1.1.300.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.win32.x86_64 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.win32.x86_64 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.win32.x86_64 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.win32.x86_64 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.1.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.1.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (16.59kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.security.win32.x86_64 ---
[INFO] 
[INFO] ------< org.eclipse.equinox:org.eclipse.equinox.security.macosx >-------
[INFO] Building org.eclipse.equinox.security.macosx 1.101.400-SNAPSHOT  [30/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.macosx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.macosx ---
[INFO] The project's OSGi version is 1.101.400.v20210427-1958
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.macosx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.macosx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.macosx ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.security.macosx ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.macosx ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.macosx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.macosx ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.macosx ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.security.macosx ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.macosx ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.macosx ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.security.macosx ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security.macosx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.macosx ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.101.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.macosx ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.101.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.macosx ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.macosx/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.security.macosx ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security.macosx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.macosx ---
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (29.48kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.security.macosx ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.security.macosx ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.security.macosx ---
[INFO] 
[INFO] ------< org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk >------
[INFO] Building org.eclipse.equinox.core.sdk 3.23.200-SNAPSHOT          [31/56]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.core.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.sdk ---
[INFO] Fetching org.eclipse.equinox.supplement_1.10.300.v20210908-1330.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.500.v20210730-0750.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (143.28kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (244.91kB)
[INFO] Fetching org.eclipse.osgi.source_3.17.100.v20211104-1730.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (43.81kB)
[INFO] Fetching org.eclipse.equinox.supplement.source_1.10.300.v20210908-1330.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (111.07kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (63.56kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (37.39kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (38.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (114.26kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (48.31kB)
[INFO] Fetching org.apache.sshd.osgi.source_2.7.0.v20210623-0618.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.33MB)
[INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (67.32kB)
[INFO] The project's OSGi version is 3.23.200.v20211104-1730
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.core.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.core.sdk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.core.sdk ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.sdk/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.core.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.core.sdk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.core.sdk ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.sdk/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.core.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.equinox.core.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.23.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.sdk ---
[INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.core.sdk/pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.sdk ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.sdk ---
[INFO] Fetching org.eclipse.equinox.core.sdk_3.23.200.v20211104-1730.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (20.1kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.core.sdk ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.core.sdk ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.core.sdk ---
[INFO] 
[INFO] --------< org.eclipse.equinox:org.eclipse.equinox.http.servlet >--------
[INFO] Building org.eclipse.equinox.http.servlet 1.7.200-SNAPSHOT       [32/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.http.servlet ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet ---
[INFO] The project's OSGi version is 1.7.200.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.http.servlet ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.http.servlet ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.http.servlet ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.http.servlet ---
[INFO] Compiling 81 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.http.servlet ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.http.servlet ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.http.servlet ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.http.servlet ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.7.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.7.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.http.servlet ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.http.servlet ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet ---
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (234.52kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (140.73kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.http.servlet ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.http.servlet ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.http.servlet ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.http.jetty >---------
[INFO] Building org.eclipse.equinox.http.jetty 3.8.100-SNAPSHOT         [33/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.http.jetty ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.jetty ---
[INFO] The project's OSGi version is 3.8.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.http.jetty ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.http.jetty ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.jetty ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.http.jetty ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.http.jetty ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.http.jetty ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.http.jetty ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.http.jetty ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.http.jetty ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.http.jetty ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.http.jetty ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.http.jetty ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.http.jetty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.http.jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.8.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.8.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.jetty ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.http.jetty ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.http.jetty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.jetty ---
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (29.16kB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (22.51kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.http.jetty ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.http.jetty ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.http.jetty ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.jetty/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -------< org.eclipse.equinox:org.eclipse.equinox.http.registry >--------
[INFO] Building org.eclipse.equinox.http.registry 1.3.100-SNAPSHOT      [34/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.http.registry ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.registry ---
[INFO] The project's OSGi version is 1.3.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.http.registry ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.http.registry ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.http.registry ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.http.registry ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.http.registry ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.http.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.http.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.http.registry ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.http.registry ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.http.registry_1.3.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.http.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.http.registry ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.http.registry ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.http.registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.registry ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.http.registry ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.http.registry ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.registry ---
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (47.6kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (32.57kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.http.registry ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.http.registry ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.http.registry ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.registry/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -------< org.eclipse.equinox:org.eclipse.equinox.servletbridge >--------
[INFO] Building org.eclipse.equinox.servletbridge 1.6.100-SNAPSHOT      [35/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.servletbridge ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.servletbridge ---
[INFO] The project's OSGi version is 1.6.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.servletbridge ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.servletbridge ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.servletbridge ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.servletbridge ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.servletbridge ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.servletbridge ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.servletbridge ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.servletbridge ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.servletbridge ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.servletbridge ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.servletbridge_1.6.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.servletbridge ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.servletbridge ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.servletbridge ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.servletbridge ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.6.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.servletbridge ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.6.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.servletbridge ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.servletbridge ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.servletbridge ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.servletbridge ---
[INFO] Fetching org.eclipse.equinox.servletbridge_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (48.26kB)
[INFO] Fetching org.eclipse.equinox.servletbridge.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (26.24kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.servletbridge ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.servletbridge ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.servletbridge ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servletbridge >-----
[INFO] Building org.eclipse.equinox.http.servletbridge 1.2.100-SNAPSHOT [36/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.http.servletbridge ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servletbridge ---
[INFO] The project's OSGi version is 1.2.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.http.servletbridge ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.http.servletbridge ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.servletbridge ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.http.servletbridge ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.http.servletbridge ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.http.servletbridge ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.http.servletbridge ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.http.servletbridge ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.http.servletbridge ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.http.servletbridge ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.http.servletbridge_1.2.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.http.servletbridge ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.http.servletbridge ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.http.servletbridge ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.http.servletbridge ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servletbridge ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servletbridge ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.http.servletbridge ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.http.servletbridge ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servletbridge ---
[INFO] Fetching org.eclipse.equinox.http.servletbridge_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (9.62kB)
[INFO] Fetching org.eclipse.equinox.http.servletbridge.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (9.14kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.http.servletbridge ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.http.servletbridge ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.http.servletbridge ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper >---------
[INFO] Building org.eclipse.equinox.jsp.jasper 1.1.600-SNAPSHOT         [37/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.jsp.jasper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper ---
[INFO] The project's OSGi version is 1.1.600.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.jsp.jasper ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.jsp.jasper ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.jsp.jasper ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.jsp.jasper ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.jsp.jasper ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.jsp.jasper ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.jsp.jasper ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.jsp.jasper ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.jsp.jasper ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.jsp.jasper ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.1.600-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.1.600-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.jsp.jasper ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.jsp.jasper ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.jsp.jasper ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper ---
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (27.33kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.600.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (19.16kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.jsp.jasper ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.jsp.jasper ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.jsp.jasper ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ----< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry >-----
[INFO] Building org.eclipse.equinox.jsp.jasper.registry 1.2.100-SNAPSHOT [38/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] The project's OSGi version is 1.2.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.jsp.jasper.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.jsp.jasper.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.jsp.jasper.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/apigeneration-workspace/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry, -binary, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/classes, -target, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.jsp.jasper.registry ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (12.04kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.jsp.jasper.registry ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ----< org.eclipse.equinox.feature:org.eclipse.equinox.server.core >-----
[INFO] Building org.eclipse.equinox.server.core 1.14.400-SNAPSHOT       [39/56]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.server.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.core ---
[INFO] The project's OSGi version is 1.14.400.v20211104-1730
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.server.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.server.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.core/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.server.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.server.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.server.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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.core/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.server.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.equinox.server.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.14.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.core ---
[INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.core:1.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.core/pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.core ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.core ---
[INFO] Fetching org.eclipse.equinox.server.core_1.14.400.v20211104-1730.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (19.13kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.server.core ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.server.core ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.server.core ---
[INFO] 
[INFO] ----< org.eclipse.equinox.feature:org.eclipse.equinox.server.jetty >----
[INFO] Building org.eclipse.equinox.server.jetty 1.10.900-SNAPSHOT      [40/56]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.server.jetty ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.jetty ---
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (68.89kB)
[INFO] The project's OSGi version is 1.10.900.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.server.jetty ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.server.jetty ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.jetty ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.jetty/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.server.jetty ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.server.jetty ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.server.jetty ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.jetty/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.server.jetty ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.equinox.server.jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.10.900-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.jetty ---
[INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.jetty:1.10.900-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.jetty/pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.jetty ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.jetty ---
[INFO] Fetching org.eclipse.equinox.server.jetty_1.10.900.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (19.04kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.server.jetty ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.server.jetty ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.server.jetty ---
[INFO] 
[INFO] -----< org.eclipse.equinox.feature:org.eclipse.equinox.server.p2 >------
[INFO] Building org.eclipse.equinox.server.p2 1.12.300-SNAPSHOT         [41/56]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.server.p2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.p2 ---
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (367.61kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1,021.45kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (350.75kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.5.702.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (19.74kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (27.84kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (82.92kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (27.93kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (23.74kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (28.05kB)
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.4MB)
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (1.14MB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.13.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (30.06kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.400.v20210410-0052.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (22.79kB)
[INFO] The project's OSGi version is 1.12.300.v20211104-1616
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.server.p2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.server.p2 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.p2 ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.p2/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.server.p2 ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.server.p2 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.server.p2 ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.p2/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.server.p2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.equinox.server.p2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.p2/target/org.eclipse.equinox.server.p2-1.12.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.p2 ---
[INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.p2:1.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.p2/pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.p2 ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.p2 ---
[INFO] Fetching org.eclipse.equinox.server.p2_1.12.300.v20211104-1616.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (19.97kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.server.p2 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.server.p2 ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.server.p2 ---
[INFO] 
[INFO] ---< org.eclipse.equinox.feature:org.eclipse.equinox.serverside.sdk >---
[INFO] Building org.eclipse.equinox.serverside.sdk 3.23.200-SNAPSHOT    [42/56]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.serverside.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.serverside.sdk ---
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (220.19kB)
[INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (177.52kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (97.97kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (461.73kB)
[INFO] Fetching org.eclipse.jetty.http.source_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (141.03kB)
[INFO] Fetching org.eclipse.jetty.io.source_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (108.96kB)
[INFO] Fetching org.eclipse.jetty.security.source_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (91.75kB)
[INFO] Fetching org.eclipse.jetty.server.source_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (444.34kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (93.29kB)
[INFO] Fetching org.eclipse.jetty.util.source_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (358.83kB)
[INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (42.61kB)
[INFO] The project's OSGi version is 3.23.200.v20211104-1730
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.serverside.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.serverside.sdk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.serverside.sdk ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.serverside.sdk/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.serverside.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.serverside.sdk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.serverside.sdk ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.serverside.sdk/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.serverside.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.equinox.serverside.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.serverside.sdk/target/org.eclipse.equinox.serverside.sdk-3.23.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.serverside.sdk ---
[INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.serverside.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.serverside.sdk/pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.serverside.sdk ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.serverside.sdk ---
[INFO] Fetching org.eclipse.equinox.serverside.sdk_3.23.200.v20211104-1730.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (19.66kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.serverside.sdk ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.serverside.sdk ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.serverside.sdk ---
[INFO] 
[INFO] --------< org.eclipse.equinox.feature:org.eclipse.equinox.sdk >---------
[INFO] Building org.eclipse.equinox.sdk 3.23.200-SNAPSHOT               [43/56]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.sdk ---
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (84.05kB)
[INFO] Fetching org.eclipse.equinox.executable_3.8.1400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (417.25kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1400.v20211117-0650 from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/binary/ (34.14kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (69.5kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.ppc64le_3.8.1400.v20211117-0650 from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/binary/ (26.27kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (82.57kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.1400.v20211117-0650 from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/binary/ (33.99kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (132.48kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1400.v20211117-0650 from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/binary/ (266.5kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (40.8kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1400.v20211117-0650 from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/binary/ (17.02kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (39.27kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (39.27kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.1400.v20211117-0650 from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/binary/ (16.43kB)
[INFO] The project's OSGi version is 3.23.200.v20211117-0650
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.sdk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.sdk ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.sdk/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.sdk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.sdk ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.sdk/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.equinox.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.sdk ---
[INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.sdk:3.23.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.sdk/pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.sdk ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.sdk ---
[INFO] Fetching org.eclipse.equinox.sdk_3.23.200.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/features/ (19.11kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.sdk ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.sdk ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.sdk ---
[INFO] 
[INFO] ---< org.eclipse.equinox.feature:org.eclipse.equinox.server.simple >----
[INFO] Building org.eclipse.equinox.server.simple 1.7.100-SNAPSHOT      [44/56]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.server.simple ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.simple ---
[INFO] The project's OSGi version is 1.7.100.v20210309-1940
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.server.simple ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.server.simple ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.simple ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.simple/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.server.simple ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.server.simple ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.server.simple ---
[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/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.simple/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.server.simple ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.equinox.server.simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.simple/target/org.eclipse.equinox.server.simple-1.7.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.simple ---
[INFO] No baseline version MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/features/org.eclipse.equinox.server.simple/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.simple ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.simple ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.server.simple ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.server.simple ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.server.simple ---
[INFO] 
[INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.bidi.tests >---------
[INFO] Building org.eclipse.equinox.bidi.tests 1.3.100-SNAPSHOT         [45/56]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.bidi.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi.tests ---
[INFO] The project's OSGi version is 1.3.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.bidi.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.bidi.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.bidi.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.bidi.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.bidi.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.bidi.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.bidi.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.bidi.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.bidi.tests ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.bidi.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.bidi.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.bidi.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi.tests ---
[WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/pom.xml: baseline and build artifacts have same version but different contents
   classifier-sources: not present in baseline

[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/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.6.0:test (default-test) @ org.eclipse.equinox.bidi.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work/data, -install, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/surefire.properties]
Running org.eclipse.equinox.bidi.internal.tests.StructuredTextFullToLeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.equinox.bidi.internal.tests.StructuredTextFullToLeanTest
testFullToLean(org.eclipse.equinox.bidi.internal.tests.StructuredTextFullToLeanTest)  Time elapsed: 0.019 s
Running org.eclipse.equinox.bidi.internal.tests.StructuredTextMathTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.equinox.bidi.internal.tests.StructuredTextMathTest
testRTLarithmetic(org.eclipse.equinox.bidi.internal.tests.StructuredTextMathTest)  Time elapsed: 0.001 s
Running org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensibilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensibilityTest
testOtherContributions(org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensibilityTest)  Time elapsed: 0 s
Running org.eclipse.equinox.bidi.internal.tests.StructuredTextStringRecordTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.equinox.bidi.internal.tests.StructuredTextStringRecordTest
testStringRecord(org.eclipse.equinox.bidi.internal.tests.StructuredTextStringRecordTest)  Time elapsed: 0.001 s
Running org.eclipse.equinox.bidi.internal.tests.StructuredTextProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.equinox.bidi.internal.tests.StructuredTextProcessorTest
testStructuredTextProcessor(org.eclipse.equinox.bidi.internal.tests.StructuredTextProcessorTest)  Time elapsed: 0.001 s
Running org.eclipse.equinox.bidi.internal.tests.StructuredTextSomeMoreTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.equinox.bidi.internal.tests.StructuredTextSomeMoreTest
testSomeMore(org.eclipse.equinox.bidi.internal.tests.StructuredTextSomeMoreTest)  Time elapsed: 0 s
Running org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensionsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensionsTest
testTestExtensions(org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensionsTest)  Time elapsed: 0.001 s
testDefaultExtensions(org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensionsTest)  Time elapsed: 0.003 s
Running org.eclipse.equinox.bidi.internal.tests.StructuredTextMethodsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.equinox.bidi.internal.tests.StructuredTextMethodsTest
testMethods(org.eclipse.equinox.bidi.internal.tests.StructuredTextMethodsTest)  Time elapsed: 0.001 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi.tests ---
[INFO] Fetching org.eclipse.equinox.bidi.tests_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (42.81kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.bidi.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.bidi.tests ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.bidi.tests ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.cm.test >-----------
[INFO] Building org.eclipse.equinox.cm.test 1.1.200-SNAPSHOT            [46/56]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.cm.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm.test ---
[INFO] The project's OSGi version is 1.1.200.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.cm.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.cm.test ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.cm.test ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.cm.test ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.cm.test ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.cm.test ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.cm.test ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.cm.test ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.cm.test ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.cm.test ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.cm.test ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.cm.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm.test ---
[INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/pom.xml
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:test (default-test) @ org.eclipse.equinox.cm.test ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/target/work/data, -install, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/target/work, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.cm.test/target/surefire.properties]
Running org.eclipse.equinox.cm.test.AllTests
Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.126 s - in org.eclipse.equinox.cm.test.AllTests
testCreateFactoryConfigNullPid(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.031 s
testListConfigurationWithBoundLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.051 s
testListFactoryConfigurationWithBoundLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.019 s
testCreateFactoryConfigNullPidWithLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.006 s
testPersistentFactoryConfig(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.029 s
testListConfigurationNull(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.016 s
testCreateConfigWithAndWithoutLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.014 s
testListFactoryConfiguration(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.025 s
testCreateFactoryConfigWithLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.005 s
testPersistentConfig(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.023 s
testCreateFactoryConfig(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.004 s
testCreateConfigWithLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.005 s
testCreateFactoryConfigWithAndWithoutLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.008 s
testCreateConfigNullPidWithLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.004 s
testListConfiguration(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.007 s
testCreateFactoryConfigWithAndWithoutNullLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.03 s
testCreateConfigNullPid(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.004 s
testCreateConfigWithAndWithoutNullLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.011 s
testCreateConfig(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.003 s
testGeneralManagedServiceFactory(org.eclipse.equinox.cm.test.ManagedServiceFactoryTest)  Time elapsed: 0.218 s
testSamePidManagedServiceFactory(org.eclipse.equinox.cm.test.ManagedServiceFactoryTest)  Time elapsed: 0.008 s
testSamePidManagedService(org.eclipse.equinox.cm.test.ManagedServiceTest)  Time elapsed: 0.008 s
testGeneralManagedService(org.eclipse.equinox.cm.test.ManagedServiceTest)  Time elapsed: 0.332 s
testBug374637(org.eclipse.equinox.cm.test.ManagedServiceTest)  Time elapsed: 1.005 s
testObjectArray(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.011 s
testObjectValue(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testGet(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testGetNull(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.006 s
testObjectVector(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testObjectCollection(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.006 s
testRemoveNull(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testPutGetCustomCollection(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.011 s
testGoodConfigProperties(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.025 s
testRemove(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.008 s
testNullValue(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.013 s
testNullKey(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.008 s
testRankedPlugin(org.eclipse.equinox.cm.test.ConfigurationPluginTest)  Time elapsed: 0.008 s
testPidSpecificMissPlugin(org.eclipse.equinox.cm.test.ConfigurationPluginTest)  Time elapsed: 0.007 s
testPlugin(org.eclipse.equinox.cm.test.ConfigurationPluginTest)  Time elapsed: 0.007 s
testSameRankedPlugin(org.eclipse.equinox.cm.test.ConfigurationPluginTest)  Time elapsed: 0.009 s
testPidSpecificPlugin(org.eclipse.equinox.cm.test.ConfigurationPluginTest)  Time elapsed: 0.008 s
testListener(org.eclipse.equinox.cm.test.ConfigurationListenerTest)  Time elapsed: 0.01 s
testConfigurationEvent(org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest)  Time elapsed: 0.014 s
testConfigurationFactoryEvent(org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest)  Time elapsed: 0.013 s
Running org.eclipse.equinox.cm.test.ConfigurationAdminTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.equinox.cm.test.ConfigurationAdminTest
testCreateFactoryConfigNullPid(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.003 s
testListConfigurationWithBoundLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.011 s
testListFactoryConfigurationWithBoundLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.01 s
testCreateFactoryConfigNullPidWithLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.003 s
testPersistentFactoryConfig(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.015 s
testListConfigurationNull(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.007 s
testCreateConfigWithAndWithoutLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.025 s
testListFactoryConfiguration(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.007 s
testCreateFactoryConfigWithLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.002 s
testPersistentConfig(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.015 s
testCreateFactoryConfig(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.002 s
testCreateConfigWithLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.008 s
testCreateFactoryConfigWithAndWithoutLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.008 s
testCreateConfigNullPidWithLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.002 s
testListConfiguration(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.008 s
testCreateFactoryConfigWithAndWithoutNullLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.011 s
testCreateConfigNullPid(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.003 s
testCreateConfigWithAndWithoutNullLocation(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.01 s
testCreateConfig(org.eclipse.equinox.cm.test.ConfigurationAdminTest)  Time elapsed: 0.003 s
Running org.eclipse.equinox.cm.test.ConfigurationPluginTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.equinox.cm.test.ConfigurationPluginTest
testRankedPlugin(org.eclipse.equinox.cm.test.ConfigurationPluginTest)  Time elapsed: 0.007 s
testPidSpecificMissPlugin(org.eclipse.equinox.cm.test.ConfigurationPluginTest)  Time elapsed: 0.007 s
testPlugin(org.eclipse.equinox.cm.test.ConfigurationPluginTest)  Time elapsed: 0.007 s
testSameRankedPlugin(org.eclipse.equinox.cm.test.ConfigurationPluginTest)  Time elapsed: 0.007 s
testPidSpecificPlugin(org.eclipse.equinox.cm.test.ConfigurationPluginTest)  Time elapsed: 0.007 s
Running org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest
testConfigurationEvent(org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest)  Time elapsed: 0.025 s
testConfigurationFactoryEvent(org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest)  Time elapsed: 0.014 s
Running org.eclipse.equinox.cm.test.ManagedServiceFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.eclipse.equinox.cm.test.ManagedServiceFactoryTest
testGeneralManagedServiceFactory(org.eclipse.equinox.cm.test.ManagedServiceFactoryTest)  Time elapsed: 0.217 s
testSamePidManagedServiceFactory(org.eclipse.equinox.cm.test.ManagedServiceFactoryTest)  Time elapsed: 0.008 s
Running org.eclipse.equinox.cm.test.ConfigurationDictionaryTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.equinox.cm.test.ConfigurationDictionaryTest
testObjectArray(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testObjectValue(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testGet(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testGetNull(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.008 s
testObjectVector(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testObjectCollection(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testRemoveNull(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testPutGetCustomCollection(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.011 s
testGoodConfigProperties(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.011 s
testRemove(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testNullValue(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
testNullKey(org.eclipse.equinox.cm.test.ConfigurationDictionaryTest)  Time elapsed: 0.007 s
Running org.eclipse.equinox.cm.test.ManagedServiceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.34 s - in org.eclipse.equinox.cm.test.ManagedServiceTest
testSamePidManagedService(org.eclipse.equinox.cm.test.ManagedServiceTest)  Time elapsed: 0.008 s
testGeneralManagedService(org.eclipse.equinox.cm.test.ManagedServiceTest)  Time elapsed: 0.328 s
testBug374637(org.eclipse.equinox.cm.test.ManagedServiceTest)  Time elapsed: 1.004 s
Running org.eclipse.equinox.cm.test.ConfigurationListenerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.equinox.cm.test.ConfigurationListenerTest
testListener(org.eclipse.equinox.cm.test.ConfigurationListenerTest)  Time elapsed: 0.019 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm.test ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.cm.test ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.cm.test ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.cm.test ---
[INFO] 
[INFO] --------< org.eclipse.equinox:org.eclipse.equinox.common.tests >--------
[INFO] Building org.eclipse.equinox.common.tests 3.15.100-SNAPSHOT      [47/56]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.common.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common.tests ---
[INFO] The project's OSGi version is 3.15.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.common.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.common.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.common.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.common.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.common.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.common.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.common.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.common.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.common.tests ---
[INFO] Compiling 65 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.common.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.common.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.15.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.15.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common.tests ---
[WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/pom.xml: baseline and build artifacts have same version but different contents
   classifier-sources: not present in baseline

[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/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.6.0:test (default-test) @ org.eclipse.equinox.common.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/target/work/data, -install, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/target/work, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/target/surefire.properties]
Running org.eclipse.equinox.common.tests.AllTests
a%5Cb
Reading registry cache: 0
Using registry cache...
Cumulative parse time so far : 1
Cumulative parse time so far : 2
Cumulative parse time so far : 2
Tests run: 574, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 2.811 s - in org.eclipse.equinox.common.tests.AllTests
testFind[line 10: OK pattern=ab*ab, text=abXXXabYYYab[0,12]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0.003 s
testFind[line 13: OK pattern=a?b, text=..ab...ayb...[0,13]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0.001 s
testFind[line 16: OK pattern=, text=foobar[0,6]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 17: OK pattern=, text=foobar[2,5]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 20: OK pattern=*, text=foobar[1,5]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 21: OK pattern=**, text=foobar[0,3]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 24: OK pattern=ab*ab, text=abXXXabYYYab[3,12]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 25: OK pattern=ab*ab, text=abXXXabYYYab[5,12]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 26: NOK pattern=ab*ab, text=abXXXabYYYab[6,12]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 29: NOK pattern=ab, text=[0,0]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 30: NOK pattern=*, text=[0,0]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 33: NOK pattern=ab*ab, text=abXXXabYYYab[9,5]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 34: NOK pattern=ab*ab, text=abXXXabYYYab[9,9]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0.001 s
testFind[line 37: OK pattern=*ab*, text=..ab...ayb...[0,13]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 38: OK pattern=*??*, text=abcdef[0,6]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 41: OK pattern=a?b, text=..ab..Ayb..ayb..AYB..[0,21]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0.001 s
testFind[line 42: OK pattern=a?b, text=..ab..Ayb..ayb..AYB..[7,21]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 43: OK pattern=a?b, text=..ab..Ayb..ayb..AYB..[12,21]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 44: OK pattern=aYB, text=..ab..Ayb..ayb..AYB..[0,21]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 45: OK pattern=AYb, text=..ab..Ayb..ayb..AYB..[7,21]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0.001 s
testFind[line 46: OK pattern=aYb, text=..ab..Ayb..ayb..AYB..[12,21]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 49: NOK pattern=ab*?cd, text=..abcdfoobar[0,12]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 50: NOK pattern=a*bc*d, text=.abeced[0,7]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 51: NOK pattern=ab*cd, text=abfoocd[0,6]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 52: OK pattern=ab*cd, text=abfoocd[0,7]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 53: NOK pattern=a*bc*d, text=afoobcbard[0,5]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testFind[line 54: NOK pattern=a*bc*d, text=afoobcbdrd[0,7]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0.001 s
testFind[line 55: OK pattern=a*bc*d, text=afoobcbdrd[0,10]](org.eclipse.equinox.common.tests.text.StringMatcherFindTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 9: OK pattern=foo, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 9: OK pattern=foo, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 10: NOK pattern=foo, text=fop](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 10: NOK pattern=foo, text=fop](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 11: NOK pattern=foo, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 11: NOK pattern=foo, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 12: NOK pattern=fo, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 12: NOK pattern=fo, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 13: NOK pattern=???, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 13: NOK pattern=???, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 14: OK pattern=???, text=???](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 14: OK pattern=???, text=???](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 15: NOK pattern=f?o, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 15: NOK pattern=f?o, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 16: NOK pattern=f?o, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 16: NOK pattern=f?o, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 17: OK pattern=f?o, text=f?o](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 17: OK pattern=f?o, text=f?o](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 18: NOK pattern=*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 18: NOK pattern=*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 19: NOK pattern=*, text=f](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 19: NOK pattern=*, text=f](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 20: OK pattern=*, text=*](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0.001 s
testStringMatch[line 20: OK pattern=*, text=*](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 21: NOK pattern=?, text=f](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 21: NOK pattern=?, text=f](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0.027 s
testStringMatchCaseInsensitive[line 22: OK pattern=?, text=?](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 22: OK pattern=?, text=?](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 23: OK pattern=foo\bar, text=foo\bar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 23: OK pattern=foo\bar, text=foo\bar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 24: NOK pattern=foo\\bar, text=foo\bar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 24: NOK pattern=foo\\bar, text=foo\bar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 25: OK pattern=foo\\bar, text=foo\\bar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 25: OK pattern=foo\\bar, text=foo\\bar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 26: NOK pattern=foo*, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 26: NOK pattern=foo*, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 27: NOK pattern=foo*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 27: NOK pattern=foo*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 28: OK pattern=foo*, text=foo*](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 28: OK pattern=foo*, text=foo*](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 29: NOK pattern=foo*, text=foox](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 29: NOK pattern=foo*, text=foox](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 30: NOK pattern=foo\*, text=foo*](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 30: NOK pattern=foo\*, text=foo*](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 31: OK pattern=foo\*, text=foo\*](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 31: OK pattern=foo\*, text=foo\*](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 34: NOK pattern=foo\, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0.001 s
testStringMatch[line 34: NOK pattern=foo\, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 35: OK pattern=foo\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 35: OK pattern=foo\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 36: NOK pattern=foo\\, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 36: NOK pattern=foo\\, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 37: NOK pattern=foo\\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 37: NOK pattern=foo\\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 38: OK pattern=foo\\, text=foo\\](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 38: OK pattern=foo\\, text=foo\\](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 41: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 41: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 42: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 42: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 43: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 43: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 44: NOK pattern=, text=x](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 44: NOK pattern=, text=x](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 45: NOK pattern=, text=xxx](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 45: NOK pattern=, text=xxx](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 48: OK pattern=f, text=f](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 48: OK pattern=f, text=f](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest) skipped
testStringMatchCaseInsensitive[line 49: OK pattern=F, text=f](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 49: OK pattern=F, text=f](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest) skipped
testStringMatchCaseInsensitive[line 50: OK pattern=f, text=F](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 50: OK pattern=f, text=F](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest) skipped
testStringMatchCaseInsensitive[line 51: OK pattern=F, text=F](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 51: OK pattern=F, text=F](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest) skipped
testStringMatchCaseInsensitive[line 52: OK pattern=FooBar, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 52: OK pattern=FooBar, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest) skipped
testStringMatchCaseInsensitive[line 53: OK pattern=FooBar, text=fOObAR](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 53: OK pattern=FooBar, text=fOObAR](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest) skipped
testStringMatchCaseInsensitive[line 54: OK pattern=FooBar, text=FooBar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 54: OK pattern=FooBar, text=FooBar](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest) skipped
testStringMatchCaseInsensitive[line 55: NOK pattern=FooBar, text=Foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest)  Time elapsed: 0 s
testStringMatch[line 55: NOK pattern=FooBar, text=Foo](org.eclipse.equinox.common.tests.text.StringMatcherPlainTest) skipped
testStringMatchCaseInsensitive[line 9: OK pattern=foo, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 9: OK pattern=foo, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 10: NOK pattern=foo, text=fop](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 10: NOK pattern=foo, text=fop](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 11: NOK pattern=foo, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 11: NOK pattern=foo, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 12: NOK pattern=fo, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 12: NOK pattern=fo, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 13: OK pattern=???, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 13: OK pattern=???, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 14: NOK pattern=???, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 14: NOK pattern=???, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 15: NOK pattern=??, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 15: NOK pattern=??, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 16: OK pattern=??, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 16: OK pattern=??, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 17: OK pattern=?, text=f](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 17: OK pattern=?, text=f](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 18: OK pattern=f?o, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 18: OK pattern=f?o, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 19: NOK pattern=f?o, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 19: NOK pattern=f?o, text=fo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 20: OK pattern=f?o, text=f.o](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 20: OK pattern=f?o, text=f.o](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 21: OK pattern=*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 21: OK pattern=*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 22: OK pattern=f*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 22: OK pattern=f*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 23: OK pattern=f**, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 23: OK pattern=f**, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 24: OK pattern=f****, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatch[line 24: OK pattern=f****, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 25: OK pattern=***f*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 25: OK pattern=***f*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 26: NOK pattern=*f, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 26: NOK pattern=*f, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 27: OK pattern=*o, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 27: OK pattern=*o, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 28: OK pattern=*foo*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 28: OK pattern=*foo*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 29: OK pattern=f*o, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 29: OK pattern=f*o, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 30: OK pattern=f*o, text=fabcdefghijklmnopqrstuvwxyzo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 30: OK pattern=f*o, text=fabcdefghijklmnopqrstuvwxyzo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 31: NOK pattern=f*o, text=abcdefghijklmnopqrstuvwxyzo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 31: NOK pattern=f*o, text=abcdefghijklmnopqrstuvwxyzo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 32: OK pattern=f*o, text=fabcdefghijklmnpqrstuvwxyzo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatch[line 32: OK pattern=f*o, text=fabcdefghijklmnpqrstuvwxyzo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 33: NOK pattern=f*o, text=fabcdefghijklmnopqrstuvwxyz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 33: NOK pattern=f*o, text=fabcdefghijklmnopqrstuvwxyz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 34: OK pattern=f*o, text=fabcdefghijklmnoooo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 34: OK pattern=f*o, text=fabcdefghijklmnoooo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 35: NOK pattern=f*o, text=gabcdefghijklmnoooo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 35: NOK pattern=f*o, text=gabcdefghijklmnoooo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 37: OK pattern=*ob*a*r*, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatch[line 37: OK pattern=*ob*a*r*, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 38: OK pattern=*ob*a*r*, text=oobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 38: OK pattern=*ob*a*r*, text=oobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 39: OK pattern=*ob*a*r*, text=obar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 39: OK pattern=*ob*a*r*, text=obar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 40: OK pattern=*barz, text=abarabarabarz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 40: OK pattern=*barz, text=abarabarabarz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 41: OK pattern=*barz, text=abarabarzbarz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 41: OK pattern=*barz, text=abarabarzbarz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 42: OK pattern=*ab, text=aaaaaaabababab](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 42: OK pattern=*ab, text=aaaaaaabababab](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 43: OK pattern=foo\*, text=foo*](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 43: OK pattern=foo\*, text=foo*](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 44: NOK pattern=foo\*, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 44: NOK pattern=foo\*, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 45: NOK pattern=foo\\*, text=foo*](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 45: NOK pattern=foo\\*, text=foo*](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 48: OK pattern=foo\\*, text=foo\*](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 48: OK pattern=foo\\*, text=foo\*](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 49: OK pattern=foo\\*, text=foo\a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 49: OK pattern=foo\\*, text=foo\a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 50: OK pattern=foo\\*, text=foo\\*](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 50: OK pattern=foo\\*, text=foo\\*](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 51: OK pattern=foo\\*, text=foo\\a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 51: OK pattern=foo\\*, text=foo\\a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 52: OK pattern=foo\\*, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 52: OK pattern=foo\\*, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 54: OK pattern=foo\?, text=foo?](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatch[line 54: OK pattern=foo\?, text=foo?](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 55: NOK pattern=foo\?, text=foop](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 55: NOK pattern=foo\?, text=foop](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 56: OK pattern=foo\\?, text=foo\a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 56: OK pattern=foo\\?, text=foo\a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 57: NOK pattern=foo\\?, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 57: NOK pattern=foo\\?, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 58: NOK pattern=foo\\?, text=foo\\a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 58: NOK pattern=foo\\?, text=foo\\a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 59: NOK pattern=foo\*bar, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatch[line 59: NOK pattern=foo\*bar, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 60: OK pattern=foo*bar, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 60: OK pattern=foo*bar, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 61: OK pattern=foo\\bar, text=foo\bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 61: OK pattern=foo\\bar, text=foo\bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 62: NOK pattern=foo\\bar, text=foo\\bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 62: NOK pattern=foo\\bar, text=foo\\bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 65: OK pattern=foo\bar, text=foo\bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 65: OK pattern=foo\bar, text=foo\bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 66: NOK pattern=foo\bar, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 66: NOK pattern=foo\bar, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 68: OK pattern=foo/bar, text=foo/bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 68: OK pattern=foo/bar, text=foo/bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 69: OK pattern=foo/*, text=foo/bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 69: OK pattern=foo/*, text=foo/bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 70: OK pattern=foo/*, text=foo/bar/baz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 70: OK pattern=foo/*, text=foo/bar/baz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 71: OK pattern=foo*, text=foo/bar/baz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 71: OK pattern=foo*, text=foo/bar/baz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 72: OK pattern=foo/*arr, text=foo/baz/arr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 72: OK pattern=foo/*arr, text=foo/baz/arr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 73: NOK pattern=foo/*z, text=foo/baz/arr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 73: NOK pattern=foo/*z, text=foo/baz/arr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 75: OK pattern=t/n, text=t/n](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 75: OK pattern=t/n, text=t/n](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 76: OK pattern=t*n, text=t/n](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 76: OK pattern=t*n, text=t/n](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 77: OK pattern=t?n, text=t/n](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 77: OK pattern=t?n, text=t/n](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 78: OK pattern=*l?, text=ball](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 78: OK pattern=*l?, text=ball](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 79: NOK pattern=*a?, text=ball](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 79: NOK pattern=*a?, text=ball](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 80: OK pattern=*a?l, text=ball](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 80: OK pattern=*a?l, text=ball](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 81: OK pattern=*a??, text=ball](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 81: OK pattern=*a??, text=ball](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 82: OK pattern=foo*bar, text=foo/baz/bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 82: OK pattern=foo*bar, text=foo/baz/bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 83: OK pattern=foo**bar, text=foo/baz/bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 83: OK pattern=foo**bar, text=foo/baz/bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 86: NOK pattern=foo\, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 86: NOK pattern=foo\, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 87: OK pattern=foo\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 87: OK pattern=foo\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 88: NOK pattern=foo\\, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 88: NOK pattern=foo\\, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 89: OK pattern=foo\\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 89: OK pattern=foo\\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 90: NOK pattern=foo\\, text=foo\\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 90: NOK pattern=foo\\, text=foo\\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 91: OK pattern=fo?\\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 91: OK pattern=fo?\\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 92: OK pattern=fo?\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 92: OK pattern=fo?\, text=foo\](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 93: NOK pattern=fo?\, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 93: NOK pattern=fo?\, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 95: NOK pattern=b*a, text=aaabbb](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 95: NOK pattern=b*a, text=aaabbb](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 96: NOK pattern=*ba*, text=aabcaa](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 96: NOK pattern=*ba*, text=aabcaa](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 98: OK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-m-70-iso8859-1](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 98: OK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-m-70-iso8859-1](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 99: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-1](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 99: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-1](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 100: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-/-70-iso8859-1](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 100: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-/-70-iso8859-1](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 101: OK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-m---](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 101: OK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-m---](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 102: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-m--](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 102: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-m--](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 103: OK pattern=*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 103: OK pattern=*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 104: NOK pattern=*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 104: NOK pattern=*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 105: OK pattern=*/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 105: OK pattern=*/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 106: NOK pattern=*/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 106: NOK pattern=*/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 107: OK pattern=**/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 107: OK pattern=**/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 108: NOK pattern=**/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 108: NOK pattern=**/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 109: NOK pattern=*/*/*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 109: NOK pattern=*/*/*, text=foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 110: NOK pattern=*/*/*, text=foo/bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 110: NOK pattern=*/*/*, text=foo/bar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 111: OK pattern=*/*/*, text=foo/bba/arr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 111: OK pattern=*/*/*, text=foo/bba/arr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 112: OK pattern=*/*/*, text=foo/bb/aa/rr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 112: OK pattern=*/*/*, text=foo/bb/aa/rr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 113: OK pattern=*X*i, text=abcXdefXghi](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatch[line 113: OK pattern=*X*i, text=abcXdefXghi](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 114: OK pattern=*X*i, text=ab/cXd/efXg/hi](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 114: OK pattern=*X*i, text=ab/cXd/efXg/hi](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 115: OK pattern=*/*X*/*/*i, text=ab/cXd/efXg/hi](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 115: OK pattern=*/*X*/*/*i, text=ab/cXd/efXg/hi](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 116: OK pattern=*Xg*i, text=ab/cXd/efXg/hi](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 116: OK pattern=*Xg*i, text=ab/cXd/efXg/hi](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 119: OK pattern=*, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 119: OK pattern=*, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 120: OK pattern=**, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 120: OK pattern=**, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 121: NOK pattern=?, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 121: NOK pattern=?, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 122: NOK pattern=?*, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 122: NOK pattern=?*, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 123: NOK pattern=*?, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 123: NOK pattern=*?, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 124: NOK pattern=x, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 124: NOK pattern=x, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 127: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 127: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 128: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 128: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 129: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 129: OK pattern=, text=](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 130: NOK pattern=, text=x](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 130: NOK pattern=, text=x](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 131: NOK pattern=, text=xxx](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 131: NOK pattern=, text=xxx](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 133: OK pattern=*, text=a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 133: OK pattern=*, text=a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatchCaseInsensitive[line 134: OK pattern=**, text=a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 134: OK pattern=**, text=a](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatchCaseInsensitive[line 137: OK pattern=f, text=f](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 137: OK pattern=f, text=f](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 138: OK pattern=F, text=f](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 138: OK pattern=F, text=f](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 139: OK pattern=f, text=F](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 139: OK pattern=f, text=F](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 140: OK pattern=F, text=F](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 140: OK pattern=F, text=F](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 141: OK pattern=FooBar, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 141: OK pattern=FooBar, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 142: OK pattern=FooBar, text=fOObAR](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 142: OK pattern=FooBar, text=fOObAR](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 143: OK pattern=FooBar, text=FooBar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 143: OK pattern=FooBar, text=FooBar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 144: NOK pattern=FooBar, text=Foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 144: NOK pattern=FooBar, text=Foo](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 145: OK pattern=F*b?R, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 145: OK pattern=F*b?R, text=foobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 146: OK pattern=F*b?R, text=FOOBAR](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 146: OK pattern=F*b?R, text=FOOBAR](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 147: OK pattern=F*b?R, text=foOBar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 147: OK pattern=F*b?R, text=foOBar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 148: NOK pattern=F*b?R, text=foobr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 148: NOK pattern=F*b?R, text=foobr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 149: OK pattern=?ob*R, text=fobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 149: OK pattern=?ob*R, text=fobar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 150: OK pattern=?ob*R, text=fobaar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 150: OK pattern=?ob*R, text=fobaar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 151: OK pattern=?ob*R, text=FOBAR](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 151: OK pattern=?ob*R, text=FOBAR](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 152: OK pattern=?ob*R, text=FOBAAR](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 152: OK pattern=?ob*R, text=FOBAAR](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 153: OK pattern=?ob*R, text=fOBar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 153: OK pattern=?ob*R, text=fOBar](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 154: OK pattern=?ob*R, text=fobr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 154: OK pattern=?ob*R, text=fobr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 155: NOK pattern=?ob*R, text=fobarz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0 s
testStringMatch[line 155: NOK pattern=?ob*R, text=fobarz](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testStringMatchCaseInsensitive[line 156: OK pattern=?ob*R, text=fobarzr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest)  Time elapsed: 0.001 s
testStringMatch[line 156: OK pattern=?ob*R, text=fobarzr](org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest) skipped
testPrefixWildcardsOffMulti(org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest)  Time elapsed: 0 s
testPrefixWildcards(org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest)  Time elapsed: 0 s
testPrefixWildcardsOffSingle(org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest)  Time elapsed: 0 s
testEmptyNoWildcard(org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest)  Time elapsed: 0 s
testNoPrefix(org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest)  Time elapsed: 0 s
testPrefixNoWildcards(org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest)  Time elapsed: 0 s
testEmptyWildcard(org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest)  Time elapsed: 0 s
testEmptyNoWildcard(org.eclipse.equinox.common.tests.text.StringMatcherOtherTest)  Time elapsed: 0 s
testEmptyWildcard(org.eclipse.equinox.common.tests.text.StringMatcherOtherTest)  Time elapsed: 0.001 s
testCoreException(org.eclipse.equinox.common.tests.CoreExceptionTest)  Time elapsed: 0 s
testCall(org.eclipse.equinox.common.tests.ServiceCallerTest)  Time elapsed: 0.074 s
testRank(org.eclipse.equinox.common.tests.ServiceCallerTest)  Time elapsed: 0.002 s
testInvalidFilter(org.eclipse.equinox.common.tests.ServiceCallerTest)  Time elapsed: 0.003 s
testCallOnce(org.eclipse.equinox.common.tests.ServiceCallerTest)  Time elapsed: 0.002 s
testCoreException(org.eclipse.equinox.common.tests.OperationCanceledExceptionTest)  Time elapsed: 0 s
testMakeRelativeTo(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0.001 s
testMakeRelativeToWindows(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testFirstSegment(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testClone(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testIsUNC(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testLastSegment(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testToString(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testConstructors(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testRemoveTrailingSeparator(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testIsValidSegment(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testUptoSegment(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0.001 s
testIsValidPath(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testCanonicalize(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testMakeAbsolute(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testIsAbsolute(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testAddTrailingSeparator(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testRemoveLastSegments(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testMakeUNC(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0.001 s
testRegression(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testFactoryMethods(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testGetFileExtension(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testRemoveFirstSegments(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testAppend(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0.001 s
testIsRoot(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testIsPrefixOf(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testSegmentCount(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testIsEmpty(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0.001 s
testFromPortableString(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testSegments(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testMakeRelative(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testHasTrailingSeparator(org.eclipse.equinox.common.tests.PathTest)  Time elapsed: 0 s
testEqual(org.eclipse.equinox.common.tests.PluginVersionIdentifierTest)  Time elapsed: 0.001 s
testComparisons(org.eclipse.equinox.common.tests.PluginVersionIdentifierTest)  Time elapsed: 0 s
testValidate(org.eclipse.equinox.common.tests.PluginVersionIdentifierTest)  Time elapsed: 0.001 s
testConstructor(org.eclipse.equinox.common.tests.PluginVersionIdentifierTest)  Time elapsed: 0 s
testProgressMonitorWrapper(org.eclipse.equinox.common.tests.ProgressMonitorWrapperTest)  Time elapsed: 0 s
testQualifiers(org.eclipse.equinox.common.tests.QualifiedNameTest)  Time elapsed: 0 s
testLocalNames(org.eclipse.equinox.common.tests.QualifiedNameTest)  Time elapsed: 0 s
testEqualsAndHashcode(org.eclipse.equinox.common.tests.QualifiedNameTest)  Time elapsed: 0.001 s
testNull(org.eclipse.equinox.common.tests.SafeRunnerTest)  Time elapsed: 0 s
testOperationCanceledExceptionAreHandled(org.eclipse.equinox.common.tests.SafeRunnerTest)  Time elapsed: 0 s
testRethrowsError(org.eclipse.equinox.common.tests.SafeRunnerTest)  Time elapsed: 0.001 s
testRethrowsOutOfMemoryError(org.eclipse.equinox.common.tests.SafeRunnerTest)  Time elapsed: 0 s
testRethrow(org.eclipse.equinox.common.tests.SafeRunnerTest)  Time elapsed: 0.004 s
testAssertionErrorIsCaught(org.eclipse.equinox.common.tests.SafeRunnerTest)  Time elapsed: 0.002 s
testWithResult(org.eclipse.equinox.common.tests.SafeRunnerTest)  Time elapsed: 0 s
testWithResultReturnsNullOnException(org.eclipse.equinox.common.tests.SafeRunnerTest)  Time elapsed: 0.001 s
testLinkageErrorIsCaught(org.eclipse.equinox.common.tests.SafeRunnerTest)  Time elapsed: 0.001 s
testRuntimeExceptionIsCaught(org.eclipse.equinox.common.tests.SafeRunnerTest)  Time elapsed: 0.001 s
testAdd(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0.001 s
testError(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0.002 s
testMerge(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0 s
testInfo(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0 s
testIsOK(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0 s
testMultiStatusReturnValues(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0 s
testErrorWithException(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0 s
testWarning(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0 s
testWarningWithException(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0 s
testSingleFromClass(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0.006 s
testMultiFromClass(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0.003 s
testAddAll(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0 s
testSingleStatusReturnValues(org.eclipse.equinox.common.tests.StatusTest)  Time elapsed: 0 s
testSplit(org.eclipse.equinox.common.tests.SubMonitorSmallTicksTest)  Time elapsed: 0.003 s
testInternalWorked(org.eclipse.equinox.common.tests.SubMonitorSmallTicksTest)  Time elapsed: 0.001 s
testWorked(org.eclipse.equinox.common.tests.SubMonitorSmallTicksTest)  Time elapsed: 0 s
testAutoCancelDoesNothingForTrivialConversions(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testRedundantWork(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.004 s
testIsCanceled(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testConsumingEndOfMonitorNotTreatedAsTrivial(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.001 s
testFlags(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testTypicalUsage(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.008 s
testSplitPerformsAutoCancel(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testSplitDoesNotThrowExceptionIfParentNotCanceled(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.001 s
testInternalWorked(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.031 s
testCleanupConstructedChildren(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testCancellation(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testChildOverflow(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testBug210394(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testSuppressIsCanceled(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testCreateChildrenUnderCustomParent(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.008 s
testSuppressIsCanceledFlagIsInherited(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.001 s
testInfiniteProgress(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.002 s
testConvert(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testCreateTree(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.005 s
testNullParent(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testAutoCancelThrowsExceptionEventuallyForManyTrivialOperations(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testNewChildDoesNotAutoCancel(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.001 s
testAutoCancelDoesNothingForSingleTrivialOperation(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testSetWorkRemaining(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testStyles(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.001 s
testWorked(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.003 s
testSplitDoesNotCancelWhenCancellationSuppressed(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testNewChild(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0 s
testSuppressIsCanceledAffectsSplit(org.eclipse.equinox.common.tests.SubMonitorTest)  Time elapsed: 0.001 s
testParallelChildren(org.eclipse.equinox.common.tests.SubProgressTest)  Time elapsed: 0.001 s
testCancellation(org.eclipse.equinox.common.tests.SubProgressTest)  Time elapsed: 0 s
testCreateChildrenUnderCustomParent(org.eclipse.equinox.common.tests.SubProgressTest)  Time elapsed: 0.01 s
testConstructorNestingFP(org.eclipse.equinox.common.tests.SubProgressTest)  Time elapsed: 0 s
testStyles(org.eclipse.equinox.common.tests.SubProgressTest)  Time elapsed: 0 s
testNegativeWorkValues(org.eclipse.equinox.common.tests.SubProgressTest)  Time elapsed: 0.001 s
testConstructorNestingInt(org.eclipse.equinox.common.tests.SubProgressTest)  Time elapsed: 0 s
testToFileUNC(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testMakeAbsoluteUNC(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0.001 s
testAppendUNC(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testFileWithPercent20(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0.001 s
testToJARURI(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0.001 s
testAppendWindows(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testToUnencodedString(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testRemoveFileExtensionFromFile(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0.001 s
testMakeAbsolute(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testBug286339(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testBug331314(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0.001 s
testURItoURL(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0.033 s
testURLtoURI(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0.001 s
testAppend(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testRemoveExtension(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testFromString(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0.001 s
testWindowsPathsFromString(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testSameURI(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0.001 s
testAppendWithBrackets(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testWindowsPathsFromURI(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testToFile(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testMakeRelative(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testFileWithSpaces(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0.001 s
testSameURIWindows(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testFileWithBrackets(org.eclipse.equinox.common.tests.URIUtilTest)  Time elapsed: 0 s
testPlatformPlugin(org.eclipse.equinox.common.tests.URLTest)  Time elapsed: 0.002 s
testLogServiceLevels(org.eclipse.equinox.common.tests.PlatformLogWriterTest)  Time elapsed: 0.003 s
testDynamicBundles(org.eclipse.equinox.common.tests.adaptable.AdapterManagerDynamicTest)  Time elapsed: 0.064 s
testAdaptersOSGiLazy(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerServiceTest)  Time elapsed: 0.005 s
testGetAdapter(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerServiceTest)  Time elapsed: 0.001 s
testHasAdapter(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerServiceTest)  Time elapsed: 0 s
testAdaptersOSGiLazyExt(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerServiceTest)  Time elapsed: 0.001 s
testLoadAdapter(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerServiceTest)  Time elapsed: 0.001 s
testGetAdapterXYNotLoaded(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0.003 s
testGetAdapterXYNotLoadedForceLoad(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0 s
testGetAdapter(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0.001 s
testGetAdapterXY(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0 s
testContinueAfterNullAdapterFactory(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0.001 s
testNoAdapterForType(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0 s
testGetAdapterNullArgs(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0.001 s
testHasAdapter(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0.001 s
testComputeClassOrder(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0 s
testGetAdapterForSpecializedNamedSubtype(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0 s
testAdapterClassLoader(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0.045 s
testMultipleAdapterFactoriesFromExtensionPoint(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0.001 s
testFactoryViolatingContract(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0.002 s
testLoadAdapter(org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest)  Time elapsed: 0.001 s
testContributorRemoval(org.eclipse.equinox.common.tests.registry.ContributorsTest)  Time elapsed: 0.003 s
testByContributor(org.eclipse.equinox.common.tests.registry.ContributorsTest)  Time elapsed: 0.016 s
testResolution(org.eclipse.equinox.common.tests.registry.ContributorsTest)  Time elapsed: 0.011 s
testAddition(org.eclipse.equinox.common.tests.registry.ExtensionRegistryDynamicTest)  Time elapsed: 0.011 s
testReresolving(org.eclipse.equinox.common.tests.registry.ExtensionRegistryDynamicTest)  Time elapsed: 0.014 s
testEventTracker(org.eclipse.equinox.common.tests.registry.ExtensionRegistryDynamicTest)  Time elapsed: 0.044 s
testA(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.005 s
testAFromCache(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0 s
testB(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.004 s
testBFromCache(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.007 s
testBRemoved(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0 s
testC(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.009 s
testD(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.009 s
testE(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.009 s
testF(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.01 s
testG(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.041 s
testH(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.016 s
testH71826(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.013 s
testJ(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.005 s
testJbis(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0 s
testKNonSingletonBundle(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.007 s
testLSingletonFragment(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.004 s
testMNonSingletonFragment(org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest)  Time elapsed: 0.008 s
testErrorCleanupPoints(org.eclipse.equinox.common.tests.registry.InputErrorTest)  Time elapsed: 0.154 s
testErrorCleanupExtensions(org.eclipse.equinox.common.tests.registry.InputErrorTest)  Time elapsed: 0.102 s
testMultiLocale(org.eclipse.equinox.common.tests.registry.MultiLanguageTest)  Time elapsed: 0.361 s
testMultiLocaleService(org.eclipse.equinox.common.tests.registry.MultiLanguageTest)  Time elapsed: 0.228 s
testNamespaceBasic(org.eclipse.equinox.common.tests.registry.NamespaceTest)  Time elapsed: 0.005 s
testNamespaceDynamic(org.eclipse.equinox.common.tests.registry.NamespaceTest)  Time elapsed: 0.005 s
testMultiplePoints(org.eclipse.equinox.common.tests.registry.RegistryListenerTest)  Time elapsed: 0.106 s
testRegularOrder(org.eclipse.equinox.common.tests.registry.RegistryListenerTest)  Time elapsed: 0.008 s
testInverseOrder(org.eclipse.equinox.common.tests.registry.RegistryListenerTest)  Time elapsed: 0.008 s
testMultipleRegistrations(org.eclipse.equinox.common.tests.registry.RegistryListenerTest)  Time elapsed: 0.406 s
testExtensionPointAddition(org.eclipse.equinox.common.tests.registry.simple.XMLExtensionCreateTest)  Time elapsed: 0.058 s
testExtensionPointAddition(org.eclipse.equinox.common.tests.registry.simple.DirectExtensionCreateTest)  Time elapsed: 0.052 s
testExecutableExtensionCreation(org.eclipse.equinox.common.tests.registry.simple.XMLExecutableExtensionTest)  Time elapsed: 0.054 s
testExtensionPointAddition(org.eclipse.equinox.common.tests.registry.simple.DirectExtensionCreateTwoRegistriesTest)  Time elapsed: 0.122 s
testControlledAccess(org.eclipse.equinox.common.tests.registry.simple.TokenAccessTest)  Time elapsed: 0.001 s
testDynamicContribution(org.eclipse.equinox.common.tests.registry.simple.XMLExtensionCreateEclipseTest)  Time elapsed: 0.002 s
testAssociatedConfigElements(org.eclipse.equinox.common.tests.registry.simple.DirectExtensionRemoveTest)  Time elapsed: 0.072 s
testExtensionPointAddition(org.eclipse.equinox.common.tests.registry.simple.DirectExtensionRemoveTest)  Time elapsed: 0.038 s
testMergeStaticDynamic(org.eclipse.equinox.common.tests.registry.simple.MergeContributionTest)  Time elapsed: 0.111 s
testDuplicates(org.eclipse.equinox.common.tests.registry.simple.DuplicatePointsTest)  Time elapsed: 0.019 s

Results:

Tests run: 574, Failures: 0, Errors: 0, Skipped: 28

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common.tests ---
[INFO] Fetching org.eclipse.equinox.common.tests_3.15.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (267.98kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.common.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.common.tests ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.common.tests ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.common.tests/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.ds.tests >----------
[INFO] Building org.eclipse.equinox.ds.tests 1.6.100-SNAPSHOT           [48/56]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.ds.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.ds.tests ---
[INFO] The project's OSGi version is 1.6.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.ds.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.ds.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.ds.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.ds.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.ds.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.ds.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.ds.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.ds.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.ds.tests ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/classes
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1.jar-classes
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1a.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb2.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb3.jar-classes
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb4.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb5.jar-classes
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb6.jar-classes
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb7.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb8.jar-classes
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb9.jar-classes
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb10.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb11.jar-classes
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb12.jar-classes
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb13.jar-classes
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb14.jar-classes
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb15.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb16.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb17.jar-classes
[INFO] Nothing to compile - all classes are up to date
[INFO] Nothing to compile - all classes are up to date
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb20.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21a.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb22.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb23.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb24.jar-classes
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb25.jar-classes
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb26.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb27.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.ds.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.ds.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.ds.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.6.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.ds.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1a.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb2.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb3.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb4.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb5.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb6.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb7.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb8.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb9.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb10.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb11.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb12.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb13.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb14.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb15.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb16.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb17.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb18.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb19.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb20.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb21.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb21a.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb22.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb23.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb24.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb25.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb26.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb27.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.6.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.ds.tests ---
[WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/pom.xml: baseline and build artifacts have same version but different contents
   classifier-sources: not present in baseline

[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/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.6.0:test (default-test) @ org.eclipse.equinox.ds.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work/data, -install, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/surefire.properties]
Running org.eclipse.equinox.ds.tests.AllTests
Exception in thread "Thread-12" Exception in thread "Thread-14" java.lang.AssertionError: The ConfigurationAdmin should be available
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertNotNull(Assert.java:713)
	at org.eclipse.equinox.ds.tests.tbc.DSTest$OverloadManager.run(DSTest.java:2177)
Exception in thread "Thread-13" java.lang.AssertionError: The ConfigurationAdmin should be available
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertNotNull(Assert.java:713)
	at org.eclipse.equinox.ds.tests.tbc.DSTest$OverloadManager.run(DSTest.java:2177)
java.lang.AssertionError: The ConfigurationAdmin should be available
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertNotNull(Assert.java:713)
	at org.eclipse.equinox.ds.tests.tbc.DSTest$OverloadManager.run(DSTest.java:2177)
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 167.143 s - in org.eclipse.equinox.ds.tests.AllTests
testPropertiesHandling(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.023 s
testOptionalNames(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.057 s
testComponentConfigurationPID(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.002 s
testComponentContextMethods(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 6.025 s
testImmediateComponents(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.015 s
testConfigAdminOnOff(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.002 s
testStaticPolicyBinding(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 2.01 s
testConfigurationPolicyFactoryConf(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.002 s
testBindUnbindParams(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 5.02 s
testCircularityHandling(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 7.061 s
testUniqueComponentContext(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.014 s
testServicePropertiesUpdate(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 2.016 s
testPolicyOptionGreedy(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 3.022 s
testPrivateProperties(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.008 s
testWildcardHandling(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.009 s
testRowReference(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 2.016 s
testBindUnbind(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 2.012 s
testActivateDeactivate(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 12.019 s
testModifiedSpecialCases(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.002 s
testDynamicComponentFactoryServiceBinding(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.014 s
testPolicyOptionReluctant(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 3.016 s
testDisposingMultipleDependencies(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 1.01 s
testBindException(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.011 s
testReferenceTargetProperty(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 1.009 s
testBoundServiceReplacement(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.028 s
testBlockingComponents(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 120.029 s
testOverload(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.552 s
testConfigurationPolicy(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.003 s
testStaticComponentFactoryServiceBinding(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.018 s
testSecurity(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.001 s
testLazyBundles(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.007 s
testModified100(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.001 s
testModified110(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.001 s
testBoundServiceReplacementOnModification(org.eclipse.equinox.ds.tests.tbc.DSTest)  Time elapsed: 0.033 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.ds.tests ---
[INFO] Fetching org.eclipse.equinox.ds.tests_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (302.72kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.ds.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.ds.tests ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.ds.tests ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.ds.tests/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -----< org.eclipse.equinox:org.eclipse.equinox.preferences.tests >------
[INFO] Building org.eclipse.equinox.preferences.tests 3.9.100-SNAPSHOT  [49/56]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.preferences.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences.tests ---
[INFO] The project's OSGi version is 3.9.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.preferences.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.preferences.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.preferences.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.preferences.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.preferences.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.preferences.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.preferences.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.preferences.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.preferences.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.preferences.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.preferences.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.preferences.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.9.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.9.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences.tests ---
[WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/pom.xml: baseline and build artifacts have same version but different contents
   classifier-sources: not present in baseline

[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/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.6.0:test (default-test) @ org.eclipse.equinox.preferences.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work/data, -install, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/surefire.properties]
Running org.eclipse.equinox.preferences.tests.EclipsePreferencesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 s - in org.eclipse.equinox.preferences.tests.EclipsePreferencesTest
testConcurrentPreferenceChangeListener(org.eclipse.equinox.preferences.tests.EclipsePreferencesTest)  Time elapsed: 0.437 s
testConcurrentNodeChangeListener(org.eclipse.equinox.preferences.tests.EclipsePreferencesTest)  Time elapsed: 0.4 s
Running org.eclipse.equinox.preferences.tests.PreferenceMetadataTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.equinox.preferences.tests.PreferenceMetadataTest
testPreferenceMetadata(org.eclipse.equinox.preferences.tests.PreferenceMetadataTest)  Time elapsed: 0.002 s
testPreferenceMetadataNullDescription(org.eclipse.equinox.preferences.tests.PreferenceMetadataTest)  Time elapsed: 0.001 s
testPreferenceMetadataNullIdentifier(org.eclipse.equinox.preferences.tests.PreferenceMetadataTest)  Time elapsed: 0 s
testPreferenceMetadataNullValueType(org.eclipse.equinox.preferences.tests.PreferenceMetadataTest)  Time elapsed: 0 s
testPreferenceMetadataNullName(org.eclipse.equinox.preferences.tests.PreferenceMetadataTest)  Time elapsed: 0 s
testPreferenceMetadataNullDefaultValue(org.eclipse.equinox.preferences.tests.PreferenceMetadataTest)  Time elapsed: 0 s
Running org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest
testNullPreferences(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0.001 s
testLoadLong(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testLoadUnknown(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testLoadDouble(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0.001 s
testSaveLong(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testLoadBoolean(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testLoadString(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testConsumable(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testSaveUnknown(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0.001 s
testSaveDouble(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testLoadInt(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testSaveBoolean(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testSaveString(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testSaveFloat(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testLoadByteArray(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0.001 s
testSaveInt(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testLoadFloat(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s
testSaveByteArray(org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest)  Time elapsed: 0 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences.tests ---
[INFO] Fetching org.eclipse.equinox.preferences.tests_3.9.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (19.93kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.preferences.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.preferences.tests ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.preferences.tests ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.tests >-------
[INFO] Building org.eclipse.equinox.security.tests 1.2.200-SNAPSHOT     [50/56]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.tests ---
[INFO] The project's OSGi version is 1.2.200.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.security.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.security.tests ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.tests ---
[WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/pom.xml: baseline and build artifacts have same version but different contents
   classifier-sources: not present in baseline

[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/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.6.0:test (default-test) @ org.eclipse.equinox.security.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/target/work/data, -install, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/target/work, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/target/surefire.properties]
Running org.eclipse.equinox.security.tests.AllSecurityTests
Tests run: 34, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.515 s - in org.eclipse.equinox.security.tests.AllSecurityTests
testEdge(org.eclipse.equinox.internal.security.tests.storage.Base64Test)  Time elapsed: 0.003 s
testHandCoded(org.eclipse.equinox.internal.security.tests.storage.Base64Test)  Time elapsed: 0 s
testRandom(org.eclipse.equinox.internal.security.tests.storage.Base64Test)  Time elapsed: 0.045 s
testPBEDetect(org.eclipse.equinox.internal.security.tests.storage.DetectPBECiphersTest)  Time elapsed: 0.235 s
testEdge(org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest)  Time elapsed: 0.001 s
testPreferencesWithSlashes(org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest)  Time elapsed: 0.018 s
testBackwardSlash(org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest)  Time elapsed: 0 s
testMixSlash(org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest)  Time elapsed: 0 s
testForwardSlash(org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest)  Time elapsed: 0 s
testLocation(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0.002 s
testNames(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0.004 s
testIncorrectData(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0.002 s
testNodeResolution(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0.004 s
testDataTypes(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0.005 s
testModules(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0.008 s
testEdgeCases(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0.002 s
testNodeRemoval(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0.002 s
testPreferences(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0.004 s
testPathValidation(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0 s
testIncorrectPassword(org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest)  Time elapsed: 0.001 s
testDynamicMemory(org.eclipse.equinox.internal.security.tests.storage.DynamicPreferencesTest)  Time elapsed: 0.073 s
testDynamicPersisted(org.eclipse.equinox.internal.security.tests.storage.DynamicPreferencesTest)  Time elapsed: 0.025 s
testObsoletes(org.eclipse.equinox.internal.security.tests.storage.ObsoletesTest) skipped
testLocation(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped
testNames(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped
testIncorrectData(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped
testNodeResolution(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped
testDataTypes(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped
testModules(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped
testEdgeCases(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped
testNodeRemoval(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped
testPreferences(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped
testPathValidation(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped
testIncorrectPassword(org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest) skipped

Results:

Tests run: 34, Failures: 0, Errors: 0, Skipped: 12

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.tests ---
[INFO] Fetching org.eclipse.equinox.security.tests_1.2.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (44.65kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.security.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.security.tests ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.security.tests ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.tests/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ---< org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64 >----
[INFO] Building org.eclipse.equinox.security.linux.x86_64 1.1.500-SNAPSHOT [51/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] The project's OSGi version is 1.1.500.v20210125-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.linux.x86_64 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.linux.x86_64 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.linux.x86_64 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.linux.x86_64 ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/target/org.eclipse.equinox.security.linux.x86_64-1.1.500-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/target/org.eclipse.equinox.security.linux.x86_64-1.1.500-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/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.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (7.41kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.security.linux.x86_64 ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/target/org.eclipse.equinox.security.linux.x86_64-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.security.linux.x86_64/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] -----< org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests >------
[INFO] Building org.eclipse.equinox.console.ssh.tests 1.1.100-SNAPSHOT  [52/56]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] The project's OSGi version is 1.1.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.ssh.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.console.ssh.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.console.ssh.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.console.ssh.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:test (default-test) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.console.ssh.tests ---
[INFO] 
[INFO] -------< org.eclipse.equinox:org.eclipse.equinox.console.tests >--------
[INFO] Building org.eclipse.equinox.console.tests 1.1.100-SNAPSHOT      [53/56]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.console.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.tests ---
[INFO] The project's OSGi version is 1.1.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.console.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.console.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.console.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.console.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.console.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.console.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.console.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.console.tests ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/target/classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.console.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.console.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.console.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/target/org.eclipse.equinox.console.tests-1.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/target/org.eclipse.equinox.console.tests-1.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.tests ---
[INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.console.tests/pom.xml
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:test (default-test) @ org.eclipse.equinox.console.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.console.tests ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.console.tests ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.console.tests ---
[INFO] 
[INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests >-----
[INFO] Building org.eclipse.equinox.http.servlet.tests 1.8.300-SNAPSHOT [54/56]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] The project's OSGi version is 1.8.300.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.http.servlet.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.http.servlet.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] Compiling 70 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/classes
[INFO] Compiling 49 source files to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb1.jar-classes
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb2.jar-classes
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.http.servlet.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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.8.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/bundles_bin/tb1.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/bundles_bin/tb2.jar
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.8.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet.tests ---
[WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml: baseline and build artifacts have same version but different contents
   classifier-sources: not present in baseline

[INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/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.6.0:test (default-test) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/work/data, -install, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/work, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/surefire.properties]
Running org.eclipse.equinox.http.servlet.tests.Test_140_4_26to31
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@72ab05ed: Requesting http://localhost:46401/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@72ab05ed: Requesting http://localhost:46401/a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s - in org.eclipse.equinox.http.servlet.tests.Test_140_4_26to31
test_140_4_26to31(org.eclipse.equinox.http.servlet.tests.Test_140_4_26to31)  Time elapsed: 0.474 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_9_ServletContextDTO_custom_listener
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.equinox.http.servlet.tests.Test_140_9_ServletContextDTO_custom_listener
test_140_9_ServletContextDTO_custom_listener(org.eclipse.equinox.http.servlet.tests.Test_140_9_ServletContextDTO_custom_listener)  Time elapsed: 0.123 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_REGEX
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/a.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/some/path/b.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/a.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/some/path/b.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/a.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/some/path/b.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d207fad: Requesting http://localhost:33497/
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_REGEX
patternCheck(org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_REGEX)  Time elapsed: 0.11 s
test_table_140_5_HTTP_WHITEBOARD_FILTER_REGEX(org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_REGEX)  Time elapsed: 0.138 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_2_17to22
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.equinox.http.servlet.tests.Test_140_2_17to22
test_140_2_17to22(org.eclipse.equinox.http.servlet.tests.Test_140_2_17to22)  Time elapsed: 0.11 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_4_9
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@60723d6a: Requesting http://localhost:35211/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@60723d6a: Requesting http://localhost:35211/b.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@60723d6a: Requesting http://localhost:35211/some/path/b.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@60723d6a: Requesting http://localhost:35211/
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.equinox.http.servlet.tests.Test_140_4_9
test_140_4_9(org.eclipse.equinox.http.servlet.tests.Test_140_4_9)  Time elapsed: 0.115 s
Running org.eclipse.equinox.http.servlet.tests.Bug569406_Test
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@29314cc9: Requesting http://localhost:43157/Bug%20562843/this%20pat/aa%2Fb%2Fc/d%2Fe%2Ff
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@bb095: Requesting http://localhost:35805/Bug%20562843/this%20pat/a%20b%20c/d%20e%20f
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.eclipse.equinox.http.servlet.tests.Bug569406_Test
test_Bug562843_Encode_Slash(org.eclipse.equinox.http.servlet.tests.Bug569406_Test)  Time elapsed: 0.112 s
test_Bug562843_Encode_Space(org.eclipse.equinox.http.servlet.tests.Bug569406_Test)  Time elapsed: 0.112 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_request
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2eb79cbe: Requesting http://localhost:41973/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2eb79cbe: Requesting http://localhost:41973/a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_request
test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_request(org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_request)  Time elapsed: 0.113 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_4_14to15
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2b0b4d53: Requesting http://localhost:39985/a.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2b0b4d53: Requesting http://localhost:39985/a.xhtml
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2b0b4d53: Requesting http://localhost:39985/some/path/a.xhtml
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.equinox.http.servlet.tests.Test_140_4_14to15
test_140_4_14to15(org.eclipse.equinox.http.servlet.tests.Test_140_4_14to15)  Time elapsed: 0.114 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_6_HTTP_WHITEBOARD_RESOURCE_validation
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_6_HTTP_WHITEBOARD_RESOURCE_validation
test_table_140_6_HTTP_WHITEBOARD_RESOURCE_validation(org.eclipse.equinox.http.servlet.tests.Test_table_140_6_HTTP_WHITEBOARD_RESOURCE_validation)  Time elapsed: 0.112 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_4_42to44
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5f404594: Requesting http://localhost:34281/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5f404594: Requesting http://localhost:34281/a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.equinox.http.servlet.tests.Test_140_4_42to44
test_140_4_42to44(org.eclipse.equinox.http.servlet.tests.Test_140_4_42to44)  Time elapsed: 0.124 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_6_20to21_commonProperties
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@57540fd0: Requesting http://localhost:42675/other.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@57540fd0: Requesting http://localhost:42675/other.txt
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.equinox.http.servlet.tests.Test_140_6_20to21_commonProperties
test_140_6_20to21_commonProperties(org.eclipse.equinox.http.servlet.tests.Test_140_6_20to21_commonProperties)  Time elapsed: 0.114 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_exception
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7df60067: Requesting http://localhost:46293/a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_exception
test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_exception(org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_exception)  Time elapsed: 0.114 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_11_3
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.equinox.http.servlet.tests.Test_140_11_3
test_140_11_3(org.eclipse.equinox.http.servlet.tests.Test_140_11_3)  Time elapsed: 0.108 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_2_26to27
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.equinox.http.servlet.tests.Test_140_2_26to27
test_140_2_26to27(org.eclipse.equinox.http.servlet.tests.Test_140_2_26to27)  Time elapsed: 0.114 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_bindUsingContextSelect
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_bindUsingContextSelect
test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_bindUsingContextSelect(org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_bindUsingContextSelect)  Time elapsed: 0.11 s
Running org.eclipse.equinox.http.servlet.tests.TestUpload
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5f303ecd: Requesting http://localhost:43413/post
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s - in org.eclipse.equinox.http.servlet.tests.TestUpload
testUpload(org.eclipse.equinox.http.servlet.tests.TestUpload)  Time elapsed: 0.232 s
Running org.eclipse.equinox.http.servlet.tests.AuthenticationTest
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2788d0fe: Requesting http://localhost:35491/context1/servlet?forward=true
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2788d0fe: Requesting http://localhost:35491/context1/servlet?forward=true&auth=true
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1b005a0b: Requesting http://localhost:41583/context1/servlet
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1b005a0b: Requesting http://localhost:41583/context1/servlet?auth=true
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1b005a0b: Requesting http://localhost:41583/context2/servlet
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s - in org.eclipse.equinox.http.servlet.tests.AuthenticationTest
test_forwardSecurity(org.eclipse.equinox.http.servlet.tests.AuthenticationTest)  Time elapsed: 0.118 s
test_handleFinishSecurity(org.eclipse.equinox.http.servlet.tests.AuthenticationTest)  Time elapsed: 0.114 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_4_11to13
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@39109136: Requesting http://localhost:45453/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@39109136: Requesting http://localhost:45453/a.xhtml
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@39109136: Requesting http://localhost:45453/some/path/a.xhtml
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.equinox.http.servlet.tests.Test_140_4_11to13
test_140_4_11to13(org.eclipse.equinox.http.servlet.tests.Test_140_4_11to13)  Time elapsed: 0.113 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_9_ServletContextDTO_default_listener
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.equinox.http.servlet.tests.Test_140_9_ServletContextDTO_default_listener
test_140_9_ServletContextDTO_default_listener(org.eclipse.equinox.http.servlet.tests.Test_140_9_ServletContextDTO_default_listener)  Time elapsed: 0.108 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3721177d: Requesting http://localhost:40019/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3721177d: Requesting http://localhost:40019/b
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED
test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED(org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED)  Time elapsed: 0.118 s
Running org.eclipse.equinox.http.servlet.tests.DispatchingTest
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@40368a46: Requesting http://localhost:33961/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3104f7bd: Requesting http://localhost:37489/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7b3315a5: Requesting http://localhost:35285/c1/s1/i1?p1=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7f829c76: Requesting http://localhost:46373/c1/s1/i1?p1=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9d1a267: Requesting http://localhost:43205/a/s1/d
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@369c9bb: Requesting http://localhost:46153/c1/s1/a?p=1&p=2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2063c53e: Requesting http://localhost:33567/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@256aa5f2: Requesting http://localhost:41005/S8
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@14379273: Requesting http://localhost:33201/c1/s1/a?p=1&p=2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@73ad4ecc: Requesting http://localhost:35255/s1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@60737b23: Requesting http://localhost:37235/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6eb82908: Requesting http://localhost:36483/Bug497510/a%20b%20c
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3cec79d3: Requesting http://localhost:34369/Bug%20497510/a%20b%20c
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@b016b4e: Requesting http://localhost:42875/Servlet13A/a?p=1&p=2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@280e8a1a: Requesting http://localhost:39733/c1/s1/a?p=1&p=2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@21f8e55f: Requesting http://localhost:33441/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2e2f720: Requesting http://localhost:35975/s1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@30d25c03: Requesting http://localhost:40035/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@bd1111a: Requesting http://localhost:41787/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3971f0fe: Requesting http://localhost:42867/c1/s1/i1?p1=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7123be6c: Requesting http://localhost:37845/c1/s1/i1?p1=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@49a26d19: Requesting http://localhost:38399/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@771d1ffb: Requesting http://localhost:33067/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@162b3d47: Requesting http://localhost:40567/s1
==event stream opened==
==event==
1647293008370
Differential: 104
==event==
1647293008471
Differential: 99
==event==
1647293008571
Differential: 100
==event==
1647293008671
Differential: 101
==event==
1647293008772
Differential: 100
==event==
1647293008872
Differential: 100
==event==
1647293008972
Differential: 100
==event==
1647293009072
Differential: 101
==event==
1647293009173
Differential: 100
==event==
1647293009273
Differential: 100
==event stream closed==
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7c447c76: Requesting http://localhost:40007/Bug479115/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2d23faef: Requesting http://localhost:43753/s1
==event stream opened==
==event==
1647293009595
Differential: 104
==event==
1647293009696
Differential: 99
==event==
1647293009796
Differential: 100
==event==
1647293009896
Differential: 101
==event==
1647293009997
Differential: 100
==event==
1647293010097
Differential: 100
==event==
1647293010197
Differential: 101
==event==
1647293010298
Differential: 100
==event==
1647293010398
Differential: 100
==event==
1647293010498
Differential: 101
==event stream closed==
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3effd4f3: Requesting http://localhost:40361/Servlet13A/a?p=1&p=2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@64693226: Requesting http://localhost:46187/c1/s1/a?p=1&p=2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7ea899a9: Requesting http://localhost:44853/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@701bc94e: Requesting http://localhost:37075/a/s1/d?p=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7c891ba7: Requesting http://localhost:34945/a/s1/d?p=1
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.488 s - in org.eclipse.equinox.http.servlet.tests.DispatchingTest
test_forwardDepth1_WithRequestAndForwardFilter(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.113 s
test_forwardDepth1(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_forwardDepth2(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_forwardDepth3(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.113 s
test_crossContextDispatch1(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.11 s
test_forwardNamed(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.111 s
test_forwardStreamed(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.117 s
test_includeBasic(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.11 s
test_includeNamed(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.11 s
test_headers_include(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.127 s
test_includeDepth1_WithRequestFilter(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_Bug497510_1(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.111 s
test_Bug497510_2(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.111 s
test_forwardParameterAggregationAndPrecedence(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_forwardNamedParameterAggregationAndPrecedence(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_includeDepth1_WithRequestAndIncludeFilter(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_headers_forward(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_includeStreamed_WithRequestAndIncludeFilter(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.111 s
test_includeDepth1(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.111 s
test_includeDepth2(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_includeDepth3(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.113 s
test_includeStreamed_WithRequestFilter(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_forwardStreamed_WithRequestFilter(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.111 s
test_streamed_response_outputstream(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 1.113 s
test_Bug479115(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.111 s
test_streamed_response_writer(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 1.114 s
test_includeParameterAggregationAndPrecedence(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.113 s
test_includeNamedParameterAggregationAndPrecedence(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_forwardStreamed_WithRequestAndForwardFilter(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.112 s
test_forwardDepth1_WithRequestFilter(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.111 s
test_includeStreamed(org.eclipse.equinox.http.servlet.tests.DispatchingTest)  Time elapsed: 0.111 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_7_validation
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.equinox.http.servlet.tests.Test_140_7_validation
test_140_7_validation(org.eclipse.equinox.http.servlet.tests.Test_140_7_validation)  Time elapsed: 0.108 s
Running org.eclipse.equinox.http.servlet.tests.Bug500783_Test
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5fb65013: Requesting http://localhost:45427/MyServlet
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.equinox.http.servlet.tests.Bug500783_Test
test(org.eclipse.equinox.http.servlet.tests.Bug500783_Test)  Time elapsed: 0.109 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED_validate
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED_validate
test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED_validate(org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED_validate)  Time elapsed: 0.109 s
Running org.eclipse.equinox.http.servlet.tests.Bug562843_2_Test
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@62d73ead: Requesting http://localhost:46013/Bug562843/topic+.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@75fc1992: Requesting http://localhost:43475/Bug562843/topic%25.html
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.equinox.http.servlet.tests.Bug562843_2_Test
test_Bug562843_testEncodedSpace(org.eclipse.equinox.http.servlet.tests.Bug562843_2_Test)  Time elapsed: 0.109 s
test_Bug562843_testEncodedPercentSign(org.eclipse.equinox.http.servlet.tests.Bug562843_2_Test)  Time elapsed: 0.108 s
Running org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5580d62f: Requesting http://localhost:37275/helperContext/servlet
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3f9f71ff: Requesting http://localhost:42191/testPrefix/servlet
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@41522537: Requesting http://localhost:38189/testPrefix/helperContext/servlet
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 s - in org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests
testServletContextHelpersNotHiddenWhenRegisteredUsingConsumingContext(org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests)  Time elapsed: 0.109 s
testWBServletContextPathCustomizerDefaultFilter(org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests)  Time elapsed: 0.12 s
testLegacyServletContextPathCustomizerContextPrefix(org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests)  Time elapsed: 0.115 s
testCreateDefaultHttpContextCreatesNewServletContextHelper(org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests)  Time elapsed: 0.106 s
testWBServletContextPathCustomizerContextPrefix(org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests)  Time elapsed: 0.111 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_2_39to41
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.equinox.http.servlet.tests.Test_140_2_39to41
test_140_2_39to41(org.eclipse.equinox.http.servlet.tests.Test_140_2_39to41)  Time elapsed: 0.108 s
Running org.eclipse.equinox.http.servlet.tests.Bug564747_Test
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@524a2ffb: Requesting http://localhost:33181/Servlet13/a?p=&q=&q=2&r=3
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.equinox.http.servlet.tests.Bug564747_Test
test(org.eclipse.equinox.http.servlet.tests.Bug564747_Test)  Time elapsed: 0.109 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_2_6_getResourcePaths
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.equinox.http.servlet.tests.Test_140_2_6_getResourcePaths
test_140_2_6_getResourcePaths(org.eclipse.equinox.http.servlet.tests.Test_140_2_6_getResourcePaths)  Time elapsed: 0.108 s
Running org.eclipse.equinox.http.servlet.tests.Bug562843_Test
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@59d77850: Requesting http://localhost:32799/Bug%20562843/a%20b%20c
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.equinox.http.servlet.tests.Bug562843_Test
test_Bug562843(org.eclipse.equinox.http.servlet.tests.Bug562843_Test)  Time elapsed: 0.109 s
Running org.eclipse.equinox.http.servlet.tests.TestHttpServiceAndNamedServlet
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in org.eclipse.equinox.http.servlet.tests.TestHttpServiceAndNamedServlet
testHttpServiceAndNamedServlet(org.eclipse.equinox.http.servlet.tests.TestHttpServiceAndNamedServlet)  Time elapsed: 0.317 s
Running org.eclipse.equinox.http.servlet.tests.TestHttpServiceAndErrorPage
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.eclipse.equinox.http.servlet.tests.TestHttpServiceAndErrorPage
testHttpServiceAndErrorPage(org.eclipse.equinox.http.servlet.tests.TestHttpServiceAndErrorPage)  Time elapsed: 0.311 s
Running org.eclipse.equinox.http.servlet.tests.Bug562440_Test
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@278667fd: Requesting http://localhost:41309/S1/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@278667fd: Requesting http://localhost:41309/S1/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1729ec00: Requesting http://localhost:37153/S1/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1729ec00: Requesting http://localhost:37153/S1/a
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.equinox.http.servlet.tests.Bug562440_Test
test_ServletGetStatus(org.eclipse.equinox.http.servlet.tests.Bug562440_Test)  Time elapsed: 0.11 s
test_ServletFlushBuffer(org.eclipse.equinox.http.servlet.tests.Bug562440_Test)  Time elapsed: 0.11 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_PATH_type
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_PATH_type
test_table_140_1_HTTP_WHITEBOARD_CONTEXT_PATH_type(org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_PATH_type)  Time elapsed: 0.106 s
Running org.eclipse.equinox.http.servlet.tests.PreprocessorTestCase
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a8406c2: Requesting http://localhost:33831/available
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@59ed3e6c: Requesting http://localhost:42513/available
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@59ed3e6c: Requesting http://localhost:42513/foo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.937 s - in org.eclipse.equinox.http.servlet.tests.PreprocessorTestCase
testPreprocessorInitParameters(org.eclipse.equinox.http.servlet.tests.PreprocessorTestCase)  Time elapsed: 0.207 s
testPreprocessorRanking(org.eclipse.equinox.http.servlet.tests.PreprocessorTestCase)  Time elapsed: 0.513 s
testPreprocessorInvocation(org.eclipse.equinox.http.servlet.tests.PreprocessorTestCase)  Time elapsed: 0.216 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_tieGoesToOldest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_tieGoesToOldest
test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_tieGoesToOldest(org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_tieGoesToOldest)  Time elapsed: 0.111 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_6_1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24e83d19: Requesting http://localhost:40921/index.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24e83d19: Requesting http://localhost:40921/index.txt
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.equinox.http.servlet.tests.Test_140_6_1
test_140_6_1(org.eclipse.equinox.http.servlet.tests.Test_140_6_1)  Time elapsed: 0.113 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_4_16
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@302edb74: Requesting http://localhost:34261/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@302edb74: Requesting http://localhost:34261/fee/fi/foo/fum
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.equinox.http.servlet.tests.Test_140_4_16
test_140_4_16(org.eclipse.equinox.http.servlet.tests.Test_140_4_16)  Time elapsed: 0.111 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_4_1_22to23
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5292ceca: Requesting http://localhost:46307/a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.equinox.http.servlet.tests.Test_140_4_1_22to23
test_140_4_1_22to23(org.eclipse.equinox.http.servlet.tests.Test_140_4_1_22to23)  Time elapsed: 0.112 s
Running org.eclipse.equinox.http.servlet.tests.ServletTest
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52e04737: Requesting http://localhost:46189/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52e04737: Requesting http://localhost:46189/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52e04737: Requesting http://localhost:46189/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52e04737: Requesting http://localhost:46189/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52e04737: Requesting http://localhost:46189/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52e04737: Requesting http://localhost:46189/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52e04737: Requesting http://localhost:46189/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52e04737: Requesting http://localhost:46189/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52e04737: Requesting http://localhost:46189/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52e04737: Requesting http://localhost:46189/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@77774571: Requesting http://localhost:37543/prototype/configure?servlet.init.status=testWBServletChangeInitParams&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeInitParams&test.prototype.name=testWBServletChangeInitParams
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@77774571: Requesting http://localhost:37543/testWBServletChangeInitParams
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@77774571: Requesting http://localhost:37543/prototype/configure?servlet.init.status=changed&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeInitParams&test.prototype.name=testWBServletChangeInitParams
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@77774571: Requesting http://localhost:37543/testWBServletChangeInitParams
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4337afd: Requesting https://localhost:8443/TestServlet10
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6ddd1c51: Requesting http://localhost:45693/TestErrorPage1/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6546371: Requesting http://localhost:36181/TestErrorPage2/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@478530cb: Requesting http://localhost:44077/TestErrorPage3/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2c3679e5: Requesting http://localhost:46495/TestErrorPage4/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7252bdb: Requesting http://localhost:44807/prototype/error?test.error.code=400
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7252bdb: Requesting http://localhost:44807/prototype/error?test.error.code=450
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7252bdb: Requesting http://localhost:44807/prototype/error?test.error.code=499
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7252bdb: Requesting http://localhost:44807/prototype/error?test.error.code=500
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7252bdb: Requesting http://localhost:44807/prototype/error?test.error.code=550
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7252bdb: Requesting http://localhost:44807/prototype/error?test.error.code=599
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1868ed54: Requesting http://localhost:32949/TestErrorPage6/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@54f69311: Requesting http://localhost:39641/TestErrorPage7/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5e05a706: Requesting http://localhost:39515/TestErrorPage8/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5939f047: Requesting http://localhost:33967/TestErrorPage9/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@446cc036: Requesting http://localhost:37023/TestFilter10/cbabc
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@346690d6: Requesting http://localhost:45847/TestFilter11/cbdadbc
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@78e4fa1: Requesting http://localhost:46227/TestFilter12/dcbabcd
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7c928399: Requesting http://localhost:45951/something/a.TestFilter13
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@339b45f8: Requesting http://localhost:38247/something/a.TestFilter14
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@324afa73: Requesting http://localhost:34657/something/a.TestFilter15
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6a063931: Requesting http://localhost:44345/something/a.TestFilter16
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2d487df4: Requesting http://localhost:42129/TestFilter17/foo/bar/baz
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3014c46f: Requesting http://localhost:42245/TestFilter18/foo/bar/baz
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@561b39f4: Requesting http://localhost:35987/TestFilter18/foo/bar/baz/with/path/info
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@300cdf3f: Requesting http://localhost:39443/hello
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@300cdf3f: Requesting http://localhost:39443/hello/test
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24b9c037: Requesting http://localhost:46197/hello
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24b9c037: Requesting http://localhost:46197/hello/test
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@8941d98: Requesting http://localhost:46369/hello/request
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@8941d98: Requesting http://localhost:46369/hello/request
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1342c6e1: Requesting http://localhost:37891/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1342c6e1: Requesting http://localhost:37891/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1342c6e1: Requesting http://localhost:37891/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@11e2de88: Requesting http://localhost:46123/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@11e2de88: Requesting http://localhost:46123/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4d768435: Requesting http://localhost:42451/Servlet16/do
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2bfe51d5: Requesting http://localhost:39283/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3b0305dd: Requesting http://localhost:43709/foo/a/SA
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5cb7eb6c: Requesting http://localhost:36479/testHttpContextSetUser
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@37445c57: Requesting http://localhost:34283/tccl
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@701dc5ad: Requesting http://localhost:44019/a/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@f5a1b27: Requesting http://localhost:42457/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@392da875: Requesting http://localhost:42869/Servlet16/do
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@34883fa2: Requesting http://localhost:37915/s9
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@34692767: Requesting http://localhost:38933/Servlet16/do
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1f0f52d6: Requesting http://localhost:36675/resource2.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7f85482c: Requesting http://localhost:37077/prototype/configure?servlet.init.status=testWBServletChangeRanking1&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeRanking&test.prototype.name=testWBServletChangeRanking1&service.ranking=1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7f85482c: Requesting http://localhost:37077/prototype/configure?servlet.init.status=testWBServletChangeRanking2&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeRanking&test.prototype.name=testWBServletChangeRanking2&service.ranking=2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7f85482c: Requesting http://localhost:37077/testWBServletChangeRanking
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7f85482c: Requesting http://localhost:37077/prototype/configure?servlet.init.status=testWBServletChangeRanking2&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeRanking&test.prototype.name=testWBServletChangeRanking2&service.ranking=0
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7f85482c: Requesting http://localhost:37077/testWBServletChangeRanking
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7f85482c: Requesting http://localhost:37077/prototype/unregister?test.prototype.name=testWBServletChangeRanking1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7f85482c: Requesting http://localhost:37077/testWBServletChangeRanking
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@67020d60: Requesting http://localhost:44091/TestFilter1/bab
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@32b1d581: Requesting http://localhost:46757/TestFilter2/cbabc
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7eb22e87: Requesting http://localhost:42215/TestFilter3/cbdadbc
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1368a7d9: Requesting http://localhost:43671/TestFilter4/dcbabcd
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3f6edaf8: Requesting http://localhost:34303/something/bab.TestFilter5
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4ae19926: Requesting http://localhost:46403/something/cbabc.TestFilter6
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@483010b3: Requesting http://localhost:42531/something/cbdadbc.TestFilter7
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@e51fa39: Requesting http://localhost:36923/something/dcbabcd.TestFilter8
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4c55b877: Requesting http://localhost:46107/TestFilter9/bab
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2bbdba03: Requesting http://localhost:37487/Servlet16/do
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@413b0b08: Requesting http://localhost:45015/TestServletContext1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@34e10f9: Requesting http://localhost:45159/S1/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@290ab243: Requesting http://localhost:39619/s1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@a0e33ed: Requesting http://localhost:44539/a/s1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4ced30b9: Requesting http://localhost:43979/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4ced30b9: Requesting http://localhost:43979/a/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@26621a02: Requesting http://localhost:34293/a/TestServletContextHelper10/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6e65946d: Requesting http://localhost:42707/http.context.test/1/test
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6e65946d: Requesting http://localhost:42707/http.context.test/2/test
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3cf48234: Requesting http://localhost:33799/a/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4769a5a1: Requesting http://localhost:36381/s1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5be0e16f: Requesting http://localhost:44971/foo/a/b/c/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5be0e16f: Requesting http://localhost:44971/foo/a/b/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5be0e16f: Requesting http://localhost:44971/foo/a/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5be0e16f: Requesting http://localhost:44971/foo/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3b621547: Requesting http://localhost:35895/foo/a/b/c/?p1=v1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3b621547: Requesting http://localhost:35895/foo/a/b/;jsessionid=node0f6iopbs32gehgjy0zgaoxz8w26.node0
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3b621547: Requesting http://localhost:35895/foo/a/;jsessionid=node0f6iopbs32gehgjy0zgaoxz8w26.node0
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3b621547: Requesting http://localhost:35895/foo/;jsessionid=node0f6iopbs32gehgjy0zgaoxz8w26.node0
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@56c9fb47: Requesting http://localhost:33487/a/b/c/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@56c9fb47: Requesting http://localhost:33487/a/b/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@56c9fb47: Requesting http://localhost:33487/a/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@56c9fb47: Requesting http://localhost:33487/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@649f48f6: Requesting http://localhost:36445/a/b/c/?p1=v1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@649f48f6: Requesting http://localhost:36445/a/b/;jsessionid=node0ejmbtonchxdcmf6a7huo7nfv27.node0
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@649f48f6: Requesting http://localhost:36445/a/;jsessionid=node0ejmbtonchxdcmf6a7huo7nfv27.node0
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@649f48f6: Requesting http://localhost:36445/;jsessionid=node0ejmbtonchxdcmf6a7huo7nfv27.node0
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2e292fbe: Requesting http://localhost:44039/TestResource1/resource1.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1b946e7e: Requesting http://localhost:45269/TestResource2/resource1.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@ad7cc4c: Requesting http://localhost:33795/TestResource3/resource1.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4f2038c5: Requesting http://localhost:46575/TestResource4/resource1.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a2238d3: Requesting http://localhost:46615/TestResource5/resource1.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9cb9484: Requesting http://localhost:46279/TestServletContext1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9cb9484: Requesting http://localhost:46279/TestServletContext1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@720ffaed: Requesting http://localhost:44523/TestServlet1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7e0ab0ac: Requesting http://localhost:40581/TestServlet2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2801b6a0: Requesting http://localhost:46749/TestServlet3
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2628f294: Requesting http://localhost:40569/TestServlet4
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@79d085ba: Requesting http://localhost:35179/TestServlet5
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@55528a6d: Requesting http://localhost:33217/something/a.TestServlet6
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c429d5b: Requesting http://localhost:34719/TestServlet7/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@e09a9a0: Requesting http://localhost:36569/TestServlet9
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5dfb54c1: Requesting http://localhost:37329/Servlet16/do
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3fc4a9b0: Requesting http://localhost:34661/Servlet16/NEEO-a5056097%2Fdevice%2Fapt-neeo_io%3Avirtual%3A6jzOoAtL%2FTemperature_GF_Living%2Fnone%2F1%2Fdirectory%2Factor/default
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@25cc8a11: Requesting http://localhost:35887/Servlet16/do
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@32e4ad7a: Requesting http://localhost:41037/asyncOutput?iterations=2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@32e4ad7a: Requesting http://localhost:41037/asyncOutput?bytes=true&iterations=4
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476ec311: Requesting http://localhost:37877/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476ec311: Requesting http://localhost:37877/sessions;jsessionid=node0y2dfc5c816zbbd77islg9b9b28.node0
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476ec311: Requesting http://localhost:37877/sessions;jsessionid=node0y2dfc5c816zbbd77islg9b9b28.node0?bar=2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a637605: Requesting http://localhost:32991/TestErrorPage10/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@14d27207: Requesting http://localhost:40313/TestErrorPage11/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3cfc3dd0: Requesting http://localhost:39911/files/help.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4496574a: Requesting http://localhost:33417/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4496574a: Requesting http://localhost:33417/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4496574a: Requesting http://localhost:33417/sessions
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5538acff: Requesting http://localhost:34997/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5538acff: Requesting http://localhost:34997/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5538acff: Requesting http://localhost:34997/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@208bf5f7: Requesting http://localhost:36783/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18313b59: Requesting http://localhost:46387/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@414cbabc: Requesting http://localhost:33955/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@414cbabc: Requesting http://localhost:33955/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@414cbabc: Requesting http://localhost:33955/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@717dc557: Requesting http://localhost:42977/s
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2a4a7927: Requesting http://localhost:38591/s9A
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@341ce4d9: Requesting http://localhost:44831/foo/a/SA
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@70f15e94: Requesting http://localhost:37015/f22/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4c10a992: Requesting http://localhost:45519/f22/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7306c6d8: Requesting http://localhost:33789/f22/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4dd02f41: Requesting http://localhost:39411/f22/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24f1b8f: Requesting http://localhost:35799/f22/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7d1e0b78: Requesting http://localhost:39099/f22/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@49520749: Requesting http://localhost:45819/f22/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@30f14c8: Requesting http://localhost:42909/f22/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@306cd945: Requesting http://localhost:40063/f22/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@35913efb: Requesting http://localhost:36991/hello/test/request
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@35913efb: Requesting http://localhost:36991/hello/test/request.ext
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@25d2edc6: Requesting http://localhost:33651/hello_test/request
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@25d2edc6: Requesting http://localhost:33651/hello/request
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@34cfe691: Requesting http://localhost:41215/hello_test/request
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@34cfe691: Requesting http://localhost:41215/hello/request
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@490345c7: Requesting http://localhost:39221/WBServlet1/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52604de9: Requesting http://localhost:40645/WBServlet2/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@135e6269: Requesting http://localhost:39107/testalias/resource2.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@29c4bba6: Requesting http://localhost:34325/foo/TestResource1/rangerequest.mp4
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@f21ed4f: Requesting http://localhost:45527/s11
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9b828a8: Requesting http://localhost:39111/prototype/configure?servlet.init.status=testWBServletDefaultContextAdaptor1&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor1&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor1&test.prototype.name=testWBServletDefaultContextAdaptor1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9b828a8: Requesting http://localhost:39111/testWBServletDefaultContextAdaptor1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9b828a8: Requesting http://localhost:39111/testContext/testWBServletDefaultContextAdaptor1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9b828a8: Requesting http://localhost:39111/testWBServletDefaultContextAdaptor1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9b828a8: Requesting http://localhost:39111/prototype/unregister?servlet.init.status=testWBServletDefaultContextAdaptor1&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor1&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor1&test.prototype.name=testWBServletDefaultContextAdaptor1
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3e56343: Requesting http://localhost:42573/prototype/configure?servlet.init.status=testWBServletDefaultContextAdaptor2&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor2&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor2&test.prototype.name=testWBServletDefaultContextAdaptor2&osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=testContexttestWBServletDefaultContextAdaptor2)
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3e56343: Requesting http://localhost:42573/testContext/testWBServletDefaultContextAdaptor2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3e56343: Requesting http://localhost:42573/testPrefix/testContext/testWBServletDefaultContextAdaptor2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3e56343: Requesting http://localhost:42573/testContext/testWBServletDefaultContextAdaptor2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3e56343: Requesting http://localhost:42573/prototype/unregister?servlet.init.status=testWBServletDefaultContextAdaptor2&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor2&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor2&test.prototype.name=testWBServletDefaultContextAdaptor2&osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=testContexttestWBServletDefaultContextAdaptor2)
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2ddf0964: Requesting http://localhost:46137/prototype/configure?servlet.init.status=testWBServletDefaultContextAdaptor3&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor3&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor3&test.prototype.name=testWBServletDefaultContextAdaptor3&osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=testContexttestWBServletDefaultContextAdaptor3)
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2ddf0964: Requesting http://localhost:46137/testWBServletDefaultContextAdaptor3
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2ddf0964: Requesting http://localhost:46137/testPrefix/testWBServletDefaultContextAdaptor3
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2ddf0964: Requesting http://localhost:46137/testWBServletDefaultContextAdaptor3
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2ddf0964: Requesting http://localhost:46137/prototype/unregister?servlet.init.status=testWBServletDefaultContextAdaptor3&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor3&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor3&test.prototype.name=testWBServletDefaultContextAdaptor3&osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=testContexttestWBServletDefaultContextAdaptor3)
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3774c599: Requesting http://localhost:40253/a/SA
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7e4a1696: Requesting http://localhost:36469/TestServlet10
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@29cb59b4: Requesting http://localhost:35033/TestServlet11
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@63b9596a: Requesting http://localhost:42777/files/help.txt
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@47c19bde: Requesting http://localhost:37559/Servlet13/a?p=1&p=2
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@778fec60: Requesting http://localhost:36159/Servlet16/do
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7b8ca59a: Requesting http://localhost:45251/testDefaultHttpContextResource
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6307f0ea: Requesting http://localhost:39561/foo/TestResource1/rangerequest.mp4
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@67601131: Requesting http://localhost:33937/prototype/configure?servlet.init.status=testWBServletChangePattern&osgi.http.whiteboard.servlet.pattern=/testWBServletChangePattern&test.prototype.name=testWBServletChangePattern
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@67601131: Requesting http://localhost:33937/testWBServletChangePattern
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@67601131: Requesting http://localhost:33937/prototype/configure?servlet.init.status=testWBServletChangePattern&osgi.http.whiteboard.servlet.pattern=/changed&test.prototype.name=testWBServletChangePattern
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@67601131: Requesting http://localhost:33937/changed
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@15de1f88: Requesting http://localhost:46857/foo/TestResource1/rangerequest.mp4
Tests run: 143, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.091 s - in org.eclipse.equinox.http.servlet.tests.ServletTest
test_Sessions05_Bug541607_MemoryLeak(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 12.135 s
testWBServletChangeInitParams(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.156 s
testHTTPSEndpoint(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.793 s
test_ErrorPage1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.402 s
test_ErrorPage2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.386 s
test_ErrorPage3(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.401 s
test_ErrorPage4(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.39 s
test_ErrorPage5(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.142 s
test_ErrorPage6(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.135 s
test_ErrorPage7(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.141 s
test_ErrorPage8(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.132 s
test_ErrorPage9(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.134 s
test_Filter10(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.368 s
test_Filter11(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.36 s
test_Filter12(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.309 s
test_Filter13(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.32 s
test_Filter14(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.298 s
test_Filter15(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.313 s
test_Filter16(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.293 s
test_Filter17(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.305 s
test_Filter18(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.294 s
test_Filter19(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.321 s
test_Filter20(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.127 s
test_Filter21(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.134 s
test_Filter24(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.13 s
test_Sessions01(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.133 s
test_Sessions02(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
test_Servlet16_fileuploadWithLocationAndThreshold(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.131 s
test_Async1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.127 s
test_ServletContextHelper15_fullContextPath_forward(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.134 s
testHttpContextSetUser(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.124 s
test_RegistrationTCCL1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.125 s
test_ServletContextHelperVisibility(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.124 s
test_Registration18_WhiteboardServletByNameOnly(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.125 s
test_Servlet16_fileuploadWithLocationMaxFileSize(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
test_BufferedOutput(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
test_Servlet16_fileuploadWithLocation(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.124 s
test_ResourceAliasSlash(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.132 s
testWBServletChangeRanking(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.131 s
test_Filter1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.313 s
test_Filter2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.352 s
test_Filter3(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.309 s
test_Filter4(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.357 s
test_Filter5(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.296 s
test_Filter6(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.307 s
test_Filter7(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.296 s
test_Filter8(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.296 s
test_Filter9(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.288 s
test_Servlet16_fileuploadWithLocationMaxRequestSize(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.128 s
test_unregister(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.122 s
test_ServletContext1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.297 s
test_ServletContext2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.125 s
test_ServletContextHelper1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.123 s
test_ServletContextHelper7(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.125 s
test_ServletContextHelper8(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.123 s
test_ServletContextHelper9(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.124 s
testServletContextUnsupportedOperations(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.122 s
test_ServletContextHelper10(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.379 s
test_ServletContextHelper11(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.133 s
test_ServletContextHelper12(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.128 s
test_ServletContextHelper13(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.128 s
test_getRequestURI_trailingSlash1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.138 s
test_getRequestURI_trailingSlash2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.151 s
test_getRequestURI_trailingSlash3(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
test_getRequestURI_trailingSlash4(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
test_Resource1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.297 s
test_Resource2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.282 s
test_Resource3(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.279 s
test_Resource4(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.276 s
test_Resource5(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.304 s
test_ServletContext1_2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.504 s
test_Servlet1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.264 s
test_Servlet2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.257 s
test_Servlet3(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.264 s
test_Servlet4(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.26 s
test_Servlet5(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.264 s
test_Servlet6(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.259 s
test_Servlet7(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.266 s
test_Servlet9(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.266 s
test_commonsFileUpload(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.122 s
test_PathEncodings_Bug540970(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.12 s
test_Servlet16_notEnabled(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.122 s
test_AsyncOutput1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.121 s
test_Sessions04_inlineSessionId(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.13 s
test_ErrorPage10(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.121 s
test_ErrorPage11(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.121 s
test_ServletExactMatchPrecidence(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.124 s
test_Registration11(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.121 s
test_Registration12(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.274 s
test_Registration13(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.129 s
test_Registration14(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.121 s
test_Registration15(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.122 s
test_Registration16(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.121 s
test_Registration17(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
test_Sessions03_HttpSessionInvalidator(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.127 s
test_Registration1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.119 s
test_Registration2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.119 s
test_Registration3(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.119 s
test_Registration4(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.118 s
test_Registration5(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.118 s
test_Registration6(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.118 s
test_Listener1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.117 s
test_Listener2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.118 s
test_Listener3(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.122 s
test_Listener4(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.127 s
test_Listener5(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.123 s
test_Listener6(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.123 s
test_Listener7(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
test_Listener8(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.125 s
test_Listener9(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.124 s
test_ServletContextHelper15_fullContextPath_include(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.132 s
test_Filter22a(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.122 s
test_Filter22b(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.12 s
test_Filter22c(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.145 s
test_Filter22d(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.132 s
test_Filter22e(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.129 s
test_Filter22f(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.128 s
test_Filter22g(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
test_Filter22h(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.125 s
test_Filter22i(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.127 s
test_Filter23a(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.136 s
test_Filter23b(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.132 s
test_Filter23c(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.133 s
test_WBServlet1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.339 s
test_WBServlet2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.314 s
test_ResourceAliasNormal(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.122 s
test_ResourceRangeRequest_WithRange_customContext(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
test_Listener10(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.12 s
test_Listener11(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.121 s
testWBServletDefaultContextAdaptor1(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.127 s
testWBServletDefaultContextAdaptor2(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
testWBServletDefaultContextAdaptor3(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.125 s
test_ServletContextHelper14_uniqueTempDirs(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
test_Servlet10(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.261 s
test_Servlet11(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.269 s
test_Servlet12(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.121 s
test_Servlet13(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.12 s
test_Servlet16(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.122 s
test_Servlet18(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.12 s
test_Runtime(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.26 s
test_ResourceRangeRequest_Complete(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.125 s
testWBServletChangePattern(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.122 s
test_ResourceRangeRequest_WithRange(org.eclipse.equinox.http.servlet.tests.ServletTest)  Time elapsed: 0.126 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_4xx
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5e58376c: Requesting http://localhost:41165/a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_4xx
test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_4xx(org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_4xx)  Time elapsed: 0.109 s
Running org.eclipse.equinox.http.servlet.tests.TestUploadWithParameter
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@54aeb83f: Requesting http://localhost:37899/post
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.equinox.http.servlet.tests.TestUploadWithParameter
testUploadWithParameter(org.eclipse.equinox.http.servlet.tests.TestUploadWithParameter)  Time elapsed: 0.212 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_error
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1c88d43e: Requesting http://localhost:39761/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1c88d43e: Requesting http://localhost:39761/b
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_error
test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_error(org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_error)  Time elapsed: 0.11 s
Running org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_PATTERN
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/a.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/some/path/b.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/a.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/some/path/b.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/a.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/some/path/b.html
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1a6a3a0f: Requesting http://localhost:44365/
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_PATTERN
test_table_140_5_HTTP_WHITEBOARD_FILTER_PATTERN(org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_PATTERN)  Time elapsed: 0.113 s
Running org.eclipse.equinox.http.servlet.tests.Test_140_4_17to22
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@51802e74: Requesting http://localhost:32853/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@51802e74: Requesting http://localhost:32853/a
org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@51802e74: Requesting http://localhost:32853/a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.equinox.http.servlet.tests.Test_140_4_17to22
test_140_4_17to22(org.eclipse.equinox.http.servlet.tests.Test_140_4_17to22)  Time elapsed: 0.108 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] Fetching org.eclipse.equinox.http.servlet.tests_1.8.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (477.09kB)
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.http.servlet.tests ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/quinox.bundles_R4_22_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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests, -baseline, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/dependencies-list.txt, -failOnError]
0 API ERRORS
0 API warnings
[INFO] 
[INFO] ---< org.eclipse.equinox:org.eclipse.equinox.servletbridge.template >---
[INFO] Building org.eclipse.equinox.servletbridge.template 1.0.400-SNAPSHOT [55/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.servletbridge.template ---
[INFO] The project's OSGi version is 1.0.400.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.servletbridge.template ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge.template/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.servletbridge.template ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.servletbridge.template ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge.template/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.servletbridge.template ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge.template/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.servletbridge.template ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge.template/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.servletbridge.template ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.servletbridge.template ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge.template/target/org.eclipse.equinox.servletbridge.template-1.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.servletbridge.template ---
[INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge.template:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.servletbridge.template/pom.xml
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.servletbridge.template ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.servletbridge.template ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.servletbridge.template ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.servletbridge.template ---
[INFO] 
[INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.slf4j.stub >---------
[INFO] Building org.eclipse.equinox.slf4j.stub 1.1.100-SNAPSHOT         [56/56]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.slf4j.stub ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.slf4j.stub ---
[INFO] The project's OSGi version is 1.1.100.v20211021-1418
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.equinox.slf4j.stub ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.equinox.slf4j.stub ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.slf4j.stub ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.slf4j.stub/saveproperties
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.slf4j.stub ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.slf4j.stub ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.equinox.slf4j.stub ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.slf4j.stub ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.slf4j.stub/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.slf4j.stub ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.slf4j.stub/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.equinox.slf4j.stub ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.slf4j.stub ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.slf4j.stub ---
[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/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.slf4j.stub/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.equinox.slf4j.stub ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.slf4j.stub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (plugin-source) @ org.eclipse.equinox.slf4j.stub ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.slf4j.stub/target/org.eclipse.equinox.slf4j.stub-1.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.slf4j.stub ---
[INFO] Building jar: /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.slf4j.stub/target/org.eclipse.equinox.slf4j.stub-1.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.slf4j.stub ---
[INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance/bundles/org.eclipse.equinox.slf4j.stub/pom.xml
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:integration-test (default-integration-test) @ org.eclipse.equinox.slf4j.stub ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.slf4j.stub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.slf4j.stub ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.slf4j.stub ---
[INFO] Skipping Antrun execution
[INFO] 
[INFO] --- tycho-dependency-tools-plugin:2.6.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.slf4j.stub ---
[INFO] Skipped
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.6.0:eclipse-run (api-analysis) @ org.eclipse.equinox.slf4j.stub ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] rt.equinox.bundles 4.22.0-SNAPSHOT ................. SUCCESS [ 12.094 s]
[INFO] org.eclipse.equinox.common 3.15.100-SNAPSHOT ....... SUCCESS [ 36.475 s]
[INFO] org.eclipse.equinox.registry 3.11.100-SNAPSHOT ..... SUCCESS [ 21.543 s]
[INFO] org.eclipse.equinox.preferences 3.9.100-SNAPSHOT ... SUCCESS [ 20.168 s]
[INFO] org.eclipse.equinox.app 1.6.100-SNAPSHOT ........... SUCCESS [ 18.499 s]
[INFO] org.eclipse.equinox.event 1.6.100-SNAPSHOT ......... SUCCESS [ 18.646 s]
[INFO] org.eclipse.equinox.security 1.3.800-SNAPSHOT ...... SUCCESS [ 21.378 s]
[INFO] org.eclipse.equinox.security.ui 1.3.100-SNAPSHOT ... SUCCESS [ 41.197 s]
[INFO] org.eclipse.equinox.cm 1.5.100-SNAPSHOT ............ SUCCESS [ 18.054 s]
[INFO] org.eclipse.equinox.coordinator 1.4.100-SNAPSHOT ... SUCCESS [ 18.432 s]
[INFO] org.eclipse.equinox.device 1.1.200-SNAPSHOT ........ SUCCESS [ 17.731 s]
[INFO] org.eclipse.equinox.metatype 1.6.100-SNAPSHOT ...... SUCCESS [ 18.413 s]
[INFO] org.eclipse.equinox.useradmin 1.2.200-SNAPSHOT ..... SUCCESS [ 17.325 s]
[INFO] org.eclipse.equinox.compendium.sdk 3.22.200-SNAPSHOT SUCCESS [  0.954 s]
[INFO] org.eclipse.equinox.console 1.4.500-SNAPSHOT ....... SUCCESS [ 19.721 s]
[INFO] org.eclipse.equinox.core.feature 1.13.400-SNAPSHOT . SUCCESS [  0.212 s]
[INFO] org.eclipse.equinox.concurrent 1.2.100-SNAPSHOT .... SUCCESS [ 20.099 s]
[INFO] org.eclipse.equinox.bidi 1.4.100-SNAPSHOT .......... SUCCESS [ 19.003 s]
[INFO] org.eclipse.equinox.console.jaas.fragment 1.1.100-SNAPSHOT SUCCESS [ 14.323 s]
[INFO] org.eclipse.equinox.console.ssh 1.2.900-SNAPSHOT ... SUCCESS [ 13.681 s]
[INFO] org.eclipse.equinox.transforms.xslt 1.2.100-SNAPSHOT SUCCESS [ 17.350 s]
[INFO] org.eclipse.equinox.transforms.hook 1.3.100-SNAPSHOT SUCCESS [ 18.081 s]
[INFO] org.eclipse.equinox.security.linux 1.0.200-SNAPSHOT  SUCCESS [ 17.818 s]
[INFO] org.eclipse.equinox.region 1.5.200-SNAPSHOT ........ SUCCESS [ 15.620 s]
[INFO] org.eclipse.equinox.log.stream 1.0.400-SNAPSHOT .... SUCCESS [ 15.692 s]
[INFO] org.eclipse.equinox.weaving.hook 1.3.100-SNAPSHOT .. SUCCESS [ 19.318 s]
[INFO] org.eclipse.equinox.weaving.caching 1.2.100-SNAPSHOT SUCCESS [ 17.794 s]
[INFO] org.eclipse.equinox.weaving.caching.j9 1.2.100-SNAPSHOT SUCCESS [ 17.138 s]
[INFO] org.eclipse.equinox.security.win32.x86_64 1.1.300-SNAPSHOT SUCCESS [  3.585 s]
[INFO] org.eclipse.equinox.security.macosx 1.101.400-SNAPSHOT SUCCESS [  3.486 s]
[INFO] org.eclipse.equinox.core.sdk 3.23.200-SNAPSHOT ..... SUCCESS [  0.902 s]
[INFO] org.eclipse.equinox.http.servlet 1.7.200-SNAPSHOT .. SUCCESS [ 19.752 s]
[INFO] org.eclipse.equinox.http.jetty 3.8.100-SNAPSHOT .... SUCCESS [ 18.928 s]
[INFO] org.eclipse.equinox.http.registry 1.3.100-SNAPSHOT . SUCCESS [ 16.798 s]
[INFO] org.eclipse.equinox.servletbridge 1.6.100-SNAPSHOT . SUCCESS [ 16.969 s]
[INFO] org.eclipse.equinox.http.servletbridge 1.2.100-SNAPSHOT SUCCESS [ 15.331 s]
[INFO] org.eclipse.equinox.jsp.jasper 1.1.600-SNAPSHOT .... SUCCESS [ 17.618 s]
[INFO] org.eclipse.equinox.jsp.jasper.registry 1.2.100-SNAPSHOT SUCCESS [ 15.803 s]
[INFO] org.eclipse.equinox.server.core 1.14.400-SNAPSHOT .. SUCCESS [  0.127 s]
[INFO] org.eclipse.equinox.server.jetty 1.10.900-SNAPSHOT . SUCCESS [  0.212 s]
[INFO] org.eclipse.equinox.server.p2 1.12.300-SNAPSHOT .... SUCCESS [  0.747 s]
[INFO] org.eclipse.equinox.serverside.sdk 3.23.200-SNAPSHOT SUCCESS [  0.649 s]
[INFO] org.eclipse.equinox.sdk 3.23.200-SNAPSHOT .......... SUCCESS [  0.662 s]
[INFO] org.eclipse.equinox.server.simple 1.7.100-SNAPSHOT . SUCCESS [  0.115 s]
[INFO] org.eclipse.equinox.bidi.tests 1.3.100-SNAPSHOT .... SUCCESS [ 16.405 s]
[INFO] org.eclipse.equinox.cm.test 1.1.200-SNAPSHOT ....... SUCCESS [  7.103 s]
[INFO] org.eclipse.equinox.common.tests 3.15.100-SNAPSHOT . SUCCESS [ 19.586 s]
[INFO] org.eclipse.equinox.ds.tests 1.6.100-SNAPSHOT ...... SUCCESS [03:06 min]
[INFO] org.eclipse.equinox.preferences.tests 3.9.100-SNAPSHOT SUCCESS [ 16.789 s]
[INFO] org.eclipse.equinox.security.tests 1.2.200-SNAPSHOT  SUCCESS [ 16.733 s]
[INFO] org.eclipse.equinox.security.linux.x86_64 1.1.500-SNAPSHOT SUCCESS [ 12.589 s]
[INFO] org.eclipse.equinox.console.ssh.tests 1.1.100-SNAPSHOT SUCCESS [  0.222 s]
[INFO] org.eclipse.equinox.console.tests 1.1.100-SNAPSHOT . SUCCESS [  0.451 s]
[INFO] org.eclipse.equinox.http.servlet.tests 1.8.300-SNAPSHOT SUCCESS [01:11 min]
[INFO] org.eclipse.equinox.servletbridge.template 1.0.400-SNAPSHOT SUCCESS [  0.072 s]
[INFO] org.eclipse.equinox.slf4j.stub 1.1.100-SNAPSHOT .... SUCCESS [  0.102 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17:14 min
[INFO] Finished at: 2022-03-14T21:24:30Z
[INFO] ------------------------------------------------------------------------
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
‘*.log’ doesn’t match anything, but ‘apiAnalyzer-workspace/data/.metadata/*.log’ does. Perhaps that’s what you mean?
No artifacts found that match the file pattern "*.log,*/target/work/data/.metadata/*.log,*/tests/target/work/data/.metadata/*.log,apiAnalyzer-workspace/.metadata/*.log". Configuration error?
[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/quinox.bundles_R4_22_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/quinox.bundles_R4_22_maintenance')
[Maven] -> found 7 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance')
[Maven] -> found 7 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 7 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/quinox.bundles_R4_22_maintenance')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 7 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_22_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 7 issues (found 0 new issues, fixed 0 issues)
[Static Analysis] Attaching ResultAction with ID 'analysis' to build 'rt.equinox.bundles/R4_22_maintenance #2'.
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Check freeze period)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ wget https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/scripts/verifyFreezePeriod.sh
--2022-03-14 21:24:51--  https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/scripts/verifyFreezePeriod.sh
Resolving git.eclipse.org (git.eclipse.org)... 198.41.30.196
Connecting to git.eclipse.org (git.eclipse.org)|198.41.30.196|:443... connected.
HTTP request sent, awaiting response... 404 Not found
2022-03-14 21:24:51 ERROR 404: Not found.

Post stage
[Pipeline] gerritReview
Gerrit Review is disabled no API URL
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 8

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

Finished: FAILURE