Branch indexing Connecting to https://api.github.com using 277682/****** 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 ffb0cdcc5dc9ebeed2f4c24da52d9e4991553212 rather than f7980cfbef58da74bf58878b7b14aba36be1de3a Obtained Jenkinsfile from ffb0cdcc5dc9ebeed2f4c24da52d9e4991553212 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-zwwmj 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-zwwmj" 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-zwwmj" - 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-zwwmj" - 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-3160.vd76b_9ddd10cc" 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-zwwmj in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057 [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-1057 # timeout=10 Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.ui.git > git --version # timeout=10 > git --version # 'git version 2.41.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.ui.git +refs/pull/1057/head:refs/remotes/origin/PR-1057 # timeout=10 Cleaning workspace Fetching without tags Checking out Revision f7980cfbef58da74bf58878b7b14aba36be1de3a (PR-1057) > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.ui.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/1057/head:refs/remotes/origin/PR-1057 # timeout=10 > 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/1057/head:refs/remotes/origin/PR-1057 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f7980cfbef58da74bf58878b7b14aba36be1de3a # timeout=10 Commit message: "Expand an expandable node once it is visible." 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-parse HEAD^{commit} # timeout=10 [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.ui.git' [GitCheckoutListener] Found no previous build with recorded Git commits [GitCheckoutListener] -> Starting initial recording of commits [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit 'f7980cf' as starting point [GitCheckoutListener] -> Recorded 200 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@7e339bab' 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-1057] $ Xvnc -help Starting xvnc [eclipse.platform.ui_PR-1057] $ Xvnc :50 -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 Tue Jan 30 11:34:43 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5950 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-1057/.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.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" 11:34:51.783 [INFO] Scanning for projects... 11:35:00.448 [WARNING] 11:35:00.448 [WARNING] Some problems were encountered while building the effective model for org.eclipse.platform:org.eclipse.jface.text:eclipse-plugin:3.24.100-SNAPSHOT 11:35:00.448 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. 11:35:00.448 [WARNING] 11:35:00.448 [WARNING] Some problems were encountered while building the effective model for org.eclipse.platform:org.eclipse.search:eclipse-plugin:3.15.200-SNAPSHOT 11:35:00.448 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. 11:35:00.449 [WARNING] 11:35:00.449 [WARNING] Some problems were encountered while building the effective model for org.eclipse.platform:org.eclipse.text:eclipse-plugin:3.13.100-SNAPSHOT 11:35:00.449 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. 11:35:00.449 [WARNING] 11:35:00.449 [WARNING] Some problems were encountered while building the effective model for org.eclipse.platform:org.eclipse.ui.ide:eclipse-plugin:3.21.100-SNAPSHOT 11:35:00.449 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. 11:35:00.449 [WARNING] 11:35:00.449 [WARNING] Some problems were encountered while building the effective model for org.eclipse.platform:org.eclipse.ui.workbench:eclipse-plugin:3.130.0-SNAPSHOT 11:35:00.449 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. 11:35:00.449 [WARNING] 11:35:00.449 [WARNING] Some problems were encountered while building the effective model for org.eclipse.platform:org.eclipse.text.tests:eclipse-test-plugin:3.14.100-SNAPSHOT 11:35:00.449 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. 11:35:00.449 [WARNING] 11:35:00.449 [WARNING] Some problems were encountered while building the effective model for org.eclipse.platform:org.eclipse.ui.examples.javaeditor:eclipse-plugin:3.4.100-SNAPSHOT 11:35:00.449 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. 11:35:00.449 [WARNING] 11:35:00.449 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. 11:35:00.449 [WARNING] 11:35:00.449 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. 11:35:00.449 [WARNING] 11:35:00.505 [INFO] Tycho Version: 4.0.2 (d1245889ae2522a3057c2300142b212c6c7c60c8) 11:35:00.505 [INFO] Tycho Mode: extension 11:35:00.505 [INFO] Tycho Builder: maven 11:35:25.417 [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). 11:35:25.421 [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). 11:35:25.481 [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). 11:35:26.007 [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). 11:35:26.036 [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). 11:35:32.900 [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). 11:35:32.921 [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). 11:35:33.288 [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). 11:35:33.290 [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). 11:35:33.300 [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). 11:35:33.693 [INFO] ------------------------------------------------------------------------ 11:35:33.693 [INFO] Reactor Build Order: 11:35:33.693 [INFO] 11:35:33.694 [INFO] eclipse.platform.ui [pom] 11:35:33.694 [INFO] [aggregator] features [pom] 11:35:33.694 [INFO] [aggregator] bundles [pom] 11:35:33.694 [INFO] [bundle] Commands [eclipse-plugin] 11:35:33.695 [INFO] [bundle] JFace [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse e4 core commands [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse UI Dependency Injection [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse UI Application Services [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse Bindings Support [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse UI Custom widgets [eclipse-plugin] 11:35:33.695 [INFO] [bundle] JFace Data Binding Observables [eclipse-plugin] 11:35:33.695 [INFO] [bundle] JFace Data Binding Properties [eclipse-plugin] 11:35:33.695 [INFO] [bundle] JFace Data Binding [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Bundle for Workbench APIs available in e4 [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse CSS Core Support [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse CSS SWT Support [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse e4 dialogs [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse URI Scheme Handling [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse CSS SWT Theme Support [eclipse-plugin] 11:35:33.695 [INFO] [bundle] JFace Data Binding for SWT and JFace [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse Model Xpath [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse Workbench Model [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse e4 Workbench [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse e4 Workbench SWT [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse e4 Workbench SWT Renderer [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse e4 Progress View [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse e4 Workbench Add-ons [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] 11:35:33.695 [INFO] [bundle] JFace Data Binding for JavaBeans [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse UI GTK Enhancements [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse UI WIN32 Enhancements [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Notification API [eclipse-plugin] 11:35:33.695 [INFO] [feature] Eclipse 4 Rich Client Platform [eclipse-feature] 11:35:33.695 [INFO] [bundle] Text [eclipse-plugin] 11:35:33.695 [INFO] [bundle] File Buffers [eclipse-plugin] 11:35:33.695 [INFO] [bundle] E4 IDE UI [eclipse-plugin] 11:35:33.695 [INFO] [bundle] JFace Text [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse Workbench [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse UI [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Text Editor Framework [eclipse-plugin] 11:35:33.695 [INFO] [bundle] Eclipse Forms [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Common Navigator View [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Views [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Eclipse IDE UI [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Search Support [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Default Text Editor [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Quick Search [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Browser Support [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Generic and Extensible Text Editor [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Tabbed Properties View [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Navigator Workbench Components [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Eclipse IDE UI Application [eclipse-plugin] 11:35:33.696 [INFO] [bundle] UI Freeze Monitoring [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Eclipse SDK Themes [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Log View [eclipse-plugin] 11:35:33.696 [INFO] [bundle] Eclipse UI Win32 Enhancements [eclipse-plugin] 11:35:33.696 [INFO] [aggregator] tests [pom] 11:35:33.696 [INFO] [test-bundle] File Buffers Test Plug-in [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Eclipse e4 core commands tests [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] XPathTest Model [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] UI Bindings Tests [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] TestModel Model [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] e4 css core tests [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] e4 css swt tests (Incubation) [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Harness Plug-in [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Jface tests [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] JFace Data Binding Conformance Tests [eclipse-test-plugin] 11:35:33.696 [INFO] eclipse.platform.ui.examples [pom] 11:35:33.696 [INFO] [bundle] JFace Data Binding Examples [eclipse-plugin] 11:35:33.696 [INFO] [test-bundle] JFace Data Binding Tests [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Jface notifications tests [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Text Test Plug-in [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] JFace Text Test Plug-in [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Search Support Tests Plug-in [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Editors Test Plug-in [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Workbench Text Editor Test Plug-in [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Generic Editor Test Plug-in [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Eclipse UI IDE Application Tests [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] UI Freeze Monitoring Tests [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Eclipse UI Tests [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Plugin.name [eclipse-test-plugin] 11:35:33.696 [INFO] [test-bundle] Forms Test [eclipse-test-plugin] 11:35:33.697 [INFO] [test-bundle] Common Navigator Tests [eclipse-test-plugin] 11:35:33.697 [INFO] [test-bundle] Performance Plug-in [eclipse-test-plugin] 11:35:33.697 [INFO] [test-bundle] Pluginchecks [eclipse-test-plugin] 11:35:33.697 [INFO] [test-bundle] Eclipse RCP Tests [eclipse-test-plugin] 11:35:33.697 [INFO] [test-bundle] Tabbed Properties View Tests [eclipse-test-plugin] 11:35:33.697 [INFO] [bundle] CSS bridge demo [eclipse-plugin] 11:35:33.697 [INFO] [bundle] e4 Progress Examples Plug-in [eclipse-plugin] 11:35:33.697 [INFO] [bundle] JFace Snippets Plug-in [eclipse-plugin] 11:35:33.697 [INFO] [bundle] CodeMinig Examples [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Services Snippets (Incubation) [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Command Contribution Examples [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Field Assist Example [eclipse-plugin] 11:35:33.697 [INFO] [bundle] JFace Text Example [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Progress Examples Plug-in [eclipse-plugin] 11:35:33.697 [INFO] [bundle] pluginName [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Multi-Page Editor Example [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Common Navigator Examples [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Example for a Perspective [eclipse-plugin] 11:35:33.697 [INFO] [bundle] User File Editor [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Readme File Editing Tool [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Undo Example [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Example for Eclipse URI Scheme Handling [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Tabbed Properties View Article Example [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Examples of Eclipse Forms [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Examples for Generic Editor [eclipse-plugin] 11:35:33.697 [INFO] eclipse.platform.ui.tools [pom] 11:35:33.697 [INFO] [aggregator] bundles [pom] 11:35:33.697 [INFO] [bundle] Tools [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Services [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Compat [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Persistence Model [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Perspective migrate compatibility Util [eclipse-plugin] 11:35:33.697 [INFO] org.eclipse.e4.tools.emf.ui [eclipse-plugin] 11:35:33.697 [INFO] [bundle] Editor3x [eclipse-plugin] 11:35:33.697 [INFO] [bundle] e4 JDT code templates [eclipse-plugin] 11:35:33.697 [INFO] [aggregator] features [pom] 11:35:33.697 [INFO] [feature] Eclipse e4 Tools [eclipse-feature] 11:35:33.697 [INFO] [feature] Eclipse Persistence [eclipse-feature] 11:35:33.697 [INFO] org.eclipse.e4.tools.compatibility.migration.tests [eclipse-test-plugin] 11:35:33.697 [INFO] org.eclipse.e4.tools.persistence.tests [eclipse-test-plugin] 11:35:33.697 [INFO] org.eclipse.e4.tools.test [eclipse-test-plugin] 11:35:33.697 [INFO] [aggregator] tests [pom] 11:35:33.713 [INFO] 11:35:33.713 [INFO] --------------< org.eclipse.platform:eclipse.platform.ui >-------------- 11:35:33.713 [INFO] Building eclipse.platform.ui 4.29.0-SNAPSHOT [1/128] 11:35:33.713 [INFO] from pom.xml 11:35:33.713 [INFO] --------------------------------[ pom ]--------------------------------- 11:35:33.722 [INFO] 11:35:33.722 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.ui --- 11:35:33.937 [INFO] 11:35:33.937 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui --- 11:35:34.558 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/saveproperties 11:35:34.559 [INFO] 11:35:34.559 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.platform.ui --- 11:35:35.031 [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed 11:35:35.031 [INFO] 11:35:35.031 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui --- 11:35:35.034 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/src/main/resources 11:35:35.035 [INFO] 11:35:35.035 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.platform.ui --- 11:35:35.038 [INFO] 11:35:35.038 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.platform.ui --- 11:35:35.044 [INFO] 11:35:35.045 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ eclipse.platform.ui --- 11:35:51.622 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 11:35:51.623 [INFO] 11:35:51.623 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui --- 11:35:51.625 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:35:51.627 [INFO] 11:35:51.627 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.platform.ui --- 11:35:51.632 [INFO] 11:35:51.632 [INFO] ------------------< org.eclipse.platform:ui-features >------------------ 11:35:51.632 [INFO] Building [aggregator] features 4.29.0-SNAPSHOT [2/128] 11:35:51.632 [INFO] from features/.polyglot.pom.tycho 11:35:51.632 [INFO] --------------------------------[ pom ]--------------------------------- 11:35:51.634 [INFO] 11:35:51.635 [INFO] --- clean:3.3.1:clean (default-clean) @ ui-features --- 11:35:51.635 [INFO] 11:35:51.635 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-features --- 11:35:51.637 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/features/saveproperties 11:35:51.637 [INFO] 11:35:51.637 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ ui-features --- 11:35:51.638 [INFO] 11:35:51.638 [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-features --- 11:35:51.639 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/features/src/main/resources 11:35:51.639 [INFO] 11:35:51.639 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ ui-features --- 11:35:51.640 [INFO] 11:35:51.640 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ ui-features --- 11:35:51.641 [INFO] 11:35:51.641 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ ui-features --- 11:35:51.646 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 11:35:51.646 [INFO] 11:35:51.646 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-features --- 11:35:51.647 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:35:51.647 [INFO] 11:35:51.647 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ ui-features --- 11:35:51.648 [INFO] 11:35:51.648 [INFO] ------------------< org.eclipse.platform:ui-bundles >------------------- 11:35:51.648 [INFO] Building [aggregator] bundles 4.29.0-SNAPSHOT [3/128] 11:35:51.648 [INFO] from bundles/.polyglot.pom.tycho 11:35:51.648 [INFO] --------------------------------[ pom ]--------------------------------- 11:35:51.650 [INFO] 11:35:51.650 [INFO] --- clean:3.3.1:clean (default-clean) @ ui-bundles --- 11:35:51.651 [INFO] 11:35:51.651 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-bundles --- 11:35:51.652 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/saveproperties 11:35:51.652 [INFO] 11:35:51.652 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ ui-bundles --- 11:35:51.652 [INFO] 11:35:51.652 [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-bundles --- 11:35:51.653 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/src/main/resources 11:35:51.653 [INFO] 11:35:51.653 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ ui-bundles --- 11:35:51.654 [INFO] 11:35:51.654 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ ui-bundles --- 11:35:51.654 [INFO] 11:35:51.654 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ ui-bundles --- 11:35:51.680 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 11:35:51.680 [INFO] 11:35:51.680 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-bundles --- 11:35:51.682 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:35:51.683 [INFO] 11:35:51.683 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ ui-bundles --- 11:35:51.684 [INFO] 11:35:51.684 [INFO] -----------< org.eclipse.platform:org.eclipse.core.commands >----------- 11:35:51.684 [INFO] Building [bundle] Commands 3.11.100-SNAPSHOT [4/128] 11:35:51.684 [INFO] from bundles/org.eclipse.core.commands/.polyglot.META-INF 11:35:51.684 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:35:53.484 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.29.0-SNAPSHOT/eclipse-sdk-prereqs-4.29.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@46494bec 11:35:53.528 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 11:35:53.529 [INFO] Cache location: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/.m2/repository/.cache/tycho 11:35:53.529 [INFO] Transport mode: online 11:35:53.529 [INFO] Http Transport type: Java11Client 11:35:53.529 [INFO] Update mode: cache first 11:35:53.530 [INFO] Minimum cache duration: 60 minutes 11:35:53.530 [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) 11:35:55.060 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 73.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.76, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.76, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 11:36:03.049 [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 11:36:04.956 [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 11:36:06.714 [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 11:36:07.195 [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 11:36:08.718 [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 11:36:09.950 [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 11:36:10.644 [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 11:36:10.951 [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 11:36:12.808 [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 11:36:13.230 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.29/R-4.29-202309031000 11:36:13.717 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.commands/.polyglot.META-INF 11:36:14.478 [INFO] 11:36:14.478 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.commands --- 11:36:14.481 [INFO] 11:36:14.481 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.core.commands --- 11:36:17.715 [INFO] The project's OSGi version is 3.11.100.v20230708-0916 11:36:17.715 [INFO] 11:36:17.715 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.core.commands --- 11:36:17.719 [INFO] 11:36:17.719 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.core.commands --- 11:36:17.720 [INFO] 11:36:17.720 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.commands --- 11:36:17.721 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.commands/saveproperties 11:36:17.721 [INFO] 11:36:17.721 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.core.commands --- 11:36:17.723 [INFO] 11:36:17.723 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.core.commands --- 11:36:17.730 [INFO] 11:36:17.730 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.core.commands --- 11:36:17.731 [INFO] Resolving class path of [bundle] Commands 11:36:17.914 [INFO] 11:36:17.914 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.commands --- 11:36:17.915 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.commands/src/main/resources 11:36:17.915 [INFO] 11:36:17.915 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.commands --- 11:36:17.916 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.commands/src/main/resources 11:36:17.916 [INFO] 11:36:17.916 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.core.commands --- 11:36:18.204 [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.commands/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:36:20.294 [INFO] 11:36:20.294 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.core.commands --- 11:36:20.300 [INFO] 11:36:20.300 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.core.commands --- 11:36:20.301 [INFO] 11:36:20.301 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.core.commands --- 11:36:21.632 [INFO] 11:36:21.632 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.commands --- 11:36:21.635 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.commands/src/test/resources 11:36:21.635 [INFO] 11:36:21.635 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.core.commands --- 11:36:21.641 [INFO] 11:36:21.641 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.commands --- 11:36:21.644 [INFO] 11:36:21.644 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.core.commands --- 11:36:21.715 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.11.100-SNAPSHOT-sources.jar 11:36:21.782 [INFO] 11:36:21.783 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.core.commands --- 11:36:21.812 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.11.100-SNAPSHOT.jar 11:36:21.892 [INFO] 11:36:21.892 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.commands --- 11:36:22.015 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:36:22.020 [INFO] 11:36:22.020 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.commands --- 11:36:26.000 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.11.100-SNAPSHOT-javadoc.jar 11:36:26.113 [INFO] 11:36:26.113 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.commands --- 11:36:26.115 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:36:26.280 [INFO] 11:36:26.281 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.core.commands --- 11:36:26.284 [INFO] Skipped because main artifact was replaced with baseline! 11:36:26.284 [INFO] 11:36:26.284 [INFO] ---------------< org.eclipse.platform:org.eclipse.jface >--------------- 11:36:26.284 [INFO] Building [bundle] JFace 3.31.0-SNAPSHOT [5/128] 11:36:26.284 [INFO] from bundles/org.eclipse.jface/.polyglot.META-INF 11:36:26.284 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:36:26.300 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface:3.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/.polyglot.META-INF 11:36:26.379 [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)).] 11:36:26.422 [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)).] 11:36:26.479 [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)).] 11:36:26.500 [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)).] 11:36:26.531 [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)).] 11:36:26.602 [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)).] 11:36:27.790 [INFO] 11:36:27.790 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.jface --- 11:36:27.791 [INFO] 11:36:27.791 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.jface --- 11:36:27.845 [INFO] The project's OSGi version is 3.31.0.v20230824-1540 11:36:27.845 [INFO] 11:36:27.845 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.jface --- 11:36:27.847 [INFO] 11:36:27.847 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.jface --- 11:36:27.848 [INFO] 11:36:27.848 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface --- 11:36:27.849 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/saveproperties 11:36:27.849 [INFO] 11:36:27.849 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.jface --- 11:36:27.850 [INFO] 11:36:27.850 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.jface --- 11:36:27.869 [INFO] 11:36:27.869 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.jface --- 11:36:27.869 [INFO] Resolving class path of [bundle] JFace 11:36:27.901 [INFO] 11:36:27.901 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface --- 11:36:27.902 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/src/main/resources 11:36:27.902 [INFO] 11:36:27.902 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface --- 11:36:27.903 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/src/main/resources 11:36:27.903 [INFO] 11:36:27.903 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.jface --- 11:36:27.942 [INFO] Compiling 419 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:36:31.489 [INFO] 11:36:31.489 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.jface --- 11:36:31.492 [INFO] 11:36:31.492 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.jface --- 11:36:31.493 [INFO] 11:36:31.493 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.jface --- 11:36:35.365 [INFO] 11:36:35.365 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface --- 11:36:35.368 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/src/test/resources 11:36:35.368 [INFO] 11:36:35.368 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.jface --- 11:36:35.371 [INFO] 11:36:35.371 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface --- 11:36:35.372 [INFO] 11:36:35.372 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.jface --- 11:36:35.428 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/target/org.eclipse.jface-3.31.0-SNAPSHOT-sources.jar 11:36:35.539 [INFO] 11:36:35.539 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.jface --- 11:36:35.544 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/target/org.eclipse.jface-3.31.0-SNAPSHOT.jar 11:36:35.785 [INFO] 11:36:35.785 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface --- 11:36:35.815 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.jface:3.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/.polyglot.META-INF 11:36:35.816 [INFO] 11:36:35.816 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.jface --- 11:36:47.070 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 - /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) 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:906) 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) 11:36:47.169 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.jface/target/org.eclipse.jface-3.31.0-SNAPSHOT-javadoc.jar 11:36:47.450 [INFO] 11:36:47.450 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface --- 11:36:47.453 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:36:47.464 [INFO] 11:36:47.464 [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.commands >---------- 11:36:47.464 [INFO] Building [bundle] Eclipse e4 core commands 1.1.100-SNAPSHOT [6/128] 11:36:47.464 [INFO] from bundles/org.eclipse.e4.core.commands/.polyglot.META-INF 11:36:47.464 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:36:47.486 [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-1057/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF 11:36:47.504 [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)).] 11:36:47.528 [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)).] 11:36:47.555 [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)).] 11:36:47.582 [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)).] 11:36:47.600 [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)).] 11:36:47.618 [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)).] 11:36:47.941 [INFO] 11:36:47.941 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.core.commands --- 11:36:47.943 [INFO] 11:36:47.944 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands --- 11:36:47.983 [INFO] The project's OSGi version is 1.1.100.v20230630-1554 11:36:47.983 [INFO] 11:36:47.983 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.core.commands --- 11:36:47.984 [INFO] 11:36:47.984 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.core.commands --- 11:36:47.984 [INFO] 11:36:47.984 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.commands --- 11:36:47.985 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/saveproperties 11:36:47.986 [INFO] 11:36:47.986 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.core.commands --- 11:36:47.993 [INFO] 11:36:47.993 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.core.commands --- 11:36:47.996 [INFO] 11:36:47.996 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.commands --- 11:36:47.997 [INFO] Resolving class path of [bundle] Eclipse e4 core commands 11:36:48.030 [INFO] 11:36:48.030 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.commands --- 11:36:48.032 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/src/main/resources 11:36:48.032 [INFO] 11:36:48.032 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.commands --- 11:36:48.033 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/src/main/resources 11:36:48.033 [INFO] 11:36:48.033 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.core.commands --- 11:36:48.062 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:36:48.256 [INFO] 11:36:48.256 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.core.commands --- 11:36:48.257 [INFO] 11:36:48.257 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.core.commands --- 11:36:48.258 [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions 11:36:48.596 [INFO] org.eclipse.e4.core.commands.internal.CommandServiceCreationFunction.xml 11:36:48.596 [INFO] org.eclipse.e4.core.commands.internal.HandlerServiceCreationFunction.xml 11:36:48.596 [INFO] 2 component(s) where generated. 11:36:48.599 [INFO] 11:36:48.599 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.core.commands --- 11:36:48.613 [INFO] 11:36:48.614 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.commands --- 11:36:48.614 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/src/test/resources 11:36:48.615 [INFO] 11:36:48.615 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.core.commands --- 11:36:48.617 [INFO] 11:36:48.617 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.commands --- 11:36:48.619 [INFO] 11:36:48.619 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.core.commands --- 11:36:48.624 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.100-SNAPSHOT-sources.jar 11:36:48.641 [INFO] 11:36:48.641 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands --- 11:36:48.649 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.100-SNAPSHOT.jar 11:36:48.685 [INFO] 11:36:48.685 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands --- 11:36:48.708 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:36:48.709 [INFO] 11:36:48.709 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.core.commands --- 11:36:51.826 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java:54: error: malformed HTML * Map parameters = new HashMap(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java:54: error: malformed HTML * Map parameters = new HashMap(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java:53: error: malformed HTML * Map parameters = new HashMap(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java:53: error: malformed HTML * Map parameters = new HashMap(); ^ 4 errors Command line was: /opt/tools/java/temurin/jdk-17/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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-1057/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java:54: error: malformed HTML * Map parameters = new HashMap(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java:54: error: malformed HTML * Map parameters = new HashMap(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java:53: error: malformed HTML * Map parameters = new HashMap(); ^ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java:53: error: malformed HTML * Map parameters = new HashMap(); ^ 4 errors Command line was: /opt/tools/java/temurin/jdk-17/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) 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:906) 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) 11:36:51.833 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.1.100-SNAPSHOT-javadoc.jar 11:36:51.882 [INFO] 11:36:51.882 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands --- 11:36:51.884 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:36:51.912 [INFO] 11:36:51.912 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.core.commands --- 11:36:51.914 [INFO] Skipped because main artifact was replaced with baseline! 11:36:51.914 [INFO] 11:36:51.914 [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.di >-------------- 11:36:51.914 [INFO] Building [bundle] Eclipse UI Dependency Injection 1.5.100-SNAPSHOT [7/128] 11:36:51.914 [INFO] from bundles/org.eclipse.e4.ui.di/.polyglot.META-INF 11:36:51.914 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:36:51.923 [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-1057/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF 11:36:51.941 [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)).] 11:36:51.958 [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)).] 11:36:51.995 [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)).] 11:36:52.011 [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)).] 11:36:52.027 [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)).] 11:36:52.044 [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)).] 11:36:52.089 [INFO] 11:36:52.089 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.di --- 11:36:52.090 [INFO] 11:36:52.090 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.di --- 11:36:52.134 [INFO] The project's OSGi version is 1.5.100.v20230630-1554 11:36:52.135 [INFO] 11:36:52.135 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.ui.di --- 11:36:52.136 [INFO] 11:36:52.136 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.ui.di --- 11:36:52.136 [INFO] 11:36:52.136 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.di --- 11:36:52.138 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.di/saveproperties 11:36:52.138 [INFO] 11:36:52.138 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.ui.di --- 11:36:52.140 [INFO] 11:36:52.140 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.ui.di --- 11:36:52.142 [INFO] 11:36:52.142 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.di --- 11:36:52.142 [INFO] Resolving class path of [bundle] Eclipse UI Dependency Injection 11:36:52.178 [INFO] 11:36:52.178 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.di --- 11:36:52.179 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.di/src/main/resources 11:36:52.179 [INFO] 11:36:52.179 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.di --- 11:36:52.180 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.di/src/main/resources 11:36:52.180 [INFO] 11:36:52.180 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.ui.di --- 11:36:52.212 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.di/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:36:52.327 [INFO] 11:36:52.327 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.ui.di --- 11:36:52.328 [INFO] 11:36:52.328 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.di --- 11:36:52.328 [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions 11:36:52.394 [INFO] org.eclipse.e4.ui.internal.di.UIEventObjectSupplier.xml 11:36:52.394 [INFO] 1 component(s) where generated. 11:36:52.395 [INFO] 11:36:52.395 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.ui.di --- 11:36:52.407 [INFO] 11:36:52.407 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.di --- 11:36:52.408 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.di/src/test/resources 11:36:52.408 [INFO] 11:36:52.408 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.ui.di --- 11:36:52.411 [INFO] 11:36:52.411 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.di --- 11:36:52.412 [INFO] 11:36:52.412 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.ui.di --- 11:36:52.416 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.100-SNAPSHOT-sources.jar 11:36:52.433 [INFO] 11:36:52.433 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.di --- 11:36:52.437 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.100-SNAPSHOT.jar 11:36:52.456 [INFO] 11:36:52.456 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.di --- 11:36:52.550 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:36:52.551 [INFO] 11:36:52.552 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.di --- 11:36:55.095 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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-1057/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/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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-1057/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-1057/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/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.di/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) 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:906) 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) 11:36:55.102 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.5.100-SNAPSHOT-javadoc.jar 11:36:55.124 [INFO] 11:36:55.125 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.di --- 11:36:55.128 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:36:55.155 [INFO] 11:36:55.155 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.ui.di --- 11:36:55.157 [INFO] Skipped because main artifact was replaced with baseline! 11:36:55.157 [INFO] 11:36:55.157 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.services >----------- 11:36:55.157 [INFO] Building [bundle] Eclipse UI Application Services 1.6.100-SNAPSHOT [8/128] 11:36:55.157 [INFO] from bundles/org.eclipse.e4.ui.services/.polyglot.META-INF 11:36:55.157 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:36:55.167 [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-1057/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF 11:36:55.185 [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)).] 11:36:55.202 [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)).] 11:36:55.218 [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)).] 11:36:55.234 [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)).] 11:36:55.257 [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)).] 11:36:55.273 [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)).] 11:36:55.296 [INFO] 11:36:55.296 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.services --- 11:36:55.298 [INFO] 11:36:55.298 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.services --- 11:36:55.324 [INFO] The project's OSGi version is 1.6.100.v20230630-1554 11:36:55.324 [INFO] 11:36:55.324 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.ui.services --- 11:36:55.325 [INFO] 11:36:55.325 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.ui.services --- 11:36:55.326 [INFO] 11:36:55.326 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.services --- 11:36:55.327 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.services/saveproperties 11:36:55.327 [INFO] 11:36:55.327 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.ui.services --- 11:36:55.329 [INFO] 11:36:55.329 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.ui.services --- 11:36:55.336 [INFO] 11:36:55.336 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.services --- 11:36:55.336 [INFO] Resolving class path of [bundle] Eclipse UI Application Services 11:36:55.391 [INFO] 11:36:55.391 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.services --- 11:36:55.391 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.services/src/main/resources 11:36:55.392 [INFO] 11:36:55.392 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.services --- 11:36:55.393 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.services/src/main/resources 11:36:55.393 [INFO] 11:36:55.393 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.ui.services --- 11:36:55.423 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.services/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:36:55.609 [INFO] 11:36:55.609 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.ui.services --- 11:36:55.610 [INFO] 11:36:55.610 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.services --- 11:36:55.611 [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions 11:36:55.695 [INFO] org.eclipse.e4.ui.services.events.EventBrokerFactory.xml 11:36:55.696 [INFO] 1 component(s) where generated. 11:36:55.697 [INFO] 11:36:55.697 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.ui.services --- 11:36:55.711 [INFO] 11:36:55.711 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.services --- 11:36:55.712 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.services/src/test/resources 11:36:55.712 [INFO] 11:36:55.712 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.ui.services --- 11:36:55.715 [INFO] 11:36:55.715 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.services --- 11:36:55.717 [INFO] 11:36:55.717 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.ui.services --- 11:36:55.723 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.100-SNAPSHOT-sources.jar 11:36:55.736 [INFO] 11:36:55.736 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.services --- 11:36:55.744 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.100-SNAPSHOT.jar 11:36:55.790 [INFO] 11:36:55.790 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.services --- 11:36:55.845 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:36:55.846 [INFO] 11:36:55.846 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.services --- 11:36:58.535 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.6.100-SNAPSHOT-javadoc.jar 11:36:58.558 [INFO] 11:36:58.558 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.services --- 11:36:58.559 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:36:58.581 [INFO] 11:36:58.581 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.ui.services --- 11:36:58.582 [INFO] Skipped because main artifact was replaced with baseline! 11:36:58.582 [INFO] 11:36:58.582 [INFO] ------------------------------------------------------------------------ 11:36:58.582 [INFO] Skipping [bundle] Eclipse Bindings Support 11:36:58.582 [INFO] This project has been banned from the build due to previous failures. 11:36:58.582 [INFO] ------------------------------------------------------------------------ 11:36:58.582 [INFO] 11:36:58.582 [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.widgets >----------- 11:36:58.582 [INFO] Building [bundle] Eclipse UI Custom widgets 1.4.0-SNAPSHOT [9/128] 11:36:58.582 [INFO] from bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF 11:36:58.582 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:36:58.590 [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-1057/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF 11:36:58.636 [INFO] 11:36:58.636 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.widgets --- 11:36:58.637 [INFO] 11:36:58.637 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.widgets --- 11:36:58.680 [INFO] The project's OSGi version is 1.4.0.v20230317-0802 11:36:58.680 [INFO] 11:36:58.680 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.ui.widgets --- 11:36:58.681 [INFO] 11:36:58.681 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.ui.widgets --- 11:36:58.681 [INFO] 11:36:58.681 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.widgets --- 11:36:58.682 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.widgets/saveproperties 11:36:58.682 [INFO] 11:36:58.682 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.ui.widgets --- 11:36:58.684 [INFO] 11:36:58.684 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.ui.widgets --- 11:36:58.685 [INFO] 11:36:58.685 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.widgets --- 11:36:58.685 [INFO] Resolving class path of [bundle] Eclipse UI Custom widgets 11:36:58.693 [INFO] 11:36:58.693 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.widgets --- 11:36:58.694 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.widgets/src/main/resources 11:36:58.694 [INFO] 11:36:58.694 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.widgets --- 11:36:58.695 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.widgets/src/main/resources 11:36:58.695 [INFO] 11:36:58.695 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.ui.widgets --- 11:36:58.717 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.widgets/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:36:58.818 [INFO] 11:36:58.818 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.ui.widgets --- 11:36:58.818 [INFO] 11:36:58.818 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.widgets --- 11:36:58.819 [INFO] 11:36:58.819 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.ui.widgets --- 11:36:58.822 [INFO] 11:36:58.822 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.widgets --- 11:36:58.823 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.widgets/src/test/resources 11:36:58.823 [INFO] 11:36:58.823 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.ui.widgets --- 11:36:58.826 [INFO] 11:36:58.826 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.widgets --- 11:36:58.827 [INFO] 11:36:58.827 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.ui.widgets --- 11:36:58.832 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.0-SNAPSHOT-sources.jar 11:36:58.844 [INFO] 11:36:58.844 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.widgets --- 11:36:58.849 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.0-SNAPSHOT.jar 11:36:58.855 [INFO] 11:36:58.855 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.widgets --- 11:36:58.901 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:36:58.902 [INFO] 11:36:58.903 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.widgets --- 11:37:01.245 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.4.0-SNAPSHOT-javadoc.jar 11:37:01.272 [INFO] 11:37:01.272 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.widgets --- 11:37:01.273 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:37:01.294 [INFO] 11:37:01.294 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.ui.widgets --- 11:37:01.296 [INFO] Skipped because main artifact was replaced with baseline! 11:37:01.296 [INFO] 11:37:01.296 [INFO] ----< org.eclipse.platform:org.eclipse.core.databinding.observable >---- 11:37:01.296 [INFO] Building [bundle] JFace Data Binding Observables 1.13.100-SNAPSHOT [10/128] 11:37:01.296 [INFO] from bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF 11:37:01.296 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:37:01.303 [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-1057/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF 11:37:01.341 [INFO] 11:37:01.341 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.databinding.observable --- 11:37:01.342 [INFO] 11:37:01.342 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.observable --- 11:37:01.383 [INFO] The project's OSGi version is 1.13.100.v20230708-0916 11:37:01.383 [INFO] 11:37:01.383 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.core.databinding.observable --- 11:37:01.386 [INFO] 11:37:01.386 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.core.databinding.observable --- 11:37:01.386 [INFO] 11:37:01.386 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.observable --- 11:37:01.388 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.observable/saveproperties 11:37:01.388 [INFO] 11:37:01.388 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.core.databinding.observable --- 11:37:01.390 [INFO] 11:37:01.390 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.core.databinding.observable --- 11:37:01.391 [INFO] 11:37:01.391 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.observable --- 11:37:01.391 [INFO] Resolving class path of [bundle] JFace Data Binding Observables 11:37:01.399 [INFO] 11:37:01.399 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.observable --- 11:37:01.401 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.observable/src/main/resources 11:37:01.401 [INFO] 11:37:01.401 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.observable --- 11:37:01.402 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.observable/src/main/resources 11:37:01.402 [INFO] 11:37:01.402 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.core.databinding.observable --- 11:37:01.429 [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.observable/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:37:02.196 [INFO] 11:37:02.196 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.core.databinding.observable --- 11:37:02.197 [INFO] 11:37:02.197 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.observable --- 11:37:02.198 [INFO] 11:37:02.198 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.core.databinding.observable --- 11:37:02.579 [INFO] 11:37:02.579 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.observable --- 11:37:02.580 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.observable/src/test/resources 11:37:02.580 [INFO] 11:37:02.580 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.core.databinding.observable --- 11:37:02.582 [INFO] 11:37:02.583 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.observable --- 11:37:02.584 [INFO] 11:37:02.584 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.core.databinding.observable --- 11:37:02.599 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.100-SNAPSHOT-sources.jar 11:37:02.624 [INFO] 11:37:02.624 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.observable --- 11:37:02.632 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.100-SNAPSHOT.jar 11:37:02.729 [INFO] 11:37:02.729 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.observable --- 11:37:02.827 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:37:02.828 [INFO] 11:37:02.828 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.databinding.observable --- 11:37:08.964 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.100-SNAPSHOT-javadoc.jar 11:37:09.040 [INFO] 11:37:09.040 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.observable --- 11:37:09.041 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:37:09.116 [INFO] 11:37:09.116 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.core.databinding.observable --- 11:37:09.118 [INFO] Skipped because main artifact was replaced with baseline! 11:37:09.118 [INFO] 11:37:09.118 [INFO] -----< org.eclipse.platform:org.eclipse.core.databinding.property >----- 11:37:09.118 [INFO] Building [bundle] JFace Data Binding Properties 1.10.100-SNAPSHOT [11/128] 11:37:09.118 [INFO] from bundles/org.eclipse.core.databinding.property/.polyglot.META-INF 11:37:09.118 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:37:09.126 [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-1057/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF 11:37:09.159 [INFO] 11:37:09.159 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.databinding.property --- 11:37:09.159 [INFO] 11:37:09.159 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.property --- 11:37:09.187 [INFO] The project's OSGi version is 1.10.100.v20230708-0916 11:37:09.187 [INFO] 11:37:09.187 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.core.databinding.property --- 11:37:09.188 [INFO] 11:37:09.188 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.core.databinding.property --- 11:37:09.188 [INFO] 11:37:09.188 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.property --- 11:37:09.189 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.property/saveproperties 11:37:09.189 [INFO] 11:37:09.189 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.core.databinding.property --- 11:37:09.191 [INFO] 11:37:09.191 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.core.databinding.property --- 11:37:09.196 [INFO] 11:37:09.196 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.property --- 11:37:09.197 [INFO] Resolving class path of [bundle] JFace Data Binding Properties 11:37:09.204 [INFO] 11:37:09.204 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.property --- 11:37:09.205 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.property/src/main/resources 11:37:09.206 [INFO] 11:37:09.206 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.property --- 11:37:09.206 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.property/src/main/resources 11:37:09.206 [INFO] 11:37:09.206 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.core.databinding.property --- 11:37:09.226 [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.property/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:37:09.533 [INFO] 11:37:09.533 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.core.databinding.property --- 11:37:09.533 [INFO] 11:37:09.533 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.property --- 11:37:09.534 [INFO] 11:37:09.534 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.core.databinding.property --- 11:37:09.609 [INFO] 11:37:09.609 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.property --- 11:37:09.609 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.property/src/test/resources 11:37:09.609 [INFO] 11:37:09.610 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.core.databinding.property --- 11:37:09.612 [INFO] 11:37:09.612 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.property --- 11:37:09.613 [INFO] 11:37:09.613 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.core.databinding.property --- 11:37:09.621 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.100-SNAPSHOT-sources.jar 11:37:09.630 [INFO] 11:37:09.630 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.property --- 11:37:09.635 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.100-SNAPSHOT.jar 11:37:09.661 [INFO] 11:37:09.661 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.property --- 11:37:09.703 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:37:09.705 [INFO] 11:37:09.705 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.databinding.property --- 11:37:13.751 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.10.100-SNAPSHOT-javadoc.jar 11:37:13.798 [INFO] 11:37:13.799 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.property --- 11:37:13.801 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:37:13.906 [INFO] 11:37:13.906 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.core.databinding.property --- 11:37:13.909 [INFO] Skipped because main artifact was replaced with baseline! 11:37:13.909 [INFO] 11:37:13.909 [INFO] ---------< org.eclipse.platform:org.eclipse.core.databinding >---------- 11:37:13.909 [INFO] Building [bundle] JFace Data Binding 1.13.100-SNAPSHOT [12/128] 11:37:13.909 [INFO] from bundles/org.eclipse.core.databinding/.polyglot.META-INF 11:37:13.909 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:37:13.920 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding/.polyglot.META-INF 11:37:13.979 [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)).] 11:37:13.991 [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)).] 11:37:14.004 [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)).] 11:37:14.019 [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)).] 11:37:14.082 [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)).] 11:37:14.097 [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)).] 11:37:14.105 [INFO] 11:37:14.105 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.databinding --- 11:37:14.107 [INFO] 11:37:14.107 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding --- 11:37:14.183 [INFO] The project's OSGi version is 1.13.100.v20230708-0916 11:37:14.183 [INFO] 11:37:14.183 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.core.databinding --- 11:37:14.184 [INFO] 11:37:14.184 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.core.databinding --- 11:37:14.185 [INFO] 11:37:14.185 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding --- 11:37:14.186 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding/saveproperties 11:37:14.186 [INFO] 11:37:14.186 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.core.databinding --- 11:37:14.188 [INFO] 11:37:14.188 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.core.databinding --- 11:37:14.198 [INFO] 11:37:14.198 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding --- 11:37:14.199 [INFO] Resolving class path of [bundle] JFace Data Binding 11:37:14.211 [INFO] 11:37:14.211 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding --- 11:37:14.212 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding/src/main/resources 11:37:14.212 [INFO] 11:37:14.212 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding --- 11:37:14.213 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding/src/main/resources 11:37:14.213 [INFO] 11:37:14.213 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.core.databinding --- 11:37:14.317 [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:37:14.984 [INFO] 11:37:14.984 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.core.databinding --- 11:37:14.985 [INFO] 11:37:14.985 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.core.databinding --- 11:37:14.986 [INFO] 11:37:14.986 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.core.databinding --- 11:37:15.128 [INFO] 11:37:15.128 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding --- 11:37:15.129 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding/src/test/resources 11:37:15.129 [INFO] 11:37:15.129 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.core.databinding --- 11:37:15.132 [INFO] 11:37:15.132 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding --- 11:37:15.133 [INFO] 11:37:15.133 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.core.databinding --- 11:37:15.148 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.100-SNAPSHOT-sources.jar 11:37:15.184 [INFO] 11:37:15.184 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.core.databinding --- 11:37:15.189 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.100-SNAPSHOT.jar 11:37:15.238 [INFO] 11:37:15.238 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding --- 11:37:15.319 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:37:15.322 [INFO] 11:37:15.322 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.databinding --- 11:37:21.864 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.13.100-SNAPSHOT-javadoc.jar 11:37:21.939 [INFO] 11:37:21.939 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding --- 11:37:21.940 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:37:22.044 [INFO] 11:37:22.044 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.core.databinding --- 11:37:22.048 [INFO] Skipped because main artifact was replaced with baseline! 11:37:22.049 [INFO] 11:37:22.049 [INFO] ---------< org.eclipse.platform:org.eclipse.e4.ui.workbench3 >---------- 11:37:22.049 [INFO] Building [bundle] Bundle for Workbench APIs available in e4 0.17.100-SNAPSHOT [13/128] 11:37:22.049 [INFO] from bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF 11:37:22.049 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:37:22.057 [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-1057/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF 11:37:22.080 [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)).] 11:37:22.092 [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)).] 11:37:22.115 [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)).] 11:37:22.130 [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)).] 11:37:22.145 [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)).] 11:37:22.159 [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)).] 11:37:22.178 [INFO] 11:37:22.178 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.181 [INFO] 11:37:22.181 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.211 [INFO] The project's OSGi version is 0.17.100.v20230727-0604 11:37:22.212 [INFO] 11:37:22.212 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.213 [INFO] 11:37:22.213 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.213 [INFO] 11:37:22.213 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.215 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench3/saveproperties 11:37:22.215 [INFO] 11:37:22.215 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.217 [INFO] 11:37:22.217 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.218 [INFO] 11:37:22.218 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.219 [INFO] Resolving class path of [bundle] Bundle for Workbench APIs available in e4 11:37:22.240 [INFO] 11:37:22.240 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.241 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench3/src/main/resources 11:37:22.241 [INFO] 11:37:22.241 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.241 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench3/src/main/resources 11:37:22.241 [INFO] 11:37:22.242 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.264 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench3/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:37:22.406 [INFO] 11:37:22.406 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.406 [INFO] 11:37:22.406 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.407 [INFO] 11:37:22.407 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.421 [INFO] 11:37:22.421 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.422 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench3/src/test/resources 11:37:22.422 [INFO] 11:37:22.422 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.424 [INFO] 11:37:22.424 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.425 [INFO] 11:37:22.425 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.429 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.100-SNAPSHOT-sources.jar 11:37:22.447 [INFO] 11:37:22.447 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.453 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.100-SNAPSHOT.jar 11:37:22.491 [INFO] 11:37:22.491 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench3 --- 11:37:22.540 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:37:22.541 [INFO] 11:37:22.541 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.workbench3 --- 11:37:24.750 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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-1057/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/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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-1057/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-1057/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/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench3/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) 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:906) 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) 11:37:24.755 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.100-SNAPSHOT-javadoc.jar 11:37:24.789 [INFO] 11:37:24.789 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench3 --- 11:37:24.790 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:37:24.815 [INFO] 11:37:24.815 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.ui.workbench3 --- 11:37:24.817 [INFO] Skipped because main artifact was replaced with baseline! 11:37:24.817 [INFO] 11:37:24.817 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.css.core >----------- 11:37:24.817 [INFO] Building [bundle] Eclipse CSS Core Support 0.14.100-SNAPSHOT [14/128] 11:37:24.817 [INFO] from bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF 11:37:24.817 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:37:24.825 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF 11:37:24.842 [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)).] 11:37:24.857 [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)).] 11:37:24.888 [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)).] 11:37:24.903 [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)).] 11:37:24.922 [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)).] 11:37:24.938 [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)).] 11:37:25.435 [INFO] 11:37:25.435 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.css.core --- 11:37:25.435 [INFO] 11:37:25.436 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.core --- 11:37:25.494 [INFO] The project's OSGi version is 0.14.100.v20230727-0604 11:37:25.494 [INFO] 11:37:25.494 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.core --- 11:37:25.495 [INFO] 11:37:25.495 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.core --- 11:37:25.495 [INFO] 11:37:25.495 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.core --- 11:37:25.496 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.css.core/saveproperties 11:37:25.496 [INFO] 11:37:25.496 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.ui.css.core --- 11:37:25.498 [INFO] 11:37:25.498 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.core --- 11:37:25.500 [INFO] 11:37:25.500 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.core --- 11:37:25.500 [INFO] Resolving class path of [bundle] Eclipse CSS Core Support 11:37:25.529 [INFO] 11:37:25.529 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.css.core --- 11:37:25.531 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.css.core/src/main/resources 11:37:25.531 [INFO] 11:37:25.531 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.css.core --- 11:37:25.532 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.css.core/src/main/resources 11:37:25.532 [INFO] 11:37:25.532 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.ui.css.core --- 11:37:25.596 [INFO] Compiling 153 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.css.core/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:37:26.050 [INFO] 11:37:26.050 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.ui.css.core --- 11:37:26.051 [INFO] 11:37:26.051 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.core --- 11:37:26.052 [INFO] 11:37:26.052 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.ui.css.core --- 11:37:26.060 [INFO] 11:37:26.060 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.css.core --- 11:37:26.062 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.css.core/src/test/resources 11:37:26.062 [INFO] 11:37:26.062 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.core --- 11:37:26.080 [INFO] 11:37:26.080 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.core --- 11:37:26.082 [INFO] 11:37:26.082 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.core --- 11:37:26.108 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.100-SNAPSHOT-sources.jar 11:37:26.148 [INFO] 11:37:26.148 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.core --- 11:37:26.155 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.100-SNAPSHOT.jar 11:37:26.248 [INFO] 11:37:26.248 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.core --- 11:37:26.337 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:37:26.339 [INFO] 11:37:26.339 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.css.core --- 11:37:32.651 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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-1057/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/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.css.core/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) 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:906) 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) 11:37:32.686 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.14.100-SNAPSHOT-javadoc.jar 11:37:32.811 [INFO] 11:37:32.811 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.core --- 11:37:32.813 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:37:32.933 [INFO] 11:37:32.933 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.ui.css.core --- 11:37:32.935 [INFO] Skipped because main artifact was replaced with baseline! 11:37:32.935 [INFO] 11:37:32.935 [INFO] ------------------------------------------------------------------------ 11:37:32.935 [INFO] Skipping [bundle] Eclipse CSS SWT Support 11:37:32.935 [INFO] This project has been banned from the build due to previous failures. 11:37:32.935 [INFO] ------------------------------------------------------------------------ 11:37:32.935 [INFO] 11:37:32.935 [INFO] ------------------------------------------------------------------------ 11:37:32.935 [INFO] Skipping [bundle] Eclipse e4 dialogs 11:37:32.935 [INFO] This project has been banned from the build due to previous failures. 11:37:32.935 [INFO] ------------------------------------------------------------------------ 11:37:32.935 [INFO] 11:37:32.935 [INFO] -------------< org.eclipse.platform:org.eclipse.urischeme >------------- 11:37:32.935 [INFO] Building [bundle] Eclipse URI Scheme Handling 1.3.100-SNAPSHOT [15/128] 11:37:32.935 [INFO] from bundles/org.eclipse.urischeme/.polyglot.META-INF 11:37:32.935 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:37:32.980 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.urischeme/.polyglot.META-INF 11:37:32.996 [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)).] 11:37:33.011 [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)).] 11:37:33.026 [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)).] 11:37:33.039 [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)).] 11:37:33.086 [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)).] 11:37:33.099 [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)).] 11:37:33.695 [INFO] 11:37:33.695 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.urischeme --- 11:37:33.696 [INFO] 11:37:33.696 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.urischeme --- 11:37:33.719 [INFO] The project's OSGi version is 1.3.100.v20230727-0604 11:37:33.720 [INFO] 11:37:33.720 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.urischeme --- 11:37:33.720 [INFO] 11:37:33.720 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.urischeme --- 11:37:33.721 [INFO] 11:37:33.721 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.urischeme --- 11:37:33.722 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.urischeme/saveproperties 11:37:33.722 [INFO] 11:37:33.722 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.urischeme --- 11:37:33.723 [INFO] 11:37:33.723 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.urischeme --- 11:37:33.725 [INFO] 11:37:33.725 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.urischeme --- 11:37:33.725 [INFO] Resolving class path of [bundle] Eclipse URI Scheme Handling 11:37:33.738 [INFO] 11:37:33.738 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.urischeme --- 11:37:33.738 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.urischeme/src/main/resources 11:37:33.738 [INFO] 11:37:33.738 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.urischeme --- 11:37:33.739 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.urischeme/src/main/resources 11:37:33.739 [INFO] 11:37:33.739 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.urischeme --- 11:37:33.759 [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.urischeme/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:37:33.934 [INFO] 11:37:33.934 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.urischeme --- 11:37:33.935 [INFO] 11:37:33.935 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.urischeme --- 11:37:33.936 [INFO] 11:37:33.936 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.urischeme --- 11:37:33.939 [INFO] 11:37:33.939 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.urischeme --- 11:37:33.940 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.urischeme/src/test/resources 11:37:33.940 [INFO] 11:37:33.940 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.urischeme --- 11:37:33.942 [INFO] 11:37:33.942 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.urischeme --- 11:37:33.943 [INFO] 11:37:33.943 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.urischeme --- 11:37:33.948 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.100-SNAPSHOT-sources.jar 11:37:33.958 [INFO] 11:37:33.958 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.urischeme --- 11:37:33.962 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.100-SNAPSHOT.jar 11:37:33.985 [INFO] 11:37:33.985 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.urischeme --- 11:37:34.022 [INFO] MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:37:34.023 [INFO] 11:37:34.023 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.urischeme --- 11:37:36.942 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.3.100-SNAPSHOT-javadoc.jar 11:37:36.964 [INFO] 11:37:36.964 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.urischeme --- 11:37:36.964 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:37:36.996 [INFO] 11:37:36.996 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.urischeme --- 11:37:36.997 [INFO] Skipped because main artifact was replaced with baseline! 11:37:36.997 [INFO] 11:37:36.997 [INFO] ------------------------------------------------------------------------ 11:37:36.997 [INFO] Skipping [bundle] Eclipse CSS SWT Theme Support 11:37:36.997 [INFO] This project has been banned from the build due to previous failures. 11:37:36.997 [INFO] ------------------------------------------------------------------------ 11:37:36.997 [INFO] 11:37:36.997 [INFO] ------------------------------------------------------------------------ 11:37:36.997 [INFO] Skipping [bundle] JFace Data Binding for SWT and JFace 11:37:36.997 [INFO] This project has been banned from the build due to previous failures. 11:37:36.997 [INFO] ------------------------------------------------------------------------ 11:37:36.997 [INFO] 11:37:36.997 [INFO] -----------< org.eclipse.platform:org.eclipse.e4.emf.xpath >------------ 11:37:36.997 [INFO] Building [bundle] Eclipse Model Xpath 0.4.100-SNAPSHOT [16/128] 11:37:36.998 [INFO] from bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF 11:37:36.998 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:37:37.005 [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-1057/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF 11:37:37.019 [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)).] 11:37:37.034 [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)).] 11:37:37.047 [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)).] 11:37:37.062 [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)).] 11:37:37.075 [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)).] 11:37:37.089 [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)).] 11:37:37.500 [INFO] 11:37:37.500 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.emf.xpath --- 11:37:37.500 [INFO] 11:37:37.500 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.emf.xpath --- 11:37:37.543 [INFO] The project's OSGi version is 0.4.100.v20230801-1255 11:37:37.543 [INFO] 11:37:37.543 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.emf.xpath --- 11:37:37.545 [INFO] 11:37:37.545 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.emf.xpath --- 11:37:37.546 [INFO] 11:37:37.546 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.emf.xpath --- 11:37:37.548 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.emf.xpath/saveproperties 11:37:37.548 [INFO] 11:37:37.548 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.emf.xpath --- 11:37:37.552 [INFO] 11:37:37.552 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.emf.xpath --- 11:37:37.553 [INFO] 11:37:37.553 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.emf.xpath --- 11:37:37.554 [INFO] Resolving class path of [bundle] Eclipse Model Xpath 11:37:37.581 [INFO] 11:37:37.581 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.emf.xpath --- 11:37:37.583 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.emf.xpath/src/main/resources 11:37:37.583 [INFO] 11:37:37.583 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.emf.xpath --- 11:37:37.584 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.emf.xpath/src/main/resources 11:37:37.584 [INFO] 11:37:37.584 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.emf.xpath --- 11:37:37.607 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.emf.xpath/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:37:37.743 [INFO] 11:37:37.743 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.emf.xpath --- 11:37:37.744 [INFO] 11:37:37.744 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.emf.xpath --- 11:37:37.745 [INFO] 11:37:37.745 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.emf.xpath --- 11:37:37.755 [INFO] 11:37:37.755 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.emf.xpath --- 11:37:37.756 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.emf.xpath/src/test/resources 11:37:37.756 [INFO] 11:37:37.756 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.emf.xpath --- 11:37:37.759 [INFO] 11:37:37.759 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.emf.xpath --- 11:37:37.761 [INFO] 11:37:37.761 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.emf.xpath --- 11:37:37.786 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.100-SNAPSHOT-sources.jar 11:37:37.796 [INFO] 11:37:37.796 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.emf.xpath --- 11:37:37.804 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.100-SNAPSHOT.jar 11:37:37.814 [INFO] 11:37:37.814 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.emf.xpath --- 11:37:37.836 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:37:37.837 [INFO] 11:37:37.837 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.emf.xpath --- 11:37:41.386 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.100-SNAPSHOT-javadoc.jar 11:37:41.411 [INFO] 11:37:41.411 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.emf.xpath --- 11:37:41.412 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:37:41.447 [INFO] 11:37:41.447 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.emf.xpath --- 11:37:41.448 [INFO] Skipped because main artifact was replaced with baseline! 11:37:41.448 [INFO] 11:37:41.448 [INFO] -------< org.eclipse.platform:org.eclipse.e4.ui.model.workbench >------- 11:37:41.448 [INFO] Building [bundle] Eclipse Workbench Model 2.4.100-SNAPSHOT [17/128] 11:37:41.448 [INFO] from bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF 11:37:41.448 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:37:41.456 [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-1057/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF 11:37:41.488 [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)).] 11:37:41.510 [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)).] 11:37:41.525 [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)).] 11:37:41.539 [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)).] 11:37:41.560 [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)).] 11:37:41.588 [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)).] 11:37:41.648 [INFO] 11:37:41.648 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.649 [INFO] 11:37:41.649 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.672 [INFO] The project's OSGi version is 2.4.100.v20230801-1255 11:37:41.672 [INFO] 11:37:41.672 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.673 [INFO] 11:37:41.673 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.673 [INFO] 11:37:41.673 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.674 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.model.workbench/saveproperties 11:37:41.674 [INFO] 11:37:41.674 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.676 [INFO] 11:37:41.676 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.682 [INFO] 11:37:41.682 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.683 [INFO] Resolving class path of [bundle] Eclipse Workbench Model 11:37:41.713 [INFO] 11:37:41.713 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.713 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources 11:37:41.714 [INFO] 11:37:41.714 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.714 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources 11:37:41.714 [INFO] 11:37:41.714 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.ui.model.workbench --- 11:37:41.738 [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.model.workbench/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:37:42.549 [INFO] 11:37:42.549 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.ui.model.workbench --- 11:37:42.549 [INFO] 11:37:42.549 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.model.workbench --- 11:37:42.550 [INFO] 11:37:42.550 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.ui.model.workbench --- 11:37:42.800 [INFO] 11:37:42.800 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.model.workbench --- 11:37:42.801 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.model.workbench/src/test/resources 11:37:42.801 [INFO] 11:37:42.801 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.ui.model.workbench --- 11:37:42.803 [INFO] 11:37:42.803 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.model.workbench --- 11:37:42.804 [INFO] 11:37:42.804 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.ui.model.workbench --- 11:37:42.824 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.100-SNAPSHOT-sources.jar 11:37:42.880 [INFO] 11:37:42.880 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.model.workbench --- 11:37:42.884 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.100-SNAPSHOT.jar 11:37:42.933 [INFO] 11:37:42.933 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.model.workbench --- 11:37:43.019 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:37:43.020 [INFO] 11:37:43.020 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.model.workbench --- 11:37:52.699 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/PositionInfo.java:113: error: unexpected end tag:

*

^ 1 error Command line was: /opt/tools/java/temurin/jdk-17/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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-1057/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/PositionInfo.java:113: error: unexpected end tag:

*

^ 1 error Command line was: /opt/tools/java/temurin/jdk-17/latest/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.model.workbench/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) 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:906) 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) 11:37:52.746 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.100-SNAPSHOT-javadoc.jar 11:37:53.000 [INFO] 11:37:53.000 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.model.workbench --- 11:37:53.002 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:37:53.211 [INFO] 11:37:53.211 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.ui.model.workbench --- 11:37:53.214 [INFO] Skipped because main artifact was replaced with baseline! 11:37:53.214 [INFO] 11:37:53.214 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.workbench >---------- 11:37:53.214 [INFO] Building [bundle] Eclipse e4 Workbench 1.15.100-SNAPSHOT [18/128] 11:37:53.214 [INFO] from bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF 11:37:53.214 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:37:53.222 [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-1057/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF 11:37:53.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)).] 11:37:53.299 [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)).] 11:37:53.318 [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)).] 11:37:53.337 [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)).] 11:37:53.387 [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)).] 11:37:53.408 [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)).] 11:37:53.532 [INFO] 11:37:53.533 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.workbench --- 11:37:53.536 [INFO] 11:37:53.536 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench --- 11:37:53.606 [INFO] The project's OSGi version is 1.15.100.v20230819-0347 11:37:53.606 [INFO] 11:37:53.606 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench --- 11:37:53.608 [INFO] 11:37:53.608 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench --- 11:37:53.608 [INFO] 11:37:53.608 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench --- 11:37:53.610 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench/saveproperties 11:37:53.610 [INFO] 11:37:53.610 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench --- 11:37:53.613 [INFO] 11:37:53.613 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench --- 11:37:53.638 [INFO] 11:37:53.638 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench --- 11:37:53.639 [INFO] Resolving class path of [bundle] Eclipse e4 Workbench 11:37:53.716 [INFO] 11:37:53.716 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench --- 11:37:53.717 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench/src/main/resources 11:37:53.717 [INFO] 11:37:53.717 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench --- 11:37:53.718 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench/src/main/resources 11:37:53.718 [INFO] 11:37:53.718 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.ui.workbench --- 11:37:53.747 [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:37:54.438 [INFO] 11:37:54.438 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.ui.workbench --- 11:37:54.439 [INFO] 11:37:54.439 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench --- 11:37:54.444 [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions 11:37:54.693 [INFO] org.eclipse.e4.ui.internal.LocaleChangeServiceContextFunction.xml 11:37:54.693 [INFO] org.eclipse.e4.ui.internal.workbench.ExtensionTrackeContextFunction.xml 11:37:54.693 [INFO] org.eclipse.e4.ui.internal.workbench.ModelAssembler.xml 11:37:54.694 [INFO] org.eclipse.e4.ui.internal.workbench.PartServiceCreationFunction.xml 11:37:54.694 [INFO] org.eclipse.e4.ui.internal.workbench.ProgressMonitorFunction.xml 11:37:54.694 [INFO] 5 component(s) where generated. 11:37:54.696 [INFO] 11:37:54.696 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.ui.workbench --- 11:37:54.792 [INFO] 11:37:54.792 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench --- 11:37:54.793 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench/src/test/resources 11:37:54.793 [INFO] 11:37:54.793 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench --- 11:37:54.797 [INFO] 11:37:54.797 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench --- 11:37:54.798 [INFO] 11:37:54.798 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench --- 11:37:54.810 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.100-SNAPSHOT-sources.jar 11:37:54.845 [INFO] 11:37:54.845 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench --- 11:37:54.851 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.100-SNAPSHOT.jar 11:37:54.910 [INFO] 11:37:54.910 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench --- 11:37:55.011 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:37:55.013 [INFO] 11:37:55.013 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.workbench --- 11:37:59.805 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.15.100-SNAPSHOT-javadoc.jar 11:37:59.863 [INFO] 11:37:59.863 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench --- 11:37:59.865 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:37:59.940 [INFO] 11:37:59.940 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.ui.workbench --- 11:37:59.942 [INFO] Skipped because main artifact was replaced with baseline! 11:37:59.942 [INFO] 11:37:59.943 [INFO] ------------------------------------------------------------------------ 11:37:59.943 [INFO] Skipping [bundle] Eclipse e4 Workbench SWT 11:37:59.943 [INFO] This project has been banned from the build due to previous failures. 11:37:59.943 [INFO] ------------------------------------------------------------------------ 11:37:59.943 [INFO] 11:37:59.943 [INFO] ------------------------------------------------------------------------ 11:37:59.943 [INFO] Skipping [bundle] Eclipse e4 Workbench SWT Renderer 11:37:59.943 [INFO] This project has been banned from the build due to previous failures. 11:37:59.943 [INFO] ------------------------------------------------------------------------ 11:37:59.943 [INFO] 11:37:59.943 [INFO] ------------------------------------------------------------------------ 11:37:59.943 [INFO] Skipping [bundle] Eclipse e4 Progress View 11:37:59.943 [INFO] This project has been banned from the build due to previous failures. 11:37:59.943 [INFO] ------------------------------------------------------------------------ 11:37:59.943 [INFO] 11:37:59.943 [INFO] ------------------------------------------------------------------------ 11:37:59.943 [INFO] Skipping [bundle] Eclipse e4 Workbench Add-ons 11:37:59.943 [INFO] This project has been banned from the build due to previous failures. 11:37:59.943 [INFO] ------------------------------------------------------------------------ 11:37:59.943 [INFO] 11:37:59.943 [INFO] ------------------------------------------------------------------------ 11:37:59.943 [INFO] Skipping [bundle] Eclipse UI MacOS X Enhancements 11:37:59.943 [INFO] This project has been banned from the build due to previous failures. 11:37:59.943 [INFO] ------------------------------------------------------------------------ 11:37:59.943 [INFO] 11:37:59.943 [INFO] ------< org.eclipse.platform:org.eclipse.core.databinding.beans >------- 11:37:59.943 [INFO] Building [bundle] JFace Data Binding for JavaBeans 1.10.100-SNAPSHOT [19/128] 11:37:59.943 [INFO] from bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF 11:37:59.943 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:37:59.961 [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-1057/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF 11:38:00.012 [INFO] 11:38:00.012 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.databinding.beans --- 11:38:00.014 [INFO] 11:38:00.014 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.beans --- 11:38:00.047 [INFO] The project's OSGi version is 1.10.100.v20230708-0916 11:38:00.047 [INFO] 11:38:00.047 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.core.databinding.beans --- 11:38:00.048 [INFO] 11:38:00.048 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.core.databinding.beans --- 11:38:00.048 [INFO] 11:38:00.048 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.beans --- 11:38:00.050 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.beans/saveproperties 11:38:00.050 [INFO] 11:38:00.050 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.core.databinding.beans --- 11:38:00.051 [INFO] 11:38:00.051 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.core.databinding.beans --- 11:38:00.053 [INFO] 11:38:00.053 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.beans --- 11:38:00.053 [INFO] Resolving class path of [bundle] JFace Data Binding for JavaBeans 11:38:00.060 [INFO] 11:38:00.060 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.beans --- 11:38:00.061 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.beans/src/main/resources 11:38:00.061 [INFO] 11:38:00.061 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.beans --- 11:38:00.061 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.beans/src/main/resources 11:38:00.061 [INFO] 11:38:00.061 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.core.databinding.beans --- 11:38:00.084 [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.beans/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:38:00.337 [INFO] 11:38:00.337 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.core.databinding.beans --- 11:38:00.338 [INFO] 11:38:00.338 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.beans --- 11:38:00.339 [INFO] 11:38:00.339 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.core.databinding.beans --- 11:38:00.397 [INFO] 11:38:00.397 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.beans --- 11:38:00.399 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.beans/src/test/resources 11:38:00.399 [INFO] 11:38:00.399 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.core.databinding.beans --- 11:38:00.403 [INFO] 11:38:00.403 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.beans --- 11:38:00.405 [INFO] 11:38:00.405 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.core.databinding.beans --- 11:38:00.413 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.100-SNAPSHOT-sources.jar 11:38:00.431 [INFO] 11:38:00.431 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.beans --- 11:38:00.439 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.100-SNAPSHOT.jar 11:38:00.482 [INFO] 11:38:00.482 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.beans --- 11:38:00.513 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.beans:1.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:38:00.514 [INFO] 11:38:00.514 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.databinding.beans --- 11:38:04.477 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.100-SNAPSHOT-javadoc.jar 11:38:04.521 [INFO] 11:38:04.521 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.beans --- 11:38:04.524 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:04.569 [INFO] 11:38:04.569 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.core.databinding.beans --- 11:38:04.579 [INFO] Skipped because main artifact was replaced with baseline! 11:38:04.579 [INFO] 11:38:04.579 [INFO] ------------------------------------------------------------------------ 11:38:04.579 [INFO] Skipping [bundle] Eclipse UI GTK Enhancements 11:38:04.579 [INFO] This project has been banned from the build due to previous failures. 11:38:04.579 [INFO] ------------------------------------------------------------------------ 11:38:04.579 [INFO] 11:38:04.579 [INFO] ------------------------------------------------------------------------ 11:38:04.579 [INFO] Skipping [bundle] Eclipse UI WIN32 Enhancements 11:38:04.579 [INFO] This project has been banned from the build due to previous failures. 11:38:04.579 [INFO] ------------------------------------------------------------------------ 11:38:04.579 [INFO] 11:38:04.579 [INFO] ------------------------------------------------------------------------ 11:38:04.579 [INFO] Skipping [bundle] Notification API 11:38:04.579 [INFO] This project has been banned from the build due to previous failures. 11:38:04.579 [INFO] ------------------------------------------------------------------------ 11:38:04.579 [INFO] 11:38:04.579 [INFO] ------------------------------------------------------------------------ 11:38:04.579 [INFO] Skipping [feature] Eclipse 4 Rich Client Platform 11:38:04.579 [INFO] This project has been banned from the build due to previous failures. 11:38:04.579 [INFO] ------------------------------------------------------------------------ 11:38:04.579 [INFO] 11:38:04.579 [INFO] ---------------< org.eclipse.platform:org.eclipse.text >---------------- 11:38:04.579 [INFO] Building [bundle] Text 3.13.100-SNAPSHOT [20/128] 11:38:04.579 [INFO] from bundles/org.eclipse.text/.polyglot.META-INF 11:38:04.579 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:38:04.588 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.text:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.text/.polyglot.META-INF 11:38:04.602 [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)).] 11:38:04.615 [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)).] 11:38:04.627 [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)).] 11:38:04.639 [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)).] 11:38:04.651 [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)).] 11:38:04.663 [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)).] 11:38:04.668 [INFO] 11:38:04.668 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.text --- 11:38:04.668 [INFO] 11:38:04.668 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.text --- 11:38:04.718 [INFO] The project's OSGi version is 3.13.100.v20230801-1334 11:38:04.718 [INFO] 11:38:04.718 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.text --- 11:38:04.718 [INFO] 11:38:04.719 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.text --- 11:38:04.719 [INFO] 11:38:04.719 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.text --- 11:38:04.720 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.text/saveproperties 11:38:04.720 [INFO] 11:38:04.720 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.text --- 11:38:04.722 [INFO] 11:38:04.722 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.text --- 11:38:04.724 [INFO] 11:38:04.724 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.text --- 11:38:04.724 [INFO] Resolving class path of [bundle] Text 11:38:04.739 [INFO] 11:38:04.739 [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-3) @ org.eclipse.text --- 11:38:04.975 [INFO] Source directory: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.text/projection added. 11:38:04.975 [INFO] 11:38:04.975 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.text --- 11:38:04.976 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.text/src/main/resources 11:38:04.976 [INFO] 11:38:04.976 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.text --- 11:38:04.976 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.text/src/main/resources 11:38:04.976 [INFO] 11:38:04.976 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.text --- 11:38:05.008 [INFO] Compiling 132 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.text/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:38:05.546 [INFO] 11:38:05.546 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.text --- 11:38:05.547 [INFO] 11:38:05.547 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.text --- 11:38:05.548 [INFO] 11:38:05.548 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.text --- 11:38:06.056 [INFO] 11:38:06.056 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.text --- 11:38:06.060 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.text/src/test/resources 11:38:06.060 [INFO] 11:38:06.060 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.text --- 11:38:06.064 [INFO] 11:38:06.064 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text --- 11:38:06.068 [INFO] 11:38:06.068 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.text --- 11:38:06.088 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.text/target/org.eclipse.text-3.13.100-SNAPSHOT-sources.jar 11:38:06.147 [INFO] 11:38:06.148 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.text --- 11:38:06.161 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.text/target/org.eclipse.text-3.13.100-SNAPSHOT.jar 11:38:06.236 [INFO] 11:38:06.236 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text --- 11:38:06.335 [INFO] MavenProject: org.eclipse.platform:org.eclipse.text:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:38:06.336 [INFO] 11:38:06.336 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.text --- 11:38:12.567 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.text/target/org.eclipse.text-3.13.100-SNAPSHOT-javadoc.jar 11:38:12.635 [INFO] 11:38:12.635 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text --- 11:38:12.636 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:12.749 [INFO] 11:38:12.749 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.text --- 11:38:12.751 [INFO] Skipped because main artifact was replaced with baseline! 11:38:12.751 [INFO] 11:38:12.751 [INFO] ---------< org.eclipse.platform:org.eclipse.core.filebuffers >---------- 11:38:12.751 [INFO] Building [bundle] File Buffers 3.8.100-SNAPSHOT [21/128] 11:38:12.751 [INFO] from bundles/org.eclipse.core.filebuffers/.polyglot.META-INF 11:38:12.751 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:38:12.782 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.filebuffers/.polyglot.META-INF 11:38:12.797 [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)).] 11:38:12.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)).] 11:38:12.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)).] 11:38:12.836 [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)).] 11:38:12.883 [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)).] 11:38:12.896 [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)).] 11:38:13.041 [INFO] 11:38:13.041 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.core.filebuffers --- 11:38:13.042 [INFO] 11:38:13.042 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.core.filebuffers --- 11:38:13.098 [INFO] The project's OSGi version is 3.8.100.v20230727-0604 11:38:13.098 [INFO] 11:38:13.098 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.core.filebuffers --- 11:38:13.099 [INFO] 11:38:13.099 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.core.filebuffers --- 11:38:13.099 [INFO] 11:38:13.099 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filebuffers --- 11:38:13.100 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.filebuffers/saveproperties 11:38:13.101 [INFO] 11:38:13.101 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.core.filebuffers --- 11:38:13.102 [INFO] 11:38:13.102 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.core.filebuffers --- 11:38:13.109 [INFO] 11:38:13.109 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.core.filebuffers --- 11:38:13.110 [INFO] Resolving class path of [bundle] File Buffers 11:38:13.242 [INFO] 11:38:13.242 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filebuffers --- 11:38:13.243 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.filebuffers/src/main/resources 11:38:13.243 [INFO] 11:38:13.243 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filebuffers --- 11:38:13.244 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.filebuffers/src/main/resources 11:38:13.244 [INFO] 11:38:13.244 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.core.filebuffers --- 11:38:13.269 [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.filebuffers/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:38:13.482 [INFO] 11:38:13.482 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.core.filebuffers --- 11:38:13.482 [INFO] 11:38:13.482 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.core.filebuffers --- 11:38:13.483 [INFO] 11:38:13.483 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.core.filebuffers --- 11:38:13.526 [INFO] 11:38:13.526 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filebuffers --- 11:38:13.527 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.filebuffers/src/test/resources 11:38:13.527 [INFO] 11:38:13.527 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.core.filebuffers --- 11:38:13.530 [INFO] 11:38:13.530 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filebuffers --- 11:38:13.531 [INFO] 11:38:13.531 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.core.filebuffers --- 11:38:13.538 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.100-SNAPSHOT-sources.jar 11:38:13.549 [INFO] 11:38:13.549 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.core.filebuffers --- 11:38:13.554 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.100-SNAPSHOT.jar 11:38:13.581 [INFO] 11:38:13.582 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filebuffers --- 11:38:13.618 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:38:13.619 [INFO] 11:38:13.620 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.filebuffers --- 11:38:17.575 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.100-SNAPSHOT-javadoc.jar 11:38:17.604 [INFO] 11:38:17.605 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filebuffers --- 11:38:17.605 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:17.644 [INFO] 11:38:17.644 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.core.filebuffers --- 11:38:17.646 [INFO] Skipped because main artifact was replaced with baseline! 11:38:17.646 [INFO] 11:38:17.646 [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.ide >------------- 11:38:17.646 [INFO] Building [bundle] E4 IDE UI 3.17.100-SNAPSHOT [22/128] 11:38:17.646 [INFO] from bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF 11:38:17.646 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:38:17.652 [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-1057/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF 11:38:17.664 [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)).] 11:38:17.676 [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)).] 11:38: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)).] 11:38:17.700 [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)).] 11:38:17.712 [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)).] 11:38:17.725 [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)).] 11:38:17.732 [INFO] 11:38:17.732 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.ui.ide --- 11:38:17.732 [INFO] 11:38:17.732 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.ide --- 11:38:17.772 [INFO] The project's OSGi version is 3.17.100.v20230727-0604 11:38:17.772 [INFO] 11:38:17.772 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.ui.ide --- 11:38:17.779 [INFO] 11:38:17.779 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.ui.ide --- 11:38:17.780 [INFO] 11:38:17.780 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.ide --- 11:38:17.780 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.ide/saveproperties 11:38:17.780 [INFO] 11:38:17.780 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.ui.ide --- 11:38:17.782 [INFO] 11:38:17.782 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.ui.ide --- 11:38:17.783 [INFO] 11:38:17.783 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.ide --- 11:38:17.784 [INFO] Resolving class path of [bundle] E4 IDE UI 11:38:17.807 [INFO] 11:38:17.807 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.ide --- 11:38:17.808 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.ide/src/main/resources 11:38:17.808 [INFO] 11:38:17.808 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.ide --- 11:38:17.809 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.ide/src/main/resources 11:38:17.809 [INFO] 11:38:17.809 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.ui.ide --- 11:38:17.832 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.ide/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:38:17.935 [INFO] 11:38:17.935 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.ui.ide --- 11:38:17.935 [INFO] 11:38:17.935 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.ide --- 11:38:17.936 [INFO] 11:38:17.936 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.ui.ide --- 11:38:17.939 [INFO] 11:38:17.939 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.ide --- 11:38:17.940 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.ide/src/test/resources 11:38:17.940 [INFO] 11:38:17.940 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.ui.ide --- 11:38:17.942 [INFO] 11:38:17.942 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.ide --- 11:38:17.943 [INFO] 11:38:17.943 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.ui.ide --- 11:38:17.946 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.100-SNAPSHOT-sources.jar 11:38:17.957 [INFO] 11:38:17.957 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.ide --- 11:38:17.963 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.100-SNAPSHOT.jar 11:38:17.985 [INFO] 11:38:17.985 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.ide --- 11:38:18.016 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:38:18.018 [INFO] 11:38:18.018 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.ide --- 11:38:19.805 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.17.100-SNAPSHOT-javadoc.jar 11:38:19.820 [INFO] 11:38:19.820 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.ide --- 11:38:19.821 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:19.847 [INFO] 11:38:19.847 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.ui.ide --- 11:38:19.848 [INFO] Skipped because main artifact was replaced with baseline! 11:38:19.848 [INFO] 11:38:19.848 [INFO] ------------------------------------------------------------------------ 11:38:19.848 [INFO] Skipping [bundle] JFace Text 11:38:19.848 [INFO] This project has been banned from the build due to previous failures. 11:38:19.848 [INFO] ------------------------------------------------------------------------ 11:38:19.848 [INFO] 11:38:19.848 [INFO] ------------------------------------------------------------------------ 11:38:19.848 [INFO] Skipping [bundle] Eclipse Workbench 11:38:19.848 [INFO] This project has been banned from the build due to previous failures. 11:38:19.848 [INFO] ------------------------------------------------------------------------ 11:38:19.848 [INFO] 11:38:19.848 [INFO] ------------------------------------------------------------------------ 11:38:19.848 [INFO] Skipping [bundle] Eclipse UI 11:38:19.848 [INFO] This project has been banned from the build due to previous failures. 11:38:19.848 [INFO] ------------------------------------------------------------------------ 11:38:19.848 [INFO] 11:38:19.848 [INFO] ------------------------------------------------------------------------ 11:38:19.848 [INFO] Skipping [bundle] Text Editor Framework 11:38:19.848 [INFO] This project has been banned from the build due to previous failures. 11:38:19.848 [INFO] ------------------------------------------------------------------------ 11:38:19.848 [INFO] 11:38:19.848 [INFO] ------------------------------------------------------------------------ 11:38:19.848 [INFO] Skipping [bundle] Eclipse Forms 11:38:19.848 [INFO] This project has been banned from the build due to previous failures. 11:38:19.848 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Common Navigator View 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Views 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Eclipse IDE UI 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Search Support 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Default Text Editor 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Quick Search 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Browser Support 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Eclipse UI MacOS X Enhancements 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Generic and Extensible Text Editor 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Tabbed Properties View 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Navigator Workbench Components 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Eclipse IDE UI Application 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] UI Freeze Monitoring 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Eclipse SDK Themes 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Log View 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] Skipping [bundle] Eclipse UI Win32 Enhancements 11:38:19.849 [INFO] This project has been banned from the build due to previous failures. 11:38:19.849 [INFO] ------------------------------------------------------------------------ 11:38:19.849 [INFO] 11:38:19.849 [INFO] -------------------< org.eclipse.platform:ui-tests >-------------------- 11:38:19.849 [INFO] Building [aggregator] tests 4.29.0-SNAPSHOT [23/128] 11:38:19.849 [INFO] from tests/.polyglot.pom.tycho 11:38:19.849 [INFO] --------------------------------[ pom ]--------------------------------- 11:38:19.851 [INFO] 11:38:19.851 [INFO] --- clean:3.3.1:clean (default-clean) @ ui-tests --- 11:38:19.851 [INFO] 11:38:19.851 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-tests --- 11:38:19.852 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tests/saveproperties 11:38:19.852 [INFO] 11:38:19.852 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ ui-tests --- 11:38:19.853 [INFO] 11:38:19.853 [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-tests --- 11:38:19.854 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tests/src/main/resources 11:38:19.854 [INFO] 11:38:19.854 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ ui-tests --- 11:38:19.854 [INFO] 11:38:19.854 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ ui-tests --- 11:38:19.855 [INFO] 11:38:19.855 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ ui-tests --- 11:38:19.859 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 11:38:19.859 [INFO] 11:38:19.859 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-tests --- 11:38:19.859 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:19.860 [INFO] 11:38:19.860 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ ui-tests --- 11:38:19.861 [INFO] 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] Skipping [test-bundle] File Buffers Test Plug-in 11:38:19.861 [INFO] This project has been banned from the build due to previous failures. 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] Skipping [test-bundle] Eclipse e4 core commands tests 11:38:19.861 [INFO] This project has been banned from the build due to previous failures. 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] Skipping [test-bundle] XPathTest Model 11:38:19.861 [INFO] This project has been banned from the build due to previous failures. 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] Skipping [test-bundle] UI Bindings Tests 11:38:19.861 [INFO] This project has been banned from the build due to previous failures. 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] Skipping [test-bundle] TestModel Model 11:38:19.861 [INFO] This project has been banned from the build due to previous failures. 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] Skipping [test-bundle] e4 css core tests 11:38:19.861 [INFO] This project has been banned from the build due to previous failures. 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] Skipping [test-bundle] e4 css swt tests (Incubation) 11:38:19.861 [INFO] This project has been banned from the build due to previous failures. 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] 11:38:19.861 [INFO] ------------------------------------------------------------------------ 11:38:19.861 [INFO] Skipping [test-bundle] Modelled UI addons tests bundle (Incubation) 11:38:19.861 [INFO] This project has been banned from the build due to previous failures. 11:38:19.862 [INFO] ------------------------------------------------------------------------ 11:38:19.862 [INFO] 11:38:19.862 [INFO] ------------------------------------------------------------------------ 11:38:19.862 [INFO] Skipping [test-bundle] Harness Plug-in 11:38:19.862 [INFO] This project has been banned from the build due to previous failures. 11:38:19.862 [INFO] ------------------------------------------------------------------------ 11:38:19.862 [INFO] 11:38:19.862 [INFO] ------------------------------------------------------------------------ 11:38:19.862 [INFO] Skipping [test-bundle] Jface tests 11:38:19.862 [INFO] This project has been banned from the build due to previous failures. 11:38:19.862 [INFO] ------------------------------------------------------------------------ 11:38:19.862 [INFO] 11:38:19.862 [INFO] ------------------------------------------------------------------------ 11:38:19.862 [INFO] Skipping [test-bundle] JFace Data Binding Conformance Tests 11:38:19.862 [INFO] This project has been banned from the build due to previous failures. 11:38:19.862 [INFO] ------------------------------------------------------------------------ 11:38:19.862 [INFO] 11:38:19.862 [INFO] ---------< org.eclipse.platform:eclipse.platform.ui.examples >---------- 11:38:19.862 [INFO] Building eclipse.platform.ui.examples 4.29.0-SNAPSHOT [24/128] 11:38:19.862 [INFO] from examples/pom.xml 11:38:19.862 [INFO] --------------------------------[ pom ]--------------------------------- 11:38:19.863 [INFO] 11:38:19.863 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.ui.examples --- 11:38:19.864 [INFO] 11:38:19.864 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui.examples --- 11:38:19.865 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/examples/saveproperties 11:38:19.865 [INFO] 11:38:19.865 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.platform.ui.examples --- 11:38:19.865 [INFO] 11:38:19.865 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui.examples --- 11:38:19.866 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/examples/src/main/resources 11:38:19.866 [INFO] 11:38:19.866 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.platform.ui.examples --- 11:38:19.867 [INFO] 11:38:19.867 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.platform.ui.examples --- 11:38:19.867 [INFO] 11:38:19.867 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ eclipse.platform.ui.examples --- 11:38:19.871 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 11:38:19.871 [INFO] 11:38:19.871 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.examples --- 11:38:19.871 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:19.872 [INFO] 11:38:19.872 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.platform.ui.examples --- 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [bundle] JFace Data Binding Examples 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] JFace Data Binding Tests 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Jface notifications tests 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Text Test Plug-in 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] JFace Text Test Plug-in 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Search Support Tests Plug-in 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Tests for Eclipse URI Scheme Handling 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Editors Test Plug-in 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Workbench Text Editor Test Plug-in 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Generic Editor Test Plug-in 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Eclipse UI IDE Application Tests 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] UI Freeze Monitoring Tests 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Eclipse UI Tests 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Plugin.name 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Forms Test 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Common Navigator Tests 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Performance Plug-in 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Pluginchecks 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.873 [INFO] Skipping [test-bundle] Eclipse RCP Tests 11:38:19.873 [INFO] This project has been banned from the build due to previous failures. 11:38:19.873 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] 11:38:19.874 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] Skipping [test-bundle] Tabbed Properties View Tests 11:38:19.874 [INFO] This project has been banned from the build due to previous failures. 11:38:19.874 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] 11:38:19.874 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] Skipping [bundle] CSS bridge demo 11:38:19.874 [INFO] This project has been banned from the build due to previous failures. 11:38:19.874 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] 11:38:19.874 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] Skipping [bundle] e4 Progress Examples Plug-in 11:38:19.874 [INFO] This project has been banned from the build due to previous failures. 11:38:19.874 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] 11:38:19.874 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] Skipping [bundle] JFace Snippets Plug-in 11:38:19.874 [INFO] This project has been banned from the build due to previous failures. 11:38:19.874 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] 11:38:19.874 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] Skipping [bundle] CodeMinig Examples 11:38:19.874 [INFO] This project has been banned from the build due to previous failures. 11:38:19.874 [INFO] ------------------------------------------------------------------------ 11:38:19.874 [INFO] 11:38:19.874 [INFO] ----< org.eclipse.platform:org.eclipse.ui.examples.adapterservice >----- 11:38:19.874 [INFO] Building [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT [25/128] 11:38:19.874 [INFO] from examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF 11:38:19.874 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:38:19.882 [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-1057/examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF 11:38:19.895 [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)).] 11:38:19.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)).] 11:38:19.919 [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)).] 11:38:19.931 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 11:38:19.943 [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)).] 11:38:19.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)).] 11:38:19.963 [INFO] 11:38:19.963 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.ui.examples.adapterservice --- 11:38:19.964 [INFO] 11:38:19.964 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.adapterservice --- 11:38:19.991 [INFO] The project's OSGi version is 0.10.0.v20230727-0604 11:38:19.991 [INFO] 11:38:19.991 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.ui.examples.adapterservice --- 11:38:19.991 [INFO] 11:38:19.991 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.ui.examples.adapterservice --- 11:38:19.992 [INFO] 11:38:19.992 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.adapterservice --- 11:38:19.992 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/examples/org.eclipse.ui.examples.adapterservice/saveproperties 11:38:19.992 [INFO] 11:38:19.992 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.ui.examples.adapterservice --- 11:38:19.993 [INFO] 11:38:19.993 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.ui.examples.adapterservice --- 11:38:19.994 [INFO] 11:38:19.994 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.adapterservice --- 11:38:19.995 [INFO] Resolving class path of [bundle] Services Snippets (Incubation) 11:38:20.007 [INFO] 11:38:20.007 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.008 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/examples/org.eclipse.ui.examples.adapterservice/src/main/resources 11:38:20.008 [INFO] 11:38:20.008 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.009 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/examples/org.eclipse.ui.examples.adapterservice/src/main/resources 11:38:20.009 [INFO] 11:38:20.009 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.028 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/examples/org.eclipse.ui.examples.adapterservice/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:38:20.116 [INFO] 11:38:20.116 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.117 [INFO] 11:38:20.117 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.117 [INFO] 11:38:20.117 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.119 [INFO] 11:38:20.119 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.119 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/examples/org.eclipse.ui.examples.adapterservice/src/test/resources 11:38:20.119 [INFO] 11:38:20.119 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.122 [INFO] 11:38:20.122 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.123 [INFO] 11:38:20.123 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.126 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT-sources.jar 11:38:20.136 [INFO] 11:38:20.136 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.143 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT.jar 11:38:20.152 [INFO] 11:38:20.153 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.adapterservice --- 11:38:20.159 [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-1057/examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF 11:38:20.160 [INFO] 11:38:20.160 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.ui.examples.adapterservice --- 11:38:21.936 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT-javadoc.jar 11:38:21.958 [INFO] 11:38:21.958 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.adapterservice --- 11:38:21.959 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:21.969 [INFO] 11:38:21.969 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.ui.examples.adapterservice --- 11:38:21.970 [INFO] 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] Skipping [bundle] Command Contribution Examples 11:38:21.970 [INFO] This project has been banned from the build due to previous failures. 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] Skipping [bundle] Field Assist Example 11:38:21.970 [INFO] This project has been banned from the build due to previous failures. 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] Skipping [bundle] JFace Text Example 11:38:21.970 [INFO] This project has been banned from the build due to previous failures. 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] Skipping [bundle] Progress Examples Plug-in 11:38:21.970 [INFO] This project has been banned from the build due to previous failures. 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] Skipping [bundle] pluginName 11:38:21.970 [INFO] This project has been banned from the build due to previous failures. 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] Skipping [bundle] Multi-Page Editor Example 11:38:21.970 [INFO] This project has been banned from the build due to previous failures. 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] Skipping [bundle] Common Navigator Examples 11:38:21.970 [INFO] This project has been banned from the build due to previous failures. 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] 11:38:21.970 [INFO] ------------------------------------------------------------------------ 11:38:21.970 [INFO] Skipping [bundle] Example for a Perspective 11:38:21.970 [INFO] This project has been banned from the build due to previous failures. 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] Skipping [bundle] User File Editor 11:38:21.971 [INFO] This project has been banned from the build due to previous failures. 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] Skipping [bundle] Readme File Editing Tool 11:38:21.971 [INFO] This project has been banned from the build due to previous failures. 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] Skipping [bundle] Undo Example 11:38:21.971 [INFO] This project has been banned from the build due to previous failures. 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] Skipping [bundle] Example for Eclipse URI Scheme Handling 11:38:21.971 [INFO] This project has been banned from the build due to previous failures. 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] Skipping [bundle] Tabbed Properties View Article Example 11:38:21.971 [INFO] This project has been banned from the build due to previous failures. 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] Skipping [bundle] Examples of Eclipse Forms 11:38:21.971 [INFO] This project has been banned from the build due to previous failures. 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] Skipping [bundle] Examples for Generic Editor 11:38:21.971 [INFO] This project has been banned from the build due to previous failures. 11:38:21.971 [INFO] ------------------------------------------------------------------------ 11:38:21.971 [INFO] 11:38:21.971 [INFO] -----------< org.eclipse.platform:eclipse.platform.ui.tools >----------- 11:38:21.971 [INFO] Building eclipse.platform.ui.tools 4.29.0-SNAPSHOT [26/128] 11:38:21.971 [INFO] from tools/pom.xml 11:38:21.971 [INFO] --------------------------------[ pom ]--------------------------------- 11:38:21.972 [INFO] 11:38:21.972 [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.platform.ui.tools --- 11:38:21.973 [INFO] 11:38:21.973 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui.tools --- 11:38:21.973 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/saveproperties 11:38:21.974 [INFO] 11:38:21.974 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.platform.ui.tools --- 11:38:21.975 [INFO] 11:38:21.975 [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui.tools --- 11:38:21.975 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/src/main/resources 11:38:21.975 [INFO] 11:38:21.975 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.platform.ui.tools --- 11:38:21.975 [INFO] 11:38:21.976 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.platform.ui.tools --- 11:38:21.977 [INFO] 11:38:21.977 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ eclipse.platform.ui.tools --- 11:38:21.980 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 11:38:21.980 [INFO] 11:38:21.980 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.tools --- 11:38:21.981 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:21.981 [INFO] 11:38:21.981 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.platform.ui.tools --- 11:38:21.982 [INFO] 11:38:21.982 [INFO] --------------------< org.eclipse.platform:bundles >-------------------- 11:38:21.982 [INFO] Building [aggregator] bundles 4.29.0-SNAPSHOT [27/128] 11:38:21.982 [INFO] from tools/bundles/.polyglot.pom.tycho 11:38:21.982 [INFO] --------------------------------[ pom ]--------------------------------- 11:38:21.983 [INFO] 11:38:21.983 [INFO] --- clean:3.3.1:clean (default-clean) @ bundles --- 11:38:21.983 [INFO] 11:38:21.983 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ bundles --- 11:38:21.984 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/bundles/saveproperties 11:38:21.984 [INFO] 11:38:21.984 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ bundles --- 11:38:21.984 [INFO] 11:38:21.984 [INFO] --- resources:3.3.1:resources (filter-resources) @ bundles --- 11:38:21.985 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/bundles/src/main/resources 11:38:21.985 [INFO] 11:38:21.985 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ bundles --- 11:38:21.985 [INFO] 11:38:21.985 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ bundles --- 11:38:21.986 [INFO] 11:38:21.986 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ bundles --- 11:38:21.988 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 11:38:21.988 [INFO] 11:38:21.988 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ bundles --- 11:38:21.989 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:21.989 [INFO] 11:38:21.989 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ bundles --- 11:38:21.990 [INFO] 11:38:21.990 [INFO] ------------------------------------------------------------------------ 11:38:21.990 [INFO] Skipping [bundle] Tools 11:38:21.990 [INFO] This project has been banned from the build due to previous failures. 11:38:21.990 [INFO] ------------------------------------------------------------------------ 11:38:21.990 [INFO] 11:38:21.990 [INFO] ---------< org.eclipse.platform:org.eclipse.e4.tools.services >--------- 11:38:21.990 [INFO] Building [bundle] Services 4.10.100-SNAPSHOT [28/128] 11:38:21.990 [INFO] from tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF 11:38:21.990 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 11:38:21.997 [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-1057/tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF 11:38:22.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)).] 11:38:22.019 [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)).] 11:38:22.029 [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)).] 11:38:22.040 [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)).] 11:38:22.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)).] 11:38:22.060 [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)).] 11:38:22.065 [INFO] 11:38:22.065 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.e4.tools.services --- 11:38:22.065 [INFO] 11:38:22.065 [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.services --- 11:38:22.101 [INFO] The project's OSGi version is 4.10.100.v20230630-1554 11:38:22.101 [INFO] 11:38:22.101 [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.e4.tools.services --- 11:38:22.103 [INFO] 11:38:22.103 [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.e4.tools.services --- 11:38:22.104 [INFO] 11:38:22.104 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.services --- 11:38:22.105 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/bundles/org.eclipse.e4.tools.services/saveproperties 11:38:22.105 [INFO] 11:38:22.105 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.e4.tools.services --- 11:38:22.107 [INFO] 11:38:22.107 [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.e4.tools.services --- 11:38:22.108 [INFO] 11:38:22.108 [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.services --- 11:38:22.109 [INFO] Resolving class path of [bundle] Services 11:38:22.121 [INFO] 11:38:22.121 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.services --- 11:38:22.122 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/bundles/org.eclipse.e4.tools.services/src/main/resources 11:38:22.122 [INFO] 11:38:22.122 [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.services --- 11:38:22.122 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/bundles/org.eclipse.e4.tools.services/src/main/resources 11:38:22.122 [INFO] 11:38:22.122 [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.e4.tools.services --- 11:38:22.155 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/bundles/org.eclipse.e4.tools.services/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 11:38:22.311 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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 11:38:22.311 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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) 11:38:22.312 [INFO] 11:38:22.312 [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.e4.tools.services --- 11:38:22.312 [INFO] 11:38:22.312 [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.services --- 11:38:22.313 [INFO] 11:38:22.313 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.e4.tools.services --- 11:38:22.316 [INFO] 11:38:22.317 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.services --- 11:38:22.317 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/bundles/org.eclipse.e4.tools.services/src/test/resources 11:38:22.317 [INFO] 11:38:22.317 [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.e4.tools.services --- 11:38:22.320 [INFO] 11:38:22.320 [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.services --- 11:38:22.321 [INFO] 11:38:22.321 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.e4.tools.services --- 11:38:22.325 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.100-SNAPSHOT-sources.jar 11:38:22.336 [INFO] 11:38:22.336 [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.services --- 11:38:22.344 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.100-SNAPSHOT.jar 11:38:22.379 [INFO] 11:38:22.379 [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.services --- 11:38:22.449 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.services:4.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/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] 11:38:22.450 [INFO] 11:38:22.450 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.tools.services --- 11:38:24.817 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.100-SNAPSHOT-javadoc.jar 11:38:24.836 [INFO] 11:38:24.836 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.services --- 11:38:24.837 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:24.859 [INFO] 11:38:24.859 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.e4.tools.services --- 11:38:24.860 [INFO] Skipped because main artifact was replaced with baseline! 11:38:24.860 [INFO] 11:38:24.860 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] Skipping [bundle] Compat 11:38:24.861 [INFO] This project has been banned from the build due to previous failures. 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] Skipping [bundle] Persistence Model 11:38:24.861 [INFO] This project has been banned from the build due to previous failures. 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] Skipping [bundle] Perspective migrate compatibility Util 11:38:24.861 [INFO] This project has been banned from the build due to previous failures. 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] Skipping org.eclipse.e4.tools.emf.ui 11:38:24.861 [INFO] This project has been banned from the build due to previous failures. 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] Skipping [bundle] Editor3x 11:38:24.861 [INFO] This project has been banned from the build due to previous failures. 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] Skipping [bundle] e4 JDT code templates 11:38:24.861 [INFO] This project has been banned from the build due to previous failures. 11:38:24.861 [INFO] ------------------------------------------------------------------------ 11:38:24.861 [INFO] 11:38:24.861 [INFO] -------------------< org.eclipse.platform:features >-------------------- 11:38:24.861 [INFO] Building [aggregator] features 4.29.0-SNAPSHOT [29/128] 11:38:24.861 [INFO] from tools/features/.polyglot.pom.tycho 11:38:24.861 [INFO] --------------------------------[ pom ]--------------------------------- 11:38:24.862 [INFO] 11:38:24.862 [INFO] --- clean:3.3.1:clean (default-clean) @ features --- 11:38:24.863 [INFO] 11:38:24.863 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ features --- 11:38:24.864 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/features/saveproperties 11:38:24.864 [INFO] 11:38:24.864 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ features --- 11:38:24.865 [INFO] 11:38:24.865 [INFO] --- resources:3.3.1:resources (filter-resources) @ features --- 11:38:24.865 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/features/src/main/resources 11:38:24.865 [INFO] 11:38:24.865 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ features --- 11:38:24.866 [INFO] 11:38:24.866 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ features --- 11:38:24.866 [INFO] 11:38:24.866 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ features --- 11:38:24.870 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 11:38:24.870 [INFO] 11:38:24.870 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features --- 11:38:24.870 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:24.871 [INFO] 11:38:24.871 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ features --- 11:38:24.872 [INFO] 11:38:24.872 [INFO] ------------------------------------------------------------------------ 11:38:24.872 [INFO] Skipping [feature] Eclipse e4 Tools 11:38:24.872 [INFO] This project has been banned from the build due to previous failures. 11:38:24.872 [INFO] ------------------------------------------------------------------------ 11:38:24.872 [INFO] 11:38:24.872 [INFO] ------------------------------------------------------------------------ 11:38:24.872 [INFO] Skipping [feature] Eclipse Persistence 11:38:24.872 [INFO] This project has been banned from the build due to previous failures. 11:38:24.872 [INFO] ------------------------------------------------------------------------ 11:38:24.872 [INFO] 11:38:24.872 [INFO] ------------------------------------------------------------------------ 11:38:24.872 [INFO] Skipping org.eclipse.e4.tools.compatibility.migration.tests 11:38:24.872 [INFO] This project has been banned from the build due to previous failures. 11:38:24.872 [INFO] ------------------------------------------------------------------------ 11:38:24.872 [INFO] 11:38:24.872 [INFO] ------------------------------------------------------------------------ 11:38:24.872 [INFO] Skipping org.eclipse.e4.tools.persistence.tests 11:38:24.872 [INFO] This project has been banned from the build due to previous failures. 11:38:24.872 [INFO] ------------------------------------------------------------------------ 11:38:24.872 [INFO] 11:38:24.872 [INFO] ------------------------------------------------------------------------ 11:38:24.872 [INFO] Skipping org.eclipse.e4.tools.test 11:38:24.872 [INFO] This project has been banned from the build due to previous failures. 11:38:24.872 [INFO] ------------------------------------------------------------------------ 11:38:24.872 [INFO] 11:38:24.872 [INFO] ---------------------< org.eclipse.platform:tests >--------------------- 11:38:24.872 [INFO] Building [aggregator] tests 4.29.0-SNAPSHOT [30/128] 11:38:24.872 [INFO] from tools/tests/.polyglot.pom.tycho 11:38:24.872 [INFO] --------------------------------[ pom ]--------------------------------- 11:38:24.874 [INFO] 11:38:24.874 [INFO] --- clean:3.3.1:clean (default-clean) @ tests --- 11:38:24.874 [INFO] 11:38:24.874 [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ tests --- 11:38:24.874 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/tests/saveproperties 11:38:24.875 [INFO] 11:38:24.875 [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ tests --- 11:38:24.875 [INFO] 11:38:24.875 [INFO] --- resources:3.3.1:resources (filter-resources) @ tests --- 11:38:24.875 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-1057/tools/tests/src/main/resources 11:38:24.876 [INFO] 11:38:24.876 [INFO] --- tycho-apitools:4.0.2:generate (generate) @ tests --- 11:38:24.876 [INFO] 11:38:24.876 [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ tests --- 11:38:24.876 [INFO] 11:38:24.876 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ tests --- 11:38:24.879 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 11:38:24.879 [INFO] 11:38:24.879 [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ tests --- 11:38:24.880 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 11:38:24.880 [INFO] 11:38:24.880 [INFO] --- tycho-apitools:4.0.2:verify (verify) @ tests --- 11:38:24.881 [INFO] ------------------------------------------------------------------------ 11:38:24.881 [INFO] Reactor Summary: 11:38:24.881 [INFO] 11:38:24.881 [INFO] eclipse.platform.ui 4.29.0-SNAPSHOT ................ SUCCESS [ 17.921 s] 11:38:24.881 [INFO] [aggregator] features 4.29.0-SNAPSHOT .............. SUCCESS [ 0.016 s] 11:38:24.881 [INFO] [aggregator] bundles 4.29.0-SNAPSHOT ............... SUCCESS [ 0.036 s] 11:38:24.881 [INFO] [bundle] Commands 3.11.100-SNAPSHOT ................ SUCCESS [ 34.600 s] 11:38:24.881 [INFO] [bundle] JFace 3.31.0-SNAPSHOT ..................... FAILURE [ 21.179 s] 11:38:24.881 [INFO] [bundle] Eclipse e4 core commands 1.1.100-SNAPSHOT . SUCCESS [ 4.450 s] 11:38:24.881 [INFO] [bundle] Eclipse UI Dependency Injection 1.5.100-SNAPSHOT SUCCESS [ 3.243 s] 11:38:24.881 [INFO] [bundle] Eclipse UI Application Services 1.6.100-SNAPSHOT SUCCESS [ 3.425 s] 11:38:24.882 [INFO] [bundle] Eclipse Bindings Support 0.14.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse UI Custom widgets 1.4.0-SNAPSHOT .. SUCCESS [ 2.714 s] 11:38:24.882 [INFO] [bundle] JFace Data Binding Observables 1.13.100-SNAPSHOT SUCCESS [ 7.822 s] 11:38:24.882 [INFO] [bundle] JFace Data Binding Properties 1.10.100-SNAPSHOT SUCCESS [ 4.791 s] 11:38:24.882 [INFO] [bundle] JFace Data Binding 1.13.100-SNAPSHOT ...... SUCCESS [ 8.139 s] 11:38:24.882 [INFO] [bundle] Bundle for Workbench APIs available in e4 0.17.100-SNAPSHOT SUCCESS [ 2.768 s] 11:38:24.882 [INFO] [bundle] Eclipse CSS Core Support 0.14.100-SNAPSHOT SUCCESS [ 8.118 s] 11:38:24.882 [INFO] [bundle] Eclipse CSS SWT Support 0.15.100-SNAPSHOT . SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse e4 dialogs 1.4.100-SNAPSHOT ....... SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse URI Scheme Handling 1.3.100-SNAPSHOT SUCCESS [ 4.062 s] 11:38:24.882 [INFO] [bundle] Eclipse CSS SWT Theme Support 0.14.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] JFace Data Binding for SWT and JFace 1.15.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse Model Xpath 0.4.100-SNAPSHOT ...... SUCCESS [ 4.451 s] 11:38:24.882 [INFO] [bundle] Eclipse Workbench Model 2.4.100-SNAPSHOT .. SUCCESS [ 11.766 s] 11:38:24.882 [INFO] [bundle] Eclipse e4 Workbench 1.15.100-SNAPSHOT .... SUCCESS [ 6.728 s] 11:38:24.882 [INFO] [bundle] Eclipse e4 Workbench SWT 0.17.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.16.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse e4 Progress View 0.4.100-SNAPSHOT . SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.5.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse UI MacOS X Enhancements 0.14.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] JFace Data Binding for JavaBeans 1.10.100-SNAPSHOT SUCCESS [ 4.636 s] 11:38:24.882 [INFO] [bundle] Eclipse UI GTK Enhancements 1.2.0-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse UI WIN32 Enhancements 1.2.0-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Notification API 0.6.100-SNAPSHOT ......... SKIPPED 11:38:24.882 [INFO] [feature] Eclipse 4 Rich Client Platform 4.29.0-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Text 3.13.100-SNAPSHOT .................... SUCCESS [ 8.172 s] 11:38:24.882 [INFO] [bundle] File Buffers 3.8.100-SNAPSHOT ............. SUCCESS [ 4.895 s] 11:38:24.882 [INFO] [bundle] E4 IDE UI 3.17.100-SNAPSHOT ............... SUCCESS [ 2.202 s] 11:38:24.882 [INFO] [bundle] JFace Text 3.24.100-SNAPSHOT .............. SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse Workbench 3.130.0-SNAPSHOT ........ SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse UI 3.204.0-SNAPSHOT ............... SKIPPED 11:38:24.882 [INFO] [bundle] Text Editor Framework 3.17.100-SNAPSHOT ... SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse Forms 3.13.0-SNAPSHOT ............. SKIPPED 11:38:24.882 [INFO] [bundle] Common Navigator View 3.12.100-SNAPSHOT ... SKIPPED 11:38:24.882 [INFO] [bundle] Views 3.12.100-SNAPSHOT ................... SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse IDE UI 3.21.100-SNAPSHOT .......... SKIPPED 11:38:24.882 [INFO] [bundle] Search Support 3.15.200-SNAPSHOT .......... SKIPPED 11:38:24.882 [INFO] [bundle] Default Text Editor 3.17.0-SNAPSHOT ....... SKIPPED 11:38:24.882 [INFO] [bundle] Quick Search 1.2.200-SNAPSHOT ............. SKIPPED 11:38:24.882 [INFO] [bundle] Browser Support 3.8.100-SNAPSHOT .......... SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse UI MacOS X Enhancements 1.3.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Generic and Extensible Text Editor 1.3.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Tabbed Properties View 3.10.100-SNAPSHOT .. SKIPPED 11:38:24.882 [INFO] [bundle] Navigator Workbench Components 3.9.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse IDE UI Application 1.5.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] UI Freeze Monitoring 1.3.100-SNAPSHOT ..... SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse SDK Themes 1.2.2300-SNAPSHOT ...... SKIPPED 11:38:24.882 [INFO] [bundle] Log View 1.4.100-SNAPSHOT ................. SKIPPED 11:38:24.882 [INFO] [bundle] Eclipse UI Win32 Enhancements 3.5.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [aggregator] tests 4.29.0-SNAPSHOT ................. SUCCESS [ 0.012 s] 11:38:24.882 [INFO] [test-bundle] File Buffers Test Plug-in 3.13.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Eclipse e4 core commands tests 0.14.200-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] XPathTest Model 0.4.0-SNAPSHOT ....... SKIPPED 11:38:24.882 [INFO] [test-bundle] UI Bindings Tests 0.14.100-SNAPSHOT .. SKIPPED 11:38:24.882 [INFO] [test-bundle] TestModel Model 0.15.200-SNAPSHOT .... SKIPPED 11:38:24.882 [INFO] [test-bundle] e4 css core tests 1.302.200-SNAPSHOT . SKIPPED 11:38:24.882 [INFO] [test-bundle] e4 css swt tests (Incubation) 0.12.300-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.0-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Harness Plug-in 1.10.100-SNAPSHOT .... SKIPPED 11:38:24.882 [INFO] [test-bundle] Jface tests 1.4.200-SNAPSHOT ......... SKIPPED 11:38:24.882 [INFO] [test-bundle] JFace Data Binding Conformance Tests 1.5.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] eclipse.platform.ui.examples 4.29.0-SNAPSHOT ....... SUCCESS [ 0.011 s] 11:38:24.882 [INFO] [bundle] JFace Data Binding Examples 1.4.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] JFace Data Binding Tests 1.12.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Text Test Plug-in 3.14.100-SNAPSHOT .. SKIPPED 11:38:24.882 [INFO] [test-bundle] JFace Text Test Plug-in 3.13.200-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Search Support Tests Plug-in 3.11.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 1.2.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Editors Test Plug-in 3.13.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Workbench Text Editor Test Plug-in 3.14.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Generic Editor Test Plug-in 1.3.200-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Eclipse UI IDE Application Tests 1.4.0-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Eclipse UI Tests 3.15.1300-SNAPSHOT .. SKIPPED 11:38:24.882 [INFO] [test-bundle] Plugin.name 3.4.0 .................... SKIPPED 11:38:24.882 [INFO] [test-bundle] Forms Test 3.10.100-SNAPSHOT ......... SKIPPED 11:38:24.882 [INFO] [test-bundle] Common Navigator Tests 3.7.200-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [test-bundle] Performance Plug-in 1.6.100-SNAPSHOT . SKIPPED 11:38:24.882 [INFO] [test-bundle] Pluginchecks 1.2.100-SNAPSHOT ........ SKIPPED 11:38:24.882 [INFO] [test-bundle] Eclipse RCP Tests 3.6.100-SNAPSHOT ... SKIPPED 11:38:24.882 [INFO] [test-bundle] Tabbed Properties View Tests 3.8.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] CSS bridge demo 1.3.0-SNAPSHOT ............ SKIPPED 11:38:24.882 [INFO] [bundle] e4 Progress Examples Plug-in 0.4.0-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] JFace Snippets Plug-in 3.6.100-SNAPSHOT ... SKIPPED 11:38:24.882 [INFO] [bundle] CodeMinig Examples 1.2.0-SNAPSHOT ......... SKIPPED 11:38:24.882 [INFO] [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT SUCCESS [ 2.096 s] 11:38:24.882 [INFO] [bundle] Command Contribution Examples 3.6.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Field Assist Example 1.3.100-SNAPSHOT ..... SKIPPED 11:38:24.882 [INFO] [bundle] JFace Text Example 3.4.100-SNAPSHOT ....... SKIPPED 11:38:24.882 [INFO] [bundle] Progress Examples Plug-in 3.3.0 ........... SKIPPED 11:38:24.882 [INFO] [bundle] pluginName 3.2.0 .......................... SKIPPED 11:38:24.882 [INFO] [bundle] Multi-Page Editor Example 3.4.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Common Navigator Examples 3.4.0-SNAPSHOT .. SKIPPED 11:38:24.882 [INFO] [bundle] Example for a Perspective 1.0.0-SNAPSHOT .. SKIPPED 11:38:24.882 [INFO] [bundle] User File Editor 3.5.100-SNAPSHOT ......... SKIPPED 11:38:24.882 [INFO] [bundle] Readme File Editing Tool 3.7.100-SNAPSHOT . SKIPPED 11:38:24.882 [INFO] [bundle] Undo Example 3.5.100-SNAPSHOT ............. SKIPPED 11:38:24.882 [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.2.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Tabbed Properties View Article Example 3.4.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] [bundle] Examples of Eclipse Forms 3.4.0-SNAPSHOT .. SKIPPED 11:38:24.882 [INFO] [bundle] Examples for Generic Editor 1.3.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] eclipse.platform.ui.tools 4.29.0-SNAPSHOT .......... SUCCESS [ 0.011 s] 11:38:24.882 [INFO] [aggregator] bundles 4.29.0-SNAPSHOT ............... SUCCESS [ 0.008 s] 11:38:24.882 [INFO] [bundle] Tools 4.10.100-SNAPSHOT ................... SKIPPED 11:38:24.882 [INFO] [bundle] Services 4.10.100-SNAPSHOT ................ SUCCESS [ 2.870 s] 11:38:24.882 [INFO] [bundle] Compat 4.9.100-SNAPSHOT ................... SKIPPED 11:38:24.882 [INFO] [bundle] Persistence Model 1.1.100-SNAPSHOT ........ SKIPPED 11:38:24.882 [INFO] [bundle] Perspective migrate compatibility Util 1.1.100-SNAPSHOT SKIPPED 11:38:24.882 [INFO] org.eclipse.e4.tools.emf.ui 4.8.100-SNAPSHOT ....... SKIPPED 11:38:24.882 [INFO] [bundle] Editor3x 4.9.100-SNAPSHOT ................. SKIPPED 11:38:24.883 [INFO] [bundle] e4 JDT code templates 4.10.100-SNAPSHOT ... SKIPPED 11:38:24.883 [INFO] [aggregator] features 4.29.0-SNAPSHOT .............. SUCCESS [ 0.011 s] 11:38:24.883 [INFO] [feature] Eclipse e4 Tools 4.29.0-SNAPSHOT ......... SKIPPED 11:38:24.883 [INFO] [feature] Eclipse Persistence 1.1.100-SNAPSHOT ..... SKIPPED 11:38:24.883 [INFO] org.eclipse.e4.tools.compatibility.migration.tests 1.1.0-SNAPSHOT SKIPPED 11:38:24.883 [INFO] org.eclipse.e4.tools.persistence.tests 1.1.0-SNAPSHOT SKIPPED 11:38:24.883 [INFO] org.eclipse.e4.tools.test 1.3.0-SNAPSHOT ........... SKIPPED 11:38:24.883 [INFO] [aggregator] tests 4.29.0-SNAPSHOT ................. SUCCESS [ 0.009 s] 11:38:24.883 [INFO] ------------------------------------------------------------------------ 11:38:24.883 [INFO] BUILD FAILURE 11:38:24.883 [INFO] ------------------------------------------------------------------------ 11:38:24.883 [INFO] Total time: 03:33 min 11:38:24.883 [INFO] Finished at: 2024-01-30T11:38:24Z 11:38:24.883 [INFO] ------------------------------------------------------------------------ 11:38:24.954 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.jface: Only qualifier changed for (org.eclipse.jface/3.31.0.v20230824-1540). Expected to have bigger x.y.z than what is available in baseline (3.31.0.v20230821-1552) -> [Help 1] 11:38:24.954 [ERROR] 11:38:24.954 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 11:38:24.954 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 11:38:24.954 [ERROR] 11:38:24.954 [ERROR] For more information about the errors and possible solutions, please read the following articles: 11:38:24.954 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 11:38:24.955 [ERROR] 11:38:24.955 [ERROR] After correcting the problems, you can resume the build with the command 11:38:24.955 [ERROR] mvn -rf :org.eclipse.jface [Pipeline] } Terminating xvnc. Tue Jan 30 11:38:25 2024 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.66.23/10.40.66.23:42622 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1003) at hudson.FilePath.act(FilePath.java:1230) at hudson.FilePath.act(FilePath.java:1219) 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: 712c94a4-e3d2-4bbe-819e-fc90dca04670 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:3616) 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