Skip to content
Failed

Console Output

Pull request #327 updated
12:20:06 Connecting to https://api.github.com using github-app-platform
Connecting to https://api.github.com to check permissions of obtain list of laeubi for eclipse-platform/eclipse.platform
Obtained Jenkinsfile from 43ffe5c5f32099464a2f84b310183ad889c5b469
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-vh1q7 is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-vh1q7"
  namespace: "platform"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.platform.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-vh1q7"
    - 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-vh1q7"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.platform.svc.cluster.local/platform/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3131.vf2b_b_798b_ce99"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-platform"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-8-vh1q7 in /home/jenkins/agent/workspace/eclipse.platform_PR-327
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-app-platform
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-platform/eclipse.platform.git
 > git init /home/jenkins/agent/workspace/eclipse.platform_PR-327 # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.git +refs/pull/327/head:refs/remotes/origin/PR-327 # timeout=10
 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/327/head:refs/remotes/origin/PR-327 # timeout=10
Fetching without tags
Checking out Revision 43ffe5c5f32099464a2f84b310183ad889c5b469 (PR-327)
Commit message: "Support executing tasks with the Job Framework using CompletableFuture"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.git +refs/pull/327/head:refs/remotes/origin/PR-327 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 43ffe5c5f32099464a2f84b310183ad889c5b469 # timeout=10
 > git rev-list --no-walk a2ff24b54ed6ed6f4bad0386dfc2963bf509ffcb # timeout=10
[GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published.
The recommended git tool is: git
using credential github-app-platform
The recommended git tool is: git
using credential github-app-platform
 > git rev-parse HEAD^{commit} # timeout=10
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.git'
[GitCheckoutListener] Found previous build 'eclipse.platform/PR-327 #8' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since 'a2ff24b'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '43ffe5c' as starting point
[GitCheckoutListener] -> Recorded 200 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@357ba3d4' to render commit links
[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] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[eclipse.platform_PR-327] $ Xvnc -help
Starting xvnc
[eclipse.platform_PR-327] $ Xvnc :61 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

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


Mon Oct  2 16:21:09 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5961
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse.platform_PR-327/.m2/repository -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false -Dmaven.compiler.failOnWarning=true -Dproject.build.sourceEncoding=UTF-8 -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss.SSS -DtrimStackTrace=false
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
16:21:17.917 [INFO] Scanning for projects...
16:21:30.509 [INFO] Tycho Version:  4.0.2 (d1245889ae2522a3057c2300142b212c6c7c60c8)
16:21:30.509 [INFO] Tycho Mode:     extension
16:21:30.509 [INFO] Tycho Builder:  maven
16:21:50.818 [INFO] ------------------------------------------------------------------------
16:21:50.819 [INFO] Reactor Build Order:
16:21:50.819 [INFO] 
16:21:50.820 [INFO] eclipse.platform                                                   [pom]
16:21:50.820 [INFO] [bundle] Install/Update Configurator                    [eclipse-plugin]
16:21:50.820 [INFO] eclipse.platform.runtime                                           [pom]
16:21:50.820 [INFO] [aggregator] bundles                                               [pom]
16:21:50.820 [INFO] [bundle] Eclipse Content Mechanism                      [eclipse-plugin]
16:21:50.820 [INFO] [bundle] Eclipse Jobs Mechanism                         [eclipse-plugin]
16:21:50.820 [INFO] [bundle] Core Runtime                                   [eclipse-plugin]
16:21:50.820 [INFO] [test-bundle] Install/Update Configurator Test Plugin [eclipse-test-plugin]
16:21:50.820 [INFO] [bundle] Ant Build Tool Core                            [eclipse-plugin]
16:21:50.820 [INFO] eclipse.platform.resources                                         [pom]
16:21:50.820 [INFO] [aggregator] bundles                                               [pom]
16:21:50.820 [INFO] [bundle] Core File Systems                              [eclipse-plugin]
16:21:50.820 [INFO] [bundle] Expression Language                            [eclipse-plugin]
16:21:50.820 [INFO] [bundle] Core Resource Management                       [eclipse-plugin]
16:21:50.820 [INFO] [bundle] Ant Launching Support                          [eclipse-plugin]
16:21:50.820 [INFO] eclipse.platform.team                                              [pom]
16:21:50.820 [INFO] [aggregator] bundles                                               [pom]
16:21:50.820 [INFO] [bundle] Core Compare Support                           [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Team Support Core                              [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Ant UI                                         [eclipse-plugin]
16:21:50.821 [INFO] [test-bundle] Ant Core Test Plugin                 [eclipse-test-plugin]
16:21:50.821 [INFO] [test-bundle] Ant UI Test Plugin                   [eclipse-test-plugin]
16:21:50.821 [INFO] [bundle] Eclipse Platform                               [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Eclipse Project SDK                            [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Core Tools                                     [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Eclipse Dependency Injection Annotations       [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Eclipse Dependency Injection                   [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Eclipse Contexts                               [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Eclipse Dependency Injection Extensions        [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Eclipse Application Services                   [eclipse-plugin]
16:21:50.821 [INFO] [feature] Eclipse Core Runtime Infrastructure          [eclipse-feature]
16:21:50.821 [INFO] [aggregator] tests                                                 [pom]
16:21:50.821 [INFO] [test-bundle] Content-Types Tests                  [eclipse-test-plugin]
16:21:50.821 [INFO] [test-bundle] Expression Language Tests            [eclipse-test-plugin]
16:21:50.821 [INFO] [bundle] Eclipse Core Tests Harness                     [eclipse-plugin]
16:21:50.821 [INFO] [test-bundle] Eclipse Core Tests Runtime           [eclipse-test-plugin]
16:21:50.821 [INFO] [test-bundle] E4 Core Tests                        [eclipse-test-plugin]
16:21:50.821 [INFO] [bundle] Compare Support                                [eclipse-plugin]
16:21:50.821 [INFO] org.eclipse.compare.win32                               [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Internet Connection Management                 [eclipse-plugin]
16:21:50.821 [INFO] org.eclipse.core.net.linux                              [eclipse-plugin]
16:21:50.821 [INFO] org.eclipse.core.net.win32                              [eclipse-plugin]
16:21:50.821 [INFO] org.eclipse.core.net.win32.x86_64                       [eclipse-plugin]
16:21:50.821 [INFO] [bundle] JSch Core                                      [eclipse-plugin]
16:21:50.821 [INFO] [bundle] JSch UI                                        [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Diff Extension for Generic Editor              [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Team Support UI                                [eclipse-plugin]
16:21:50.821 [INFO] [bundle] Internet Connection Management UI              [eclipse-plugin]
16:21:50.822 [INFO] eclipse.platform.team.tests                                        [pom]
16:21:50.822 [INFO] org.eclipse.core.filesystem.macosx                      [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.core.filesystem.win32.x86_64                [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.core.filesystem.linux.x86_64                [eclipse-plugin]
16:21:50.822 [INFO] eclipse.platform.resources.tests                                   [pom]
16:21:50.822 [INFO] [feature] Eclipse Test feature containing all FS-specific fragments [eclipse-feature]
16:21:50.822 [INFO] org.eclipse.core.tests.resources                   [eclipse-test-plugin]
16:21:50.822 [INFO] [test-bundle] Compare Tests                        [eclipse-test-plugin]
16:21:50.822 [INFO] org.eclipse.core.tests.net                         [eclipse-test-plugin]
16:21:50.822 [INFO] org.eclipse.jsch.tests                                  [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.team.tests.core                        [eclipse-test-plugin]
16:21:50.822 [INFO] org.eclipse.compare.examples                            [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.compare.examples.xml                        [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.team.examples.filesystem                    [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.core.filesystem.linux.aarch64               [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.core.filesystem.linux.loongarch64           [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.core.filesystem.linux.ppc64le               [eclipse-plugin]
16:21:50.822 [INFO] [bundle] Core Resource Management Spy Support Fragment  [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.core.resources.win32.x86_64                 [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.core.tools.resources                        [eclipse-plugin]
16:21:50.822 [INFO] eclipse.platform.resources.examples                                [pom]
16:21:50.822 [INFO] [bundle] Efs Examples Plug-in                           [eclipse-plugin]
16:21:50.822 [INFO] [bundle] Save Participant 1                             [eclipse-plugin]
16:21:50.822 [INFO] [bundle] Save Participant 3                             [eclipse-plugin]
16:21:50.822 [INFO] [bundle] Save Participant 2                             [eclipse-plugin]
16:21:50.822 [INFO] org.eclipse.core.tests.resources.saveparticipant   [eclipse-test-plugin]
16:21:50.831 [INFO] 
16:21:50.831 [INFO] Using the SmartBuilder implementation with a thread count of 2
16:21:50.851 [INFO] 
16:21:50.851 [INFO] ---------------< org.eclipse.platform:eclipse.platform >----------------
16:21:50.851 [INFO] Building eclipse.platform 4.29.0-SNAPSHOT                         [1/75]
16:21:50.851 [INFO]   from pom.xml
16:21:50.851 [INFO] --------------------------------[ pom ]---------------------------------
16:21:50.859 [INFO] 
16:21:50.860 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform ---
16:21:51.100 [INFO] 
16:21:51.100 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform ---
16:21:51.388 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/saveproperties
16:21:51.389 [INFO] 
16:21:51.389 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.platform ---
16:21:51.866 [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
16:21:51.866 [INFO] 
16:21:51.866 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform ---
16:21:51.868 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/src/main/resources
16:21:51.868 [INFO] 
16:21:51.868 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.platform ---
16:21:51.870 [INFO] 
16:21:51.870 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.platform ---
16:21:51.874 [INFO] 
16:21:51.874 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform ---
16:21:51.876 [INFO] 
16:21:51.877 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.platform ---
16:21:51.883 [INFO] 
16:21:51.883 [INFO] 
16:21:51.883 [INFO] ----------< org.eclipse.platform:eclipse.platform.resources >-----------
16:21:51.883 [INFO] -----------< org.eclipse.platform:eclipse.platform.runtime >------------
16:21:51.883 [INFO] Building eclipse.platform.resources 4.29.0-SNAPSHOT               [2/75]
16:21:51.883 [INFO] Building eclipse.platform.runtime 4.29.0-SNAPSHOT                 [3/75]
16:21:51.883 [INFO]   from resources/pom.xml
16:21:51.883 [INFO]   from runtime/pom.xml
16:21:51.883 [INFO] --------------------------------[ pom ]---------------------------------
16:21:51.883 [INFO] --------------------------------[ pom ]---------------------------------
16:21:51.885 [INFO] 
16:21:51.885 [INFO] 
16:21:51.885 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.runtime ---
16:21:51.885 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.resources ---
16:21:51.886 [INFO] 
16:21:51.886 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.runtime ---
16:21:51.886 [INFO] 
16:21:51.886 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.resources ---
16:21:51.887 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/saveproperties
16:21:51.887 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/saveproperties
16:21:51.887 [INFO] 
16:21:51.887 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.platform.runtime ---
16:21:51.887 [INFO] 
16:21:51.887 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.platform.resources ---
16:21:51.888 [INFO] 
16:21:51.888 [INFO] 
16:21:51.888 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.runtime ---
16:21:51.888 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.resources ---
16:21:51.889 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/src/main/resources
16:21:51.889 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/src/main/resources
16:21:51.889 [INFO] 
16:21:51.889 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.platform.runtime ---
16:21:51.889 [INFO] 
16:21:51.889 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.platform.resources ---
16:21:51.890 [INFO] 
16:21:51.890 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.platform.runtime ---
16:21:51.890 [INFO] 
16:21:51.890 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.platform.resources ---
16:21:51.891 [INFO] 
16:21:51.891 [INFO] 
16:21:51.891 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.runtime ---
16:21:51.891 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources ---
16:21:51.892 [INFO] 
16:21:51.892 [INFO] 
16:21:51.892 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.platform.resources ---
16:21:51.892 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.platform.runtime ---
16:21:51.893 [INFO] 
16:21:51.893 [INFO] 
16:21:51.893 [INFO] -------------< org.eclipse.platform:eclipse.platform.team >-------------
16:21:51.893 [INFO] --------< org.eclipse.platform:org.eclipse.update.configurator >--------
16:21:51.893 [INFO] Building eclipse.platform.team 4.29.0-SNAPSHOT                    [4/75]
16:21:51.893 [INFO] Building [bundle] Install/Update Configurator 3.5.0-SNAPSHOT      [5/75]
16:21:51.893 [INFO]   from team/pom.xml
16:21:51.893 [INFO]   from update/org.eclipse.update.configurator/.polyglot.META-INF
16:21:51.893 [INFO] --------------------------------[ pom ]---------------------------------
16:21:51.893 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
16:21:51.894 [INFO] 
16:21:51.895 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.team ---
16:21:51.895 [INFO] 
16:21:51.895 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.team ---
16:21:51.896 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/saveproperties
16:21:51.896 [INFO] 
16:21:51.896 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.platform.team ---
16:21:51.897 [INFO] 
16:21:51.897 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.team ---
16:21:51.898 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/src/main/resources
16:21:51.898 [INFO] 
16:21:51.898 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.platform.team ---
16:21:51.898 [INFO] 
16:21:51.899 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.platform.team ---
16:21:51.899 [INFO] 
16:21:51.899 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.team ---
16:21:51.900 [INFO] 
16:21:51.900 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.platform.team ---
16:21:51.901 [INFO] 
16:21:51.901 [INFO] ----------------< org.eclipse.platform:runtime-bundles >----------------
16:21:51.901 [INFO] Building [aggregator] bundles 4.29.0-SNAPSHOT                     [6/75]
16:21:51.901 [INFO]   from runtime/bundles/.polyglot.pom.tycho
16:21:51.902 [INFO] --------------------------------[ pom ]---------------------------------
16:21:51.903 [INFO] 
16:21:51.903 [INFO] --- clean:3.3.1:clean (default-clean) @ runtime-bundles ---
16:21:51.903 [INFO] 
16:21:51.904 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ runtime-bundles ---
16:21:51.904 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/saveproperties
16:21:51.905 [INFO] 
16:21:51.905 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ runtime-bundles ---
16:21:51.905 [INFO] 
16:21:51.905 [INFO] --- resources:3.3.1:resources (filter-resources) @ runtime-bundles ---
16:21:51.906 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/src/main/resources
16:21:51.906 [INFO] 
16:21:51.906 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ runtime-bundles ---
16:21:51.907 [INFO] 
16:21:51.907 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ runtime-bundles ---
16:21:51.908 [INFO] 
16:21:51.908 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ runtime-bundles ---
16:21:51.908 [INFO] 
16:21:51.908 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ runtime-bundles ---
16:21:51.909 [INFO] 
16:21:51.910 [INFO] ---------------< org.eclipse.platform:resources-bundles >---------------
16:21:51.910 [INFO] Building [aggregator] bundles 4.29.0-SNAPSHOT                     [7/75]
16:21:51.910 [INFO]   from resources/bundles/.polyglot.pom.tycho
16:21:51.910 [INFO] --------------------------------[ pom ]---------------------------------
16:21:51.911 [INFO] 
16:21:51.911 [INFO] --- clean:3.3.1:clean (default-clean) @ resources-bundles ---
16:21:51.911 [INFO] 
16:21:51.911 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ resources-bundles ---
16:21:51.912 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/saveproperties
16:21:51.912 [INFO] 
16:21:51.912 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ resources-bundles ---
16:21:51.913 [INFO] 
16:21:51.913 [INFO] --- resources:3.3.1:resources (filter-resources) @ resources-bundles ---
16:21:51.914 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/src/main/resources
16:21:51.914 [INFO] 
16:21:51.914 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ resources-bundles ---
16:21:51.914 [INFO] 
16:21:51.915 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ resources-bundles ---
16:21:51.915 [INFO] 
16:21:51.915 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ resources-bundles ---
16:21:51.916 [INFO] 
16:21:51.916 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ resources-bundles ---
16:21:51.917 [INFO] 
16:21:51.917 [INFO] -------------< org.eclipse.platform:org.eclipse.core.jobs >-------------
16:21:51.917 [INFO] Building [bundle] Eclipse Jobs Mechanism 3.14.0-SNAPSHOT          [8/75]
16:21:51.917 [INFO]   from runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF
16:21:51.917 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
16:21:53.768 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse.platform_PR-327/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.29.0-SNAPSHOT/eclipse-sdk-prereqs-4.29.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, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@1f35cf1c
16:21:53.808 [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
16:21:53.808 [INFO]     Cache location:         /home/jenkins/agent/workspace/eclipse.platform_PR-327/.m2/repository/.cache/tycho
16:21:53.808 [INFO]     Transport mode:         online
16:21:53.808 [INFO]     Http Transport type:    Java11Client
16:21:53.808 [INFO]     Update mode:            cache first
16:21:53.810 [INFO]     Minimum cache duration: 60 minutes
16:21:53.810 [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
16:21:54.948 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 73.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.76, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.76, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
16:21:59.859 [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
16:22:01.968 [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
16:22:03.278 [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
16:22:03.550 [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
16:22:04.715 [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
16:22:05.480 [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
16:22:06.214 [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
16:22:06.471 [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
16:22:08.530 [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
16:22:09.001 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.29/R-4.29-202309031000
16:22:09.350 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.update.configurator:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/update/org.eclipse.update.configurator/.polyglot.META-INF
16:22:09.350 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.jobs:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF
16:22:09.477 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:09.511 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:09.584 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:09.630 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:09.693 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:09.708 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:10.330 [INFO] 
16:22:10.330 [INFO] 
16:22:10.330 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.jobs ---
16:22:10.330 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.update.configurator ---
16:22:10.332 [INFO] 
16:22:10.332 [INFO] 
16:22:10.332 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.update.configurator ---
16:22:10.332 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.core.jobs ---
16:22:10.593 [INFO] The project's OSGi version is 3.14.0.v20231002-1619
16:22:10.594 [INFO] 
16:22:10.594 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.core.jobs ---
16:22:10.596 [INFO] 
16:22:10.596 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.core.jobs ---
16:22:10.597 [INFO] 
16:22:10.597 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.jobs ---
16:22:10.599 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.jobs/saveproperties
16:22:10.599 [INFO] 
16:22:10.599 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.core.jobs ---
16:22:10.601 [INFO] 
16:22:10.601 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.core.jobs ---
16:22:10.611 [INFO] 
16:22:10.611 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.core.jobs ---
16:22:10.613 [INFO] Resolving class path of [bundle] Eclipse Jobs Mechanism
16:22:10.796 [INFO] 
16:22:10.796 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.jobs ---
16:22:10.797 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.jobs/src/main/resources
16:22:10.797 [INFO] 
16:22:10.797 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.jobs ---
16:22:10.798 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.jobs/src/main/resources
16:22:10.798 [INFO] 
16:22:10.798 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.core.jobs ---
16:22:11.183 [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.jobs/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
16:22:13.523 [INFO] The project's OSGi version is 3.5.0.v20230317-0901
16:22:13.523 [INFO] 
16:22:13.523 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.update.configurator ---
16:22:13.525 [INFO] 
16:22:13.525 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.update.configurator ---
16:22:13.526 [INFO] 
16:22:13.526 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.update.configurator ---
16:22:13.577 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/update/org.eclipse.update.configurator/saveproperties
16:22:13.578 [INFO] 
16:22:13.578 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.update.configurator ---
16:22:13.580 [INFO] 
16:22:13.580 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.update.configurator ---
16:22:13.581 [INFO] 
16:22:13.582 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.update.configurator ---
16:22:13.582 [INFO] Resolving class path of [bundle] Install/Update Configurator
16:22:13.596 [INFO] 
16:22:13.596 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.update.configurator ---
16:22:13.597 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/update/org.eclipse.update.configurator/src/main/resources
16:22:13.597 [INFO] 
16:22:13.597 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.update.configurator ---
16:22:13.598 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/update/org.eclipse.update.configurator/src/main/resources
16:22:13.598 [INFO] 
16:22:13.598 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.update.configurator ---
16:22:13.681 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-327/update/org.eclipse.update.configurator/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
16:22:13.704 [INFO] 
16:22:13.704 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.core.jobs ---
16:22:13.708 [INFO] 
16:22:13.708 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.core.jobs ---
16:22:13.710 [INFO] 
16:22:13.710 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.core.jobs ---
16:22:14.413 [INFO] 
16:22:14.413 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.update.configurator ---
16:22:14.413 [INFO] 
16:22:14.413 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.update.configurator ---
16:22:14.414 [INFO] 
16:22:14.414 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.update.configurator ---
16:22:14.415 [INFO] 
16:22:14.415 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.update.configurator ---
16:22:14.417 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/update/org.eclipse.update.configurator/src/test/resources
16:22:14.417 [INFO] 
16:22:14.417 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.update.configurator ---
16:22:14.422 [INFO] 
16:22:14.422 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.update.configurator ---
16:22:14.425 [INFO] 
16:22:14.425 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.update.configurator ---
16:22:14.503 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.0-SNAPSHOT-sources.jar
16:22:14.586 [INFO] 
16:22:14.586 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.update.configurator ---
16:22:14.620 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.0-SNAPSHOT.jar
16:22:14.702 [INFO] 
16:22:14.702 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.update.configurator ---
16:22:14.796 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.update.configurator:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/update/org.eclipse.update.configurator/.polyglot.META-INF
16:22:14.800 [INFO] 
16:22:14.800 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.update.configurator ---
16:22:14.810 [INFO] 
16:22:14.810 [INFO] ---------< org.eclipse.platform:org.eclipse.core.contenttype >----------
16:22:14.811 [INFO] Building [bundle] Eclipse Content Mechanism 3.9.0-SNAPSHOT        [9/75]
16:22:14.811 [INFO]   from runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF
16:22:14.811 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
16:22:14.819 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.contenttype:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF
16:22:14.885 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:14.900 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:14.915 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:14.931 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:14.990 [INFO] 
16:22:14.990 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.jobs ---
16:22:14.991 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.jobs/src/test/resources
16:22:14.992 [INFO] 
16:22:14.992 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.core.jobs ---
16:22:14.992 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:14.994 [INFO] 
16:22:14.994 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.jobs ---
16:22:14.994 [INFO] 
16:22:14.994 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.core.jobs ---
16:22:15.002 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.14.0-SNAPSHOT-sources.jar
16:22:15.030 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:15.081 [INFO] 
16:22:15.081 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.core.jobs ---
16:22:15.088 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.14.0-SNAPSHOT.jar
16:22:15.110 [INFO] 
16:22:15.110 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.jobs ---
16:22:15.121 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.jobs:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF
16:22:15.122 [INFO] 
16:22:15.122 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.jobs ---
16:22:15.129 [INFO] 
16:22:15.129 [INFO] -----------------< org.eclipse.platform:team-bundles >------------------
16:22:15.129 [INFO] Building [aggregator] bundles 4.29.0-SNAPSHOT                    [10/75]
16:22:15.129 [INFO]   from team/bundles/.polyglot.pom.tycho
16:22:15.129 [INFO] --------------------------------[ pom ]---------------------------------
16:22:15.178 [INFO] 
16:22:15.178 [INFO] --- clean:3.3.1:clean (default-clean) @ team-bundles ---
16:22:15.179 [INFO] 
16:22:15.179 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ team-bundles ---
16:22:15.180 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/saveproperties
16:22:15.180 [INFO] 
16:22:15.180 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ team-bundles ---
16:22:15.181 [INFO] 
16:22:15.181 [INFO] --- resources:3.3.1:resources (filter-resources) @ team-bundles ---
16:22:15.182 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/src/main/resources
16:22:15.182 [INFO] 
16:22:15.182 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ team-bundles ---
16:22:15.183 [INFO] 
16:22:15.183 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ team-bundles ---
16:22:15.184 [INFO] 
16:22:15.184 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ team-bundles ---
16:22:15.185 [INFO] 
16:22:15.185 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ team-bundles ---
16:22:15.186 [INFO] 
16:22:15.186 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.contenttype ---
16:22:15.186 [INFO] 
16:22:15.186 [INFO] ----------< org.eclipse.platform:org.eclipse.core.filesystem >----------
16:22:15.186 [INFO] Building [bundle] Core File Systems 1.10.0-SNAPSHOT              [11/75]
16:22:15.186 [INFO]   from resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF
16:22:15.186 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
16:22:15.186 [INFO] 
16:22:15.186 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.core.contenttype ---
16:22:15.193 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF
16:22:15.204 [INFO] The project's OSGi version is 3.9.0.v20230412-0829
16:22:15.204 [INFO] 
16:22:15.204 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.core.contenttype ---
16:22:15.205 [INFO] 
16:22:15.205 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.core.contenttype ---
16:22:15.205 [INFO] 
16:22:15.206 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.contenttype ---
16:22:15.206 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:15.206 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.contenttype/saveproperties
16:22:15.206 [INFO] 
16:22:15.206 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.core.contenttype ---
16:22:15.207 [INFO] 
16:22:15.207 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.core.contenttype ---
16:22:15.208 [INFO] 
16:22:15.208 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.core.contenttype ---
16:22:15.208 [INFO] Resolving class path of [bundle] Eclipse Content Mechanism
16:22:15.218 [INFO] 
16:22:15.218 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.contenttype ---
16:22:15.218 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.contenttype/src/main/resources
16:22:15.218 [INFO] 
16:22:15.218 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.contenttype ---
16:22:15.219 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:15.219 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.contenttype/src/main/resources
16:22:15.219 [INFO] 
16:22:15.219 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.core.contenttype ---
16:22:15.281 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:15.294 [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.contenttype/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
16:22:15.295 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:15.307 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:15.320 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:15.325 [INFO] 
16:22:15.325 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.filesystem ---
16:22:15.325 [INFO] 
16:22:15.325 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem ---
16:22:15.379 [INFO] The project's OSGi version is 1.10.0.v20230425-0513
16:22:15.380 [INFO] 
16:22:15.380 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.core.filesystem ---
16:22:15.380 [INFO] 
16:22:15.380 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.core.filesystem ---
16:22:15.381 [INFO] 
16:22:15.381 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filesystem ---
16:22:15.382 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/org.eclipse.core.filesystem/saveproperties
16:22:15.382 [INFO] 
16:22:15.382 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.core.filesystem ---
16:22:15.382 [INFO] 
16:22:15.382 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.core.filesystem ---
16:22:15.383 [INFO] 
16:22:15.383 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem ---
16:22:15.384 [INFO] Resolving class path of [bundle] Core File Systems
16:22:15.396 [INFO] 
16:22:15.396 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filesystem ---
16:22:15.397 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/org.eclipse.core.filesystem/src/main/resources
16:22:15.397 [INFO] 
16:22:15.397 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filesystem ---
16:22:15.398 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/org.eclipse.core.filesystem/src/main/resources
16:22:15.398 [INFO] 
16:22:15.398 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.core.filesystem ---
16:22:15.418 [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/org.eclipse.core.filesystem/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
16:22:15.816 [INFO] 
16:22:15.816 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.core.contenttype ---
16:22:15.817 [INFO] 
16:22:15.817 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.core.contenttype ---
16:22:15.818 [INFO] 
16:22:15.818 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.core.contenttype ---
16:22:15.885 [INFO] 
16:22:15.885 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.core.filesystem ---
16:22:15.886 [INFO] 
16:22:15.886 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem ---
16:22:15.886 [INFO] 
16:22:15.886 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.core.filesystem ---
16:22:15.930 [INFO] 
16:22:15.930 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.contenttype ---
16:22:15.931 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.contenttype/src/test/resources
16:22:15.931 [INFO] 
16:22:15.931 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.core.contenttype ---
16:22:15.933 [INFO] 
16:22:15.933 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.contenttype ---
16:22:15.935 [INFO] 
16:22:15.935 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.core.contenttype ---
16:22:15.980 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.0-SNAPSHOT-sources.jar
16:22:16.015 [INFO] 
16:22:16.015 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.core.contenttype ---
16:22:16.021 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.9.0-SNAPSHOT.jar
16:22:16.113 [INFO] 
16:22:16.113 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.contenttype ---
16:22:16.126 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.contenttype:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF
16:22:16.127 [INFO] 
16:22:16.127 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.contenttype ---
16:22:16.180 [INFO] 
16:22:16.180 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filesystem ---
16:22:16.182 [INFO] 
16:22:16.182 [INFO] -----------------< org.eclipse.platform:runtime-tests >-----------------
16:22:16.182 [INFO] Building [aggregator] tests 4.29.0-SNAPSHOT                      [12/75]
16:22:16.182 [INFO]   from runtime/tests/.polyglot.pom.tycho
16:22:16.182 [INFO] --------------------------------[ pom ]---------------------------------
16:22:16.182 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/org.eclipse.core.filesystem/src/test/resources
16:22:16.183 [INFO] 
16:22:16.183 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.core.filesystem ---
16:22:16.184 [INFO] 
16:22:16.184 [INFO] --- clean:3.3.1:clean (default-clean) @ runtime-tests ---
16:22:16.184 [INFO] 
16:22:16.185 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ runtime-tests ---
16:22:16.185 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/tests/saveproperties
16:22:16.185 [INFO] 
16:22:16.185 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ runtime-tests ---
16:22:16.187 [INFO] 
16:22:16.187 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem ---
16:22:16.187 [INFO] 
16:22:16.187 [INFO] --- resources:3.3.1:resources (filter-resources) @ runtime-tests ---
16:22:16.188 [INFO] 
16:22:16.188 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.core.filesystem ---
16:22:16.189 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/tests/src/main/resources
16:22:16.189 [INFO] 
16:22:16.189 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ runtime-tests ---
16:22:16.190 [INFO] 
16:22:16.190 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ runtime-tests ---
16:22:16.197 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.0-SNAPSHOT-sources.jar
16:22:16.209 [INFO] 
16:22:16.209 [INFO] 
16:22:16.209 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem ---
16:22:16.209 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ runtime-tests ---
16:22:16.210 [INFO] 
16:22:16.210 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ runtime-tests ---
16:22:16.212 [INFO] 
16:22:16.212 [INFO] ------------------------------------------------------------------------
16:22:16.212 [INFO] Skipping [bundle] Core Runtime
16:22:16.212 [INFO] This project has been banned from the build due to previous failures.
16:22:16.212 [INFO] ------------------------------------------------------------------------
16:22:16.212 [INFO] 
16:22:16.212 [INFO] ------< org.eclipse.platform:org.eclipse.e4.core.di.annotations >-------
16:22:16.212 [INFO] Building [bundle] Eclipse Dependency Injection Annotations 1.8.0-SNAPSHOT [13/75]
16:22:16.212 [INFO]   from runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF
16:22:16.212 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
16:22:16.214 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.0-SNAPSHOT.jar
16:22:16.278 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF
16:22:16.285 [INFO] 
16:22:16.285 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem ---
16:22:16.292 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.filesystem:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF
16:22:16.293 [INFO] 
16:22:16.293 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem ---
16:22:16.300 [INFO] 
16:22:16.300 [INFO] ------------------------------------------------------------------------
16:22:16.300 [INFO] Skipping [bundle] Expression Language
16:22:16.300 [INFO] This project has been banned from the build due to previous failures.
16:22:16.300 [INFO] ------------------------------------------------------------------------
16:22:16.300 [INFO] 
16:22:16.300 [INFO] ------------------------------------------------------------------------
16:22:16.300 [INFO] Skipping [bundle] Ant Build Tool Core
16:22:16.300 [INFO] This project has been banned from the build due to previous failures.
16:22:16.300 [INFO] ------------------------------------------------------------------------
16:22:16.300 [INFO] 
16:22:16.300 [INFO] ------------------------------------------------------------------------
16:22:16.300 [INFO] Skipping org.eclipse.core.filesystem.win32.x86_64
16:22:16.300 [INFO] This project has been banned from the build due to previous failures.
16:22:16.300 [INFO] ------------------------------------------------------------------------
16:22:16.300 [INFO] 
16:22:16.300 [INFO] ------------------------------------------------------------------------
16:22:16.300 [INFO] Skipping org.eclipse.core.filesystem.macosx
16:22:16.300 [INFO] This project has been banned from the build due to previous failures.
16:22:16.300 [INFO] ------------------------------------------------------------------------
16:22:16.300 [INFO] 
16:22:16.300 [INFO] ------------------------------------------------------------------------
16:22:16.300 [INFO] Skipping org.eclipse.core.filesystem.linux.x86_64
16:22:16.300 [INFO] This project has been banned from the build due to previous failures.
16:22:16.300 [INFO] ------------------------------------------------------------------------
16:22:16.301 [INFO] 
16:22:16.301 [INFO] ------------------------------------------------------------------------
16:22:16.301 [INFO] Skipping [bundle] Core Resource Management
16:22:16.301 [INFO] This project has been banned from the build due to previous failures.
16:22:16.301 [INFO] ------------------------------------------------------------------------
16:22:16.301 [INFO] 
16:22:16.301 [INFO] ------------------------------------------------------------------------
16:22:16.301 [INFO] Skipping [bundle] Core Compare Support
16:22:16.301 [INFO] This project has been banned from the build due to previous failures.
16:22:16.301 [INFO] ------------------------------------------------------------------------
16:22:16.301 [INFO] 
16:22:16.301 [INFO] -------< org.eclipse.platform:eclipse.platform.resources.tests >--------
16:22:16.301 [INFO] Building eclipse.platform.resources.tests 4.29.0-SNAPSHOT        [14/75]
16:22:16.301 [INFO]   from resources/tests/pom.xml
16:22:16.301 [INFO] --------------------------------[ pom ]---------------------------------
16:22:16.302 [INFO] 
16:22:16.302 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.resources.tests ---
16:22:16.303 [INFO] 
16:22:16.303 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.resources.tests ---
16:22:16.304 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/tests/saveproperties
16:22:16.304 [INFO] 
16:22:16.304 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.platform.resources.tests ---
16:22:16.304 [INFO] 
16:22:16.304 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.resources.tests ---
16:22:16.305 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/tests/src/main/resources
16:22:16.305 [INFO] 
16:22:16.305 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.platform.resources.tests ---
16:22:16.306 [INFO] 
16:22:16.306 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.platform.resources.tests ---
16:22:16.306 [INFO] 
16:22:16.306 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources.tests ---
16:22:16.307 [INFO] 
16:22:16.307 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.platform.resources.tests ---
16:22:16.308 [INFO] 
16:22:16.308 [INFO] ------------------------------------------------------------------------
16:22:16.308 [INFO] Skipping [bundle] Team Support Core
16:22:16.308 [INFO] This project has been banned from the build due to previous failures.
16:22:16.308 [INFO] ------------------------------------------------------------------------
16:22:16.308 [INFO] 
16:22:16.308 [INFO] ------------------------------------------------------------------------
16:22:16.308 [INFO] Skipping [bundle] Eclipse Core Tests Harness
16:22:16.308 [INFO] This project has been banned from the build due to previous failures.
16:22:16.308 [INFO] ------------------------------------------------------------------------
16:22:16.308 [INFO] 
16:22:16.308 [INFO] ------------------------------------------------------------------------
16:22:16.308 [INFO] Skipping [feature] Eclipse Test feature containing all FS-specific fragments
16:22:16.308 [INFO] This project has been banned from the build due to previous failures.
16:22:16.308 [INFO] ------------------------------------------------------------------------
16:22:16.308 [INFO] 
16:22:16.308 [INFO] ------------------------------------------------------------------------
16:22:16.308 [INFO] Skipping [bundle] Compare Support
16:22:16.308 [INFO] This project has been banned from the build due to previous failures.
16:22:16.308 [INFO] ------------------------------------------------------------------------
16:22:16.308 [INFO] 
16:22:16.308 [INFO] -------< org.eclipse.platform:org.eclipse.e4.core.di.extensions >-------
16:22:16.308 [INFO] Building [bundle] Eclipse Dependency Injection Extensions 0.18.0-SNAPSHOT [15/75]
16:22:16.308 [INFO]   from runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF
16:22:16.308 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
16:22:16.315 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions:0.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF
16:22:16.411 [INFO] 
16:22:16.411 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.core.di.annotations ---
16:22:16.411 [INFO] 
16:22:16.411 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.annotations ---
16:22:16.417 [INFO] 
16:22:16.417 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.core.di.extensions ---
16:22:16.418 [INFO] 
16:22:16.418 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions ---
16:22:16.427 [INFO] The project's OSGi version is 1.8.0.v20230429-1914
16:22:16.427 [INFO] 
16:22:16.427 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.core.di.annotations ---
16:22:16.428 [INFO] 
16:22:16.428 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.core.di.annotations ---
16:22:16.477 [INFO] The project's OSGi version is 0.18.0.v20230429-1914
16:22:16.477 [INFO] 
16:22:16.477 [INFO] 
16:22:16.477 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.annotations ---
16:22:16.478 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions ---
16:22:16.478 [INFO] 
16:22:16.478 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions ---
16:22:16.478 [INFO] 
16:22:16.478 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.annotations/saveproperties
16:22:16.478 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions ---
16:22:16.478 [INFO] 
16:22:16.478 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.core.di.annotations ---
16:22:16.479 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.extensions/saveproperties
16:22:16.479 [INFO] 
16:22:16.479 [INFO] 
16:22:16.479 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.core.di.annotations ---
16:22:16.479 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions ---
16:22:16.480 [INFO] 
16:22:16.480 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions ---
16:22:16.481 [INFO] 
16:22:16.481 [INFO] 
16:22:16.481 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.extensions ---
16:22:16.481 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.annotations ---
16:22:16.481 [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Extensions
16:22:16.489 [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Annotations
16:22:16.489 [INFO] 
16:22:16.489 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.extensions ---
16:22:16.490 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.extensions/src/main/resources
16:22:16.490 [INFO] 
16:22:16.490 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.extensions ---
16:22:16.490 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.extensions/src/main/resources
16:22:16.490 [INFO] 
16:22:16.490 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.core.di.extensions ---
16:22:16.496 [INFO] 
16:22:16.496 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.annotations ---
16:22:16.497 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.annotations/src/main/resources
16:22:16.497 [INFO] 
16:22:16.497 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.annotations ---
16:22:16.497 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.annotations/src/main/resources
16:22:16.497 [INFO] 
16:22:16.497 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.core.di.annotations ---
16:22:16.516 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
16:22:16.518 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.annotations/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
16:22:16.985 [INFO] 
16:22:16.985 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.core.di.extensions ---
16:22:16.985 [INFO] 
16:22:16.985 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.extensions ---
16:22:16.986 [INFO] 
16:22:16.986 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.core.di.extensions ---
16:22:16.990 [INFO] 
16:22:16.990 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.core.di.annotations ---
16:22:16.990 [INFO] 
16:22:16.990 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.annotations ---
16:22:16.991 [INFO] 
16:22:16.991 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.core.di.annotations ---
16:22:16.998 [INFO] 
16:22:16.998 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions ---
16:22:16.999 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.extensions/src/test/resources
16:22:16.999 [INFO] 
16:22:16.999 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions ---
16:22:17.002 [INFO] 
16:22:17.002 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.extensions ---
16:22:17.003 [INFO] 
16:22:17.003 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions ---
16:22:17.006 [INFO] 
16:22:17.006 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.annotations ---
16:22:17.006 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.0-SNAPSHOT-sources.jar
16:22:17.007 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.annotations/src/test/resources
16:22:17.007 [INFO] 
16:22:17.007 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.core.di.annotations ---
16:22:17.010 [INFO] 
16:22:17.010 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.annotations ---
16:22:17.015 [INFO] 
16:22:17.015 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.core.di.annotations ---
16:22:17.019 [INFO] 
16:22:17.019 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions ---
16:22:17.079 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.0-SNAPSHOT-sources.jar
16:22:17.081 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.18.0-SNAPSHOT.jar
16:22:17.092 [INFO] 
16:22:17.092 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.annotations ---
16:22:17.096 [INFO] 
16:22:17.096 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions ---
16:22:17.096 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.8.0-SNAPSHOT.jar
16:22:17.105 [INFO] 
16:22:17.105 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.annotations ---
16:22:17.186 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions:0.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

16:22:17.188 [INFO] 
16:22:17.188 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions ---
16:22:17.191 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF
16:22:17.192 [INFO] 
16:22:17.192 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.annotations ---
16:22:17.198 [INFO] 
16:22:17.198 [INFO] ------------------------------------------------------------------------
16:22:17.198 [INFO] Skipping [bundle] Team Support UI
16:22:17.198 [INFO] This project has been banned from the build due to previous failures.
16:22:17.198 [INFO] ------------------------------------------------------------------------
16:22:17.198 [INFO] 
16:22:17.198 [INFO] ------------------------------------------------------------------------
16:22:17.199 [INFO] Skipping [bundle] Eclipse Dependency Injection
16:22:17.199 [INFO] This project has been banned from the build due to previous failures.
16:22:17.199 [INFO] ------------------------------------------------------------------------
16:22:17.199 [INFO] 
16:22:17.199 [INFO] ------------------------------------------------------------------------
16:22:17.199 [INFO] Skipping org.eclipse.core.tests.resources
16:22:17.199 [INFO] This project has been banned from the build due to previous failures.
16:22:17.199 [INFO] ------------------------------------------------------------------------
16:22:17.199 [INFO] 
16:22:17.199 [INFO] ------------------------------------------------------------------------
16:22:17.199 [INFO] Skipping [bundle] Eclipse Contexts
16:22:17.199 [INFO] This project has been banned from the build due to previous failures.
16:22:17.199 [INFO] ------------------------------------------------------------------------
16:22:17.199 [INFO] 
16:22:17.199 [INFO] -------------< org.eclipse.platform:org.eclipse.core.net >--------------
16:22:17.199 [INFO] Building [bundle] Internet Connection Management 1.5.0-SNAPSHOT  [16/75]
16:22:17.199 [INFO]   from team/bundles/org.eclipse.core.net/.polyglot.META-INF
16:22:17.199 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
16:22:17.206 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.net:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/org.eclipse.core.net/.polyglot.META-INF
16:22:17.218 [INFO] 
16:22:17.218 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.core.di.extensions ---
16:22:17.220 [INFO] Skipped because main artifact was replaced with baseline!
16:22:17.220 [INFO] 
16:22:17.220 [INFO] ------------------------------------------------------------------------
16:22:17.220 [INFO] Skipping [bundle] Ant Launching Support
16:22:17.220 [INFO] This project has been banned from the build due to previous failures.
16:22:17.220 [INFO] ------------------------------------------------------------------------
16:22:17.220 [INFO] 
16:22:17.220 [INFO] ----------< org.eclipse.platform:eclipse.platform.team.tests >----------
16:22:17.220 [INFO] Building eclipse.platform.team.tests 4.29.0-SNAPSHOT             [17/75]
16:22:17.220 [INFO]   from team/tests/pom.xml
16:22:17.220 [INFO] --------------------------------[ pom ]---------------------------------
16:22:17.221 [INFO] 
16:22:17.221 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.team.tests ---
16:22:17.222 [INFO] 
16:22:17.222 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.team.tests ---
16:22:17.222 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:17.224 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/tests/saveproperties
16:22:17.224 [INFO] 
16:22:17.224 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.platform.team.tests ---
16:22:17.226 [INFO] 
16:22:17.226 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.team.tests ---
16:22:17.227 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/tests/src/main/resources
16:22:17.227 [INFO] 
16:22:17.227 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.platform.team.tests ---
16:22:17.227 [INFO] 
16:22:17.228 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.platform.team.tests ---
16:22:17.229 [INFO] 
16:22:17.229 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.team.tests ---
16:22:17.230 [INFO] 
16:22:17.230 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.platform.team.tests ---
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] Skipping [bundle] Eclipse Platform
16:22:17.231 [INFO] This project has been banned from the build due to previous failures.
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] Skipping [bundle] Eclipse Application Services
16:22:17.231 [INFO] This project has been banned from the build due to previous failures.
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] Skipping [bundle] Eclipse Dependency Injection Extensions Supplier
16:22:17.231 [INFO] This project has been banned from the build due to previous failures.
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] Skipping [bundle] Core Tools
16:22:17.231 [INFO] This project has been banned from the build due to previous failures.
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] Skipping [bundle] Save Participant 3
16:22:17.231 [INFO] This project has been banned from the build due to previous failures.
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] Skipping [bundle] Save Participant 2
16:22:17.231 [INFO] This project has been banned from the build due to previous failures.
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] Skipping [bundle] Save Participant 1
16:22:17.231 [INFO] This project has been banned from the build due to previous failures.
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] Skipping [bundle] Core Resource Management Spy Support Fragment
16:22:17.231 [INFO] This project has been banned from the build due to previous failures.
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] Skipping [test-bundle] Compare Tests
16:22:17.231 [INFO] This project has been banned from the build due to previous failures.
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] Skipping [bundle] Ant UI
16:22:17.231 [INFO] This project has been banned from the build due to previous failures.
16:22:17.231 [INFO] ------------------------------------------------------------------------
16:22:17.231 [INFO] 
16:22:17.231 [INFO] ------< org.eclipse.platform:eclipse.platform.resources.examples >------
16:22:17.231 [INFO] Building eclipse.platform.resources.examples 4.29.0-SNAPSHOT     [18/75]
16:22:17.231 [INFO]   from resources/examples/pom.xml
16:22:17.231 [INFO] --------------------------------[ pom ]---------------------------------
16:22:17.232 [INFO] 
16:22:17.232 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.resources.examples ---
16:22:17.233 [INFO] 
16:22:17.233 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.resources.examples ---
16:22:17.234 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/examples/saveproperties
16:22:17.234 [INFO] 
16:22:17.234 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.platform.resources.examples ---
16:22:17.234 [INFO] 
16:22:17.234 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.resources.examples ---
16:22:17.235 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/resources/examples/src/main/resources
16:22:17.235 [INFO] 
16:22:17.235 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.platform.resources.examples ---
16:22:17.236 [INFO] 
16:22:17.236 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.platform.resources.examples ---
16:22:17.236 [INFO] 
16:22:17.236 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources.examples ---
16:22:17.237 [INFO] 
16:22:17.237 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.platform.resources.examples ---
16:22:17.238 [INFO] 
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] Skipping org.eclipse.team.tests.core
16:22:17.238 [INFO] This project has been banned from the build due to previous failures.
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] 
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] Skipping [test-bundle] Install/Update Configurator Test Plugin
16:22:17.238 [INFO] This project has been banned from the build due to previous failures.
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] 
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] Skipping [bundle] Efs Examples Plug-in
16:22:17.238 [INFO] This project has been banned from the build due to previous failures.
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] 
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] Skipping [bundle] Diff Extension for Generic Editor
16:22:17.238 [INFO] This project has been banned from the build due to previous failures.
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] 
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] Skipping org.eclipse.team.examples.filesystem
16:22:17.238 [INFO] This project has been banned from the build due to previous failures.
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] 
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] Skipping [bundle] Eclipse Project SDK
16:22:17.238 [INFO] This project has been banned from the build due to previous failures.
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] 
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] Skipping [test-bundle] E4 Core Tests
16:22:17.238 [INFO] This project has been banned from the build due to previous failures.
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] 
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] Skipping org.eclipse.core.tools.resources
16:22:17.238 [INFO] This project has been banned from the build due to previous failures.
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] 
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] Skipping [test-bundle] Eclipse Core Tests Runtime
16:22:17.238 [INFO] This project has been banned from the build due to previous failures.
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] 
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.238 [INFO] Skipping org.eclipse.core.tests.resources.saveparticipant
16:22:17.238 [INFO] This project has been banned from the build due to previous failures.
16:22:17.238 [INFO] ------------------------------------------------------------------------
16:22:17.239 [INFO] 
16:22:17.239 [INFO] ------------------------------------------------------------------------
16:22:17.239 [INFO] Skipping [feature] Eclipse Core Runtime Infrastructure
16:22:17.239 [INFO] This project has been banned from the build due to previous failures.
16:22:17.239 [INFO] ------------------------------------------------------------------------
16:22:17.239 [INFO] 
16:22:17.239 [INFO] ------------------------------------------------------------------------
16:22:17.239 [INFO] Skipping org.eclipse.core.resources.win32.x86_64
16:22:17.239 [INFO] This project has been banned from the build due to previous failures.
16:22:17.239 [INFO] ------------------------------------------------------------------------
16:22:17.239 [INFO] 
16:22:17.239 [INFO] ------------------------------------------------------------------------
16:22:17.239 [INFO] Skipping org.eclipse.core.filesystem.linux.ppc64le
16:22:17.239 [INFO] This project has been banned from the build due to previous failures.
16:22:17.239 [INFO] ------------------------------------------------------------------------
16:22:17.239 [INFO] 
16:22:17.239 [INFO] ------------------------------------------------------------------------
16:22:17.239 [INFO] Skipping org.eclipse.core.filesystem.linux.loongarch64
16:22:17.239 [INFO] This project has been banned from the build due to previous failures.
16:22:17.239 [INFO] ------------------------------------------------------------------------
16:22:17.239 [INFO] 
16:22:17.239 [INFO] ------------------------------------------------------------------------
16:22:17.239 [INFO] Skipping org.eclipse.core.filesystem.linux.aarch64
16:22:17.239 [INFO] This project has been banned from the build due to previous failures.
16:22:17.239 [INFO] ------------------------------------------------------------------------
16:22:17.239 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:17.277 [INFO] 
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] Skipping [test-bundle] Expression Language Tests
16:22:17.277 [INFO] This project has been banned from the build due to previous failures.
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] 
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] Skipping [test-bundle] Content-Types Tests
16:22:17.277 [INFO] This project has been banned from the build due to previous failures.
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] 
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] Skipping org.eclipse.compare.win32
16:22:17.277 [INFO] This project has been banned from the build due to previous failures.
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] 
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] Skipping org.eclipse.compare.examples
16:22:17.277 [INFO] This project has been banned from the build due to previous failures.
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] 
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] Skipping org.eclipse.compare.examples.xml
16:22:17.277 [INFO] This project has been banned from the build due to previous failures.
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] 
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] Skipping [test-bundle] Ant UI Test Plugin
16:22:17.277 [INFO] This project has been banned from the build due to previous failures.
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] 
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] Skipping [test-bundle] Ant Core Test Plugin
16:22:17.277 [INFO] This project has been banned from the build due to previous failures.
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] 
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.277 [INFO] Skipping org.eclipse.jsch.tests
16:22:17.277 [INFO] This project has been banned from the build due to previous failures.
16:22:17.277 [INFO] ------------------------------------------------------------------------
16:22:17.290 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:17.305 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:17.319 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:17.334 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
16:22:17.362 [INFO] 
16:22:17.362 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.net ---
16:22:17.362 [INFO] 
16:22:17.362 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.core.net ---
16:22:17.431 [INFO] The project's OSGi version is 1.5.0.v20230317-0901
16:22:17.431 [INFO] 
16:22:17.431 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.core.net ---
16:22:17.433 [INFO] 
16:22:17.433 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.core.net ---
16:22:17.434 [INFO] 
16:22:17.434 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.net ---
16:22:17.435 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/org.eclipse.core.net/saveproperties
16:22:17.435 [INFO] 
16:22:17.435 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.core.net ---
16:22:17.436 [INFO] 
16:22:17.436 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.core.net ---
16:22:17.438 [INFO] 
16:22:17.438 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.core.net ---
16:22:17.438 [INFO] Resolving class path of [bundle] Internet Connection Management
16:22:17.494 [INFO] 
16:22:17.494 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.net ---
16:22:17.495 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/org.eclipse.core.net/src/main/resources
16:22:17.495 [INFO] 
16:22:17.495 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.net ---
16:22:17.495 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/org.eclipse.core.net/src/main/resources
16:22:17.495 [INFO] 
16:22:17.495 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.core.net ---
16:22:17.518 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/org.eclipse.core.net/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
16:22:17.707 [INFO] 
16:22:17.707 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.core.net ---
16:22:17.708 [INFO] 
16:22:17.708 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.core.net ---
16:22:17.708 [INFO] 
16:22:17.708 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.core.net ---
16:22:17.724 [INFO] 
16:22:17.724 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.net ---
16:22:17.725 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/org.eclipse.core.net/src/test/resources
16:22:17.725 [INFO] 
16:22:17.725 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.core.net ---
16:22:17.727 [INFO] 
16:22:17.727 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.net ---
16:22:17.728 [INFO] 
16:22:17.728 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.core.net ---
16:22:17.734 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.0-SNAPSHOT-sources.jar
16:22:17.788 [INFO] 
16:22:17.788 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.core.net ---
16:22:17.793 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.0-SNAPSHOT.jar
16:22:17.814 [INFO] 
16:22:17.814 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net ---
16:22:17.824 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.net:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform_PR-327/team/bundles/org.eclipse.core.net/.polyglot.META-INF
16:22:17.825 [INFO] 
16:22:17.826 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net ---
16:22:17.833 [INFO] 
16:22:17.833 [INFO] 
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] Skipping org.eclipse.core.net.win32
16:22:17.833 [INFO] This project has been banned from the build due to previous failures.
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] Skipping [bundle] JSch Core
16:22:17.833 [INFO] This project has been banned from the build due to previous failures.
16:22:17.833 [INFO] 
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] Skipping [bundle] Internet Connection Management UI
16:22:17.833 [INFO] This project has been banned from the build due to previous failures.
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] 
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] 
16:22:17.833 [INFO] Skipping org.eclipse.core.net.win32.x86_64
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] Skipping [bundle] JSch UI
16:22:17.833 [INFO] This project has been banned from the build due to previous failures.
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] This project has been banned from the build due to previous failures.
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] 
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] 
16:22:17.833 [INFO] Skipping org.eclipse.core.net.linux
16:22:17.833 [INFO] This project has been banned from the build due to previous failures.
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] Skipping org.eclipse.core.tests.net
16:22:17.833 [INFO] This project has been banned from the build due to previous failures.
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] ------------------------------------------------------------------------
16:22:17.833 [INFO] Reactor Summary:
16:22:17.833 [INFO] 
16:22:17.834 [INFO] eclipse.platform 4.29.0-SNAPSHOT ................... SUCCESS [  1.031 s]
16:22:17.877 [INFO] [bundle] Install/Update Configurator 3.5.0-SNAPSHOT  FAILURE [ 22.917 s]
16:22:17.877 [INFO] eclipse.platform.runtime 4.29.0-SNAPSHOT ........... SUCCESS [  0.010 s]
16:22:17.877 [INFO] [aggregator] bundles 4.29.0-SNAPSHOT ............... SUCCESS [  0.008 s]
16:22:17.877 [INFO] [bundle] Eclipse Content Mechanism 3.9.0-SNAPSHOT .. FAILURE [  1.372 s]
16:22:17.877 [INFO] [bundle] Eclipse Jobs Mechanism 3.14.0-SNAPSHOT .... FAILURE [ 23.212 s]
16:22:17.877 [INFO] [bundle] Core Runtime 3.27.0-SNAPSHOT .............. SKIPPED
16:22:17.877 [INFO] [test-bundle] Install/Update Configurator Test Plugin 0.2.0-SNAPSHOT SKIPPED
16:22:17.877 [INFO] [bundle] Ant Build Tool Core 3.7.0-SNAPSHOT ........ SKIPPED
16:22:17.877 [INFO] eclipse.platform.resources 4.29.0-SNAPSHOT ......... SUCCESS [  0.010 s]
16:22:17.877 [INFO] [aggregator] bundles 4.29.0-SNAPSHOT ............... SUCCESS [  0.008 s]
16:22:17.877 [INFO] [bundle] Core File Systems 1.10.0-SNAPSHOT ......... FAILURE [  1.114 s]
16:22:17.877 [INFO] [bundle] Expression Language 3.9.0-SNAPSHOT ........ SKIPPED
16:22:17.877 [INFO] [bundle] Core Resource Management 3.19.0-SNAPSHOT .. SKIPPED
16:22:17.877 [INFO] [bundle] Ant Launching Support 1.4.0-SNAPSHOT ...... SKIPPED
16:22:17.877 [INFO] eclipse.platform.team 4.29.0-SNAPSHOT .............. SUCCESS [  0.008 s]
16:22:17.877 [INFO] [aggregator] bundles 4.29.0-SNAPSHOT ............... SUCCESS [  0.057 s]
16:22:17.877 [INFO] [bundle] Core Compare Support 3.8.0-SNAPSHOT ....... SKIPPED
16:22:17.877 [INFO] [bundle] Team Support Core 3.10.0-SNAPSHOT ......... SKIPPED
16:22:17.877 [INFO] [bundle] Ant UI 3.9.0-SNAPSHOT ..................... SKIPPED
16:22:17.877 [INFO] [test-bundle] Ant Core Test Plugin 3.7.0-SNAPSHOT .. SKIPPED
16:22:17.877 [INFO] [test-bundle] Ant UI Test Plugin 3.11.0-SNAPSHOT ... SKIPPED
16:22:17.877 [INFO] [bundle] Eclipse Platform 4.29.0-SNAPSHOT .......... SKIPPED
16:22:17.877 [INFO] [bundle] Eclipse Project SDK 4.29.0-SNAPSHOT ....... SKIPPED
16:22:17.877 [INFO] [bundle] Core Tools 1.9.0-SNAPSHOT ................. SKIPPED
16:22:17.877 [INFO] [bundle] Eclipse Dependency Injection Annotations 1.8.0-SNAPSHOT FAILURE [  0.986 s]
16:22:17.877 [INFO] [bundle] Eclipse Dependency Injection 1.9.0-SNAPSHOT SKIPPED
16:22:17.877 [INFO] [bundle] Eclipse Contexts 1.12.0-SNAPSHOT .......... SKIPPED
16:22:17.877 [INFO] [bundle] Eclipse Dependency Injection Extensions 0.18.0-SNAPSHOT SUCCESS [  0.912 s]
16:22:17.877 [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier 0.17.0-SNAPSHOT SKIPPED
16:22:17.877 [INFO] [bundle] Eclipse Application Services 2.4.0-SNAPSHOT SKIPPED
16:22:17.877 [INFO] [feature] Eclipse Core Runtime Infrastructure 1.4.0-SNAPSHOT SKIPPED
16:22:17.877 [INFO] [aggregator] tests 4.29.0-SNAPSHOT ................. SUCCESS [  0.030 s]
16:22:17.877 [INFO] [test-bundle] Content-Types Tests 1.4.0-SNAPSHOT ... SKIPPED
16:22:17.877 [INFO] [test-bundle] Expression Language Tests 3.7.0-SNAPSHOT SKIPPED
16:22:17.877 [INFO] [bundle] Eclipse Core Tests Harness 3.15.0-SNAPSHOT  SKIPPED
16:22:17.877 [INFO] [test-bundle] Eclipse Core Tests Runtime 3.21.0-SNAPSHOT SKIPPED
16:22:17.877 [INFO] [test-bundle] E4 Core Tests 1.3.0-SNAPSHOT ......... SKIPPED
16:22:17.878 [INFO] [bundle] Compare Support 3.9.0-SNAPSHOT ............ SKIPPED
16:22:17.878 [INFO] org.eclipse.compare.win32 1.3.0-SNAPSHOT ........... SKIPPED
16:22:17.878 [INFO] [bundle] Internet Connection Management 1.5.0-SNAPSHOT FAILURE [  0.633 s]
16:22:17.878 [INFO] org.eclipse.core.net.linux 1.0.200-SNAPSHOT ........ SKIPPED
16:22:17.878 [INFO] org.eclipse.core.net.win32 1.1.0-SNAPSHOT .......... SKIPPED
16:22:17.878 [INFO] org.eclipse.core.net.win32.x86_64 1.2.0-SNAPSHOT ... SKIPPED
16:22:17.878 [INFO] [bundle] JSch Core 1.5.0-SNAPSHOT .................. SKIPPED
16:22:17.878 [INFO] [bundle] JSch UI 1.5.0-SNAPSHOT .................... SKIPPED
16:22:17.878 [INFO] [bundle] Diff Extension for Generic Editor 1.2.0-SNAPSHOT SKIPPED
16:22:17.878 [INFO] [bundle] Team Support UI 3.10.0-SNAPSHOT ........... SKIPPED
16:22:17.878 [INFO] [bundle] Internet Connection Management UI 1.5.0-SNAPSHOT SKIPPED
16:22:17.878 [INFO] eclipse.platform.team.tests 4.29.0-SNAPSHOT ........ SUCCESS [  0.010 s]
16:22:17.878 [INFO] org.eclipse.core.filesystem.macosx 1.3.400-SNAPSHOT  SKIPPED
16:22:17.878 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300-SNAPSHOT SKIPPED
16:22:17.878 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400-SNAPSHOT SKIPPED
16:22:17.878 [INFO] eclipse.platform.resources.tests 4.29.0-SNAPSHOT ... SUCCESS [  0.007 s]
16:22:17.878 [INFO] [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT SKIPPED
16:22:17.878 [INFO] org.eclipse.core.tests.resources 3.11.100-SNAPSHOT . SKIPPED
16:22:17.878 [INFO] [test-bundle] Compare Tests 3.8.0-SNAPSHOT ......... SKIPPED
16:22:17.878 [INFO] org.eclipse.core.tests.net 1.6.0-SNAPSHOT .......... SKIPPED
16:22:17.878 [INFO] org.eclipse.jsch.tests 1.6.0-SNAPSHOT .............. SKIPPED
16:22:17.878 [INFO] org.eclipse.team.tests.core 3.10.0-SNAPSHOT ........ SKIPPED
16:22:17.878 [INFO] org.eclipse.compare.examples 3.4.0-SNAPSHOT ........ SKIPPED
16:22:17.878 [INFO] org.eclipse.compare.examples.xml 3.6.0-SNAPSHOT .... SKIPPED
16:22:17.878 [INFO] org.eclipse.team.examples.filesystem 3.7.0-SNAPSHOT  SKIPPED
16:22:17.878 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200-SNAPSHOT SKIPPED
16:22:17.878 [INFO] org.eclipse.core.filesystem.linux.loongarch64 1.4.200-SNAPSHOT SKIPPED
16:22:17.878 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200-SNAPSHOT SKIPPED
16:22:17.878 [INFO] [bundle] Core Resource Management Spy Support Fragment 1.6.0-SNAPSHOT SKIPPED
16:22:17.878 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500-SNAPSHOT SKIPPED
16:22:17.878 [INFO] org.eclipse.core.tools.resources 1.7.0-SNAPSHOT .... SKIPPED
16:22:17.878 [INFO] eclipse.platform.resources.examples 4.29.0-SNAPSHOT  SUCCESS [  0.007 s]
16:22:17.878 [INFO] [bundle] Efs Examples Plug-in 1.1.0-SNAPSHOT ....... SKIPPED
16:22:17.878 [INFO] [bundle] Save Participant 1 3.6.0-SNAPSHOT ......... SKIPPED
16:22:17.878 [INFO] [bundle] Save Participant 3 3.6.0-SNAPSHOT ......... SKIPPED
16:22:17.878 [INFO] [bundle] Save Participant 2 3.6.0-SNAPSHOT ......... SKIPPED
16:22:17.878 [INFO] org.eclipse.core.tests.resources.saveparticipant 3.6.0-SNAPSHOT SKIPPED
16:22:17.878 [INFO] ------------------------------------------------------------------------
16:22:17.878 [INFO] BUILD FAILURE
16:22:17.878 [INFO] ------------------------------------------------------------------------
16:22:17.878 [INFO] Total time:  59.966 s (Wall Clock)
16:22:17.878 [INFO] Finished at: 2023-10-02T16:22:17Z
16:22:17.878 [INFO] ------------------------------------------------------------------------
16:22:17.879 [WARNING] 
16:22:17.879 [WARNING] Plugin validation issues were detected in 2 plugin(s)
16:22:17.879 [WARNING] 
16:22:17.879 [WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
16:22:17.879 [WARNING]  * org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.2
16:22:17.879 [WARNING] 
16:22:17.879 [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
16:22:17.879 [WARNING] 
16:22:18.019 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.update.configurator: Version have moved backwards for (org.eclipse.update.configurator/3.5.0.v20230317-0901). Baseline has 3.5.100.v20230726-0617) with delta: 0.0.-100 -> [Help 1]
16:22:18.019 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.core.jobs: Version have moved backwards for (org.eclipse.core.jobs/3.14.0.v20231002-1619). Baseline has 3.15.0.v20230808-1403) with delta: 0.-1.0 -> [Help 1]
16:22:18.019 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.core.contenttype: Version have moved backwards for (org.eclipse.core.contenttype/3.9.0.v20230412-0829). Baseline has 3.9.100.v20230630-1232) with delta: 0.0.-100 -> [Help 1]
16:22:18.020 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.core.filesystem: Version have moved backwards for (org.eclipse.core.filesystem/1.10.0.v20230425-0513). Baseline has 1.10.100.v20230717-1727) with delta: 0.0.-100 -> [Help 1]
16:22:18.020 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.e4.core.di.annotations: Version have moved backwards for (org.eclipse.e4.core.di.annotations/1.8.0.v20230429-1914). Baseline has 1.8.100.v20230617-1158) with delta: 0.0.-100 -> [Help 1]
16:22:18.020 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.core.net: Version have moved backwards for (org.eclipse.core.net/1.5.0.v20230317-0901). Baseline has 1.5.100.v20230630-1232) with delta: 0.0.-100 -> [Help 1]
16:22:18.020 [ERROR] 
16:22:18.020 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
16:22:18.020 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
16:22:18.020 [ERROR] 
16:22:18.020 [ERROR] For more information about the errors and possible solutions, please read the following articles:
16:22:18.020 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
16:22:18.020 [ERROR] 
16:22:18.020 [ERROR] After correcting the problems, you can resume the build with the command
16:22:18.020 [ERROR]   mvn <args> -rf :org.eclipse.update.configurator
[Pipeline] }
Terminating xvnc.

Mon Oct  2 16:22:18 2023
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.62.110/10.40.62.110:39216
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1192)
		at hudson.FilePath.act(FilePath.java:1181)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:120)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:160)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:254)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
		at java.base/java.lang.Thread.run(Thread.java:839)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: f95db8db-9400-41f9-aa36-c95780be3d59
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:188)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3578)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[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 1
[GitHub Checks] GitHub check (name: Code Analysis, status: completed) has been published.

GitHub has been notified of this commit’s build result

Finished: FAILURE