Pull request #1151 updated 12:15:47 Connecting to https://api.github.com using github-app-platform Connecting to https://api.github.com to check permissions of obtain list of raghucssit for eclipse-platform/eclipse.platform.ui Loading trusted files from base branch master at 0847f8e464804a22d2d1be129cdb032061785685 rather than 65b6ac8a74b858a536665c51a35b4fb08219b3f9 Obtained Jenkinsfile from 0847f8e464804a22d2d1be129cdb032061785685 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-vhsqm 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-vhsqm" 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-vhsqm" - 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-vhsqm" - 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-vhsqm in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151 [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.ui.git > git init /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151 # timeout=10 Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.ui.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.ui.git +refs/pull/1151/head:refs/remotes/origin/PR-1151 # timeout=10 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.ui.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/1151/head:refs/remotes/origin/PR-1151 # timeout=10 Cleaning workspace Fetching without tags Checking out Revision 65b6ac8a74b858a536665c51a35b4fb08219b3f9 (PR-1151) > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.ui.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 No valid HEAD. Skipping the resetting > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.ui.git using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.ui.git +refs/pull/1151/head:refs/remotes/origin/PR-1151 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 65b6ac8a74b858a536665c51a35b4fb08219b3f9 # timeout=10 Commit message: "change isExpandableNode API signature to accept Item as parameter." First time build. Skipping changelog. [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-list --no-walk a8f109eb93fd8baff65607300739e7dd4ddd1161 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.ui.git' [GitCheckoutListener] Found previous build 'eclipse.platform.ui/PR-1151 #1' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since 'a8f109e' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit '65b6ac8' as starting point [GitCheckoutListener] -> Recorded 200 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@f81c8138' to render commit links [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 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.ui_PR-1151] $ Xvnc -help Starting xvnc [eclipse.platform.ui_PR-1151] $ Xvnc :93 -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 Wed Oct 4 16:17:28 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5993 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.ui_PR-1151/.m2/repository -Pbree-libs -Papi-check -Pjavadoc -Dcompare-version-with-baselines.skip=false -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.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" 16:17:40.345 [INFO] Scanning for projects... 16:17:52.626 [INFO] Tycho Version: 4.0.3 (88e4728c5da382f02c0459c918c2683048f95740) 16:17:52.627 [INFO] Tycho Mode: extension 16:17:52.627 [INFO] Tycho Builder: maven 16:18:14.968 [INFO] Declared TargetEnvironment(s) {osgi.os=win32, osgi.ws=win32, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=aarch64} are skipped for org.eclipse.platform:org.eclipse.e4.ui.swt.gtk:eclipse-plugin:1.2.0-SNAPSHOT as they do not match the project filter (osgi.ws=gtk). 16:18:14.973 [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=aarch64} are skipped for org.eclipse.platform:org.eclipse.e4.ui.swt.win32:eclipse-plugin:1.2.0-SNAPSHOT as they do not match the project filter (osgi.ws=win32). 16:18:15.019 [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=win32, osgi.ws=win32, osgi.arch=x86_64} are skipped for org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:eclipse-plugin:0.14.100-SNAPSHOT as they do not match the project filter (osgi.ws=cocoa). 16:18:15.292 [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=win32, osgi.ws=win32, osgi.arch=x86_64} are skipped for org.eclipse.platform:org.eclipse.ui.cocoa:eclipse-plugin:1.3.100-SNAPSHOT as they do not match the project filter (osgi.ws=cocoa). 16:18:15.336 [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=aarch64} are skipped for org.eclipse.platform:org.eclipse.ui.win32:eclipse-plugin:3.5.100-SNAPSHOT as they do not match the project filter (osgi.ws=win32). 16:18:21.822 [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=win32, osgi.ws=win32, osgi.arch=x86_64} are skipped for org.eclipse.platform:org.eclipse.ui.cocoa:eclipse-plugin:1.3.100-SNAPSHOT as they do not match the project filter (osgi.ws=cocoa). 16:18:21.854 [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=aarch64} are skipped for org.eclipse.platform:org.eclipse.ui.win32:eclipse-plugin:3.5.100-SNAPSHOT as they do not match the project filter (osgi.ws=win32). 16:18:22.625 [INFO] Declared TargetEnvironment(s) {osgi.os=win32, osgi.ws=win32, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=aarch64} are skipped for org.eclipse.platform:org.eclipse.e4.ui.swt.gtk:eclipse-plugin:1.2.0-SNAPSHOT as they do not match the project filter (osgi.ws=gtk). 16:18:22.628 [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=aarch64} are skipped for org.eclipse.platform:org.eclipse.e4.ui.swt.win32:eclipse-plugin:1.2.0-SNAPSHOT as they do not match the project filter (osgi.ws=win32). 16:18:22.639 [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=win32, osgi.ws=win32, osgi.arch=x86_64} are skipped for org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:eclipse-plugin:0.14.100-SNAPSHOT as they do not match the project filter (osgi.ws=cocoa). 16:18:23.542 [INFO] ------------------------------------------------------------------------ 16:18:23.542 [INFO] Reactor Build Order: 16:18:23.542 [INFO] 16:18:23.544 [INFO] eclipse.platform.ui [pom] 16:18:23.544 [INFO] [aggregator] features [pom] 16:18:23.544 [INFO] [aggregator] bundles [pom] 16:18:23.544 [INFO] [bundle] Commands [eclipse-plugin] 16:18:23.544 [INFO] [bundle] Bundle for Workbench APIs available in e4 [eclipse-plugin] 16:18:23.544 [INFO] [bundle] JFace [eclipse-plugin] 16:18:23.544 [INFO] [bundle] Eclipse CSS Core Support [eclipse-plugin] 16:18:23.544 [INFO] [bundle] Eclipse CSS SWT Support [eclipse-plugin] 16:18:23.544 [INFO] [bundle] Eclipse e4 core commands [eclipse-plugin] 16:18:23.544 [INFO] [bundle] Eclipse UI Dependency Injection [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse UI Application Services [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse Bindings Support [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse UI Custom widgets [eclipse-plugin] 16:18:23.545 [INFO] [bundle] JFace Data Binding Observables [eclipse-plugin] 16:18:23.545 [INFO] [bundle] JFace Data Binding Properties [eclipse-plugin] 16:18:23.545 [INFO] [bundle] JFace Data Binding [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse e4 dialogs [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse URI Scheme Handling [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse CSS SWT Theme Support [eclipse-plugin] 16:18:23.545 [INFO] [bundle] JFace Data Binding for SWT and JFace [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse Model Xpath [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse Workbench Model [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse e4 Workbench [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse e4 Workbench SWT [eclipse-plugin] 16:18:23.545 [INFO] [bundle] Eclipse e4 Workbench SWT Renderer [eclipse-plugin] 16:18:23.546 [INFO] [bundle] Eclipse e4 Progress View [eclipse-plugin] 16:18:23.546 [INFO] [bundle] Eclipse e4 Workbench Add-ons [eclipse-plugin] 16:18:23.546 [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] 16:18:23.546 [INFO] [bundle] JFace Data Binding for JavaBeans [eclipse-plugin] 16:18:23.546 [INFO] [bundle] Eclipse UI GTK Enhancements [eclipse-plugin] 16:18:23.546 [INFO] [bundle] Eclipse UI WIN32 Enhancements [eclipse-plugin] 16:18:23.546 [INFO] [bundle] Notification API [eclipse-plugin] 16:18:23.546 [INFO] [feature] Eclipse 4 Rich Client Platform [eclipse-feature] 16:18:23.546 [INFO] [bundle] Text [eclipse-plugin] 16:18:23.546 [INFO] [bundle] File Buffers [eclipse-plugin] 16:18:23.546 [INFO] [bundle] E4 IDE UI [eclipse-plugin] 16:18:23.546 [INFO] [bundle] JFace Text [eclipse-plugin] 16:18:23.546 [INFO] [bundle] Eclipse Workbench [eclipse-plugin] 16:18:23.546 [INFO] [bundle] Eclipse UI [eclipse-plugin] 16:18:23.546 [INFO] [bundle] Text Editor Framework [eclipse-plugin] 16:18:23.546 [INFO] [bundle] Search Support Core [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Eclipse Forms [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Common Navigator View [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Views [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Eclipse IDE UI [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Search Support [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Default Text Editor [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Quick Search [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Browser Support [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Generic and Extensible Text Editor [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Tabbed Properties View [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Navigator Workbench Components [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Eclipse IDE UI Application [eclipse-plugin] 16:18:23.547 [INFO] [bundle] UI Freeze Monitoring [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Eclipse SDK Themes [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Log View [eclipse-plugin] 16:18:23.547 [INFO] [bundle] Eclipse UI Win32 Enhancements [eclipse-plugin] 16:18:23.548 [INFO] [aggregator] tests [pom] 16:18:23.548 [INFO] [test-bundle] File Buffers Test Plug-in [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] Eclipse e4 core commands tests [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] XPathTest Model [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] UI Bindings Tests [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] TestModel Model [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] e4 css core tests [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] e4 css swt tests (Incubation) [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] Harness Plug-in [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] Jface tests [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] JFace Data Binding Conformance Tests [eclipse-test-plugin] 16:18:23.548 [INFO] eclipse.platform.ui.examples [pom] 16:18:23.548 [INFO] [bundle] JFace Data Binding Examples [eclipse-plugin] 16:18:23.548 [INFO] [test-bundle] JFace Data Binding Tests [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] Jface notifications tests [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] Text Test Plug-in [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] JFace Text Test Plug-in [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] Search Support Tests Plug-in [eclipse-test-plugin] 16:18:23.548 [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Editors Test Plug-in [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Workbench Text Editor Test Plug-in [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Generic Editor Test Plug-in [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Eclipse UI IDE Application Tests [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] UI Freeze Monitoring Tests [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Eclipse UI Tests [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Plugin.name [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Forms Test [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Common Navigator Tests [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Performance Plug-in [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Pluginchecks [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Eclipse RCP Tests [eclipse-test-plugin] 16:18:23.549 [INFO] [test-bundle] Tabbed Properties View Tests [eclipse-test-plugin] 16:18:23.549 [INFO] [bundle] CSS bridge demo [eclipse-plugin] 16:18:23.549 [INFO] [bundle] e4 Progress Examples Plug-in [eclipse-plugin] 16:18:23.549 [INFO] [bundle] JFace Snippets Plug-in [eclipse-plugin] 16:18:23.549 [INFO] [bundle] CodeMinig Examples [eclipse-plugin] 16:18:23.549 [INFO] [bundle] Services Snippets (Incubation) [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Command Contribution Examples [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Field Assist Example [eclipse-plugin] 16:18:23.550 [INFO] [bundle] JFace Text Example [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Progress Examples Plug-in [eclipse-plugin] 16:18:23.550 [INFO] [bundle] pluginName [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Multi-Page Editor Example [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Common Navigator Examples [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Example for a Perspective [eclipse-plugin] 16:18:23.550 [INFO] [bundle] User File Editor [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Readme File Editing Tool [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Undo Example [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Example for Eclipse URI Scheme Handling [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Tabbed Properties View Article Example [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Examples of Eclipse Forms [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Examples for Generic Editor [eclipse-plugin] 16:18:23.550 [INFO] eclipse.platform.ui.tools [pom] 16:18:23.550 [INFO] [aggregator] bundles [pom] 16:18:23.550 [INFO] [bundle] Tools [eclipse-plugin] 16:18:23.550 [INFO] [bundle] Services [eclipse-plugin] 16:18:23.551 [INFO] [bundle] Compat [eclipse-plugin] 16:18:23.551 [INFO] [bundle] Persistence Model [eclipse-plugin] 16:18:23.551 [INFO] [bundle] Perspective migrate compatibility Util [eclipse-plugin] 16:18:23.551 [INFO] org.eclipse.e4.tools.emf.ui [eclipse-plugin] 16:18:23.551 [INFO] [bundle] Editor3x [eclipse-plugin] 16:18:23.551 [INFO] [bundle] e4 JDT code templates [eclipse-plugin] 16:18:23.551 [INFO] [aggregator] features [pom] 16:18:23.551 [INFO] [feature] Eclipse e4 Tools [eclipse-feature] 16:18:23.551 [INFO] [feature] Eclipse Persistence [eclipse-feature] 16:18:23.551 [INFO] org.eclipse.e4.tools.compatibility.migration.tests [eclipse-test-plugin] 16:18:23.551 [INFO] org.eclipse.e4.tools.persistence.tests [eclipse-test-plugin] 16:18:23.551 [INFO] org.eclipse.e4.tools.test [eclipse-test-plugin] 16:18:23.551 [INFO] [aggregator] tests [pom] 16:18:23.588 [INFO] 16:18:23.589 [INFO] --------------< org.eclipse.platform:eclipse.platform.ui >-------------- 16:18:23.589 [INFO] Building eclipse.platform.ui 4.30.0-SNAPSHOT [1/129] 16:18:23.589 [INFO] from pom.xml 16:18:23.589 [INFO] --------------------------------[ pom ]--------------------------------- 16:18:23.621 [INFO] 16:18:23.621 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.ui --- 16:18:24.101 [INFO] 16:18:24.101 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui --- 16:18:24.879 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/saveproperties 16:18:24.880 [INFO] 16:18:24.880 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.ui --- 16:18:25.403 [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed 16:18:25.403 [INFO] 16:18:25.403 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui --- 16:18:25.406 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/src/main/resources 16:18:25.406 [INFO] 16:18:25.406 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ eclipse.platform.ui --- 16:18:25.409 [INFO] 16:18:25.409 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ eclipse.platform.ui --- 16:18:25.415 [INFO] 16:18:25.415 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ eclipse.platform.ui --- 16:18:36.920 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 16:18:36.920 [INFO] 16:18:36.920 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui --- 16:18:36.925 [INFO] 16:18:36.925 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ eclipse.platform.ui --- 16:18:36.932 [INFO] 16:18:36.932 [INFO] ------------------< org.eclipse.platform:ui-features >------------------ 16:18:36.932 [INFO] Building [aggregator] features 4.30.0-SNAPSHOT [2/129] 16:18:36.932 [INFO] from features/.polyglot.pom.tycho 16:18:36.932 [INFO] --------------------------------[ pom ]--------------------------------- 16:18:36.936 [INFO] 16:18:36.936 [INFO] --- clean:3.3.1:clean (default-clean) @ ui-features --- 16:18:36.937 [INFO] 16:18:36.937 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-features --- 16:18:36.939 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/features/saveproperties 16:18:36.939 [INFO] 16:18:36.939 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ui-features --- 16:18:36.941 [INFO] 16:18:36.941 [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-features --- 16:18:36.942 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/features/src/main/resources 16:18:36.942 [INFO] 16:18:36.943 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ ui-features --- 16:18:36.943 [INFO] 16:18:36.943 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ ui-features --- 16:18:36.945 [INFO] 16:18:36.945 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ui-features --- 16:18:36.952 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 16:18:36.953 [INFO] 16:18:36.953 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-features --- 16:18:36.954 [INFO] 16:18:36.954 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ ui-features --- 16:18:36.955 [INFO] 16:18:36.955 [INFO] ------------------< org.eclipse.platform:ui-bundles >------------------- 16:18:36.955 [INFO] Building [aggregator] bundles 4.30.0-SNAPSHOT [3/129] 16:18:36.955 [INFO] from bundles/.polyglot.pom.tycho 16:18:36.955 [INFO] --------------------------------[ pom ]--------------------------------- 16:18:36.958 [INFO] 16:18:36.958 [INFO] --- clean:3.3.1:clean (default-clean) @ ui-bundles --- 16:18:36.959 [INFO] 16:18:36.959 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-bundles --- 16:18:36.960 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/saveproperties 16:18:36.960 [INFO] 16:18:36.960 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ui-bundles --- 16:18:36.961 [INFO] 16:18:36.961 [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-bundles --- 16:18:36.962 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/src/main/resources 16:18:36.962 [INFO] 16:18:36.962 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ ui-bundles --- 16:18:36.963 [INFO] 16:18:36.963 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ ui-bundles --- 16:18:36.964 [INFO] 16:18:36.964 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ui-bundles --- 16:18:36.970 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 16:18:36.970 [INFO] 16:18:36.970 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-bundles --- 16:18:36.971 [INFO] 16:18:36.971 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ ui-bundles --- 16:18:36.972 [INFO] 16:18:36.972 [INFO] -----------< org.eclipse.platform:org.eclipse.core.commands >----------- 16:18:36.972 [INFO] Building [bundle] Commands 3.11.100-SNAPSHOT [4/129] 16:18:36.972 [INFO] from bundles/org.eclipse.core.commands/.polyglot.META-INF 16:18:36.972 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:18:39.458 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.30.0-SNAPSHOT/eclipse-sdk-prereqs-4.30.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@46e5c331 16:18:39.570 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 16:18:39.571 [INFO] Cache location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/.m2/repository/.cache/tycho 16:18:39.571 [INFO] Transport mode: online 16:18:39.571 [INFO] Http Transport type: Java11Client 16:18:39.571 [INFO] Update mode: cache first 16:18:39.571 [INFO] Minimum cache duration: 60 minutes 16:18:39.571 [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 16:18:41.246 [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 = 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.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 16:18:46.564 [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.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.52, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 16:18:48.550 [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.8, 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:18:50.140 [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:18:50.580 [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:18:53.054 [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:18:54.076 [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:18:54.477 [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:18:55.896 [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:18:56.453 [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 16:18:56.892 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.30-I-builds 16:18:58.908 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.commands/.polyglot.META-INF 16:19:00.272 [INFO] 16:19:00.272 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.commands --- 16:19:00.274 [INFO] 16:19:00.275 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.core.commands --- 16:19:03.615 [INFO] The project's OSGi version is 3.11.100.v20230708-0916 16:19:03.616 [INFO] 16:19:03.616 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.core.commands --- 16:19:03.623 [INFO] 16:19:03.623 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.core.commands --- 16:19:03.625 [INFO] 16:19:03.625 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.commands --- 16:19:03.627 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.commands/saveproperties 16:19:03.627 [INFO] 16:19:03.627 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.commands --- 16:19:03.629 [INFO] 16:19:03.629 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.core.commands --- 16:19:03.648 [INFO] 16:19:03.648 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.core.commands --- 16:19:03.650 [INFO] Resolving class path of [bundle] Commands 16:19:03.846 [INFO] 16:19:03.846 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.commands --- 16:19:03.847 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.commands/src/main/resources 16:19:03.847 [INFO] 16:19:03.848 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.commands --- 16:19:03.849 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.commands/src/main/resources 16:19:03.849 [INFO] 16:19:03.849 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.core.commands --- 16:19:04.216 [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.commands/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:19:06.870 [INFO] 16:19:06.870 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.core.commands --- 16:19:06.879 [INFO] 16:19:06.879 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.core.commands --- 16:19:06.882 [INFO] 16:19:06.882 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.core.commands --- 16:19:08.671 [INFO] 16:19:08.671 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.commands --- 16:19:08.675 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.commands/src/test/resources 16:19:08.675 [INFO] 16:19:08.676 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.core.commands --- 16:19:08.685 [INFO] 16:19:08.685 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.commands --- 16:19:08.689 [INFO] 16:19:08.689 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.core.commands --- 16:19:08.763 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.11.100-SNAPSHOT-sources.jar 16:19:08.842 [INFO] 16:19:08.842 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.core.commands --- 16:19:08.925 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.11.100-SNAPSHOT.jar 16:19:09.044 [INFO] 16:19:09.044 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.commands --- 16:19:09.209 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.commands/.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:19:09.218 [INFO] 16:19:09.218 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.core.commands --- 16:19:09.992 [INFO] No previous run data found, generating javadoc. 16:19:16.377 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.11.100-SNAPSHOT-javadoc.jar 16:19:16.561 [INFO] 16:19:16.561 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.commands --- 16:19:16.648 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.29/R-4.29-202309031000 16:19:17.543 [INFO] 16:19:17.543 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.core.commands --- 16:19:17.546 [INFO] Skipped because main artifact was replaced with baseline! 16:19:17.546 [INFO] 16:19:17.546 [INFO] ---------< org.eclipse.platform:org.eclipse.e4.ui.workbench3 >---------- 16:19:17.546 [INFO] Building [bundle] Bundle for Workbench APIs available in e4 0.17.100-SNAPSHOT [5/129] 16:19:17.546 [INFO] from bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF 16:19:17.546 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:19:17.559 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF 16:19:17.617 [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:19:17.654 [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:19:17.687 [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:19:17.734 [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:19:17.759 [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:19:17.823 [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:19:19.660 [INFO] 16:19:19.660 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.662 [INFO] 16:19:19.662 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.746 [INFO] The project's OSGi version is 0.17.100.v20230727-0604 16:19:19.747 [INFO] 16:19:19.747 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.748 [INFO] 16:19:19.748 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.749 [INFO] 16:19:19.749 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.750 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/saveproperties 16:19:19.750 [INFO] 16:19:19.750 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.753 [INFO] 16:19:19.753 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.757 [INFO] 16:19:19.757 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.757 [INFO] Resolving class path of [bundle] Bundle for Workbench APIs available in e4 16:19:19.825 [INFO] 16:19:19.825 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.826 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/src/main/resources 16:19:19.827 [INFO] 16:19:19.827 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.828 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/src/main/resources 16:19:19.828 [INFO] 16:19:19.828 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.ui.workbench3 --- 16:19:19.875 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:19:20.238 [INFO] 16:19:20.239 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.ui.workbench3 --- 16:19:20.241 [INFO] 16:19:20.241 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench3 --- 16:19:20.241 [INFO] 16:19:20.241 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.ui.workbench3 --- 16:19:20.274 [INFO] 16:19:20.274 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench3 --- 16:19:20.317 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/src/test/resources 16:19:20.317 [INFO] 16:19:20.317 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench3 --- 16:19:20.322 [INFO] 16:19:20.322 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench3 --- 16:19:20.323 [INFO] 16:19:20.323 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench3 --- 16:19:20.330 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.100-SNAPSHOT-sources.jar 16:19:20.354 [INFO] 16:19:20.354 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench3 --- 16:19:20.364 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.100-SNAPSHOT.jar 16:19:20.429 [INFO] 16:19:20.429 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench3 --- 16:19:20.466 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/.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:19:20.467 [INFO] 16:19:20.467 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.ui.workbench3 --- 16:19:20.925 [INFO] No previous run data found, generating javadoc. 16:19:24.493 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/src/org/eclipse/ui/testing/IWorkbenchPartTestable.java:22: error: reference not found * {@link org.eclipse.ui.IWorkbenchPartSite}. ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/src/org/eclipse/ui/testing/IWorkbenchPartTestable.java:34: error: reference not found * {@link org.eclipse.ui.IWorkbenchPart#createPartControl(Composite)} ^ 2 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/src/org/eclipse/ui/testing/IWorkbenchPartTestable.java:22: error: reference not found * {@link org.eclipse.ui.IWorkbenchPartSite}. ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/src/org/eclipse/ui/testing/IWorkbenchPartTestable.java:34: error: reference not found * {@link org.eclipse.ui.IWorkbenchPart#createPartControl(Composite)} ^ 2 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5183) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5068) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2028) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1824) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 16:19:24.508 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.100-SNAPSHOT-javadoc.jar 16:19:24.528 [INFO] 16:19:24.529 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench3 --- 16:19:24.583 [INFO] 16:19:24.583 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.ui.workbench3 --- 16:19:24.585 [INFO] Skipped because main artifact was replaced with baseline! 16:19:24.585 [INFO] 16:19:24.585 [INFO] ---------------< org.eclipse.platform:org.eclipse.jface >--------------- 16:19:24.585 [INFO] Building [bundle] JFace 3.32.0-SNAPSHOT [6/129] 16:19:24.585 [INFO] from bundles/org.eclipse.jface/.polyglot.META-INF 16:19:24.585 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:19:24.601 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface:3.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/.polyglot.META-INF 16:19:24.642 [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:19:24.672 [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:19:24.699 [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:19:24.752 [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:19:24.778 [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:19:24.802 [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:19:24.851 [INFO] 16:19:24.852 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.jface --- 16:19:24.852 [INFO] 16:19:24.852 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.jface --- 16:19:24.895 [INFO] The project's OSGi version is 3.32.0.v20231004-1614 16:19:24.895 [INFO] 16:19:24.895 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.jface --- 16:19:24.896 [INFO] 16:19:24.896 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.jface --- 16:19:24.897 [INFO] 16:19:24.897 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface --- 16:19:24.898 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/saveproperties 16:19:24.898 [INFO] 16:19:24.898 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface --- 16:19:24.900 [INFO] 16:19:24.900 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.jface --- 16:19:24.927 [INFO] 16:19:24.927 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.jface --- 16:19:24.927 [INFO] Resolving class path of [bundle] JFace 16:19:24.954 [INFO] 16:19:24.954 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface --- 16:19:24.956 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/main/resources 16:19:24.956 [INFO] 16:19:24.957 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface --- 16:19:24.957 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/main/resources 16:19:24.958 [INFO] 16:19:24.958 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.jface --- 16:19:25.032 [INFO] Compiling 419 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:19:29.976 [INFO] 16:19:29.976 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.jface --- 16:19:29.979 [INFO] 16:19:29.979 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.jface --- 16:19:29.980 [INFO] 16:19:29.980 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.jface --- 16:19:35.073 [INFO] 16:19:35.073 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface --- 16:19:35.117 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/test/resources 16:19:35.117 [INFO] 16:19:35.117 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.jface --- 16:19:35.122 [INFO] 16:19:35.122 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface --- 16:19:35.124 [INFO] 16:19:35.124 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.jface --- 16:19:35.323 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/target/org.eclipse.jface-3.32.0-SNAPSHOT-sources.jar 16:19:35.552 [INFO] 16:19:35.552 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.jface --- 16:19:35.560 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/target/org.eclipse.jface-3.32.0-SNAPSHOT.jar 16:19:36.066 [INFO] 16:19:36.066 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface --- 16:19:36.159 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.jface:3.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/.polyglot.META-INF 16:19:36.161 [INFO] 16:19:36.161 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.jface --- 16:19:36.509 [INFO] No previous run data found, generating javadoc. 16:19:54.807 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/AbstractControlFactory.java:55: error: bad HTML entity * The mnemonic indicator (character '&') is not displayed in a tool tip. To ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/AbstractControlFactory.java:56: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/AbstractControlFactory.java:56: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/internal/ExpandableNode.java:95: warning: {@return} not at beginning of description * {@return current offset in the original list of elements} ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/internal/ExpandableNode.java:112: warning: {@return} not at beginning of description * {@return all remaining elements from original array starting with the element ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TableColumnFactory.java:122: error: bad HTML entity * The mnemonic indicator (character '&') is not displayed in a tool tip. To ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TableColumnFactory.java:123: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TableColumnFactory.java:123: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TreeColumnFactory.java:122: error: bad HTML entity * The mnemonic indicator (character '&') is not displayed in a tool tip. To ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TreeColumnFactory.java:123: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TreeColumnFactory.java:123: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ 9 errors 2 warnings Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/AbstractControlFactory.java:55: error: bad HTML entity * The mnemonic indicator (character '&') is not displayed in a tool tip. To ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/AbstractControlFactory.java:56: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/AbstractControlFactory.java:56: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/internal/ExpandableNode.java:95: warning: {@return} not at beginning of description * {@return current offset in the original list of elements} ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/internal/ExpandableNode.java:112: warning: {@return} not at beginning of description * {@return all remaining elements from original array starting with the element ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TableColumnFactory.java:122: error: bad HTML entity * The mnemonic indicator (character '&') is not displayed in a tool tip. To ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TableColumnFactory.java:123: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TableColumnFactory.java:123: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TreeColumnFactory.java:122: error: bad HTML entity * The mnemonic indicator (character '&') is not displayed in a tool tip. To ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TreeColumnFactory.java:123: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TreeColumnFactory.java:123: error: bad HTML entity * display a single '&' in the tool tip, the character '&' can be escaped by ^ 9 errors 2 warnings Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5183) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5068) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2028) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1824) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 16:19:55.016 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/target/org.eclipse.jface-3.32.0-SNAPSHOT-javadoc.jar 16:19:55.379 [INFO] 16:19:55.379 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface --- 16:19:55.391 [INFO] 16:19:55.391 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.jface --- 16:19:55.394 [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.jface:eclipse-plugin:3.32.0-SNAPSHOT 16:19:55.953 [INFO] Resolve API tools runtime from MavenRepositoryLocation [location=https://download.eclipse.org/eclipse/updates/4.30-I-builds/]... 2 API ERRORS [API ERROR] File MANIFEST.MF at line 5: The major version should be incremented in version 3.32.0, since API breakage occurred since version 3.31.0 - The method org.eclipse.jface.viewers.ColumnViewer.isExpandableNode(Object) has been removed (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/META-INF/MANIFEST.MF) [API ERROR] File ColumnViewer.java at line 53: The method org.eclipse.jface.viewers.ColumnViewer.isExpandableNode(Object) has been removed (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java) 21 API warnings [API WARNING] File MANIFEST.MF at line 1: The API problem filter for: 'The minor version should be the same for version 3.32.0, since no new APIs have been added since version 3.31.0' is no longer used (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/META-INF/MANIFEST.MF) [API WARNING] File AbstractAction.java at line 33: AbstractAction implements non-API interface IAction (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/action/AbstractAction.java) [API WARNING] File ContributionItem.java at line 24: ContributionItem implements non-API interface IContributionItem (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionItem.java) [API WARNING] File MenuManager.java at line 48: MenuManager implements non-API interface IMenuManager (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java) [API WARNING] File SubContributionItem.java at line 30: SubContributionItem implements non-API interface IContributionItem (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionItem.java) [API WARNING] File SubMenuManager.java at line 36: SubMenuManager implements non-API interface IMenuManager (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubMenuManager.java) [API WARNING] File ToolBarContributionItem.java at line 51: ToolBarContributionItem implements non-API interface IToolBarContributionItem (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarContributionItem.java) [API WARNING] File BindingManager.java at line 432: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 661: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 990: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 1740: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 998: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 1061: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 1053: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 663: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 1750: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 1933: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File CachedBindingSet.java at line 356: CachedBindingSet illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/CachedBindingSet.java) [API WARNING] File TreeSelection.java at line 32: TreeSelection leaks APIs from the superclass StructuredSelection (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeSelection.java) [API WARNING] File AbstractConcurrentModel.java at line 25: AbstractConcurrentModel implements non-API interface IConcurrentModel (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/AbstractConcurrentModel.java) [API WARNING] File GroupFactory.java at line 57: GroupFactory leaks APIs from the superclass AbstractCompositeFactory<F, C> (location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/GroupFactory.java) 16:20:44.879 [WARNING] The workspace will exit with unsaved changes in this session. 16:20:44.911 [INFO] 16:20:44.911 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.css.core >----------- 16:20:44.911 [INFO] Building [bundle] Eclipse CSS Core Support 0.14.200-SNAPSHOT [7/129] 16:20:44.911 [INFO] from bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF 16:20:44.911 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:20:44.925 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.14.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF 16:20:44.949 [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:20:44.971 [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:20:44.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:20:45.021 [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:20:45.042 [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:20:45.063 [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:20:45.302 [INFO] 16:20:45.302 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.css.core --- 16:20:45.304 [INFO] 16:20:45.304 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.core --- 16:20:45.338 [INFO] The project's OSGi version is 0.14.200.v20230913-1724 16:20:45.338 [INFO] 16:20:45.338 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.core --- 16:20:45.339 [INFO] 16:20:45.340 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.core --- 16:20:45.340 [INFO] 16:20:45.340 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.core --- 16:20:45.342 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/saveproperties 16:20:45.342 [INFO] 16:20:45.342 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.core --- 16:20:45.344 [INFO] 16:20:45.344 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.core --- 16:20:45.345 [INFO] 16:20:45.345 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.core --- 16:20:45.346 [INFO] Resolving class path of [bundle] Eclipse CSS Core Support 16:20:45.385 [INFO] 16:20:45.385 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.css.core --- 16:20:45.388 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/main/resources 16:20:45.388 [INFO] 16:20:45.388 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.css.core --- 16:20:45.389 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/main/resources 16:20:45.389 [INFO] 16:20:45.389 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.ui.css.core --- 16:20:45.445 [INFO] Compiling 153 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:20:46.449 [INFO] 16:20:46.449 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.ui.css.core --- 16:20:46.450 [INFO] 16:20:46.450 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.core --- 16:20:46.451 [INFO] 16:20:46.451 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.ui.css.core --- 16:20:46.462 [INFO] 16:20:46.462 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.css.core --- 16:20:46.463 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/test/resources 16:20:46.463 [INFO] 16:20:46.463 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.core --- 16:20:46.467 [INFO] 16:20:46.467 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.core --- 16:20:46.469 [INFO] 16:20:46.469 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.core --- 16:20:46.523 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.200-SNAPSHOT-sources.jar 16:20:46.564 [INFO] 16:20:46.564 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.core --- 16:20:46.621 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.200-SNAPSHOT.jar 16:20:46.737 [INFO] 16:20:46.737 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.core --- 16:20:46.864 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.14.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/.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:20:46.866 [INFO] 16:20:46.866 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.ui.css.core --- 16:20:47.353 [INFO] No previous run data found, generating javadoc. 16:20:57.776 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSDocumentHandlerImpl.java:39: error: reference not found * {@link org.eclipse.ui.css.core.sac.ExtendedDocumentHandler} interface. ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/engine/CSSEngine.java:370: error: exception not thrown: java.io.IOException * @throws IOException ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/converters/ICSSValueConverter.java:46: error: reference not found * the CSSValue to convert, of type {@link #getFromType()} ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2FontPropertiesHelpers.java:130: error: exception not thrown: java.lang.Exception * @throws Exception ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2FontPropertiesHelpers.java:143: error: exception not thrown: java.lang.Exception * @throws Exception ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2FontPropertiesHelpers.java:156: error: exception not thrown: java.lang.Exception * @throws Exception ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2FontPropertiesHelpers.java:169: error: exception not thrown: java.lang.Exception * @throws Exception ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java:31: error: reference not found * @param valueType a short representing the value type, see {@link CSSValue#getCssValueType()} ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java:47: error: reference not found * @param valueType a short representing the value type, see {@link CSSValue#getCssValueType()} ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:69: error: reference not found * lowercase at the same time, use {@link #capitalizeFully(String)}. ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:88: error: reference not found * @see #uncapitalize(String) ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:89: error: reference not found * @see #capitalizeFully(String) ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:99: error: reference not found * lowercase at the same time, use {@link #capitalizeFully(String, char[])}. ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:128: error: reference not found * @see #uncapitalize(String) ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:129: error: reference not found * @see #capitalizeFully(String) ^ 15 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSDocumentHandlerImpl.java:39: error: reference not found * {@link org.eclipse.ui.css.core.sac.ExtendedDocumentHandler} interface. ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/engine/CSSEngine.java:370: error: exception not thrown: java.io.IOException * @throws IOException ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/converters/ICSSValueConverter.java:46: error: reference not found * the CSSValue to convert, of type {@link #getFromType()} ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2FontPropertiesHelpers.java:130: error: exception not thrown: java.lang.Exception * @throws Exception ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2FontPropertiesHelpers.java:143: error: exception not thrown: java.lang.Exception * @throws Exception ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2FontPropertiesHelpers.java:156: error: exception not thrown: java.lang.Exception * @throws Exception ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2FontPropertiesHelpers.java:169: error: exception not thrown: java.lang.Exception * @throws Exception ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java:31: error: reference not found * @param valueType a short representing the value type, see {@link CSSValue#getCssValueType()} ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java:47: error: reference not found * @param valueType a short representing the value type, see {@link CSSValue#getCssValueType()} ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:69: error: reference not found * lowercase at the same time, use {@link #capitalizeFully(String)}. ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:88: error: reference not found * @see #uncapitalize(String) ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:89: error: reference not found * @see #capitalizeFully(String) ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:99: error: reference not found * lowercase at the same time, use {@link #capitalizeFully(String, char[])}. ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:128: error: reference not found * @see #uncapitalize(String) ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java:129: error: reference not found * @see #capitalizeFully(String) ^ 15 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5183) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5068) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2028) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1824) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 16:20:57.875 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.200-SNAPSHOT-javadoc.jar 16:20:58.017 [INFO] 16:20:58.017 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.core --- 16:20:58.028 [INFO] 16:20:58.028 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.ui.css.core --- 16:20:58.030 [INFO] Skipped because main artifact was replaced with baseline! 16:20:58.030 [INFO] 16:20:58.030 [INFO] ------------------------------------------------------------------------ 16:20:58.030 [INFO] Skipping [bundle] Eclipse CSS SWT Support 16:20:58.030 [INFO] This project has been banned from the build due to previous failures. 16:20:58.030 [INFO] ------------------------------------------------------------------------ 16:20:58.030 [INFO] 16:20:58.030 [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.commands >---------- 16:20:58.030 [INFO] Building [bundle] Eclipse e4 core commands 1.1.100-SNAPSHOT [8/129] 16:20:58.030 [INFO] from bundles/org.eclipse.e4.core.commands/.polyglot.META-INF 16:20:58.030 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:20:58.042 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF 16:20:58.066 [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:20:58.093 [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:20:58.127 [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:20:58.151 [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:20:58.175 [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:20:58.198 [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:20:58.504 [INFO] 16:20:58.504 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.core.commands --- 16:20:58.505 [INFO] 16:20:58.505 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands --- 16:20:58.548 [INFO] The project's OSGi version is 1.1.100.v20230630-1554 16:20:58.548 [INFO] 16:20:58.548 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.core.commands --- 16:20:58.549 [INFO] 16:20:58.549 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.core.commands --- 16:20:58.550 [INFO] 16:20:58.550 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.commands --- 16:20:58.551 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/saveproperties 16:20:58.551 [INFO] 16:20:58.551 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.commands --- 16:20:58.553 [INFO] 16:20:58.553 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.core.commands --- 16:20:58.555 [INFO] 16:20:58.555 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.commands --- 16:20:58.555 [INFO] Resolving class path of [bundle] Eclipse e4 core commands 16:20:58.584 [INFO] 16:20:58.584 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.commands --- 16:20:58.586 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/main/resources 16:20:58.586 [INFO] 16:20:58.586 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.commands --- 16:20:58.587 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/main/resources 16:20:58.587 [INFO] 16:20:58.587 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.core.commands --- 16:20:58.637 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:20:58.822 [INFO] 16:20:58.822 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.core.commands --- 16:20:58.822 [INFO] 16:20:58.823 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.core.commands --- 16:20:58.825 [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions 16:20:59.190 [INFO] org.eclipse.e4.core.commands.internal.CommandServiceCreationFunction.xml 16:20:59.191 [INFO] org.eclipse.e4.core.commands.internal.HandlerServiceCreationFunction.xml 16:20:59.191 [INFO] 2 component(s) where generated. 16:20:59.195 [INFO] 16:20:59.195 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.core.commands --- 16:20:59.223 [INFO] 16:20:59.223 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.commands --- 16:20:59.225 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/test/resources 16:20:59.225 [INFO] 16:20:59.225 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.core.commands --- 16:20:59.229 [INFO] 16:20:59.229 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.commands --- 16:20:59.230 [INFO] 16:20:59.230 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.core.commands --- 16:20:59.237 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.100-SNAPSHOT-sources.jar 16:20:59.255 [INFO] 16:20:59.255 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands --- 16:20:59.262 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.100-SNAPSHOT.jar 16:20:59.284 [INFO] 16:20:59.284 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands --- 16:20:59.325 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/.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:20:59.327 [INFO] 16:20:59.327 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.core.commands --- 16:20:59.659 [INFO] No previous run data found, generating javadoc. 16:21:07.642 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java:54: error: malformed HTML * Map<String, Object> parameters = new HashMap<String, Object>(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java:54: error: malformed HTML * Map<String, Object> parameters = new HashMap<String, Object>(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java:53: error: malformed HTML * Map<String, Object> parameters = new HashMap<String, Object>(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java:53: error: malformed HTML * Map<String, Object> parameters = new HashMap<String, Object>(); ^ 4 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java:54: error: malformed HTML * Map<String, Object> parameters = new HashMap<String, Object>(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java:54: error: malformed HTML * Map<String, Object> parameters = new HashMap<String, Object>(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java:53: error: malformed HTML * Map<String, Object> parameters = new HashMap<String, Object>(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java:53: error: malformed HTML * Map<String, Object> parameters = new HashMap<String, Object>(); ^ 4 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5183) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5068) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2028) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1824) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 16:21:07.659 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.100-SNAPSHOT-javadoc.jar 16:21:07.688 [INFO] 16:21:07.689 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands --- 16:21:07.746 [INFO] 16:21:07.746 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.core.commands --- 16:21:07.749 [INFO] Skipped because main artifact was replaced with baseline! 16:21:07.749 [INFO] 16:21:07.749 [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.di >-------------- 16:21:07.749 [INFO] Building [bundle] Eclipse UI Dependency Injection 1.5.100-SNAPSHOT [9/129] 16:21:07.749 [INFO] from bundles/org.eclipse.e4.ui.di/.polyglot.META-INF 16:21:07.749 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:21:07.762 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF 16:21:07.782 [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:21:07.801 [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:21:07.821 [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:21:07.840 [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:21:07.859 [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:21:07.877 [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:21:07.930 [INFO] 16:21:07.930 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.di --- 16:21:07.931 [INFO] 16:21:07.931 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.di --- 16:21:07.991 [INFO] The project's OSGi version is 1.5.100.v20230630-1554 16:21:07.991 [INFO] 16:21:07.991 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.ui.di --- 16:21:07.992 [INFO] 16:21:07.992 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.ui.di --- 16:21:07.993 [INFO] 16:21:07.993 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.di --- 16:21:07.995 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/saveproperties 16:21:07.995 [INFO] 16:21:07.995 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.di --- 16:21:07.997 [INFO] 16:21:07.997 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.ui.di --- 16:21:07.998 [INFO] 16:21:07.999 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.di --- 16:21:07.999 [INFO] Resolving class path of [bundle] Eclipse UI Dependency Injection 16:21:08.038 [INFO] 16:21:08.038 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.di --- 16:21:08.040 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/src/main/resources 16:21:08.040 [INFO] 16:21:08.040 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.di --- 16:21:08.041 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/src/main/resources 16:21:08.042 [INFO] 16:21:08.042 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.ui.di --- 16:21:08.070 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:21:08.233 [INFO] 16:21:08.233 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.ui.di --- 16:21:08.234 [INFO] 16:21:08.234 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.di --- 16:21:08.235 [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions 16:21:08.316 [INFO] org.eclipse.e4.ui.internal.di.UIEventObjectSupplier.xml 16:21:08.317 [INFO] 1 component(s) where generated. 16:21:08.318 [INFO] 16:21:08.318 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.ui.di --- 16:21:08.355 [INFO] 16:21:08.355 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.di --- 16:21:08.357 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/src/test/resources 16:21:08.357 [INFO] 16:21:08.357 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.ui.di --- 16:21:08.361 [INFO] 16:21:08.361 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.di --- 16:21:08.362 [INFO] 16:21:08.362 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.ui.di --- 16:21:08.369 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.100-SNAPSHOT-sources.jar 16:21:08.389 [INFO] 16:21:08.390 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.di --- 16:21:08.396 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.100-SNAPSHOT.jar 16:21:08.431 [INFO] 16:21:08.431 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.di --- 16:21:08.525 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/.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:21:08.527 [INFO] 16:21:08.527 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.ui.di --- 16:21:08.867 [INFO] No previous run data found, generating javadoc. 16:21:13.197 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/AboutToHide.java:30: error: reference not found * @see org.eclipse.jface.action.IMenuListener2 ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/AboutToShow.java:30: error: reference not found * @see org.eclipse.jface.action.IMenuListener ^ 2 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/AboutToHide.java:30: error: reference not found * @see org.eclipse.jface.action.IMenuListener2 ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/AboutToShow.java:30: error: reference not found * @see org.eclipse.jface.action.IMenuListener ^ 2 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5183) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5068) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2028) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1824) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 16:21:13.212 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.100-SNAPSHOT-javadoc.jar 16:21:13.245 [INFO] 16:21:13.245 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.di --- 16:21:13.298 [INFO] 16:21:13.298 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.ui.di --- 16:21:13.301 [INFO] Skipped because main artifact was replaced with baseline! 16:21:13.301 [INFO] 16:21:13.301 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.services >----------- 16:21:13.301 [INFO] Building [bundle] Eclipse UI Application Services 1.6.100-SNAPSHOT [10/129] 16:21:13.301 [INFO] from bundles/org.eclipse.e4.ui.services/.polyglot.META-INF 16:21:13.301 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:21:13.312 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF 16:21:13.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:21:13.356 [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:21:13.380 [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:21:13.401 [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:21:13.428 [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:21:13.449 [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:21:13.487 [INFO] 16:21:13.487 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.services --- 16:21:13.488 [INFO] 16:21:13.488 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.services --- 16:21:13.561 [INFO] The project's OSGi version is 1.6.100.v20230630-1554 16:21:13.561 [INFO] 16:21:13.561 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.ui.services --- 16:21:13.564 [INFO] 16:21:13.564 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.ui.services --- 16:21:13.564 [INFO] 16:21:13.564 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.services --- 16:21:13.566 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.services/saveproperties 16:21:13.566 [INFO] 16:21:13.566 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.services --- 16:21:13.568 [INFO] 16:21:13.568 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.ui.services --- 16:21:13.578 [INFO] 16:21:13.578 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.services --- 16:21:13.579 [INFO] Resolving class path of [bundle] Eclipse UI Application Services 16:21:13.646 [INFO] 16:21:13.646 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.services --- 16:21:13.649 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.services/src/main/resources 16:21:13.649 [INFO] 16:21:13.649 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.services --- 16:21:13.649 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.services/src/main/resources 16:21:13.650 [INFO] 16:21:13.650 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.ui.services --- 16:21:13.681 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.services/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:21:13.946 [INFO] 16:21:13.946 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.ui.services --- 16:21:13.947 [INFO] 16:21:13.947 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.services --- 16:21:13.948 [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions 16:21:14.038 [INFO] org.eclipse.e4.ui.services.events.EventBrokerFactory.xml 16:21:14.039 [INFO] 1 component(s) where generated. 16:21:14.040 [INFO] 16:21:14.040 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.ui.services --- 16:21:14.056 [INFO] 16:21:14.056 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.services --- 16:21:14.057 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.services/src/test/resources 16:21:14.057 [INFO] 16:21:14.057 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.ui.services --- 16:21:14.061 [INFO] 16:21:14.062 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.services --- 16:21:14.063 [INFO] 16:21:14.063 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.ui.services --- 16:21:14.072 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.100-SNAPSHOT-sources.jar 16:21:14.080 [INFO] 16:21:14.080 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.services --- 16:21:14.087 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.100-SNAPSHOT.jar 16:21:14.124 [INFO] 16:21:14.124 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.services --- 16:21:14.176 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.services/.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:21:14.177 [INFO] 16:21:14.178 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.ui.services --- 16:21:14.482 [INFO] No previous run data found, generating javadoc. 16:21:18.633 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.100-SNAPSHOT-javadoc.jar 16:21:18.671 [INFO] 16:21:18.671 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.services --- 16:21:18.763 [INFO] 16:21:18.764 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.ui.services --- 16:21:18.766 [INFO] Skipped because main artifact was replaced with baseline! 16:21:18.766 [INFO] 16:21:18.766 [INFO] ------------------------------------------------------------------------ 16:21:18.766 [INFO] Skipping [bundle] Eclipse Bindings Support 16:21:18.766 [INFO] This project has been banned from the build due to previous failures. 16:21:18.766 [INFO] ------------------------------------------------------------------------ 16:21:18.766 [INFO] 16:21:18.766 [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.widgets >----------- 16:21:18.766 [INFO] Building [bundle] Eclipse UI Custom widgets 1.4.0-SNAPSHOT [11/129] 16:21:18.766 [INFO] from bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF 16:21:18.766 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:21:18.777 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF 16:21:18.828 [INFO] 16:21:18.828 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.widgets --- 16:21:18.830 [INFO] 16:21:18.830 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.widgets --- 16:21:18.879 [INFO] The project's OSGi version is 1.4.0.v20230317-0802 16:21:18.879 [INFO] 16:21:18.879 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.ui.widgets --- 16:21:18.880 [INFO] 16:21:18.880 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.ui.widgets --- 16:21:18.881 [INFO] 16:21:18.881 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.widgets --- 16:21:18.882 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.widgets/saveproperties 16:21:18.882 [INFO] 16:21:18.882 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.widgets --- 16:21:18.884 [INFO] 16:21:18.884 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.ui.widgets --- 16:21:18.885 [INFO] 16:21:18.885 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.widgets --- 16:21:18.885 [INFO] Resolving class path of [bundle] Eclipse UI Custom widgets 16:21:18.899 [INFO] 16:21:18.899 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.widgets --- 16:21:18.900 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.widgets/src/main/resources 16:21:18.900 [INFO] 16:21:18.900 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.widgets --- 16:21:18.901 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.widgets/src/main/resources 16:21:18.901 [INFO] 16:21:18.901 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.ui.widgets --- 16:21:18.943 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.widgets/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:21:19.074 [INFO] 16:21:19.074 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.ui.widgets --- 16:21:19.074 [INFO] 16:21:19.074 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.widgets --- 16:21:19.075 [INFO] 16:21:19.075 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.ui.widgets --- 16:21:19.079 [INFO] 16:21:19.080 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.widgets --- 16:21:19.081 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.widgets/src/test/resources 16:21:19.081 [INFO] 16:21:19.081 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.ui.widgets --- 16:21:19.084 [INFO] 16:21:19.084 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.widgets --- 16:21:19.086 [INFO] 16:21:19.086 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.ui.widgets --- 16:21:19.090 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.0-SNAPSHOT-sources.jar 16:21:19.135 [INFO] 16:21:19.135 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.widgets --- 16:21:19.153 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.0-SNAPSHOT.jar 16:21:19.174 [INFO] 16:21:19.174 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.widgets --- 16:21:19.254 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.widgets/.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:21:19.255 [INFO] 16:21:19.255 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.ui.widgets --- 16:21:19.693 [INFO] No previous run data found, generating javadoc. 16:21:23.589 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.0-SNAPSHOT-javadoc.jar 16:21:23.609 [INFO] 16:21:23.609 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.widgets --- 16:21:23.653 [INFO] 16:21:23.653 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.ui.widgets --- 16:21:23.655 [INFO] Skipped because main artifact was replaced with baseline! 16:21:23.656 [INFO] 16:21:23.656 [INFO] ----< org.eclipse.platform:org.eclipse.core.databinding.observable >---- 16:21:23.656 [INFO] Building [bundle] JFace Data Binding Observables 1.13.100-SNAPSHOT [12/129] 16:21:23.656 [INFO] from bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF 16:21:23.656 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:21:23.666 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF 16:21:23.722 [INFO] 16:21:23.722 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.databinding.observable --- 16:21:23.724 [INFO] 16:21:23.724 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.observable --- 16:21:23.775 [INFO] The project's OSGi version is 1.13.100.v20230708-0916 16:21:23.775 [INFO] 16:21:23.775 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.core.databinding.observable --- 16:21:23.776 [INFO] 16:21:23.776 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.core.databinding.observable --- 16:21:23.777 [INFO] 16:21:23.777 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.observable --- 16:21:23.778 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.observable/saveproperties 16:21:23.778 [INFO] 16:21:23.779 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding.observable --- 16:21:23.780 [INFO] 16:21:23.780 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.core.databinding.observable --- 16:21:23.782 [INFO] 16:21:23.782 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.observable --- 16:21:23.782 [INFO] Resolving class path of [bundle] JFace Data Binding Observables 16:21:23.791 [INFO] 16:21:23.791 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.observable --- 16:21:23.793 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.observable/src/main/resources 16:21:23.793 [INFO] 16:21:23.793 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.observable --- 16:21:23.794 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.observable/src/main/resources 16:21:23.794 [INFO] 16:21:23.794 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.core.databinding.observable --- 16:21:23.833 [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.observable/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:21:24.893 [INFO] 16:21:24.893 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.core.databinding.observable --- 16:21:24.894 [INFO] 16:21:24.894 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.observable --- 16:21:24.917 [INFO] 16:21:24.918 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.core.databinding.observable --- 16:21:25.438 [INFO] 16:21:25.438 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.observable --- 16:21:25.440 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.observable/src/test/resources 16:21:25.440 [INFO] 16:21:25.440 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.core.databinding.observable --- 16:21:25.444 [INFO] 16:21:25.444 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.observable --- 16:21:25.446 [INFO] 16:21:25.446 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.core.databinding.observable --- 16:21:25.479 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.100-SNAPSHOT-sources.jar 16:21:25.524 [INFO] 16:21:25.524 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.observable --- 16:21:25.531 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.100-SNAPSHOT.jar 16:21:25.627 [INFO] 16:21:25.627 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.observable --- 16:21:25.733 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.observable/.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:21:25.735 [INFO] 16:21:25.735 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.core.databinding.observable --- 16:21:26.066 [INFO] No previous run data found, generating javadoc. 16:21:36.044 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.100-SNAPSHOT-javadoc.jar 16:21:36.139 [INFO] 16:21:36.139 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.observable --- 16:21:36.286 [INFO] 16:21:36.286 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.core.databinding.observable --- 16:21:36.288 [INFO] Skipped because main artifact was replaced with baseline! 16:21:36.288 [INFO] 16:21:36.288 [INFO] -----< org.eclipse.platform:org.eclipse.core.databinding.property >----- 16:21:36.288 [INFO] Building [bundle] JFace Data Binding Properties 1.10.100-SNAPSHOT [13/129] 16:21:36.288 [INFO] from bundles/org.eclipse.core.databinding.property/.polyglot.META-INF 16:21:36.288 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:21:36.300 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF 16:21:36.351 [INFO] 16:21:36.351 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.databinding.property --- 16:21:36.352 [INFO] 16:21:36.352 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.property --- 16:21:36.405 [INFO] The project's OSGi version is 1.10.100.v20230708-0916 16:21:36.405 [INFO] 16:21:36.405 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.core.databinding.property --- 16:21:36.406 [INFO] 16:21:36.406 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.core.databinding.property --- 16:21:36.407 [INFO] 16:21:36.407 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.property --- 16:21:36.408 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.property/saveproperties 16:21:36.408 [INFO] 16:21:36.408 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding.property --- 16:21:36.409 [INFO] 16:21:36.409 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.core.databinding.property --- 16:21:36.418 [INFO] 16:21:36.418 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.property --- 16:21:36.419 [INFO] Resolving class path of [bundle] JFace Data Binding Properties 16:21:36.429 [INFO] 16:21:36.429 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.property --- 16:21:36.430 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.property/src/main/resources 16:21:36.430 [INFO] 16:21:36.430 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.property --- 16:21:36.431 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.property/src/main/resources 16:21:36.431 [INFO] 16:21:36.431 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.core.databinding.property --- 16:21:36.461 [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.property/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:21:37.030 [INFO] 16:21:37.030 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.core.databinding.property --- 16:21:37.032 [INFO] 16:21:37.032 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.property --- 16:21:37.033 [INFO] 16:21:37.033 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.core.databinding.property --- 16:21:37.162 [INFO] 16:21:37.162 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.property --- 16:21:37.164 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.property/src/test/resources 16:21:37.164 [INFO] 16:21:37.164 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.core.databinding.property --- 16:21:37.170 [INFO] 16:21:37.170 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.property --- 16:21:37.171 [INFO] 16:21:37.171 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.core.databinding.property --- 16:21:37.188 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.100-SNAPSHOT-sources.jar 16:21:37.224 [INFO] 16:21:37.224 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.property --- 16:21:37.231 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.100-SNAPSHOT.jar 16:21:37.318 [INFO] 16:21:37.318 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.property --- 16:21:37.376 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.property/.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:21:37.377 [INFO] 16:21:37.378 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.core.databinding.property --- 16:21:37.739 [INFO] No previous run data found, generating javadoc. 16:21:45.029 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.100-SNAPSHOT-javadoc.jar 16:21:45.073 [INFO] 16:21:45.073 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.property --- 16:21:45.195 [INFO] 16:21:45.195 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.core.databinding.property --- 16:21:45.197 [INFO] Skipped because main artifact was replaced with baseline! 16:21:45.197 [INFO] 16:21:45.197 [INFO] ---------< org.eclipse.platform:org.eclipse.core.databinding >---------- 16:21:45.197 [INFO] Building [bundle] JFace Data Binding 1.13.100-SNAPSHOT [14/129] 16:21:45.197 [INFO] from bundles/org.eclipse.core.databinding/.polyglot.META-INF 16:21:45.197 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:21:45.208 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding/.polyglot.META-INF 16:21:45.223 [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:21:45.236 [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:21:45.248 [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:21:45.279 [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:21:45.291 [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:21:45.303 [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:21:45.309 [INFO] 16:21:45.309 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.databinding --- 16:21:45.311 [INFO] 16:21:45.311 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding --- 16:21:45.354 [INFO] The project's OSGi version is 1.13.100.v20230708-0916 16:21:45.354 [INFO] 16:21:45.355 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.core.databinding --- 16:21:45.355 [INFO] 16:21:45.355 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.core.databinding --- 16:21:45.356 [INFO] 16:21:45.356 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding --- 16:21:45.357 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding/saveproperties 16:21:45.357 [INFO] 16:21:45.357 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding --- 16:21:45.359 [INFO] 16:21:45.359 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.core.databinding --- 16:21:45.367 [INFO] 16:21:45.367 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding --- 16:21:45.367 [INFO] Resolving class path of [bundle] JFace Data Binding 16:21:45.375 [INFO] 16:21:45.376 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding --- 16:21:45.377 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding/src/main/resources 16:21:45.377 [INFO] 16:21:45.377 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding --- 16:21:45.377 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding/src/main/resources 16:21:45.377 [INFO] 16:21:45.377 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.core.databinding --- 16:21:45.416 [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:21:46.235 [INFO] 16:21:46.235 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.core.databinding --- 16:21:46.235 [INFO] 16:21:46.235 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.core.databinding --- 16:21:46.236 [INFO] 16:21:46.236 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.core.databinding --- 16:21:46.425 [INFO] 16:21:46.425 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding --- 16:21:46.427 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding/src/test/resources 16:21:46.427 [INFO] 16:21:46.427 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.core.databinding --- 16:21:46.430 [INFO] 16:21:46.430 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding --- 16:21:46.432 [INFO] 16:21:46.432 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.core.databinding --- 16:21:46.460 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.100-SNAPSHOT-sources.jar 16:21:46.488 [INFO] 16:21:46.488 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.core.databinding --- 16:21:46.494 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.100-SNAPSHOT.jar 16:21:46.624 [INFO] 16:21:46.624 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding --- 16:21:46.739 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding/.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:21:46.740 [INFO] 16:21:46.740 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.core.databinding --- 16:21:47.152 [INFO] No previous run data found, generating javadoc. 16:21:55.906 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.100-SNAPSHOT-javadoc.jar 16:21:55.985 [INFO] 16:21:55.985 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding --- 16:21:56.151 [INFO] 16:21:56.151 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.core.databinding --- 16:21:56.155 [INFO] Skipped because main artifact was replaced with baseline! 16:21:56.155 [INFO] 16:21:56.155 [INFO] ------------------------------------------------------------------------ 16:21:56.155 [INFO] Skipping [bundle] Eclipse e4 dialogs 16:21:56.155 [INFO] This project has been banned from the build due to previous failures. 16:21:56.155 [INFO] ------------------------------------------------------------------------ 16:21:56.155 [INFO] 16:21:56.155 [INFO] -------------< org.eclipse.platform:org.eclipse.urischeme >------------- 16:21:56.155 [INFO] Building [bundle] Eclipse URI Scheme Handling 1.3.100-SNAPSHOT [15/129] 16:21:56.155 [INFO] from bundles/org.eclipse.urischeme/.polyglot.META-INF 16:21:56.155 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:21:56.167 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.urischeme/.polyglot.META-INF 16:21:56.187 [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:21:56.204 [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:21:56.226 [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:21:56.243 [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:21:56.261 [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:21:56.277 [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:21:56.761 [INFO] 16:21:56.761 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.urischeme --- 16:21:56.762 [INFO] 16:21:56.762 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.urischeme --- 16:21:56.813 [INFO] The project's OSGi version is 1.3.100.v20230727-0604 16:21:56.813 [INFO] 16:21:56.813 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.urischeme --- 16:21:56.814 [INFO] 16:21:56.814 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.urischeme --- 16:21:56.815 [INFO] 16:21:56.815 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.urischeme --- 16:21:56.816 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.urischeme/saveproperties 16:21:56.816 [INFO] 16:21:56.816 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.urischeme --- 16:21:56.818 [INFO] 16:21:56.818 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.urischeme --- 16:21:56.820 [INFO] 16:21:56.820 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.urischeme --- 16:21:56.820 [INFO] Resolving class path of [bundle] Eclipse URI Scheme Handling 16:21:56.842 [INFO] 16:21:56.842 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.urischeme --- 16:21:56.843 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.urischeme/src/main/resources 16:21:56.843 [INFO] 16:21:56.843 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.urischeme --- 16:21:56.844 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.urischeme/src/main/resources 16:21:56.844 [INFO] 16:21:56.844 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.urischeme --- 16:21:56.874 [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.urischeme/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:21:57.154 [INFO] 16:21:57.154 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.urischeme --- 16:21:57.155 [INFO] 16:21:57.155 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.urischeme --- 16:21:57.156 [INFO] 16:21:57.156 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.urischeme --- 16:21:57.163 [INFO] 16:21:57.163 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.urischeme --- 16:21:57.164 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.urischeme/src/test/resources 16:21:57.164 [INFO] 16:21:57.164 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.urischeme --- 16:21:57.168 [INFO] 16:21:57.169 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.urischeme --- 16:21:57.170 [INFO] 16:21:57.170 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.urischeme --- 16:21:57.180 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.100-SNAPSHOT-sources.jar 16:21:57.217 [INFO] 16:21:57.217 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.urischeme --- 16:21:57.224 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.100-SNAPSHOT.jar 16:21:57.251 [INFO] 16:21:57.251 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.urischeme --- 16:21:57.300 [INFO] MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.urischeme/.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:21:57.301 [INFO] 16:21:57.301 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.urischeme --- 16:21:57.644 [INFO] No previous run data found, generating javadoc. 16:22:02.809 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.100-SNAPSHOT-javadoc.jar 16:22:02.844 [INFO] 16:22:02.844 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.urischeme --- 16:22:02.910 [INFO] 16:22:02.910 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.urischeme --- 16:22:02.911 [INFO] Skipped because main artifact was replaced with baseline! 16:22:02.912 [INFO] 16:22:02.912 [INFO] ------------------------------------------------------------------------ 16:22:02.912 [INFO] Skipping [bundle] Eclipse CSS SWT Theme Support 16:22:02.912 [INFO] This project has been banned from the build due to previous failures. 16:22:02.912 [INFO] ------------------------------------------------------------------------ 16:22:02.912 [INFO] 16:22:02.912 [INFO] ------------------------------------------------------------------------ 16:22:02.912 [INFO] Skipping [bundle] JFace Data Binding for SWT and JFace 16:22:02.912 [INFO] This project has been banned from the build due to previous failures. 16:22:02.912 [INFO] ------------------------------------------------------------------------ 16:22:02.912 [INFO] 16:22:02.912 [INFO] -----------< org.eclipse.platform:org.eclipse.e4.emf.xpath >------------ 16:22:02.912 [INFO] Building [bundle] Eclipse Model Xpath 0.4.100-SNAPSHOT [16/129] 16:22:02.912 [INFO] from bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF 16:22:02.912 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:22:02.922 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF 16:22:02.961 [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:02.985 [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:03.009 [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:03.035 [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:03.059 [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:03.083 [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:03.683 [INFO] 16:22:03.683 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.emf.xpath --- 16:22:03.684 [INFO] 16:22:03.684 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.emf.xpath --- 16:22:03.731 [INFO] The project's OSGi version is 0.4.100.v20230801-1255 16:22:03.731 [INFO] 16:22:03.731 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.emf.xpath --- 16:22:03.732 [INFO] 16:22:03.732 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.emf.xpath --- 16:22:03.732 [INFO] 16:22:03.732 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.emf.xpath --- 16:22:03.735 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.emf.xpath/saveproperties 16:22:03.735 [INFO] 16:22:03.735 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.emf.xpath --- 16:22:03.737 [INFO] 16:22:03.738 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.emf.xpath --- 16:22:03.739 [INFO] 16:22:03.739 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.emf.xpath --- 16:22:03.739 [INFO] Resolving class path of [bundle] Eclipse Model Xpath 16:22:03.779 [INFO] 16:22:03.779 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.emf.xpath --- 16:22:03.781 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.emf.xpath/src/main/resources 16:22:03.781 [INFO] 16:22:03.781 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.emf.xpath --- 16:22:03.782 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.emf.xpath/src/main/resources 16:22:03.782 [INFO] 16:22:03.782 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.emf.xpath --- 16:22:03.832 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.emf.xpath/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:22:04.067 [INFO] 16:22:04.067 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.emf.xpath --- 16:22:04.068 [INFO] 16:22:04.068 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.emf.xpath --- 16:22:04.068 [INFO] 16:22:04.068 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.emf.xpath --- 16:22:04.122 [INFO] 16:22:04.122 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.emf.xpath --- 16:22:04.123 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.emf.xpath/src/test/resources 16:22:04.123 [INFO] 16:22:04.123 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.emf.xpath --- 16:22:04.127 [INFO] 16:22:04.127 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.emf.xpath --- 16:22:04.128 [INFO] 16:22:04.128 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.emf.xpath --- 16:22:04.137 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.100-SNAPSHOT-sources.jar 16:22:04.157 [INFO] 16:22:04.157 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.emf.xpath --- 16:22:04.163 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.100-SNAPSHOT.jar 16:22:04.189 [INFO] 16:22:04.189 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.emf.xpath --- 16:22:04.232 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.emf.xpath/.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:04.234 [INFO] 16:22:04.234 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.emf.xpath --- 16:22:04.569 [INFO] No previous run data found, generating javadoc. 16:22:09.575 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.100-SNAPSHOT-javadoc.jar 16:22:09.610 [INFO] 16:22:09.610 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.emf.xpath --- 16:22:09.666 [INFO] 16:22:09.666 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.emf.xpath --- 16:22:09.668 [INFO] Skipped because main artifact was replaced with baseline! 16:22:09.668 [INFO] 16:22:09.668 [INFO] -------< org.eclipse.platform:org.eclipse.e4.ui.model.workbench >------- 16:22:09.668 [INFO] Building [bundle] Eclipse Workbench Model 2.4.100-SNAPSHOT [17/129] 16:22:09.668 [INFO] from bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF 16:22:09.668 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:22:09.678 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF 16:22:09.703 [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.732 [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.758 [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.784 [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.810 [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.841 [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.920 [INFO] 16:22:09.920 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.model.workbench --- 16:22:09.921 [INFO] 16:22:09.921 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.model.workbench --- 16:22:09.979 [INFO] The project's OSGi version is 2.4.100.v20230801-1255 16:22:09.979 [INFO] 16:22:09.979 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.ui.model.workbench --- 16:22:09.981 [INFO] 16:22:09.981 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.ui.model.workbench --- 16:22:09.982 [INFO] 16:22:09.982 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.model.workbench --- 16:22:09.983 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/saveproperties 16:22:09.983 [INFO] 16:22:09.983 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.model.workbench --- 16:22:09.985 [INFO] 16:22:09.985 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.ui.model.workbench --- 16:22:09.993 [INFO] 16:22:09.993 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.model.workbench --- 16:22:09.993 [INFO] Resolving class path of [bundle] Eclipse Workbench Model 16:22:10.040 [INFO] 16:22:10.040 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.model.workbench --- 16:22:10.041 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources 16:22:10.041 [INFO] 16:22:10.042 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.model.workbench --- 16:22:10.042 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources 16:22:10.042 [INFO] 16:22:10.042 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.ui.model.workbench --- 16:22:10.078 [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:22:11.372 [INFO] 16:22:11.372 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.ui.model.workbench --- 16:22:11.375 [INFO] 16:22:11.375 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.model.workbench --- 16:22:11.376 [INFO] 16:22:11.376 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.ui.model.workbench --- 16:22:11.674 [INFO] 16:22:11.674 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.model.workbench --- 16:22:11.675 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/src/test/resources 16:22:11.676 [INFO] 16:22:11.676 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.ui.model.workbench --- 16:22:11.680 [INFO] 16:22:11.681 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.model.workbench --- 16:22:11.682 [INFO] 16:22:11.682 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.ui.model.workbench --- 16:22:11.734 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.100-SNAPSHOT-sources.jar 16:22:11.773 [INFO] 16:22:11.773 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.model.workbench --- 16:22:11.821 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.100-SNAPSHOT.jar 16:22:11.938 [INFO] 16:22:11.938 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.model.workbench --- 16:22:12.134 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/.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:12.135 [INFO] 16:22:12.136 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.ui.model.workbench --- 16:22:12.579 [INFO] No previous run data found, generating javadoc. 16:22:29.365 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/PositionInfo.java:113: error: unexpected end tag: </p> * </p> ^ 1 error Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/PositionInfo.java:113: error: unexpected end tag: </p> * </p> ^ 1 error Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5183) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5068) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2028) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1824) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 16:22:29.469 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.100-SNAPSHOT-javadoc.jar 16:22:29.675 [INFO] 16:22:29.676 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.model.workbench --- 16:22:29.870 [INFO] 16:22:29.870 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.ui.model.workbench --- 16:22:29.872 [INFO] Skipped because main artifact was replaced with baseline! 16:22:29.872 [INFO] 16:22:29.872 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.workbench >---------- 16:22:29.872 [INFO] Building [bundle] Eclipse e4 Workbench 1.15.100-SNAPSHOT [18/129] 16:22:29.872 [INFO] from bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF 16:22:29.872 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:22:29.881 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF 16:22:29.907 [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:29.934 [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:29.961 [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:29.988 [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:30.018 [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:30.049 [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:30.186 [INFO] 16:22:30.186 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.workbench --- 16:22:30.186 [INFO] 16:22:30.186 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench --- 16:22:30.214 [INFO] The project's OSGi version is 1.15.100.v20230819-0347 16:22:30.214 [INFO] 16:22:30.214 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench --- 16:22:30.215 [INFO] 16:22:30.215 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench --- 16:22:30.216 [INFO] 16:22:30.216 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench --- 16:22:30.217 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench/saveproperties 16:22:30.217 [INFO] 16:22:30.217 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench --- 16:22:30.218 [INFO] 16:22:30.219 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench --- 16:22:30.235 [INFO] 16:22:30.235 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench --- 16:22:30.236 [INFO] Resolving class path of [bundle] Eclipse e4 Workbench 16:22:30.324 [INFO] 16:22:30.324 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench --- 16:22:30.325 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench/src/main/resources 16:22:30.325 [INFO] 16:22:30.325 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench --- 16:22:30.326 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench/src/main/resources 16:22:30.326 [INFO] 16:22:30.326 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.ui.workbench --- 16:22:30.361 [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:22:31.191 [INFO] 16:22:31.191 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.ui.workbench --- 16:22:31.192 [INFO] 16:22:31.192 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench --- 16:22:31.193 [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions 16:22:31.537 [INFO] org.eclipse.e4.ui.internal.LocaleChangeServiceContextFunction.xml 16:22:31.538 [INFO] org.eclipse.e4.ui.internal.workbench.ExtensionTrackeContextFunction.xml 16:22:31.538 [INFO] org.eclipse.e4.ui.internal.workbench.ModelAssembler.xml 16:22:31.538 [INFO] org.eclipse.e4.ui.internal.workbench.PartServiceCreationFunction.xml 16:22:31.539 [INFO] org.eclipse.e4.ui.internal.workbench.ProgressMonitorFunction.xml 16:22:31.539 [INFO] 5 component(s) where generated. 16:22:31.541 [INFO] 16:22:31.541 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.ui.workbench --- 16:22:31.663 [INFO] 16:22:31.663 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench --- 16:22:31.665 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench/src/test/resources 16:22:31.665 [INFO] 16:22:31.665 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench --- 16:22:31.669 [INFO] 16:22:31.669 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench --- 16:22:31.670 [INFO] 16:22:31.670 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench --- 16:22:31.693 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.100-SNAPSHOT-sources.jar 16:22:31.732 [INFO] 16:22:31.732 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench --- 16:22:31.738 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.100-SNAPSHOT.jar 16:22:31.829 [INFO] 16:22:31.829 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench --- 16:22:31.928 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench/.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:31.930 [INFO] 16:22:31.930 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.ui.workbench --- 16:22:32.358 [INFO] No previous run data found, generating javadoc. 16:22:40.291 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.100-SNAPSHOT-javadoc.jar 16:22:40.367 [INFO] 16:22:40.367 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench --- 16:22:40.508 [INFO] 16:22:40.509 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.ui.workbench --- 16:22:40.511 [INFO] Skipped because main artifact was replaced with baseline! 16:22:40.511 [INFO] 16:22:40.511 [INFO] ------------------------------------------------------------------------ 16:22:40.511 [INFO] Skipping [bundle] Eclipse e4 Workbench SWT 16:22:40.511 [INFO] This project has been banned from the build due to previous failures. 16:22:40.511 [INFO] ------------------------------------------------------------------------ 16:22:40.511 [INFO] 16:22:40.511 [INFO] ------------------------------------------------------------------------ 16:22:40.511 [INFO] Skipping [bundle] Eclipse e4 Workbench SWT Renderer 16:22:40.511 [INFO] This project has been banned from the build due to previous failures. 16:22:40.511 [INFO] ------------------------------------------------------------------------ 16:22:40.511 [INFO] 16:22:40.511 [INFO] ------------------------------------------------------------------------ 16:22:40.511 [INFO] Skipping [bundle] Eclipse e4 Progress View 16:22:40.511 [INFO] This project has been banned from the build due to previous failures. 16:22:40.511 [INFO] ------------------------------------------------------------------------ 16:22:40.512 [INFO] 16:22:40.512 [INFO] ------------------------------------------------------------------------ 16:22:40.512 [INFO] Skipping [bundle] Eclipse e4 Workbench Add-ons 16:22:40.512 [INFO] This project has been banned from the build due to previous failures. 16:22:40.512 [INFO] ------------------------------------------------------------------------ 16:22:40.512 [INFO] 16:22:40.512 [INFO] ------------------------------------------------------------------------ 16:22:40.512 [INFO] Skipping [bundle] Eclipse UI MacOS X Enhancements 16:22:40.512 [INFO] This project has been banned from the build due to previous failures. 16:22:40.512 [INFO] ------------------------------------------------------------------------ 16:22:40.512 [INFO] 16:22:40.512 [INFO] ------< org.eclipse.platform:org.eclipse.core.databinding.beans >------- 16:22:40.512 [INFO] Building [bundle] JFace Data Binding for JavaBeans 1.10.100-SNAPSHOT [19/129] 16:22:40.512 [INFO] from bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF 16:22:40.512 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:22:40.525 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.beans:1.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF 16:22:40.578 [INFO] 16:22:40.578 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.databinding.beans --- 16:22:40.579 [INFO] 16:22:40.579 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.beans --- 16:22:40.623 [INFO] The project's OSGi version is 1.10.100.v20230708-0916 16:22:40.623 [INFO] 16:22:40.623 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.core.databinding.beans --- 16:22:40.624 [INFO] 16:22:40.624 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.core.databinding.beans --- 16:22:40.624 [INFO] 16:22:40.624 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.beans --- 16:22:40.625 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.beans/saveproperties 16:22:40.625 [INFO] 16:22:40.626 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding.beans --- 16:22:40.627 [INFO] 16:22:40.627 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.core.databinding.beans --- 16:22:40.629 [INFO] 16:22:40.629 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.beans --- 16:22:40.629 [INFO] Resolving class path of [bundle] JFace Data Binding for JavaBeans 16:22:40.642 [INFO] 16:22:40.642 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.beans --- 16:22:40.644 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.beans/src/main/resources 16:22:40.644 [INFO] 16:22:40.644 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.beans --- 16:22:40.645 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.beans/src/main/resources 16:22:40.645 [INFO] 16:22:40.645 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.core.databinding.beans --- 16:22:40.675 [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.beans/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:22:41.038 [INFO] 16:22:41.038 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.core.databinding.beans --- 16:22:41.039 [INFO] 16:22:41.039 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.beans --- 16:22:41.039 [INFO] 16:22:41.040 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.core.databinding.beans --- 16:22:41.090 [INFO] 16:22:41.090 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.beans --- 16:22:41.092 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.beans/src/test/resources 16:22:41.092 [INFO] 16:22:41.092 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.core.databinding.beans --- 16:22:41.096 [INFO] 16:22:41.096 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.beans --- 16:22:41.096 [INFO] 16:22:41.096 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.core.databinding.beans --- 16:22:41.135 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.100-SNAPSHOT-sources.jar 16:22:41.157 [INFO] 16:22:41.157 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.beans --- 16:22:41.168 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.100-SNAPSHOT.jar 16:22:41.201 [INFO] 16:22:41.201 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.beans --- 16:22:41.253 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.beans:1.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.beans/.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:41.254 [INFO] 16:22:41.255 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.core.databinding.beans --- 16:22:41.744 [INFO] No previous run data found, generating javadoc. 16:22:48.052 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.100-SNAPSHOT-javadoc.jar 16:22:48.085 [INFO] 16:22:48.085 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.beans --- 16:22:48.151 [INFO] 16:22:48.151 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.core.databinding.beans --- 16:22:48.154 [INFO] Skipped because main artifact was replaced with baseline! 16:22:48.154 [INFO] 16:22:48.154 [INFO] ------------------------------------------------------------------------ 16:22:48.154 [INFO] Skipping [bundle] Eclipse UI GTK Enhancements 16:22:48.154 [INFO] This project has been banned from the build due to previous failures. 16:22:48.154 [INFO] ------------------------------------------------------------------------ 16:22:48.154 [INFO] 16:22:48.154 [INFO] ------------------------------------------------------------------------ 16:22:48.154 [INFO] Skipping [bundle] Eclipse UI WIN32 Enhancements 16:22:48.154 [INFO] This project has been banned from the build due to previous failures. 16:22:48.154 [INFO] ------------------------------------------------------------------------ 16:22:48.154 [INFO] 16:22:48.154 [INFO] ------------------------------------------------------------------------ 16:22:48.154 [INFO] Skipping [bundle] Notification API 16:22:48.154 [INFO] This project has been banned from the build due to previous failures. 16:22:48.154 [INFO] ------------------------------------------------------------------------ 16:22:48.154 [INFO] 16:22:48.154 [INFO] ------------------------------------------------------------------------ 16:22:48.154 [INFO] Skipping [feature] Eclipse 4 Rich Client Platform 16:22:48.154 [INFO] This project has been banned from the build due to previous failures. 16:22:48.154 [INFO] ------------------------------------------------------------------------ 16:22:48.154 [INFO] 16:22:48.154 [INFO] ---------------< org.eclipse.platform:org.eclipse.text >---------------- 16:22:48.154 [INFO] Building [bundle] Text 3.13.100-SNAPSHOT [20/129] 16:22:48.154 [INFO] from bundles/org.eclipse.text/.polyglot.META-INF 16:22:48.154 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:22:48.164 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.text:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/.polyglot.META-INF 16:22:48.181 [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:48.197 [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:48.213 [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:48.229 [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:48.244 [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:48.260 [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:48.267 [INFO] 16:22:48.267 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.text --- 16:22:48.268 [INFO] 16:22:48.268 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.text --- 16:22:48.322 [INFO] The project's OSGi version is 3.13.100.v20230801-1334 16:22:48.322 [INFO] 16:22:48.322 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.text --- 16:22:48.324 [INFO] 16:22:48.324 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.text --- 16:22:48.325 [INFO] 16:22:48.325 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.text --- 16:22:48.326 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/saveproperties 16:22:48.326 [INFO] 16:22:48.326 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.text --- 16:22:48.328 [INFO] 16:22:48.328 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.text --- 16:22:48.329 [INFO] 16:22:48.329 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.text --- 16:22:48.330 [INFO] Resolving class path of [bundle] Text 16:22:48.343 [INFO] 16:22:48.344 [INFO] --- build-helper:3.4.0:add-source (eclipse-classpath-add-source-3) @ org.eclipse.text --- 16:22:48.724 [INFO] Source directory: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/projection added. 16:22:48.724 [INFO] 16:22:48.724 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.text --- 16:22:48.726 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/src/main/resources 16:22:48.726 [INFO] 16:22:48.726 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.text --- 16:22:48.727 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/src/main/resources 16:22:48.727 [INFO] 16:22:48.727 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.text --- 16:22:48.759 [INFO] Compiling 132 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:22:49.521 [INFO] 16:22:49.522 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.text --- 16:22:49.522 [INFO] 16:22:49.522 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.text --- 16:22:49.523 [INFO] 16:22:49.523 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.text --- 16:22:50.218 [INFO] 16:22:50.218 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.text --- 16:22:50.219 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/src/test/resources 16:22:50.219 [INFO] 16:22:50.219 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.text --- 16:22:50.223 [INFO] 16:22:50.223 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text --- 16:22:50.225 [INFO] 16:22:50.225 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.text --- 16:22:50.255 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/target/org.eclipse.text-3.13.100-SNAPSHOT-sources.jar 16:22:50.318 [INFO] 16:22:50.318 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.text --- 16:22:50.327 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/target/org.eclipse.text-3.13.100-SNAPSHOT.jar 16:22:50.432 [INFO] 16:22:50.432 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text --- 16:22:50.554 [INFO] MavenProject: org.eclipse.platform:org.eclipse.text:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/.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:50.555 [INFO] 16:22:50.555 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.text --- 16:22:51.024 [INFO] No previous run data found, generating javadoc. 16:23:02.169 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.text/target/org.eclipse.text-3.13.100-SNAPSHOT-javadoc.jar 16:23:02.245 [INFO] 16:23:02.245 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text --- 16:23:02.353 [INFO] 16:23:02.353 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.text --- 16:23:02.355 [INFO] Skipped because main artifact was replaced with baseline! 16:23:02.355 [INFO] 16:23:02.355 [INFO] ---------< org.eclipse.platform:org.eclipse.core.filebuffers >---------- 16:23:02.355 [INFO] Building [bundle] File Buffers 3.8.200-SNAPSHOT [21/129] 16:23:02.355 [INFO] from bundles/org.eclipse.core.filebuffers/.polyglot.META-INF 16:23:02.355 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:23:02.364 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.filebuffers/.polyglot.META-INF 16:23:02.381 [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:23:02.399 [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:23:02.418 [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:23:02.439 [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:23:02.454 [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:23:02.470 [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:23:02.482 [INFO] 16:23:02.482 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.filebuffers --- 16:23:02.483 [INFO] 16:23:02.483 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.core.filebuffers --- 16:23:02.511 [INFO] The project's OSGi version is 3.8.200.v20230921-0933 16:23:02.511 [INFO] 16:23:02.511 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.core.filebuffers --- 16:23:02.512 [INFO] 16:23:02.512 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.core.filebuffers --- 16:23:02.513 [INFO] 16:23:02.513 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filebuffers --- 16:23:02.514 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.filebuffers/saveproperties 16:23:02.514 [INFO] 16:23:02.514 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filebuffers --- 16:23:02.516 [INFO] 16:23:02.516 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.core.filebuffers --- 16:23:02.524 [INFO] 16:23:02.524 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.core.filebuffers --- 16:23:02.524 [INFO] Resolving class path of [bundle] File Buffers 16:23:02.670 [INFO] 16:23:02.671 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filebuffers --- 16:23:02.672 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.filebuffers/src/main/resources 16:23:02.672 [INFO] 16:23:02.672 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filebuffers --- 16:23:02.673 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.filebuffers/src/main/resources 16:23:02.673 [INFO] 16:23:02.673 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.core.filebuffers --- 16:23:02.705 [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.filebuffers/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:23:02.988 [INFO] 16:23:02.988 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.core.filebuffers --- 16:23:02.989 [INFO] 16:23:02.989 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.core.filebuffers --- 16:23:02.990 [INFO] 16:23:02.990 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.core.filebuffers --- 16:23:03.050 [INFO] 16:23:03.051 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filebuffers --- 16:23:03.052 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.filebuffers/src/test/resources 16:23:03.052 [INFO] 16:23:03.052 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.core.filebuffers --- 16:23:03.055 [INFO] 16:23:03.055 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filebuffers --- 16:23:03.057 [INFO] 16:23:03.057 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.core.filebuffers --- 16:23:03.069 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.200-SNAPSHOT-sources.jar 16:23:03.080 [INFO] 16:23:03.081 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.core.filebuffers --- 16:23:03.086 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.200-SNAPSHOT.jar 16:23:03.126 [INFO] 16:23:03.126 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filebuffers --- 16:23:03.173 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.filebuffers/.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:23:03.175 [INFO] 16:23:03.175 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.core.filebuffers --- 16:23:03.513 [INFO] No previous run data found, generating javadoc. 16:23:10.017 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.200-SNAPSHOT-javadoc.jar 16:23:10.049 [INFO] 16:23:10.049 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filebuffers --- 16:23:10.062 [INFO] 16:23:10.062 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.core.filebuffers --- 16:23:10.064 [INFO] Skipped because main artifact was replaced with baseline! 16:23:10.064 [INFO] 16:23:10.064 [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.ide >------------- 16:23:10.064 [INFO] Building [bundle] E4 IDE UI 3.17.100-SNAPSHOT [22/129] 16:23:10.064 [INFO] from bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF 16:23:10.064 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:23:10.076 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF 16:23:10.093 [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:23:10.113 [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:23:10.132 [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:23:10.150 [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:23:10.169 [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:23:10.188 [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:23:10.198 [INFO] 16:23:10.198 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.ide --- 16:23:10.199 [INFO] 16:23:10.199 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.ide --- 16:23:10.236 [INFO] The project's OSGi version is 3.17.100.v20230727-0604 16:23:10.236 [INFO] 16:23:10.236 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.ui.ide --- 16:23:10.237 [INFO] 16:23:10.237 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.ui.ide --- 16:23:10.237 [INFO] 16:23:10.237 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.ide --- 16:23:10.238 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.ide/saveproperties 16:23:10.238 [INFO] 16:23:10.238 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.ide --- 16:23:10.239 [INFO] 16:23:10.239 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.ui.ide --- 16:23:10.241 [INFO] 16:23:10.241 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.ide --- 16:23:10.241 [INFO] Resolving class path of [bundle] E4 IDE UI 16:23:10.263 [INFO] 16:23:10.263 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.ide --- 16:23:10.264 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.ide/src/main/resources 16:23:10.264 [INFO] 16:23:10.264 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.ide --- 16:23:10.265 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.ide/src/main/resources 16:23:10.265 [INFO] 16:23:10.265 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.ui.ide --- 16:23:10.298 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.ide/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:23:10.443 [INFO] 16:23:10.443 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.ui.ide --- 16:23:10.444 [INFO] 16:23:10.444 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.ide --- 16:23:10.444 [INFO] 16:23:10.444 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.ui.ide --- 16:23:10.448 [INFO] 16:23:10.448 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.ide --- 16:23:10.449 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.ide/src/test/resources 16:23:10.449 [INFO] 16:23:10.449 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.ui.ide --- 16:23:10.453 [INFO] 16:23:10.453 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.ide --- 16:23:10.453 [INFO] 16:23:10.453 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.ui.ide --- 16:23:10.457 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.100-SNAPSHOT-sources.jar 16:23:10.464 [INFO] 16:23:10.464 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.ide --- 16:23:10.473 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.100-SNAPSHOT.jar 16:23:10.483 [INFO] 16:23:10.483 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.ide --- 16:23:10.519 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.ide/.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:23:10.520 [INFO] 16:23:10.520 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.ui.ide --- 16:23:10.841 [INFO] No previous run data found, generating javadoc. 16:23:14.029 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.100-SNAPSHOT-javadoc.jar 16:23:14.043 [INFO] 16:23:14.043 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.ide --- 16:23:14.082 [INFO] 16:23:14.082 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.ui.ide --- 16:23:14.083 [INFO] Skipped because main artifact was replaced with baseline! 16:23:14.084 [INFO] 16:23:14.084 [INFO] ------------------------------------------------------------------------ 16:23:14.084 [INFO] Skipping [bundle] JFace Text 16:23:14.084 [INFO] This project has been banned from the build due to previous failures. 16:23:14.084 [INFO] ------------------------------------------------------------------------ 16:23:14.084 [INFO] 16:23:14.084 [INFO] ------------------------------------------------------------------------ 16:23:14.084 [INFO] Skipping [bundle] Eclipse Workbench 16:23:14.084 [INFO] This project has been banned from the build due to previous failures. 16:23:14.084 [INFO] ------------------------------------------------------------------------ 16:23:14.084 [INFO] 16:23:14.084 [INFO] ------------------------------------------------------------------------ 16:23:14.084 [INFO] Skipping [bundle] Eclipse UI 16:23:14.084 [INFO] This project has been banned from the build due to previous failures. 16:23:14.084 [INFO] ------------------------------------------------------------------------ 16:23:14.084 [INFO] 16:23:14.084 [INFO] ------------------------------------------------------------------------ 16:23:14.084 [INFO] Skipping [bundle] Text Editor Framework 16:23:14.084 [INFO] This project has been banned from the build due to previous failures. 16:23:14.084 [INFO] ------------------------------------------------------------------------ 16:23:14.084 [INFO] 16:23:14.084 [INFO] ------------< org.eclipse.platform:org.eclipse.search.core >------------ 16:23:14.084 [INFO] Building [bundle] Search Support Core 3.16.0-SNAPSHOT [23/129] 16:23:14.084 [INFO] from bundles/org.eclipse.search.core/.polyglot.META-INF 16:23:14.084 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:23:14.093 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.search.core:3.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.search.core/.polyglot.META-INF 16:23:14.108 [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:23:14.125 [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:23:14.141 [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:23:14.157 [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:23:14.174 [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:23:14.193 [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:23:14.261 [INFO] 16:23:14.261 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.search.core --- 16:23:14.262 [INFO] 16:23:14.262 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.search.core --- 16:23:14.326 [INFO] The project's OSGi version is 3.16.0.v20230921-0933 16:23:14.326 [INFO] 16:23:14.326 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.search.core --- 16:23:14.330 [INFO] 16:23:14.330 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.search.core --- 16:23:14.331 [INFO] 16:23:14.331 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.search.core --- 16:23:14.332 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.search.core/saveproperties 16:23:14.332 [INFO] 16:23:14.332 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.search.core --- 16:23:14.334 [INFO] 16:23:14.334 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.search.core --- 16:23:14.343 [INFO] 16:23:14.343 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.search.core --- 16:23:14.344 [INFO] Resolving class path of [bundle] Search Support Core 16:23:14.381 [INFO] 16:23:14.381 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.search.core --- 16:23:14.383 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.search.core/src/main/resources 16:23:14.383 [INFO] 16:23:14.383 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.search.core --- 16:23:14.384 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.search.core/src/main/resources 16:23:14.384 [INFO] 16:23:14.384 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.search.core --- 16:23:14.459 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.search.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:23:14.759 [INFO] 16:23:14.759 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.search.core --- 16:23:14.761 [INFO] 16:23:14.761 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.search.core --- 16:23:14.762 [INFO] 16:23:14.762 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.search.core --- 16:23:14.777 [INFO] 16:23:14.777 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.search.core --- 16:23:14.778 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.search.core/src/test/resources 16:23:14.779 [INFO] 16:23:14.779 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.search.core --- 16:23:14.783 [INFO] 16:23:14.783 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.search.core --- 16:23:14.784 [INFO] 16:23:14.784 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.search.core --- 16:23:14.793 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.0-SNAPSHOT-sources.jar 16:23:14.827 [INFO] 16:23:14.828 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.search.core --- 16:23:14.836 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.0-SNAPSHOT.jar 16:23:14.862 [INFO] 16:23:14.862 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search.core --- 16:23:14.939 [INFO] MavenProject: org.eclipse.platform:org.eclipse.search.core:3.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.search.core/.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:23:14.941 [INFO] 16:23:14.941 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.search.core --- 16:23:15.348 [INFO] No previous run data found, generating javadoc. 16:23:20.840 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/bundles/org.eclipse.search.core/target/org.eclipse.search.core-3.16.0-SNAPSHOT-javadoc.jar 16:23:20.872 [INFO] 16:23:20.872 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search.core --- 16:23:20.885 [INFO] 16:23:20.885 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.search.core --- 16:23:20.888 [INFO] Skipped because main artifact was replaced with baseline! 16:23:20.888 [INFO] 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] Skipping [bundle] Eclipse Forms 16:23:20.888 [INFO] This project has been banned from the build due to previous failures. 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] Skipping [bundle] Common Navigator View 16:23:20.888 [INFO] This project has been banned from the build due to previous failures. 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] Skipping [bundle] Views 16:23:20.888 [INFO] This project has been banned from the build due to previous failures. 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] Skipping [bundle] Eclipse IDE UI 16:23:20.888 [INFO] This project has been banned from the build due to previous failures. 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] Skipping [bundle] Search Support 16:23:20.888 [INFO] This project has been banned from the build due to previous failures. 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] Skipping [bundle] Default Text Editor 16:23:20.888 [INFO] This project has been banned from the build due to previous failures. 16:23:20.888 [INFO] ------------------------------------------------------------------------ 16:23:20.888 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] Quick Search 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] Browser Support 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] Eclipse UI MacOS X Enhancements 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] Generic and Extensible Text Editor 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] Tabbed Properties View 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] Navigator Workbench Components 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] Eclipse IDE UI Application 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] UI Freeze Monitoring 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] Eclipse SDK Themes 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] Log View 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] Skipping [bundle] Eclipse UI Win32 Enhancements 16:23:20.889 [INFO] This project has been banned from the build due to previous failures. 16:23:20.889 [INFO] ------------------------------------------------------------------------ 16:23:20.889 [INFO] 16:23:20.889 [INFO] -------------------< org.eclipse.platform:ui-tests >-------------------- 16:23:20.889 [INFO] Building [aggregator] tests 4.30.0-SNAPSHOT [24/129] 16:23:20.889 [INFO] from tests/.polyglot.pom.tycho 16:23:20.890 [INFO] --------------------------------[ pom ]--------------------------------- 16:23:20.892 [INFO] 16:23:20.892 [INFO] --- clean:3.3.1:clean (default-clean) @ ui-tests --- 16:23:20.893 [INFO] 16:23:20.893 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-tests --- 16:23:20.894 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tests/saveproperties 16:23:20.894 [INFO] 16:23:20.894 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ui-tests --- 16:23:20.896 [INFO] 16:23:20.896 [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-tests --- 16:23:20.897 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tests/src/main/resources 16:23:20.897 [INFO] 16:23:20.897 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ ui-tests --- 16:23:20.898 [INFO] 16:23:20.898 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ ui-tests --- 16:23:20.900 [INFO] 16:23:20.900 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ui-tests --- 16:23:20.905 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 16:23:20.905 [INFO] 16:23:20.905 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-tests --- 16:23:20.906 [INFO] 16:23:20.906 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ ui-tests --- 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] File Buffers Test Plug-in 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] Eclipse e4 core commands tests 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] XPathTest Model 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] UI Bindings Tests 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] TestModel Model 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] e4 css core tests 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] e4 css swt tests (Incubation) 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] Modelled UI addons tests bundle (Incubation) 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] Harness Plug-in 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] Jface tests 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] 16:23:20.908 [INFO] ------------------------------------------------------------------------ 16:23:20.908 [INFO] Skipping [test-bundle] JFace Data Binding Conformance Tests 16:23:20.908 [INFO] This project has been banned from the build due to previous failures. 16:23:20.909 [INFO] ------------------------------------------------------------------------ 16:23:20.909 [INFO] 16:23:20.909 [INFO] ---------< org.eclipse.platform:eclipse.platform.ui.examples >---------- 16:23:20.909 [INFO] Building eclipse.platform.ui.examples 4.30.0-SNAPSHOT [25/129] 16:23:20.909 [INFO] from examples/pom.xml 16:23:20.909 [INFO] --------------------------------[ pom ]--------------------------------- 16:23:20.910 [INFO] 16:23:20.910 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.ui.examples --- 16:23:20.911 [INFO] 16:23:20.911 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui.examples --- 16:23:20.912 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/saveproperties 16:23:20.912 [INFO] 16:23:20.912 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.ui.examples --- 16:23:20.913 [INFO] 16:23:20.913 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui.examples --- 16:23:20.913 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/src/main/resources 16:23:20.913 [INFO] 16:23:20.913 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ eclipse.platform.ui.examples --- 16:23:20.914 [INFO] 16:23:20.914 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ eclipse.platform.ui.examples --- 16:23:20.915 [INFO] 16:23:20.915 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ eclipse.platform.ui.examples --- 16:23:20.921 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 16:23:20.921 [INFO] 16:23:20.921 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.examples --- 16:23:20.922 [INFO] 16:23:20.922 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ eclipse.platform.ui.examples --- 16:23:20.923 [INFO] 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] Skipping [bundle] JFace Data Binding Examples 16:23:20.923 [INFO] This project has been banned from the build due to previous failures. 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] Skipping [test-bundle] JFace Data Binding Tests 16:23:20.923 [INFO] This project has been banned from the build due to previous failures. 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] Skipping [test-bundle] Jface notifications tests 16:23:20.923 [INFO] This project has been banned from the build due to previous failures. 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] Skipping [test-bundle] Text Test Plug-in 16:23:20.923 [INFO] This project has been banned from the build due to previous failures. 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] Skipping [test-bundle] JFace Text Test Plug-in 16:23:20.923 [INFO] This project has been banned from the build due to previous failures. 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] Skipping [test-bundle] Search Support Tests Plug-in 16:23:20.923 [INFO] This project has been banned from the build due to previous failures. 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] Skipping [test-bundle] Tests for Eclipse URI Scheme Handling 16:23:20.923 [INFO] This project has been banned from the build due to previous failures. 16:23:20.923 [INFO] ------------------------------------------------------------------------ 16:23:20.923 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] Editors Test Plug-in 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] Workbench Text Editor Test Plug-in 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] Generic Editor Test Plug-in 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] Eclipse UI IDE Application Tests 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] UI Freeze Monitoring Tests 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] Eclipse UI Tests 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] Plugin.name 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] Forms Test 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] Common Navigator Tests 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] Skipping [test-bundle] Performance Plug-in 16:23:20.924 [INFO] This project has been banned from the build due to previous failures. 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.924 [INFO] 16:23:20.924 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] Skipping [test-bundle] Pluginchecks 16:23:20.925 [INFO] This project has been banned from the build due to previous failures. 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] Skipping [test-bundle] Eclipse RCP Tests 16:23:20.925 [INFO] This project has been banned from the build due to previous failures. 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] Skipping [test-bundle] Tabbed Properties View Tests 16:23:20.925 [INFO] This project has been banned from the build due to previous failures. 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] Skipping [bundle] CSS bridge demo 16:23:20.925 [INFO] This project has been banned from the build due to previous failures. 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] Skipping [bundle] e4 Progress Examples Plug-in 16:23:20.925 [INFO] This project has been banned from the build due to previous failures. 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] Skipping [bundle] JFace Snippets Plug-in 16:23:20.925 [INFO] This project has been banned from the build due to previous failures. 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] Skipping [bundle] CodeMinig Examples 16:23:20.925 [INFO] This project has been banned from the build due to previous failures. 16:23:20.925 [INFO] ------------------------------------------------------------------------ 16:23:20.925 [INFO] 16:23:20.925 [INFO] ----< org.eclipse.platform:org.eclipse.ui.examples.adapterservice >----- 16:23:20.925 [INFO] Building [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT [26/129] 16:23:20.925 [INFO] from examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF 16:23:20.925 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:23:20.937 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.adapterservice:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF 16:23:20.956 [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:23:20.975 [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:23:20.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:23:21.018 [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:23:21.036 [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:23:21.056 [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:23:21.069 [INFO] 16:23:21.069 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.070 [INFO] 16:23:21.070 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.118 [INFO] The project's OSGi version is 0.10.0.v20230727-0604 16:23:21.119 [INFO] 16:23:21.119 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.120 [INFO] 16:23:21.120 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.120 [INFO] 16:23:21.120 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.121 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/org.eclipse.ui.examples.adapterservice/saveproperties 16:23:21.122 [INFO] 16:23:21.122 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.123 [INFO] 16:23:21.123 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.124 [INFO] 16:23:21.124 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.125 [INFO] Resolving class path of [bundle] Services Snippets (Incubation) 16:23:21.148 [INFO] 16:23:21.148 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.149 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/org.eclipse.ui.examples.adapterservice/src/main/resources 16:23:21.149 [INFO] 16:23:21.149 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.150 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/org.eclipse.ui.examples.adapterservice/src/main/resources 16:23:21.150 [INFO] 16:23:21.150 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.178 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/org.eclipse.ui.examples.adapterservice/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:23:21.306 [INFO] 16:23:21.306 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.307 [INFO] 16:23:21.307 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.308 [INFO] 16:23:21.308 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.309 [INFO] 16:23:21.309 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.310 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/org.eclipse.ui.examples.adapterservice/src/test/resources 16:23:21.310 [INFO] 16:23:21.310 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.314 [INFO] 16:23:21.314 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.315 [INFO] 16:23:21.315 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.321 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT-sources.jar 16:23:21.338 [INFO] 16:23:21.338 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.348 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT.jar 16:23:21.366 [INFO] 16:23:21.366 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.373 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.examples.adapterservice:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF 16:23:21.375 [INFO] 16:23:21.375 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.ui.examples.adapterservice --- 16:23:21.701 [INFO] No previous run data found, generating javadoc. 16:23:25.070 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT-javadoc.jar 16:23:25.096 [INFO] 16:23:25.097 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.adapterservice --- 16:23:25.105 [INFO] 16:23:25.105 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.ui.examples.adapterservice --- 16:23:25.107 [INFO] 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] Skipping [bundle] Command Contribution Examples 16:23:25.107 [INFO] This project has been banned from the build due to previous failures. 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] Skipping [bundle] Field Assist Example 16:23:25.107 [INFO] This project has been banned from the build due to previous failures. 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] Skipping [bundle] JFace Text Example 16:23:25.107 [INFO] This project has been banned from the build due to previous failures. 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] Skipping [bundle] Progress Examples Plug-in 16:23:25.107 [INFO] This project has been banned from the build due to previous failures. 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] Skipping [bundle] pluginName 16:23:25.107 [INFO] This project has been banned from the build due to previous failures. 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] Skipping [bundle] Multi-Page Editor Example 16:23:25.107 [INFO] This project has been banned from the build due to previous failures. 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.107 [INFO] 16:23:25.107 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] Skipping [bundle] Common Navigator Examples 16:23:25.108 [INFO] This project has been banned from the build due to previous failures. 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] Skipping [bundle] Example for a Perspective 16:23:25.108 [INFO] This project has been banned from the build due to previous failures. 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] Skipping [bundle] User File Editor 16:23:25.108 [INFO] This project has been banned from the build due to previous failures. 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] Skipping [bundle] Readme File Editing Tool 16:23:25.108 [INFO] This project has been banned from the build due to previous failures. 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] Skipping [bundle] Undo Example 16:23:25.108 [INFO] This project has been banned from the build due to previous failures. 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] Skipping [bundle] Example for Eclipse URI Scheme Handling 16:23:25.108 [INFO] This project has been banned from the build due to previous failures. 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] Skipping [bundle] Tabbed Properties View Article Example 16:23:25.108 [INFO] This project has been banned from the build due to previous failures. 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] Skipping [bundle] Examples of Eclipse Forms 16:23:25.108 [INFO] This project has been banned from the build due to previous failures. 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] Skipping [bundle] Examples for Generic Editor 16:23:25.108 [INFO] This project has been banned from the build due to previous failures. 16:23:25.108 [INFO] ------------------------------------------------------------------------ 16:23:25.108 [INFO] 16:23:25.108 [INFO] -----------< org.eclipse.platform:eclipse.platform.ui.tools >----------- 16:23:25.108 [INFO] Building eclipse.platform.ui.tools 4.30.0-SNAPSHOT [27/129] 16:23:25.108 [INFO] from tools/pom.xml 16:23:25.108 [INFO] --------------------------------[ pom ]--------------------------------- 16:23:25.110 [INFO] 16:23:25.110 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.ui.tools --- 16:23:25.111 [INFO] 16:23:25.111 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui.tools --- 16:23:25.112 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/saveproperties 16:23:25.112 [INFO] 16:23:25.112 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.ui.tools --- 16:23:25.113 [INFO] 16:23:25.113 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui.tools --- 16:23:25.114 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/src/main/resources 16:23:25.114 [INFO] 16:23:25.114 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ eclipse.platform.ui.tools --- 16:23:25.114 [INFO] 16:23:25.114 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ eclipse.platform.ui.tools --- 16:23:25.115 [INFO] 16:23:25.115 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ eclipse.platform.ui.tools --- 16:23:25.121 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 16:23:25.121 [INFO] 16:23:25.121 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.tools --- 16:23:25.122 [INFO] 16:23:25.122 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ eclipse.platform.ui.tools --- 16:23:25.123 [INFO] 16:23:25.123 [INFO] --------------------< org.eclipse.platform:bundles >-------------------- 16:23:25.123 [INFO] Building [aggregator] bundles 4.30.0-SNAPSHOT [28/129] 16:23:25.123 [INFO] from tools/bundles/.polyglot.pom.tycho 16:23:25.123 [INFO] --------------------------------[ pom ]--------------------------------- 16:23:25.125 [INFO] 16:23:25.125 [INFO] --- clean:3.3.1:clean (default-clean) @ bundles --- 16:23:25.125 [INFO] 16:23:25.125 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ bundles --- 16:23:25.126 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/saveproperties 16:23:25.126 [INFO] 16:23:25.126 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ bundles --- 16:23:25.127 [INFO] 16:23:25.127 [INFO] --- resources:3.3.1:resources (filter-resources) @ bundles --- 16:23:25.128 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/src/main/resources 16:23:25.128 [INFO] 16:23:25.128 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ bundles --- 16:23:25.129 [INFO] 16:23:25.129 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ bundles --- 16:23:25.129 [INFO] 16:23:25.129 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ bundles --- 16:23:25.135 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 16:23:25.135 [INFO] 16:23:25.135 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ bundles --- 16:23:25.136 [INFO] 16:23:25.136 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ bundles --- 16:23:25.137 [INFO] 16:23:25.137 [INFO] ------------------------------------------------------------------------ 16:23:25.137 [INFO] Skipping [bundle] Tools 16:23:25.137 [INFO] This project has been banned from the build due to previous failures. 16:23:25.137 [INFO] ------------------------------------------------------------------------ 16:23:25.137 [INFO] 16:23:25.137 [INFO] ---------< org.eclipse.platform:org.eclipse.e4.tools.services >--------- 16:23:25.137 [INFO] Building [bundle] Services 4.10.100-SNAPSHOT [29/129] 16:23:25.137 [INFO] from tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF 16:23:25.137 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 16:23:25.146 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.services:4.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF 16:23:25.160 [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:23:25.176 [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:23:25.191 [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:23:25.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:23:25.227 [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:23:25.242 [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:23:25.251 [INFO] 16:23:25.251 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.tools.services --- 16:23:25.252 [INFO] 16:23:25.252 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.services --- 16:23:25.292 [INFO] The project's OSGi version is 4.10.100.v20230630-1554 16:23:25.292 [INFO] 16:23:25.292 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.e4.tools.services --- 16:23:25.292 [INFO] 16:23:25.292 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.e4.tools.services --- 16:23:25.293 [INFO] 16:23:25.293 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.services --- 16:23:25.294 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/saveproperties 16:23:25.294 [INFO] 16:23:25.294 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.services --- 16:23:25.295 [INFO] 16:23:25.295 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.e4.tools.services --- 16:23:25.296 [INFO] 16:23:25.296 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.services --- 16:23:25.297 [INFO] Resolving class path of [bundle] Services 16:23:25.318 [INFO] 16:23:25.318 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.services --- 16:23:25.319 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/src/main/resources 16:23:25.319 [INFO] 16:23:25.319 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.services --- 16:23:25.320 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/src/main/resources 16:23:25.320 [INFO] 16:23:25.320 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.e4.tools.services --- 16:23:25.356 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20230923-2346 16:23:25.542 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/src/org/eclipse/e4/tools/services/impl/ResourceBundleHelper.java:[20] import java.security.AccessController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal 16:23:25.542 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/src/org/eclipse/e4/tools/services/impl/ResourceBundleHelper.java:[402] stream = AccessController.doPrivileged( ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal 2 problems (2 warnings) 16:23:25.543 [INFO] 16:23:25.543 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.e4.tools.services --- 16:23:25.544 [INFO] 16:23:25.544 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.services --- 16:23:25.544 [INFO] 16:23:25.544 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ org.eclipse.e4.tools.services --- 16:23:25.549 [INFO] 16:23:25.549 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.services --- 16:23:25.550 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/src/test/resources 16:23:25.550 [INFO] 16:23:25.550 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.e4.tools.services --- 16:23:25.554 [INFO] 16:23:25.554 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.services --- 16:23:25.554 [INFO] 16:23:25.554 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.e4.tools.services --- 16:23:25.562 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.100-SNAPSHOT-sources.jar 16:23:25.580 [INFO] 16:23:25.580 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.services --- 16:23:25.586 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.100-SNAPSHOT.jar 16:23:25.627 [INFO] 16:23:25.627 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.services --- 16:23:25.652 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.services:4.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/.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:23:25.653 [INFO] 16:23:25.653 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ org.eclipse.e4.tools.services --- 16:23:25.962 [INFO] No previous run data found, generating javadoc. 16:23:30.580 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.100-SNAPSHOT-javadoc.jar 16:23:30.608 [INFO] 16:23:30.608 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.services --- 16:23:30.650 [INFO] 16:23:30.651 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ org.eclipse.e4.tools.services --- 16:23:30.652 [INFO] Skipped because main artifact was replaced with baseline! 16:23:30.652 [INFO] 16:23:30.652 [INFO] ------------------------------------------------------------------------ 16:23:30.652 [INFO] Skipping [bundle] Compat 16:23:30.652 [INFO] This project has been banned from the build due to previous failures. 16:23:30.652 [INFO] ------------------------------------------------------------------------ 16:23:30.652 [INFO] 16:23:30.652 [INFO] ------------------------------------------------------------------------ 16:23:30.652 [INFO] Skipping [bundle] Persistence Model 16:23:30.652 [INFO] This project has been banned from the build due to previous failures. 16:23:30.652 [INFO] ------------------------------------------------------------------------ 16:23:30.652 [INFO] 16:23:30.652 [INFO] ------------------------------------------------------------------------ 16:23:30.652 [INFO] Skipping [bundle] Perspective migrate compatibility Util 16:23:30.652 [INFO] This project has been banned from the build due to previous failures. 16:23:30.652 [INFO] ------------------------------------------------------------------------ 16:23:30.652 [INFO] 16:23:30.652 [INFO] ------------------------------------------------------------------------ 16:23:30.652 [INFO] Skipping org.eclipse.e4.tools.emf.ui 16:23:30.652 [INFO] This project has been banned from the build due to previous failures. 16:23:30.652 [INFO] ------------------------------------------------------------------------ 16:23:30.653 [INFO] 16:23:30.653 [INFO] ------------------------------------------------------------------------ 16:23:30.653 [INFO] Skipping [bundle] Editor3x 16:23:30.653 [INFO] This project has been banned from the build due to previous failures. 16:23:30.653 [INFO] ------------------------------------------------------------------------ 16:23:30.653 [INFO] 16:23:30.653 [INFO] ------------------------------------------------------------------------ 16:23:30.653 [INFO] Skipping [bundle] e4 JDT code templates 16:23:30.653 [INFO] This project has been banned from the build due to previous failures. 16:23:30.653 [INFO] ------------------------------------------------------------------------ 16:23:30.653 [INFO] 16:23:30.653 [INFO] -------------------< org.eclipse.platform:features >-------------------- 16:23:30.653 [INFO] Building [aggregator] features 4.30.0-SNAPSHOT [30/129] 16:23:30.653 [INFO] from tools/features/.polyglot.pom.tycho 16:23:30.653 [INFO] --------------------------------[ pom ]--------------------------------- 16:23:30.654 [INFO] 16:23:30.654 [INFO] --- clean:3.3.1:clean (default-clean) @ features --- 16:23:30.655 [INFO] 16:23:30.655 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ features --- 16:23:30.656 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/features/saveproperties 16:23:30.656 [INFO] 16:23:30.656 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ features --- 16:23:30.657 [INFO] 16:23:30.657 [INFO] --- resources:3.3.1:resources (filter-resources) @ features --- 16:23:30.658 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/features/src/main/resources 16:23:30.658 [INFO] 16:23:30.658 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ features --- 16:23:30.658 [INFO] 16:23:30.658 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ features --- 16:23:30.659 [INFO] 16:23:30.659 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ features --- 16:23:30.664 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 16:23:30.664 [INFO] 16:23:30.664 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features --- 16:23:30.665 [INFO] 16:23:30.665 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ features --- 16:23:30.667 [INFO] 16:23:30.667 [INFO] ------------------------------------------------------------------------ 16:23:30.667 [INFO] Skipping [feature] Eclipse e4 Tools 16:23:30.667 [INFO] This project has been banned from the build due to previous failures. 16:23:30.667 [INFO] ------------------------------------------------------------------------ 16:23:30.667 [INFO] 16:23:30.667 [INFO] ------------------------------------------------------------------------ 16:23:30.667 [INFO] Skipping [feature] Eclipse Persistence 16:23:30.667 [INFO] This project has been banned from the build due to previous failures. 16:23:30.667 [INFO] ------------------------------------------------------------------------ 16:23:30.667 [INFO] 16:23:30.667 [INFO] ------------------------------------------------------------------------ 16:23:30.667 [INFO] Skipping org.eclipse.e4.tools.compatibility.migration.tests 16:23:30.667 [INFO] This project has been banned from the build due to previous failures. 16:23:30.667 [INFO] ------------------------------------------------------------------------ 16:23:30.667 [INFO] 16:23:30.667 [INFO] ------------------------------------------------------------------------ 16:23:30.667 [INFO] Skipping org.eclipse.e4.tools.persistence.tests 16:23:30.667 [INFO] This project has been banned from the build due to previous failures. 16:23:30.667 [INFO] ------------------------------------------------------------------------ 16:23:30.667 [INFO] 16:23:30.667 [INFO] ------------------------------------------------------------------------ 16:23:30.667 [INFO] Skipping org.eclipse.e4.tools.test 16:23:30.667 [INFO] This project has been banned from the build due to previous failures. 16:23:30.667 [INFO] ------------------------------------------------------------------------ 16:23:30.667 [INFO] 16:23:30.667 [INFO] ---------------------< org.eclipse.platform:tests >--------------------- 16:23:30.667 [INFO] Building [aggregator] tests 4.30.0-SNAPSHOT [31/129] 16:23:30.667 [INFO] from tools/tests/.polyglot.pom.tycho 16:23:30.667 [INFO] --------------------------------[ pom ]--------------------------------- 16:23:30.669 [INFO] 16:23:30.669 [INFO] --- clean:3.3.1:clean (default-clean) @ tests --- 16:23:30.669 [INFO] 16:23:30.669 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ tests --- 16:23:30.670 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/tests/saveproperties 16:23:30.670 [INFO] 16:23:30.670 [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ tests --- 16:23:30.671 [INFO] 16:23:30.671 [INFO] --- resources:3.3.1:resources (filter-resources) @ tests --- 16:23:30.672 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1151/tools/tests/src/main/resources 16:23:30.672 [INFO] 16:23:30.672 [INFO] --- tycho-apitools:4.0.3:generate (generate) @ tests --- 16:23:30.672 [INFO] 16:23:30.672 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ tests --- 16:23:30.673 [INFO] 16:23:30.673 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ tests --- 16:23:30.678 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 16:23:30.678 [INFO] 16:23:30.678 [INFO] --- tycho-p2-extras:4.0.3:compare-version-with-baselines (compare-attached-artifacts-with-release) @ tests --- 16:23:30.679 [INFO] 16:23:30.679 [INFO] --- tycho-apitools:4.0.3:verify (verify) @ tests --- 16:23:30.680 [INFO] ------------------------------------------------------------------------ 16:23:30.680 [INFO] Reactor Summary: 16:23:30.680 [INFO] 16:23:30.681 [INFO] eclipse.platform.ui 4.30.0-SNAPSHOT ................ SUCCESS [ 13.346 s] 16:23:30.681 [INFO] [aggregator] features 4.30.0-SNAPSHOT .............. SUCCESS [ 0.023 s] 16:23:30.681 [INFO] [aggregator] bundles 4.30.0-SNAPSHOT ............... SUCCESS [ 0.017 s] 16:23:30.681 [INFO] [bundle] Commands 3.11.100-SNAPSHOT ................ SUCCESS [ 40.574 s] 16:23:30.681 [INFO] [bundle] Bundle for Workbench APIs available in e4 0.17.100-SNAPSHOT SUCCESS [ 7.039 s] 16:23:30.681 [INFO] [bundle] JFace 3.32.0-SNAPSHOT ..................... FAILURE [01:20 min] 16:23:30.681 [INFO] [bundle] Eclipse CSS Core Support 0.14.200-SNAPSHOT SUCCESS [ 13.119 s] 16:23:30.681 [INFO] [bundle] Eclipse CSS SWT Support 0.15.200-SNAPSHOT . SKIPPED 16:23:30.681 [INFO] [bundle] Eclipse e4 core commands 1.1.100-SNAPSHOT . SUCCESS [ 9.719 s] 16:23:30.681 [INFO] [bundle] Eclipse UI Dependency Injection 1.5.100-SNAPSHOT SUCCESS [ 5.552 s] 16:23:30.681 [INFO] [bundle] Eclipse UI Application Services 1.6.100-SNAPSHOT SUCCESS [ 5.465 s] 16:23:30.681 [INFO] [bundle] Eclipse Bindings Support 0.14.100-SNAPSHOT SKIPPED 16:23:30.681 [INFO] [bundle] Eclipse UI Custom widgets 1.4.0-SNAPSHOT .. SUCCESS [ 4.890 s] 16:23:30.681 [INFO] [bundle] JFace Data Binding Observables 1.13.100-SNAPSHOT SUCCESS [ 12.632 s] 16:23:30.682 [INFO] [bundle] JFace Data Binding Properties 1.10.100-SNAPSHOT SUCCESS [ 8.909 s] 16:23:30.682 [INFO] [bundle] JFace Data Binding 1.13.100-SNAPSHOT ...... SUCCESS [ 10.958 s] 16:23:30.682 [INFO] [bundle] Eclipse e4 dialogs 1.4.100-SNAPSHOT ....... SKIPPED 16:23:30.682 [INFO] [bundle] Eclipse URI Scheme Handling 1.3.100-SNAPSHOT SUCCESS [ 6.756 s] 16:23:30.682 [INFO] [bundle] Eclipse CSS SWT Theme Support 0.14.200-SNAPSHOT SKIPPED 16:23:30.682 [INFO] [bundle] JFace Data Binding for SWT and JFace 1.15.100-SNAPSHOT SKIPPED 16:23:30.682 [INFO] [bundle] Eclipse Model Xpath 0.4.100-SNAPSHOT ...... SUCCESS [ 6.756 s] 16:23:30.682 [INFO] [bundle] Eclipse Workbench Model 2.4.100-SNAPSHOT .. SUCCESS [ 20.204 s] 16:23:30.682 [INFO] [bundle] Eclipse e4 Workbench 1.15.100-SNAPSHOT .... SUCCESS [ 10.639 s] 16:23:30.682 [INFO] [bundle] Eclipse e4 Workbench SWT 0.17.100-SNAPSHOT SKIPPED 16:23:30.682 [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.16.200-SNAPSHOT SKIPPED 16:23:30.682 [INFO] [bundle] Eclipse e4 Progress View 0.4.100-SNAPSHOT . SKIPPED 16:23:30.682 [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.5.100-SNAPSHOT SKIPPED 16:23:30.682 [INFO] [bundle] Eclipse UI MacOS X Enhancements 0.14.100-SNAPSHOT SKIPPED 16:23:30.682 [INFO] [bundle] JFace Data Binding for JavaBeans 1.10.100-SNAPSHOT SUCCESS [ 7.642 s] 16:23:30.682 [INFO] [bundle] Eclipse UI GTK Enhancements 1.2.0-SNAPSHOT SKIPPED 16:23:30.682 [INFO] [bundle] Eclipse UI WIN32 Enhancements 1.2.0-SNAPSHOT SKIPPED 16:23:30.682 [INFO] [bundle] Notification API 0.6.100-SNAPSHOT ......... SKIPPED 16:23:30.682 [INFO] [feature] Eclipse 4 Rich Client Platform 4.30.0-SNAPSHOT SKIPPED 16:23:30.682 [INFO] [bundle] Text 3.13.100-SNAPSHOT .................... SUCCESS [ 14.201 s] 16:23:30.682 [INFO] [bundle] File Buffers 3.8.200-SNAPSHOT ............. SUCCESS [ 7.709 s] 16:23:30.682 [INFO] [bundle] E4 IDE UI 3.17.100-SNAPSHOT ............... SUCCESS [ 4.019 s] 16:23:30.682 [INFO] [bundle] JFace Text 3.24.200-SNAPSHOT .............. SKIPPED 16:23:30.682 [INFO] [bundle] Eclipse Workbench 3.131.0-SNAPSHOT ........ SKIPPED 16:23:30.682 [INFO] [bundle] Eclipse UI 3.205.0-SNAPSHOT ............... SKIPPED 16:23:30.682 [INFO] [bundle] Text Editor Framework 3.17.200-SNAPSHOT ... SKIPPED 16:23:30.682 [INFO] [bundle] Search Support Core 3.16.0-SNAPSHOT ....... SUCCESS [ 6.804 s] 16:23:30.682 [INFO] [bundle] Eclipse Forms 3.13.0-SNAPSHOT ............. SKIPPED 16:23:30.683 [INFO] [bundle] Common Navigator View 3.12.200-SNAPSHOT ... SKIPPED 16:23:30.683 [INFO] [bundle] Views 3.12.100-SNAPSHOT ................... SKIPPED 16:23:30.683 [INFO] [bundle] Eclipse IDE UI 3.21.200-SNAPSHOT .......... SKIPPED 16:23:30.683 [INFO] [bundle] Search Support 3.16.0-SNAPSHOT ............ SKIPPED 16:23:30.683 [INFO] [bundle] Default Text Editor 3.17.100-SNAPSHOT ..... SKIPPED 16:23:30.683 [INFO] [bundle] Quick Search 1.2.200-SNAPSHOT ............. SKIPPED 16:23:30.683 [INFO] [bundle] Browser Support 3.8.100-SNAPSHOT .......... SKIPPED 16:23:30.683 [INFO] [bundle] Eclipse UI MacOS X Enhancements 1.3.100-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [bundle] Generic and Extensible Text Editor 1.3.200-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [bundle] Tabbed Properties View 3.10.100-SNAPSHOT .. SKIPPED 16:23:30.683 [INFO] [bundle] Navigator Workbench Components 3.9.100-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [bundle] Eclipse IDE UI Application 1.5.200-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [bundle] UI Freeze Monitoring 1.3.100-SNAPSHOT ..... SKIPPED 16:23:30.683 [INFO] [bundle] Eclipse SDK Themes 1.2.2300-SNAPSHOT ...... SKIPPED 16:23:30.683 [INFO] [bundle] Log View 1.4.100-SNAPSHOT ................. SKIPPED 16:23:30.683 [INFO] [bundle] Eclipse UI Win32 Enhancements 3.5.100-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [aggregator] tests 4.30.0-SNAPSHOT ................. SUCCESS [ 0.019 s] 16:23:30.683 [INFO] [test-bundle] File Buffers Test Plug-in 3.13.200-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Eclipse e4 core commands tests 0.14.200-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] XPathTest Model 0.4.0-SNAPSHOT ....... SKIPPED 16:23:30.683 [INFO] [test-bundle] UI Bindings Tests 0.14.100-SNAPSHOT .. SKIPPED 16:23:30.683 [INFO] [test-bundle] TestModel Model 0.15.300-SNAPSHOT .... SKIPPED 16:23:30.683 [INFO] [test-bundle] e4 css core tests 1.302.300-SNAPSHOT . SKIPPED 16:23:30.683 [INFO] [test-bundle] e4 css swt tests (Incubation) 0.12.400-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.0-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Harness Plug-in 1.10.200-SNAPSHOT .... SKIPPED 16:23:30.683 [INFO] [test-bundle] Jface tests 1.4.300-SNAPSHOT ......... SKIPPED 16:23:30.683 [INFO] [test-bundle] JFace Data Binding Conformance Tests 1.5.100-SNAPSHOT SKIPPED 16:23:30.683 [INFO] eclipse.platform.ui.examples 4.30.0-SNAPSHOT ....... SUCCESS [ 0.014 s] 16:23:30.683 [INFO] [bundle] JFace Data Binding Examples 1.4.200-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] JFace Data Binding Tests 1.12.100-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Text Test Plug-in 3.14.100-SNAPSHOT .. SKIPPED 16:23:30.683 [INFO] [test-bundle] JFace Text Test Plug-in 3.13.200-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Search Support Tests Plug-in 3.11.300-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.100-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 1.2.100-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Editors Test Plug-in 3.13.100-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Workbench Text Editor Test Plug-in 3.14.100-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Generic Editor Test Plug-in 1.3.300-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Eclipse UI IDE Application Tests 1.4.0-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Eclipse UI Tests 3.15.1400-SNAPSHOT .. SKIPPED 16:23:30.683 [INFO] [test-bundle] Plugin.name 3.4.0 .................... SKIPPED 16:23:30.683 [INFO] [test-bundle] Forms Test 3.10.200-SNAPSHOT ......... SKIPPED 16:23:30.683 [INFO] [test-bundle] Common Navigator Tests 3.7.200-SNAPSHOT SKIPPED 16:23:30.683 [INFO] [test-bundle] Performance Plug-in 1.6.100-SNAPSHOT . SKIPPED 16:23:30.683 [INFO] [test-bundle] Pluginchecks 1.2.100-SNAPSHOT ........ SKIPPED 16:23:30.683 [INFO] [test-bundle] Eclipse RCP Tests 3.6.200-SNAPSHOT ... SKIPPED 16:23:30.684 [INFO] [test-bundle] Tabbed Properties View Tests 3.8.200-SNAPSHOT SKIPPED 16:23:30.684 [INFO] [bundle] CSS bridge demo 1.3.0-SNAPSHOT ............ SKIPPED 16:23:30.684 [INFO] [bundle] e4 Progress Examples Plug-in 0.4.0-SNAPSHOT SKIPPED 16:23:30.684 [INFO] [bundle] JFace Snippets Plug-in 3.6.100-SNAPSHOT ... SKIPPED 16:23:30.684 [INFO] [bundle] CodeMinig Examples 1.2.0-SNAPSHOT ......... SKIPPED 16:23:30.684 [INFO] [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT SUCCESS [ 4.182 s] 16:23:30.684 [INFO] [bundle] Command Contribution Examples 3.6.200-SNAPSHOT SKIPPED 16:23:30.684 [INFO] [bundle] Field Assist Example 1.3.100-SNAPSHOT ..... SKIPPED 16:23:30.684 [INFO] [bundle] JFace Text Example 3.4.100-SNAPSHOT ....... SKIPPED 16:23:30.684 [INFO] [bundle] Progress Examples Plug-in 3.3.0 ........... SKIPPED 16:23:30.684 [INFO] [bundle] pluginName 3.2.0 .......................... SKIPPED 16:23:30.684 [INFO] [bundle] Multi-Page Editor Example 3.4.200-SNAPSHOT SKIPPED 16:23:30.684 [INFO] [bundle] Common Navigator Examples 3.4.0-SNAPSHOT .. SKIPPED 16:23:30.684 [INFO] [bundle] Example for a Perspective 1.0.0-SNAPSHOT .. SKIPPED 16:23:30.684 [INFO] [bundle] User File Editor 3.5.100-SNAPSHOT ......... SKIPPED 16:23:30.684 [INFO] [bundle] Readme File Editing Tool 3.7.200-SNAPSHOT . SKIPPED 16:23:30.684 [INFO] [bundle] Undo Example 3.5.200-SNAPSHOT ............. SKIPPED 16:23:30.684 [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.2.100-SNAPSHOT SKIPPED 16:23:30.684 [INFO] [bundle] Tabbed Properties View Article Example 3.4.100-SNAPSHOT SKIPPED 16:23:30.684 [INFO] [bundle] Examples of Eclipse Forms 3.4.0-SNAPSHOT .. SKIPPED 16:23:30.684 [INFO] [bundle] Examples for Generic Editor 1.3.100-SNAPSHOT SKIPPED 16:23:30.684 [INFO] eclipse.platform.ui.tools 4.30.0-SNAPSHOT .......... SUCCESS [ 0.015 s] 16:23:30.684 [INFO] [aggregator] bundles 4.30.0-SNAPSHOT ............... SUCCESS [ 0.014 s] 16:23:30.684 [INFO] [bundle] Tools 4.10.100-SNAPSHOT ................... SKIPPED 16:23:30.684 [INFO] [bundle] Services 4.10.100-SNAPSHOT ................ SUCCESS [ 5.515 s] 16:23:30.684 [INFO] [bundle] Compat 4.9.100-SNAPSHOT ................... SKIPPED 16:23:30.684 [INFO] [bundle] Persistence Model 1.1.100-SNAPSHOT ........ SKIPPED 16:23:30.684 [INFO] [bundle] Perspective migrate compatibility Util 1.1.100-SNAPSHOT SKIPPED 16:23:30.684 [INFO] org.eclipse.e4.tools.emf.ui 4.8.200-SNAPSHOT ....... SKIPPED 16:23:30.684 [INFO] [bundle] Editor3x 4.9.200-SNAPSHOT ................. SKIPPED 16:23:30.684 [INFO] [bundle] e4 JDT code templates 4.10.100-SNAPSHOT ... SKIPPED 16:23:30.684 [INFO] [aggregator] features 4.30.0-SNAPSHOT .............. SUCCESS [ 0.013 s] 16:23:30.684 [INFO] [feature] Eclipse e4 Tools 4.30.0-SNAPSHOT ......... SKIPPED 16:23:30.684 [INFO] [feature] Eclipse Persistence 1.1.100-SNAPSHOT ..... SKIPPED 16:23:30.684 [INFO] org.eclipse.e4.tools.compatibility.migration.tests 1.1.0-SNAPSHOT SKIPPED 16:23:30.684 [INFO] org.eclipse.e4.tools.persistence.tests 1.1.0-SNAPSHOT SKIPPED 16:23:30.684 [INFO] org.eclipse.e4.tools.test 1.3.0-SNAPSHOT ........... SKIPPED 16:23:30.684 [INFO] [aggregator] tests 4.30.0-SNAPSHOT ................. SUCCESS [ 0.013 s] 16:23:30.685 [INFO] ------------------------------------------------------------------------ 16:23:30.685 [INFO] BUILD FAILURE 16:23:30.685 [INFO] ------------------------------------------------------------------------ 16:23:30.685 [INFO] Total time: 05:50 min 16:23:30.685 [INFO] Finished at: 2023-10-04T16:23:30Z 16:23:30.685 [INFO] ------------------------------------------------------------------------ 16:23:30.686 [WARNING] 16:23:30.686 [WARNING] Plugin validation issues were detected in 3 plugin(s) 16:23:30.686 [WARNING] 16:23:30.686 [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 16:23:30.686 [WARNING] * org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.3 16:23:30.686 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.6.0 16:23:30.686 [WARNING] 16:23:30.686 [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] 16:23:30.686 [WARNING] 16:23:30.817 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-apitools-plugin:4.0.3:verify (verify) on project org.eclipse.jface: Execute ApiApplication failed: Application returned exit code 4 -> [Help 1] 16:23:30.818 [ERROR] 16:23:30.818 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 16:23:30.818 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 16:23:30.818 [ERROR] 16:23:30.818 [ERROR] For more information about the errors and possible solutions, please read the following articles: 16:23:30.818 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException 16:23:30.818 [ERROR] 16:23:30.818 [ERROR] After correcting the problems, you can resume the build with the command 16:23:30.818 [ERROR] mvn <args> -rf :org.eclipse.jface [Pipeline] } Terminating xvnc. Wed Oct 4 16:23:37 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.39.5/10.40.39.5:51030 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: 4a9f3eea-d15d-49c4-a373-7aa0664dbd0a 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