Push event to branch R4_27_maintenance Connecting to https://api.github.com using 277682/****** Obtained Jenkinsfile from b29afc17826d9ddda0e48873047fe3a1781d5169 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-cggp2 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-cggp2" 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-cggp2" - 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-cggp2" - 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-cggp2 in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance [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/se.platform.ui_R4_27_maintenance # 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/heads/R4_27_maintenance:refs/remotes/origin/R4_27_maintenance # timeout=10 Avoid second fetch Checking out Revision b29afc17826d9ddda0e48873047fe3a1781d5169 (R4_27_maintenance) Commit message: "Fix wrong String split regex when checking OS version" > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.ui.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/R4_27_maintenance:refs/remotes/origin/R4_27_maintenance # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b29afc17826d9ddda0e48873047fe3a1781d5169 # timeout=10 > git rev-list --no-walk 9100bc3574e7ad2802513ac11a88f53f14df36d6 # timeout=10 [GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published. The recommended git tool is: git using credential github-app-platform The recommended git tool is: git using credential github-app-platform > git rev-parse HEAD^{commit} # timeout=10 [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.ui.git' [GitCheckoutListener] Found previous build 'eclipse.platform.ui/R4_27_maintenance #3' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '9100bc3' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit 'b29afc1' as starting point [GitCheckoutListener] -> Recorded 3 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@4e129cee' 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*" [se.platform.ui_R4_27_maintenance] $ Xvnc -help Starting xvnc [se.platform.ui_R4_27_maintenance] $ Xvnc :34 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16 Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst) See https://www.tigervnc.org for information on TigerVNC. Underlying X server release 12011000, The X.Org Foundation Wed Mar 20 05:22:13 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5934 vncext: created VNC server for screen 0 [Pipeline] sh + mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository -Pbuild-individual-bundles -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.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 05:22:28.407 [INFO] Scanning for projects... 05:22:30.144 [WARNING] The POM for commons-io:commons-io:jar:2.13.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:30.269 [WARNING] The POM for org.apache.commons:commons-compress:jar:1.23.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:31.455 [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:32.014 [WARNING] The POM for commons-codec:commons-codec:jar:1.16.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:33.021 [WARNING] The POM for commons-net:commons-net:jar:3.9.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:35.852 [INFO] Tycho Version: 4.0.0 (local build) 05:22:35.853 [INFO] Tycho Mode: extension 05:22:35.853 [INFO] Tycho Builder: maven 05:22:40.519 [WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:40.635 [WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:42.678 [WARNING] The POM for jakarta.activation:jakarta.activation-api:jar:1.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:48.315 [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.1.300-SNAPSHOT as they do not match the project filter (osgi.ws=gtk). 05:22:48.318 [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.1.200-SNAPSHOT as they do not match the project filter (osgi.ws=win32). 05:22:48.349 [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.13.100-SNAPSHOT as they do not match the project filter (osgi.ws=cocoa). 05:22:48.369 [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). 05:22:48.390 [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.4.600-SNAPSHOT as they do not match the project filter (osgi.ws=win32). 05:22:51.584 [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.13.100-SNAPSHOT as they do not match the project filter (osgi.ws=cocoa). 05:22:51.601 [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). 05:22:51.652 [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.4.600-SNAPSHOT as they do not match the project filter (osgi.ws=win32). 05:22:51.854 [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.1.300-SNAPSHOT as they do not match the project filter (osgi.ws=gtk). 05:22:51.856 [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.1.200-SNAPSHOT as they do not match the project filter (osgi.ws=win32). 05:22:52.660 [INFO] ------------------------------------------------------------------------ 05:22:52.660 [INFO] Reactor Build Order: 05:22:52.661 [INFO] 05:22:52.662 [INFO] eclipse.platform.ui [pom] 05:22:52.662 [INFO] [aggregator] features [pom] 05:22:52.662 [INFO] [aggregator] bundles [pom] 05:22:52.662 [INFO] [bundle] Commands [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse CSS Core Support [eclipse-plugin] 05:22:52.662 [INFO] [bundle] JFace [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse CSS SWT Support [eclipse-plugin] 05:22:52.662 [INFO] [bundle] JFace Data Binding Observables [eclipse-plugin] 05:22:52.662 [INFO] [bundle] JFace Data Binding Properties [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse UI Custom widgets [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse CSS SWT Theme Support [eclipse-plugin] 05:22:52.662 [INFO] [bundle] JFace Data Binding [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse UI Dependency Injection [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse UI Application Services [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse e4 dialogs [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse e4 core commands [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse Bindings Support [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse URI Scheme Handling [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Bundle for Workbench APIs available in e4 [eclipse-plugin] 05:22:52.662 [INFO] [bundle] JFace Data Binding for SWT and JFace [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse Model Xpath [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse Workbench Model [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse e4 Workbench [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse e4 Workbench SWT [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse e4 Progress View [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse e4 Workbench SWT Renderer [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse e4 Workbench Add-ons [eclipse-plugin] 05:22:52.662 [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] 05:22:52.663 [INFO] [bundle] JFace Data Binding for JavaBeans [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Eclipse UI GTK Enhancements [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Eclipse UI WIN32 Enhancements [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Notification API [eclipse-plugin] 05:22:52.663 [INFO] [feature] Eclipse 4 Rich Client Platform [eclipse-feature] 05:22:52.663 [INFO] [bundle] E4 IDE UI [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Eclipse Workbench [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Eclipse UI [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Browser Support [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Eclipse Forms [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Common Navigator View [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Views [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Eclipse IDE UI [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Tabbed Properties View [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Navigator Workbench Components [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Eclipse IDE UI Application [eclipse-plugin] 05:22:52.663 [INFO] [bundle] UI Freeze Monitoring [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Eclipse SDK Themes [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Log View [eclipse-plugin] 05:22:52.663 [INFO] [bundle] Eclipse UI Win32 Enhancements [eclipse-plugin] 05:22:52.663 [INFO] [aggregator] tests [pom] 05:22:52.663 [INFO] [test-bundle] Eclipse e4 core commands tests [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] XPathTest Model [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] UI Bindings Tests [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] TestModel Model [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] e4 css core tests [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] e4 css swt tests (Incubation) [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] Harness Plug-in [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] Jface tests [eclipse-test-plugin] 05:22:52.663 [INFO] eclipse.platform.ui.examples [pom] 05:22:52.663 [INFO] [bundle] JFace Data Binding Examples [eclipse-plugin] 05:22:52.663 [INFO] [test-bundle] JFace Data Binding Conformance Tests [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] JFace Data Binding Tests [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] Jface notifications tests [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] Eclipse UI IDE Application Tests [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] UI Freeze Monitoring Tests [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] Eclipse UI Tests [eclipse-test-plugin] 05:22:52.663 [INFO] [test-bundle] Plugin.name [eclipse-test-plugin] 05:22:52.664 [INFO] [test-bundle] Forms Test [eclipse-test-plugin] 05:22:52.664 [INFO] [test-bundle] Common Navigator Tests [eclipse-test-plugin] 05:22:52.664 [INFO] [test-bundle] Performance Plug-in [eclipse-test-plugin] 05:22:52.664 [INFO] [test-bundle] Pluginchecks [eclipse-test-plugin] 05:22:52.664 [INFO] [test-bundle] Eclipse RCP Tests [eclipse-test-plugin] 05:22:52.664 [INFO] [test-bundle] Tabbed Properties View Tests [eclipse-test-plugin] 05:22:52.664 [INFO] [bundle] CSS bridge demo [eclipse-plugin] 05:22:52.664 [INFO] [bundle] e4 Progress Examples Plug-in [eclipse-plugin] 05:22:52.664 [INFO] [bundle] JFace Snippets Plug-in [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Services Snippets (Incubation) [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Command Contribution Examples [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Field Assist Example [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Progress Examples Plug-in [eclipse-plugin] 05:22:52.664 [INFO] [bundle] pluginName [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Multi-Page Editor Example [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Common Navigator Examples [eclipse-plugin] 05:22:52.664 [INFO] [bundle] User File Editor [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Readme File Editing Tool [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Undo Example [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Example for Eclipse URI Scheme Handling [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Tabbed Properties View Article Example [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Examples of Eclipse Forms [eclipse-plugin] 05:22:52.664 [INFO] eclipse.platform.ui.tools [pom] 05:22:52.664 [INFO] [aggregator] bundles [pom] 05:22:52.664 [INFO] [bundle] Tools [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Services [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Compat [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Persistence Model [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Perspective migrate compatibility Util [eclipse-plugin] 05:22:52.664 [INFO] org.eclipse.e4.tools.emf.ui [eclipse-plugin] 05:22:52.664 [INFO] [bundle] Editor3x [eclipse-plugin] 05:22:52.664 [INFO] [bundle] e4 JDT code templates [eclipse-plugin] 05:22:52.664 [INFO] [aggregator] features [pom] 05:22:52.664 [INFO] [feature] Eclipse e4 Tools [eclipse-feature] 05:22:52.664 [INFO] [feature] Eclipse Persistence [eclipse-feature] 05:22:52.664 [INFO] org.eclipse.e4.tools.compatibility.migration.tests [eclipse-test-plugin] 05:22:52.664 [INFO] org.eclipse.e4.tools.persistence.tests [eclipse-test-plugin] 05:22:52.664 [INFO] org.eclipse.e4.tools.test [eclipse-test-plugin] 05:22:52.664 [INFO] [aggregator] tests [pom] 05:22:52.679 [INFO] 05:22:52.679 [INFO] --------------< org.eclipse.platform:eclipse.platform.ui >-------------- 05:22:52.679 [INFO] Building eclipse.platform.ui 4.27.0-SNAPSHOT [1/108] 05:22:52.679 [INFO] from pom.xml 05:22:52.679 [INFO] --------------------------------[ pom ]--------------------------------- 05:22:52.688 [INFO] 05:22:52.688 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse.platform.ui --- 05:22:52.725 [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:52.820 [INFO] 05:22:52.820 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ eclipse.platform.ui --- 05:22:52.999 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/saveproperties 05:22:52.999 [INFO] 05:22:52.999 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ eclipse.platform.ui --- 05:22:53.386 [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed 05:22:53.386 [INFO] 05:22:53.386 [INFO] --- resources:3.3.0:resources (filter-resources) @ eclipse.platform.ui --- 05:22:53.439 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/src/main/resources 05:22:53.440 [INFO] 05:22:53.440 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ eclipse.platform.ui --- 05:22:53.445 [INFO] 05:22:53.445 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ eclipse.platform.ui --- 05:22:57.325 [WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:57.695 [WARNING] The POM for org.apache.commons:commons-compress:jar:1.14 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:58.288 [WARNING] The POM for commons-io:commons-io:jar:2.4 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:58.562 [WARNING] The POM for commons-codec:commons-codec:jar:1.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:22:59.371 [WARNING] The POM for commons-logging:commons-logging:jar:1.1.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:23:01.859 [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:23:02.130 [WARNING] The POM for commons-codec:commons-codec:jar:1.9 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:23:02.449 [WARNING] The POM for org.apache.commons:commons-compress:jar:1.16.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:23:03.809 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 05:23:03.809 [INFO] 05:23:03.809 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui --- 05:23:03.811 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:23:03.812 [INFO] 05:23:03.812 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ eclipse.platform.ui --- 05:23:04.251 [INFO] Executing tasks 05:23:04.269 [INFO] Executed tasks 05:23:04.269 [INFO] 05:23:04.269 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ eclipse.platform.ui --- 05:23:04.273 [INFO] Execution was skipped 05:23:04.273 [INFO] 05:23:04.273 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ eclipse.platform.ui --- 05:23:04.284 [INFO] Execution was skipped 05:23:04.284 [INFO] 05:23:04.284 [INFO] ------------------< org.eclipse.platform:ui-features >------------------ 05:23:04.284 [INFO] Building [aggregator] features 4.27.0-SNAPSHOT [2/108] 05:23:04.284 [INFO] from features/.polyglot.pom.tycho 05:23:04.284 [INFO] --------------------------------[ pom ]--------------------------------- 05:23:04.286 [INFO] 05:23:04.287 [INFO] --- clean:3.2.0:clean (default-clean) @ ui-features --- 05:23:04.287 [INFO] 05:23:04.287 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ ui-features --- 05:23:04.288 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/saveproperties 05:23:04.289 [INFO] 05:23:04.289 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ ui-features --- 05:23:04.290 [INFO] 05:23:04.290 [INFO] --- resources:3.3.0:resources (filter-resources) @ ui-features --- 05:23:04.291 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/src/main/resources 05:23:04.291 [INFO] 05:23:04.291 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ ui-features --- 05:23:04.292 [INFO] 05:23:04.292 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ ui-features --- 05:23:04.296 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 05:23:04.296 [INFO] 05:23:04.296 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-features --- 05:23:04.296 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:23:04.297 [INFO] 05:23:04.297 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ ui-features --- 05:23:04.340 [INFO] Executing tasks 05:23:04.342 [INFO] Executed tasks 05:23:04.342 [INFO] 05:23:04.342 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ ui-features --- 05:23:04.343 [INFO] Execution was skipped 05:23:04.343 [INFO] 05:23:04.343 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ ui-features --- 05:23:04.347 [INFO] Execution was skipped 05:23:04.347 [INFO] 05:23:04.347 [INFO] ------------------< org.eclipse.platform:ui-bundles >------------------- 05:23:04.347 [INFO] Building [aggregator] bundles 4.27.0-SNAPSHOT [3/108] 05:23:04.347 [INFO] from bundles/.polyglot.pom.tycho 05:23:04.347 [INFO] --------------------------------[ pom ]--------------------------------- 05:23:04.349 [INFO] 05:23:04.349 [INFO] --- clean:3.2.0:clean (default-clean) @ ui-bundles --- 05:23:04.349 [INFO] 05:23:04.349 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ ui-bundles --- 05:23:04.350 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/saveproperties 05:23:04.350 [INFO] 05:23:04.350 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ ui-bundles --- 05:23:04.351 [INFO] 05:23:04.351 [INFO] --- resources:3.3.0:resources (filter-resources) @ ui-bundles --- 05:23:04.351 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/src/main/resources 05:23:04.351 [INFO] 05:23:04.351 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ ui-bundles --- 05:23:04.352 [INFO] 05:23:04.352 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ ui-bundles --- 05:23:04.355 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 05:23:04.355 [INFO] 05:23:04.355 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-bundles --- 05:23:04.355 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:23:04.356 [INFO] 05:23:04.356 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ ui-bundles --- 05:23:04.380 [INFO] Executing tasks 05:23:04.381 [INFO] Executed tasks 05:23:04.382 [INFO] 05:23:04.382 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ ui-bundles --- 05:23:04.382 [INFO] Execution was skipped 05:23:04.382 [INFO] 05:23:04.382 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ ui-bundles --- 05:23:04.386 [INFO] Execution was skipped 05:23:04.386 [INFO] 05:23:04.386 [INFO] -----------< org.eclipse.platform:org.eclipse.core.commands >----------- 05:23:04.386 [INFO] Building [bundle] Commands 3.10.400-SNAPSHOT [4/108] 05:23:04.386 [INFO] from bundles/org.eclipse.core.commands/.polyglot.META-INF 05:23:04.386 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:23:04.387 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:23:04.387 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:23:04.387 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:23:04.387 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:23:04.387 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:23:04.387 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:23:04.388 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:23:04.388 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:23:04.388 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:23:04.388 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:23:05.817 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.27.0-SNAPSHOT/eclipse-sdk-prereqs-4.27.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@57979fd9 05:23:05.859 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 05:23:05.859 [INFO] Cache location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/.cache/tycho 05:23:05.859 [INFO] Transport mode: online 05:23:05.859 [INFO] Http Transport type: Java11Client 05:23:05.859 [INFO] Update mode: cache first 05:23:05.861 [INFO] Minimum cache duration: 60 minutes 05:23:05.861 [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) 05:23:07.093 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, 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 = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:23:10.615 [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:23:11.343 [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:23:12.211 [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:23:12.424 [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, 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.metatype.annotations, Version = 1.4.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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:23:13.181 [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:23:13.486 [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:23:13.915 [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 05:23:14.111 [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:23:14.716 [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true 05:23:15.106 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300 05:23:15.501 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/.polyglot.META-INF 05:23:18.156 [INFO] 05:23:18.156 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.core.commands --- 05:23:18.158 [INFO] 05:23:18.158 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.commands --- 05:23:21.336 [INFO] The project's OSGi version is 3.10.400.v20230220-0932 05:23:21.336 [INFO] 05:23:21.336 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.core.commands --- 05:23:21.339 [INFO] 05:23:21.339 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.core.commands --- 05:23:21.340 [INFO] 05:23:21.340 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.commands --- 05:23:21.341 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/saveproperties 05:23:21.342 [INFO] 05:23:21.342 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.core.commands --- 05:23:21.343 [INFO] 05:23:21.343 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.core.commands --- 05:23:21.349 [INFO] 05:23:21.349 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.core.commands --- 05:23:21.350 [INFO] Resolving class path of [bundle] Commands 05:23:21.505 [INFO] 05:23:21.505 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.core.commands --- 05:23:21.506 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/src/main/resources 05:23:21.506 [INFO] 05:23:21.506 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.core.commands --- 05:23:21.507 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/src/main/resources 05:23:21.507 [INFO] 05:23:21.507 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.core.commands --- 05:23:21.689 [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/target/classes 05:23:23.439 [INFO] 05:23:23.439 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.core.commands --- 05:23:23.446 [INFO] 05:23:23.446 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.core.commands --- 05:23:23.448 [INFO] 05:23:23.448 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.core.commands --- 05:23:24.473 [INFO] 05:23:24.473 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.core.commands --- 05:23:24.477 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/src/test/resources 05:23:24.477 [INFO] 05:23:24.477 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.core.commands --- 05:23:24.483 [INFO] 05:23:24.483 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.commands --- 05:23:24.485 [INFO] 05:23:24.485 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.core.commands --- 05:23:24.522 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.10.400-SNAPSHOT-sources.jar 05:23:24.584 [INFO] 05:23:24.584 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.core.commands --- 05:23:24.612 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.10.400-SNAPSHOT.jar 05:23:24.697 [INFO] 05:23:24.697 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.commands --- 05:23:24.840 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:23:24.844 [INFO] 05:23:24.844 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.commands --- 05:23:25.842 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.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) 05:23:25.855 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.10.400-SNAPSHOT-javadoc.jar 05:23:25.891 [INFO] 05:23:25.891 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.commands --- 05:23:25.894 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:23:25.962 [INFO] 05:23:25.963 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.core.commands --- 05:23:25.990 [INFO] Executing tasks 05:23:25.992 [INFO] Executed tasks 05:23:25.992 [INFO] 05:23:25.992 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.core.commands --- 05:23:26.014 [INFO] 05:23:26.014 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.core.commands --- 05:23:30.032 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:23:30.034 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:23:30.040 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/target/dependencies-list.txt, -failOnError] 0 API ERRORS 1 API warnings [API WARNING] File ParameterValueConversionException.java at line 25: ParameterValueConversionException leaks APIs from the superclass CommandException (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterValueConversionException.java) 05:23:42.756 [INFO] 05:23:42.756 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.css.core >----------- 05:23:42.756 [INFO] Building [bundle] Eclipse CSS Core Support 0.13.500-SNAPSHOT [5/108] 05:23:42.756 [INFO] from bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF 05:23:42.756 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:23:42.757 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:23:42.757 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:23:42.757 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:23:42.757 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:23:42.758 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:23:42.758 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:23:42.759 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:23:42.759 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:23:42.759 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:23:42.759 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:23:42.774 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.13.500-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF 05:23:42.801 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:23:42.819 [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)).] 05:23:42.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)).] 05:23:42.865 [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)).] 05:23:42.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)).] 05:23:42.900 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:23:43.096 [INFO] 05:23:43.096 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.css.core --- 05:23:43.098 [INFO] 05:23:43.098 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.core --- 05:23:43.141 [INFO] The project's OSGi version is 0.13.500.v20230220-0932 05:23:43.141 [INFO] 05:23:43.141 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.core --- 05:23:43.142 [INFO] 05:23:43.142 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.core --- 05:23:43.143 [INFO] 05:23:43.143 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.core --- 05:23:43.144 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/saveproperties 05:23:43.144 [INFO] 05:23:43.144 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.core --- 05:23:43.146 [INFO] 05:23:43.146 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.core --- 05:23:43.147 [INFO] 05:23:43.147 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.core --- 05:23:43.148 [INFO] Resolving class path of [bundle] Eclipse CSS Core Support 05:23:43.172 [INFO] 05:23:43.172 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.css.core --- 05:23:43.173 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/src/main/resources 05:23:43.173 [INFO] 05:23:43.173 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.css.core --- 05:23:43.173 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/src/main/resources 05:23:43.174 [INFO] 05:23:43.174 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.css.core --- 05:23:43.206 [INFO] Compiling 153 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/target/classes 05:23:44.094 [INFO] 05:23:44.094 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.css.core --- 05:23:44.097 [INFO] 05:23:44.097 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.core --- 05:23:44.098 [INFO] 05:23:44.098 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.css.core --- 05:23:44.139 [INFO] 05:23:44.139 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.css.core --- 05:23:44.141 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/src/test/resources 05:23:44.141 [INFO] 05:23:44.141 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.core --- 05:23:44.145 [INFO] 05:23:44.145 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.core --- 05:23:44.146 [INFO] 05:23:44.146 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.core --- 05:23:44.170 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.13.500-SNAPSHOT-sources.jar 05:23:44.248 [INFO] 05:23:44.248 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.core --- 05:23:44.255 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.13.500-SNAPSHOT.jar 05:23:44.345 [INFO] 05:23:44.346 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.core --- 05:23:44.455 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.13.500-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:23:44.457 [INFO] 05:23:44.457 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.css.core --- 05:23:45.368 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/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) 05:23:45.370 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.13.500-SNAPSHOT-javadoc.jar 05:23:45.377 [INFO] 05:23:45.377 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.core --- 05:23:45.378 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:23:45.450 [INFO] 05:23:45.450 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.css.core --- 05:23:45.476 [INFO] Executing tasks 05:23:45.478 [INFO] Executed tasks 05:23:45.478 [INFO] 05:23:45.478 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.css.core --- 05:23:45.496 [INFO] 05:23:45.496 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.css.core --- 05:23:45.582 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:23:45.582 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:23:45.582 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.core/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:24:02.359 [INFO] 05:24:02.359 [INFO] ---------------< org.eclipse.platform:org.eclipse.jface >--------------- 05:24:02.359 [INFO] Building [bundle] JFace 3.29.0-SNAPSHOT [6/108] 05:24:02.359 [INFO] from bundles/org.eclipse.jface/.polyglot.META-INF 05:24:02.359 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:24:02.360 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:24:02.360 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:24:02.360 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:24:02.360 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:24:02.360 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:24:02.360 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:24:02.361 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:24:02.361 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:24:02.362 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:24:02.362 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:24:02.371 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface:3.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/.polyglot.META-INF 05:24:02.392 [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)).] 05:24:02.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)).] 05:24:02.425 [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)).] 05:24:02.440 [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)).] 05:24:02.453 [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)).] 05:24:02.466 [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)).] 05:24:03.491 [INFO] 05:24:03.491 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jface --- 05:24:03.493 [INFO] 05:24:03.493 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface --- 05:24:03.518 [INFO] The project's OSGi version is 3.29.0.v20230214-1401 05:24:03.518 [INFO] 05:24:03.518 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.jface --- 05:24:03.519 [INFO] 05:24:03.519 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.jface --- 05:24:03.520 [INFO] 05:24:03.520 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface --- 05:24:03.521 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/saveproperties 05:24:03.521 [INFO] 05:24:03.521 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.jface --- 05:24:03.523 [INFO] 05:24:03.523 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.jface --- 05:24:03.540 [INFO] 05:24:03.540 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.jface --- 05:24:03.540 [INFO] Resolving class path of [bundle] JFace 05:24:03.564 [INFO] 05:24:03.564 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.jface --- 05:24:03.565 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/main/resources 05:24:03.565 [INFO] 05:24:03.565 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.jface --- 05:24:03.566 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/main/resources 05:24:03.566 [INFO] 05:24:03.566 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.jface --- 05:24:03.598 [INFO] Compiling 417 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/target/classes 05:24:05.960 [INFO] 05:24:05.960 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.jface --- 05:24:05.962 [INFO] 05:24:05.962 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.jface --- 05:24:05.963 [INFO] 05:24:05.963 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.jface --- 05:24:09.010 [INFO] 05:24:09.010 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.jface --- 05:24:09.038 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/test/resources 05:24:09.039 [INFO] 05:24:09.039 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.jface --- 05:24:09.043 [INFO] 05:24:09.043 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface --- 05:24:09.044 [INFO] 05:24:09.044 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.jface --- 05:24:09.095 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/target/org.eclipse.jface-3.29.0-SNAPSHOT-sources.jar 05:24:09.263 [INFO] 05:24:09.263 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.jface --- 05:24:09.270 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/target/org.eclipse.jface-3.29.0-SNAPSHOT.jar 05:24:09.566 [INFO] 05:24:09.566 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface --- 05:24:09.773 [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface:3.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/.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] 05:24:09.774 [INFO] 05:24:09.774 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.jface --- 05:24:10.676 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/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) 05:24:10.678 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/target/org.eclipse.jface-3.29.0-SNAPSHOT-javadoc.jar 05:24:10.684 [INFO] 05:24:10.684 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface --- 05:24:10.685 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:24:10.921 [INFO] 05:24:10.921 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.jface --- 05:24:10.942 [INFO] Executing tasks 05:24:10.943 [INFO] Executed tasks 05:24:10.943 [INFO] 05:24:10.943 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.jface --- 05:24:10.957 [INFO] 05:24:10.957 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.jface --- 05:24:11.021 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:24:11.021 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:24:11.021 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/target/org.eclipse.jface-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/target/dependencies-list.txt, -failOnError] 0 API ERRORS 20 API warnings [API WARNING] File AbstractAction.java at line 33: AbstractAction implements non-API interface IAction (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/action/AbstractAction.java) [API WARNING] File ContributionItem.java at line 24: ContributionItem implements non-API interface IContributionItem (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionItem.java) [API WARNING] File MenuManager.java at line 48: MenuManager implements non-API interface IMenuManager (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java) [API WARNING] File SubContributionItem.java at line 30: SubContributionItem implements non-API interface IContributionItem (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionItem.java) [API WARNING] File SubMenuManager.java at line 36: SubMenuManager implements non-API interface IMenuManager (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubMenuManager.java) [API WARNING] File ToolBarContributionItem.java at line 51: ToolBarContributionItem implements non-API interface IToolBarContributionItem (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarContributionItem.java) [API WARNING] File BindingManager.java at line 432: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 1740: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 998: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 1061: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 1750: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 1053: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 663: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 1933: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 661: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File BindingManager.java at line 990: BindingManager illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java) [API WARNING] File CachedBindingSet.java at line 356: CachedBindingSet illegally references method Tracing.printTrace(String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/CachedBindingSet.java) [API WARNING] File TreeSelection.java at line 32: TreeSelection leaks APIs from the superclass StructuredSelection (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeSelection.java) [API WARNING] File AbstractConcurrentModel.java at line 25: AbstractConcurrentModel implements non-API interface IConcurrentModel (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/AbstractConcurrentModel.java) [API WARNING] File GroupFactory.java at line 57: GroupFactory leaks APIs from the superclass AbstractCompositeFactory (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/GroupFactory.java) 05:24:31.370 [INFO] 05:24:31.370 [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.css.swt >----------- 05:24:31.370 [INFO] Building [bundle] Eclipse CSS SWT Support 0.14.800-SNAPSHOT [7/108] 05:24:31.370 [INFO] from bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF 05:24:31.370 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:24:31.370 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:24:31.370 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:24:31.371 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:24:31.371 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:24:31.371 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:24:31.371 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:24:31.371 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:24:31.371 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:24:31.371 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:24:31.371 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:24:31.377 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt:0.14.800-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF 05:24:31.394 [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)).] 05:24:31.410 [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)).] 05:24:31.425 [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)).] 05:24:31.439 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:24:31.456 [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)).] 05:24:31.481 [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)).] 05:24:31.493 [INFO] 05:24:31.493 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.css.swt --- 05:24:31.495 [INFO] 05:24:31.495 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt --- 05:24:31.518 [INFO] The project's OSGi version is 0.14.800.v20230220-0932 05:24:31.519 [INFO] 05:24:31.519 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt --- 05:24:31.519 [INFO] 05:24:31.519 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt --- 05:24:31.520 [INFO] 05:24:31.520 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt --- 05:24:31.521 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/saveproperties 05:24:31.521 [INFO] 05:24:31.521 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt --- 05:24:31.522 [INFO] 05:24:31.522 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt --- 05:24:31.547 [INFO] 05:24:31.547 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.swt --- 05:24:31.548 [INFO] Resolving class path of [bundle] Eclipse CSS SWT Support 05:24:31.572 [INFO] 05:24:31.572 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.css.swt --- 05:24:31.573 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/src/main/resources 05:24:31.573 [INFO] 05:24:31.573 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.css.swt --- 05:24:31.574 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/src/main/resources 05:24:31.574 [INFO] 05:24:31.574 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.css.swt --- 05:24:31.598 [INFO] Compiling 103 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/target/classes 05:24:32.056 [INFO] 05:24:32.056 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.css.swt --- 05:24:32.057 [INFO] 05:24:32.057 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.swt --- 05:24:32.057 [INFO] 05:24:32.057 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.css.swt --- 05:24:32.064 [INFO] 05:24:32.064 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt --- 05:24:32.064 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/src/test/resources 05:24:32.064 [INFO] 05:24:32.065 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt --- 05:24:32.067 [INFO] 05:24:32.067 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.swt --- 05:24:32.068 [INFO] 05:24:32.068 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt --- 05:24:32.082 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.14.800-SNAPSHOT-sources.jar 05:24:32.145 [INFO] 05:24:32.145 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt --- 05:24:32.151 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.14.800-SNAPSHOT.jar 05:24:32.240 [INFO] 05:24:32.240 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt --- 05:24:32.282 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt:0.14.800-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/.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] 05:24:32.283 [INFO] 05:24:32.283 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.css.swt --- 05:24:33.280 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/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) 05:24:33.282 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.14.800-SNAPSHOT-javadoc.jar 05:24:33.293 [INFO] 05:24:33.293 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt --- 05:24:33.294 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:24:33.387 [INFO] 05:24:33.387 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.css.swt --- 05:24:33.413 [INFO] Executing tasks 05:24:33.414 [INFO] Executed tasks 05:24:33.415 [INFO] 05:24:33.415 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.css.swt --- 05:24:33.430 [INFO] 05:24:33.430 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.css.swt --- 05:24:33.504 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:24:33.504 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:24:33.505 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:24:46.038 [INFO] 05:24:46.039 [INFO] ----< org.eclipse.platform:org.eclipse.core.databinding.observable >---- 05:24:46.039 [INFO] Building [bundle] JFace Data Binding Observables 1.12.200-SNAPSHOT [8/108] 05:24:46.039 [INFO] from bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF 05:24:46.039 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:24:46.039 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:24:46.039 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:24:46.040 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:24:46.040 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:24:46.040 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:24:46.040 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:24:46.040 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:24:46.040 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:24:46.041 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:24:46.041 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:24:46.049 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF 05:24:46.061 [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)).] 05:24:46.070 [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)).] 05:24:46.077 [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)).] 05:24:46.084 [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)).] 05:24:46.091 [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)).] 05:24:46.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)).] 05:24:46.100 [INFO] 05:24:46.101 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.core.databinding.observable --- 05:24:46.101 [INFO] 05:24:46.101 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.observable --- 05:24:46.130 [INFO] The project's OSGi version is 1.12.200.v20230220-0932 05:24:46.131 [INFO] 05:24:46.131 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.core.databinding.observable --- 05:24:46.131 [INFO] 05:24:46.131 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.core.databinding.observable --- 05:24:46.132 [INFO] 05:24:46.132 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.databinding.observable --- 05:24:46.139 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/saveproperties 05:24:46.139 [INFO] 05:24:46.139 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.core.databinding.observable --- 05:24:46.140 [INFO] 05:24:46.140 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.core.databinding.observable --- 05:24:46.141 [INFO] 05:24:46.141 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.observable --- 05:24:46.142 [INFO] Resolving class path of [bundle] JFace Data Binding Observables 05:24:46.148 [INFO] 05:24:46.148 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.core.databinding.observable --- 05:24:46.149 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/src/main/resources 05:24:46.149 [INFO] 05:24:46.149 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.core.databinding.observable --- 05:24:46.150 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/src/main/resources 05:24:46.150 [INFO] 05:24:46.150 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.core.databinding.observable --- 05:24:46.170 [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/target/classes 05:24:46.754 [INFO] 05:24:46.754 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.core.databinding.observable --- 05:24:46.755 [INFO] 05:24:46.755 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.observable --- 05:24:46.756 [INFO] 05:24:46.756 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.core.databinding.observable --- 05:24:47.057 [INFO] 05:24:47.057 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.core.databinding.observable --- 05:24:47.059 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/src/test/resources 05:24:47.059 [INFO] 05:24:47.059 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.core.databinding.observable --- 05:24:47.062 [INFO] 05:24:47.062 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.observable --- 05:24:47.063 [INFO] 05:24:47.063 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.core.databinding.observable --- 05:24:47.078 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.12.200-SNAPSHOT-sources.jar 05:24:47.101 [INFO] 05:24:47.101 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.observable --- 05:24:47.107 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.12.200-SNAPSHOT.jar 05:24:47.173 [INFO] 05:24:47.173 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.observable --- 05:24:47.270 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:24:47.271 [INFO] 05:24:47.271 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.databinding.observable --- 05:24:48.269 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/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) 05:24:48.271 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.12.200-SNAPSHOT-javadoc.jar 05:24:48.275 [INFO] 05:24:48.275 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.observable --- 05:24:48.276 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:24:48.353 [INFO] 05:24:48.353 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.core.databinding.observable --- 05:24:48.372 [INFO] Executing tasks 05:24:48.374 [INFO] Executed tasks 05:24:48.374 [INFO] 05:24:48.374 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.core.databinding.observable --- 05:24:48.387 [INFO] 05:24:48.387 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.core.databinding.observable --- 05:24:48.447 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:24:48.447 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:24:48.447 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.observable/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:25:01.704 [INFO] 05:25:01.704 [INFO] -----< org.eclipse.platform:org.eclipse.core.databinding.property >----- 05:25:01.704 [INFO] Building [bundle] JFace Data Binding Properties 1.9.200-SNAPSHOT [9/108] 05:25:01.704 [INFO] from bundles/org.eclipse.core.databinding.property/.polyglot.META-INF 05:25:01.704 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:25:01.705 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:25:01.705 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:25:01.705 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:25:01.705 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:25:01.705 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:25:01.705 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:25:01.705 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:25:01.706 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:25:01.706 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:25:01.706 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:25:01.711 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF 05:25:01.741 [INFO] 05:25:01.741 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.core.databinding.property --- 05:25:01.742 [INFO] 05:25:01.742 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.property --- 05:25:01.763 [INFO] The project's OSGi version is 1.9.200.v20230220-0932 05:25:01.763 [INFO] 05:25:01.763 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.core.databinding.property --- 05:25:01.764 [INFO] 05:25:01.764 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.core.databinding.property --- 05:25:01.764 [INFO] 05:25:01.764 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.databinding.property --- 05:25:01.765 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/saveproperties 05:25:01.765 [INFO] 05:25:01.765 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.core.databinding.property --- 05:25:01.766 [INFO] 05:25:01.766 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.core.databinding.property --- 05:25:01.771 [INFO] 05:25:01.771 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.property --- 05:25:01.771 [INFO] Resolving class path of [bundle] JFace Data Binding Properties 05:25:01.777 [INFO] 05:25:01.777 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.core.databinding.property --- 05:25:01.778 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/src/main/resources 05:25:01.778 [INFO] 05:25:01.778 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.core.databinding.property --- 05:25:01.779 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/src/main/resources 05:25:01.779 [INFO] 05:25:01.779 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.core.databinding.property --- 05:25:01.797 [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/target/classes 05:25:02.084 [INFO] 05:25:02.084 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.core.databinding.property --- 05:25:02.086 [INFO] 05:25:02.086 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.property --- 05:25:02.086 [INFO] 05:25:02.086 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.core.databinding.property --- 05:25:02.167 [INFO] 05:25:02.167 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.core.databinding.property --- 05:25:02.169 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/src/test/resources 05:25:02.169 [INFO] 05:25:02.169 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.core.databinding.property --- 05:25:02.172 [INFO] 05:25:02.172 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.property --- 05:25:02.172 [INFO] 05:25:02.172 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.core.databinding.property --- 05:25:02.180 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.9.200-SNAPSHOT-sources.jar 05:25:02.192 [INFO] 05:25:02.192 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.property --- 05:25:02.198 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.9.200-SNAPSHOT.jar 05:25:02.245 [INFO] 05:25:02.245 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.property --- 05:25:02.275 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:25:02.276 [INFO] 05:25:02.276 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.databinding.property --- 05:25:03.388 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/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) 05:25:03.389 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.9.200-SNAPSHOT-javadoc.jar 05:25:03.394 [INFO] 05:25:03.394 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.property --- 05:25:03.395 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:25:03.458 [INFO] 05:25:03.458 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.core.databinding.property --- 05:25:03.476 [INFO] Executing tasks 05:25:03.477 [INFO] Executed tasks 05:25:03.477 [INFO] 05:25:03.477 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.core.databinding.property --- 05:25:03.490 [INFO] 05:25:03.490 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.core.databinding.property --- 05:25:03.547 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:25:03.547 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:25:03.547 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.property/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:25:15.142 [INFO] 05:25:15.142 [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.widgets >----------- 05:25:15.142 [INFO] Building [bundle] Eclipse UI Custom widgets 1.3.200-SNAPSHOT [10/108] 05:25:15.142 [INFO] from bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF 05:25:15.142 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:25:15.143 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:25:15.143 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:25:15.143 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:25:15.143 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:25:15.143 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:25:15.143 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:25:15.143 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:25:15.143 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:25:15.143 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:25:15.143 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:25:15.149 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF 05:25:15.177 [INFO] 05:25:15.177 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.widgets --- 05:25:15.177 [INFO] 05:25:15.177 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.widgets --- 05:25:15.197 [INFO] The project's OSGi version is 1.3.200.v20230220-0932 05:25:15.197 [INFO] 05:25:15.197 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.widgets --- 05:25:15.198 [INFO] 05:25:15.198 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.widgets --- 05:25:15.198 [INFO] 05:25:15.198 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.widgets --- 05:25:15.199 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/saveproperties 05:25:15.199 [INFO] 05:25:15.199 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.widgets --- 05:25:15.200 [INFO] 05:25:15.200 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.widgets --- 05:25:15.201 [INFO] 05:25:15.201 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.widgets --- 05:25:15.201 [INFO] Resolving class path of [bundle] Eclipse UI Custom widgets 05:25:15.209 [INFO] 05:25:15.209 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.widgets --- 05:25:15.210 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/src/main/resources 05:25:15.210 [INFO] 05:25:15.210 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.widgets --- 05:25:15.210 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/src/main/resources 05:25:15.210 [INFO] 05:25:15.210 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.widgets --- 05:25:15.228 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/target/classes 05:25:15.311 [INFO] 05:25:15.311 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.widgets --- 05:25:15.311 [INFO] 05:25:15.311 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.widgets --- 05:25:15.312 [INFO] 05:25:15.312 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.widgets --- 05:25:15.315 [INFO] 05:25:15.315 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.widgets --- 05:25:15.315 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/src/test/resources 05:25:15.315 [INFO] 05:25:15.315 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.widgets --- 05:25:15.317 [INFO] 05:25:15.317 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.widgets --- 05:25:15.318 [INFO] 05:25:15.318 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.widgets --- 05:25:15.321 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.3.200-SNAPSHOT-sources.jar 05:25:15.329 [INFO] 05:25:15.329 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.widgets --- 05:25:15.340 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.3.200-SNAPSHOT.jar 05:25:15.352 [INFO] 05:25:15.352 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.widgets --- 05:25:15.375 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:25:15.376 [INFO] 05:25:15.376 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.widgets --- 05:25:16.090 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/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) 05:25:16.092 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.3.200-SNAPSHOT-javadoc.jar 05:25:16.096 [INFO] 05:25:16.096 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.widgets --- 05:25:16.097 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:25:16.116 [INFO] 05:25:16.116 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.widgets --- 05:25:16.148 [INFO] Executing tasks 05:25:16.149 [INFO] Executed tasks 05:25:16.149 [INFO] 05:25:16.149 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.widgets --- 05:25:16.162 [INFO] 05:25:16.162 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.widgets --- 05:25:16.220 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:25:16.220 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:25:16.220 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.widgets/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:25:25.806 [INFO] 05:25:25.806 [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme >-------- 05:25:25.806 [INFO] Building [bundle] Eclipse CSS SWT Theme Support 0.13.300-SNAPSHOT [11/108] 05:25:25.806 [INFO] from bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF 05:25:25.806 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:25:25.806 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:25:25.806 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:25:25.806 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:25:25.806 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:25:25.806 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:25:25.806 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:25:25.807 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:25:25.807 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:25:25.807 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:25:25.807 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:25:25.812 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme:0.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF 05:25:25.828 [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)).] 05:25:25.843 [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)).] 05:25:25.856 [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)).] 05:25:25.870 [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)).] 05:25:25.882 [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)).] 05:25:25.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)).] 05:25:26.013 [INFO] 05:25:26.013 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.014 [INFO] 05:25:26.014 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.035 [INFO] The project's OSGi version is 0.13.300.v20230220-0932 05:25:26.035 [INFO] 05:25:26.035 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.035 [INFO] 05:25:26.035 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.036 [INFO] 05:25:26.036 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.037 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/saveproperties 05:25:26.037 [INFO] 05:25:26.037 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.038 [INFO] 05:25:26.038 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.044 [INFO] 05:25:26.044 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.044 [INFO] Resolving class path of [bundle] Eclipse CSS SWT Theme Support 05:25:26.070 [INFO] 05:25:26.070 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.071 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/src/main/resources 05:25:26.071 [INFO] 05:25:26.071 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.071 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/src/main/resources 05:25:26.072 [INFO] 05:25:26.072 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.092 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes 05:25:26.212 [INFO] 05:25:26.212 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.213 [INFO] 05:25:26.213 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.213 [INFO] 05:25:26.213 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.217 [INFO] 05:25:26.217 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.217 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/src/test/resources 05:25:26.218 [INFO] 05:25:26.218 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.220 [INFO] 05:25:26.220 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.221 [INFO] 05:25:26.221 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.225 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.13.300-SNAPSHOT-sources.jar 05:25:26.247 [INFO] 05:25:26.247 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.253 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.13.300-SNAPSHOT.jar 05:25:26.262 [INFO] 05:25:26.262 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:26.349 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme:0.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/.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] 05:25:26.350 [INFO] 05:25:26.350 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:27.231 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/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) 05:25:27.238 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.13.300-SNAPSHOT-javadoc.jar 05:25:27.243 [INFO] 05:25:27.243 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:27.244 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:25:27.263 [INFO] 05:25:27.263 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:27.283 [INFO] Executing tasks 05:25:27.284 [INFO] Executed tasks 05:25:27.284 [INFO] 05:25:27.284 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:27.297 [INFO] 05:25:27.297 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.css.swt.theme --- 05:25:27.353 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:25:27.353 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:25:27.353 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.css.swt.theme/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:25:38.717 [INFO] 05:25:38.717 [INFO] ---------< org.eclipse.platform:org.eclipse.core.databinding >---------- 05:25:38.717 [INFO] Building [bundle] JFace Data Binding 1.12.0-SNAPSHOT [12/108] 05:25:38.717 [INFO] from bundles/org.eclipse.core.databinding/.polyglot.META-INF 05:25:38.717 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:25:38.717 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:25:38.717 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:25:38.717 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:25:38.717 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:25:38.718 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:25:38.718 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:25:38.718 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:25:38.718 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:25:38.718 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:25:38.718 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:25:38.723 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/.polyglot.META-INF 05:25:38.733 [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)).] 05:25:38.740 [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)).] 05:25:38.747 [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)).] 05:25:38.753 [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)).] 05:25:38.760 [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)).] 05:25:38.766 [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)).] 05:25:38.769 [INFO] 05:25:38.769 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.core.databinding --- 05:25:38.769 [INFO] 05:25:38.769 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding --- 05:25:38.788 [INFO] The project's OSGi version is 1.12.0.v20230214-1401 05:25:38.788 [INFO] 05:25:38.788 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.core.databinding --- 05:25:38.788 [INFO] 05:25:38.788 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.core.databinding --- 05:25:38.789 [INFO] 05:25:38.789 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.databinding --- 05:25:38.789 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/saveproperties 05:25:38.789 [INFO] 05:25:38.789 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.core.databinding --- 05:25:38.791 [INFO] 05:25:38.791 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.core.databinding --- 05:25:38.795 [INFO] 05:25:38.795 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding --- 05:25:38.795 [INFO] Resolving class path of [bundle] JFace Data Binding 05:25:38.801 [INFO] 05:25:38.801 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.core.databinding --- 05:25:38.801 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/src/main/resources 05:25:38.801 [INFO] 05:25:38.801 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.core.databinding --- 05:25:38.802 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/src/main/resources 05:25:38.802 [INFO] 05:25:38.802 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.core.databinding --- 05:25:38.820 [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/target/classes 05:25:39.218 [INFO] 05:25:39.218 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.core.databinding --- 05:25:39.219 [INFO] 05:25:39.219 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.core.databinding --- 05:25:39.220 [INFO] 05:25:39.220 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.core.databinding --- 05:25:39.372 [INFO] 05:25:39.372 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.core.databinding --- 05:25:39.374 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/src/test/resources 05:25:39.374 [INFO] 05:25:39.374 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.core.databinding --- 05:25:39.377 [INFO] 05:25:39.377 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding --- 05:25:39.378 [INFO] 05:25:39.378 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.core.databinding --- 05:25:39.391 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.12.0-SNAPSHOT-sources.jar 05:25:39.413 [INFO] 05:25:39.413 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.core.databinding --- 05:25:39.417 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.12.0-SNAPSHOT.jar 05:25:39.477 [INFO] 05:25:39.477 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding --- 05:25:39.552 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:25:39.553 [INFO] 05:25:39.553 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.databinding --- 05:25:40.392 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/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) 05:25:40.393 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.12.0-SNAPSHOT-javadoc.jar 05:25:40.401 [INFO] 05:25:40.401 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding --- 05:25:40.402 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:25:40.499 [INFO] 05:25:40.499 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.core.databinding --- 05:25:40.555 [INFO] Executing tasks 05:25:40.557 [INFO] Executed tasks 05:25:40.557 [INFO] 05:25:40.557 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.core.databinding --- 05:25:40.571 [INFO] 05:25:40.571 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.core.databinding --- 05:25:40.662 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:25:40.662 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:25:40.663 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/target/dependencies-list.txt, -failOnError] 0 API ERRORS 4 API warnings [API WARNING] File MANIFEST.MF at line 1: The API problem filter for: 'The minor version should be the same for version 1.12.0, since no new APIs have been added since version 1.11.200' is no longer used (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/META-INF/MANIFEST.MF) [API WARNING] File MANIFEST.MF at line 1: The API problem filter for: 'The type org.eclipse.core.databinding.conversion.StringToNumberConverter has been removed from org.eclipse.core.databinding_1.12.0' is no longer used (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/META-INF/MANIFEST.MF) [API WARNING] File MANIFEST.MF at line 1: The API problem filter for: 'The type org.eclipse.core.databinding.conversion.NumberToStringConverter has been removed from org.eclipse.core.databinding_1.12.0' is no longer used (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/META-INF/MANIFEST.MF) [API WARNING] File MANIFEST.MF at line 1: The API problem filter for: 'The major version should be incremented in version 1.12.0, since API breakage occurred since version 1.11.200' is no longer used (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding/META-INF/MANIFEST.MF) 05:25:52.642 [INFO] 05:25:52.642 [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.di >-------------- 05:25:52.642 [INFO] Building [bundle] Eclipse UI Dependency Injection 1.4.200-SNAPSHOT [13/108] 05:25:52.642 [INFO] from bundles/org.eclipse.e4.ui.di/.polyglot.META-INF 05:25:52.642 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:25:52.642 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:25:52.642 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:25:52.642 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:25:52.642 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:25:52.642 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:25:52.642 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:25:52.643 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:25:52.643 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:25:52.643 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:25:52.643 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:25:52.649 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF 05:25:52.666 [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)).] 05:25:52.680 [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)).] 05:25:52.694 [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)).] 05:25:52.707 [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)).] 05:25:52.720 [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)).] 05:25:52.732 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:25:52.787 [INFO] 05:25:52.787 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.di --- 05:25:52.789 [INFO] 05:25:52.789 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.di --- 05:25:52.858 [INFO] The project's OSGi version is 1.4.200.v20230220-0932 05:25:52.858 [INFO] 05:25:52.858 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.di --- 05:25:52.859 [INFO] 05:25:52.859 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.di --- 05:25:52.860 [INFO] 05:25:52.860 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.di --- 05:25:52.861 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/saveproperties 05:25:52.861 [INFO] 05:25:52.861 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.di --- 05:25:52.863 [INFO] 05:25:52.863 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.di --- 05:25:52.865 [INFO] 05:25:52.865 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.di --- 05:25:52.865 [INFO] Resolving class path of [bundle] Eclipse UI Dependency Injection 05:25:52.882 [INFO] 05:25:52.882 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.di --- 05:25:52.883 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/src/main/resources 05:25:52.883 [INFO] 05:25:52.883 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.di --- 05:25:52.883 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/src/main/resources 05:25:52.884 [INFO] 05:25:52.884 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.di --- 05:25:52.906 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/target/classes 05:25:53.004 [INFO] 05:25:53.004 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.di --- 05:25:53.005 [INFO] 05:25:53.005 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.di --- 05:25:53.006 [INFO] 05:25:53.006 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.di --- 05:25:53.019 [INFO] 05:25:53.019 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.di --- 05:25:53.020 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/src/test/resources 05:25:53.020 [INFO] 05:25:53.020 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.di --- 05:25:53.022 [INFO] 05:25:53.022 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.di --- 05:25:53.024 [INFO] 05:25:53.024 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.di --- 05:25:53.028 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.4.200-SNAPSHOT-sources.jar 05:25:53.045 [INFO] 05:25:53.046 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.di --- 05:25:53.051 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.4.200-SNAPSHOT.jar 05:25:53.072 [INFO] 05:25:53.072 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.di --- 05:25:53.103 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:25:53.105 [INFO] 05:25:53.105 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.di --- 05:25:53.864 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/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) 05:25:53.865 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.4.200-SNAPSHOT-javadoc.jar 05:25:53.872 [INFO] 05:25:53.872 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.di --- 05:25:53.872 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:25:53.893 [INFO] 05:25:53.893 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.di --- 05:25:53.915 [INFO] Executing tasks 05:25:53.916 [INFO] Executed tasks 05:25:53.916 [INFO] 05:25:53.916 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.di --- 05:25:53.933 [INFO] 05:25:53.933 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.di --- 05:25:53.990 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:25:53.990 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:25:53.990 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.di/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:26:05.085 [INFO] 05:26:05.085 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.services >----------- 05:26:05.085 [INFO] Building [bundle] Eclipse UI Application Services 1.5.200-SNAPSHOT [14/108] 05:26:05.085 [INFO] from bundles/org.eclipse.e4.ui.services/.polyglot.META-INF 05:26:05.085 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:26:05.086 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:26:05.086 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:26:05.086 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:26:05.086 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:26:05.086 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:26:05.086 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:26:05.087 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:26:05.087 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:26:05.087 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:26:05.087 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:26:05.094 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF 05:26:05.112 [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)).] 05:26:05.126 [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)).] 05:26:05.146 [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)).] 05:26:05.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)).] 05:26:05.171 [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)).] 05:26:05.183 [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)).] 05:26:05.231 [INFO] 05:26:05.232 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.services --- 05:26:05.233 [INFO] 05:26:05.233 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.services --- 05:26:05.261 [INFO] The project's OSGi version is 1.5.200.v20230220-0932 05:26:05.261 [INFO] 05:26:05.261 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.services --- 05:26:05.263 [INFO] 05:26:05.263 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.services --- 05:26:05.263 [INFO] 05:26:05.263 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.services --- 05:26:05.264 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/saveproperties 05:26:05.264 [INFO] 05:26:05.264 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.services --- 05:26:05.266 [INFO] 05:26:05.266 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.services --- 05:26:05.271 [INFO] 05:26:05.272 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.services --- 05:26:05.272 [INFO] Resolving class path of [bundle] Eclipse UI Application Services 05:26:05.287 [INFO] 05:26:05.287 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.services --- 05:26:05.288 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/src/main/resources 05:26:05.288 [INFO] 05:26:05.288 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.services --- 05:26:05.288 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/src/main/resources 05:26:05.288 [INFO] 05:26:05.288 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.services --- 05:26:05.310 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/target/classes 05:26:05.427 [INFO] 05:26:05.427 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.services --- 05:26:05.428 [INFO] 05:26:05.428 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.services --- 05:26:05.429 [INFO] 05:26:05.429 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.services --- 05:26:05.443 [INFO] 05:26:05.443 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.services --- 05:26:05.444 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/src/test/resources 05:26:05.444 [INFO] 05:26:05.444 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.services --- 05:26:05.447 [INFO] 05:26:05.447 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.services --- 05:26:05.449 [INFO] 05:26:05.449 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.services --- 05:26:05.454 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.5.200-SNAPSHOT-sources.jar 05:26:05.465 [INFO] 05:26:05.465 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.services --- 05:26:05.472 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.5.200-SNAPSHOT.jar 05:26:05.481 [INFO] 05:26:05.481 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.services --- 05:26:05.503 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:26:05.504 [INFO] 05:26:05.505 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.services --- 05:26:06.560 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/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) 05:26:06.561 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.5.200-SNAPSHOT-javadoc.jar 05:26:06.568 [INFO] 05:26:06.568 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.services --- 05:26:06.569 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:26:06.588 [INFO] 05:26:06.588 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.services --- 05:26:06.606 [INFO] Executing tasks 05:26:06.607 [INFO] Executed tasks 05:26:06.608 [INFO] 05:26:06.608 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.services --- 05:26:06.621 [INFO] 05:26:06.621 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.services --- 05:26:06.672 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:26:06.672 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:26:06.672 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.services/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:26:17.330 [INFO] 05:26:17.330 [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.dialogs >----------- 05:26:17.330 [INFO] Building [bundle] Eclipse e4 dialogs 1.3.500-SNAPSHOT [15/108] 05:26:17.330 [INFO] from bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF 05:26:17.330 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:26:17.330 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:26:17.330 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:26:17.330 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:26:17.330 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:26:17.330 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:26:17.330 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:26:17.331 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:26:17.331 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:26:17.331 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:26:17.331 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:26:17.336 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.dialogs:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF 05:26:17.351 [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)).] 05:26:17.363 [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)).] 05:26:17.375 [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)).] 05:26:17.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)).] 05:26:17.399 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:26:17.409 [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)).] 05:26:17.415 [INFO] 05:26:17.415 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.dialogs --- 05:26:17.416 [INFO] 05:26:17.416 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.dialogs --- 05:26:17.435 [INFO] The project's OSGi version is 1.3.500.v20230220-0932 05:26:17.435 [INFO] 05:26:17.435 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.dialogs --- 05:26:17.435 [INFO] 05:26:17.435 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.dialogs --- 05:26:17.436 [INFO] 05:26:17.436 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.dialogs --- 05:26:17.437 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/saveproperties 05:26:17.437 [INFO] 05:26:17.437 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.dialogs --- 05:26:17.438 [INFO] 05:26:17.438 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.dialogs --- 05:26:17.439 [INFO] 05:26:17.439 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.dialogs --- 05:26:17.440 [INFO] Resolving class path of [bundle] Eclipse e4 dialogs 05:26:17.453 [INFO] 05:26:17.453 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.dialogs --- 05:26:17.454 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/src/main/resources 05:26:17.454 [INFO] 05:26:17.454 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.dialogs --- 05:26:17.455 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/src/main/resources 05:26:17.455 [INFO] 05:26:17.455 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.dialogs --- 05:26:17.475 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/target/classes 05:26:17.668 [INFO] 05:26:17.668 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.dialogs --- 05:26:17.669 [INFO] 05:26:17.669 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.dialogs --- 05:26:17.671 [INFO] 05:26:17.671 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.dialogs --- 05:26:17.690 [INFO] 05:26:17.690 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.dialogs --- 05:26:17.692 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/src/test/resources 05:26:17.692 [INFO] 05:26:17.692 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.dialogs --- 05:26:17.695 [INFO] 05:26:17.695 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.dialogs --- 05:26:17.738 [INFO] 05:26:17.738 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.dialogs --- 05:26:17.744 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.3.500-SNAPSHOT-sources.jar 05:26:17.766 [INFO] 05:26:17.766 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.dialogs --- 05:26:17.770 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.3.500-SNAPSHOT.jar 05:26:17.797 [INFO] 05:26:17.797 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.dialogs --- 05:26:17.864 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.dialogs:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/.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] 05:26:17.866 [INFO] 05:26:17.866 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.dialogs --- 05:26:18.787 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/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) 05:26:18.788 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.3.500-SNAPSHOT-javadoc.jar 05:26:18.802 [INFO] 05:26:18.802 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.dialogs --- 05:26:18.804 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:26:18.859 [INFO] 05:26:18.859 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.dialogs --- 05:26:18.880 [INFO] Executing tasks 05:26:18.881 [INFO] Executed tasks 05:26:18.881 [INFO] 05:26:18.881 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.dialogs --- 05:26:18.897 [INFO] 05:26:18.897 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.dialogs --- 05:26:18.997 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:26:18.997 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:26:18.998 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/target/dependencies-list.txt, -failOnError] 0 API ERRORS 1 API warnings [API WARNING] File FilteredTree.java at line 741: NotifyingTreeViewer illegally extends TreeViewer (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.dialogs/src/org/eclipse/e4/ui/dialogs/filteredtree/FilteredTree.java) 05:26:30.472 [INFO] 05:26:30.472 [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.commands >---------- 05:26:30.472 [INFO] Building [bundle] Eclipse e4 core commands 1.0.400-SNAPSHOT [16/108] 05:26:30.472 [INFO] from bundles/org.eclipse.e4.core.commands/.polyglot.META-INF 05:26:30.472 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:26:30.472 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:26:30.472 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:26:30.473 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:26:30.473 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:26:30.473 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:26:30.473 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:26:30.473 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:26:30.473 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:26:30.473 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:26:30.473 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:26:30.479 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF 05:26:30.492 [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)).] 05:26:30.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)).] 05:26:30.516 [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)).] 05:26:30.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)).] 05:26:30.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)).] 05:26:30.551 [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)).] 05:26:30.558 [INFO] 05:26:30.558 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.core.commands --- 05:26:30.558 [INFO] 05:26:30.558 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands --- 05:26:30.575 [INFO] The project's OSGi version is 1.0.400.v20230220-0932 05:26:30.575 [INFO] 05:26:30.575 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.core.commands --- 05:26:30.575 [INFO] 05:26:30.575 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.core.commands --- 05:26:30.576 [INFO] 05:26:30.576 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.commands --- 05:26:30.577 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/saveproperties 05:26:30.577 [INFO] 05:26:30.577 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.commands --- 05:26:30.580 [INFO] 05:26:30.580 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.core.commands --- 05:26:30.581 [INFO] 05:26:30.581 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.commands --- 05:26:30.581 [INFO] Resolving class path of [bundle] Eclipse e4 core commands 05:26:30.595 [INFO] 05:26:30.595 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.core.commands --- 05:26:30.596 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/src/main/resources 05:26:30.596 [INFO] 05:26:30.596 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.commands --- 05:26:30.596 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/src/main/resources 05:26:30.596 [INFO] 05:26:30.596 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.core.commands --- 05:26:30.614 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/target/classes 05:26:30.704 [INFO] 05:26:30.704 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.core.commands --- 05:26:30.705 [INFO] 05:26:30.705 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.core.commands --- 05:26:30.705 [INFO] 05:26:30.705 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.core.commands --- 05:26:30.715 [INFO] 05:26:30.715 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.core.commands --- 05:26:30.716 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/src/test/resources 05:26:30.716 [INFO] 05:26:30.716 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.core.commands --- 05:26:30.718 [INFO] 05:26:30.718 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.commands --- 05:26:30.719 [INFO] 05:26:30.719 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.core.commands --- 05:26:30.723 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.0.400-SNAPSHOT-sources.jar 05:26:30.750 [INFO] 05:26:30.750 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands --- 05:26:30.755 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.0.400-SNAPSHOT.jar 05:26:30.778 [INFO] 05:26:30.778 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands --- 05:26:30.811 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:26:30.812 [INFO] 05:26:30.812 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.core.commands --- 05:26:31.667 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/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) 05:26:31.669 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.0.400-SNAPSHOT-javadoc.jar 05:26:31.673 [INFO] 05:26:31.673 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands --- 05:26:31.674 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:26:31.696 [INFO] 05:26:31.696 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.core.commands --- 05:26:31.716 [INFO] Executing tasks 05:26:31.721 [INFO] Executed tasks 05:26:31.721 [INFO] 05:26:31.721 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.core.commands --- 05:26:31.740 [INFO] 05:26:31.740 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.core.commands --- 05:26:31.792 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:26:31.792 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:26:31.792 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/target/dependencies-list.txt, -failOnError] 0 API ERRORS 1 API warnings [API WARNING] File ExpressionContext.java at line 28: ExpressionContext illegally implements IEvaluationContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ExpressionContext.java) 05:26:43.131 [INFO] 05:26:43.131 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.bindings >----------- 05:26:43.131 [INFO] Building [bundle] Eclipse Bindings Support 0.13.300-SNAPSHOT [17/108] 05:26:43.131 [INFO] from bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF 05:26:43.131 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:26:43.132 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:26:43.132 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:26:43.132 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:26:43.132 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:26:43.132 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:26:43.132 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:26:43.132 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:26:43.132 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:26:43.132 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:26:43.132 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:26:43.137 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings:0.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF 05:26:43.152 [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)).] 05:26:43.167 [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)).] 05:26:43.181 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:26:43.195 [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)).] 05:26:43.209 [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)).] 05:26:43.223 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:26:43.232 [INFO] 05:26:43.232 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.bindings --- 05:26:43.233 [INFO] 05:26:43.233 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.bindings --- 05:26:43.264 [INFO] The project's OSGi version is 0.13.300.v20230220-0932 05:26:43.264 [INFO] 05:26:43.264 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.bindings --- 05:26:43.266 [INFO] 05:26:43.266 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.bindings --- 05:26:43.266 [INFO] 05:26:43.266 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.bindings --- 05:26:43.267 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/saveproperties 05:26:43.267 [INFO] 05:26:43.267 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.bindings --- 05:26:43.268 [INFO] 05:26:43.268 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.bindings --- 05:26:43.277 [INFO] 05:26:43.277 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.bindings --- 05:26:43.277 [INFO] Resolving class path of [bundle] Eclipse Bindings Support 05:26:43.298 [INFO] 05:26:43.298 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.bindings --- 05:26:43.299 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/src/main/resources 05:26:43.299 [INFO] 05:26:43.299 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.bindings --- 05:26:43.300 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/src/main/resources 05:26:43.300 [INFO] 05:26:43.300 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.bindings --- 05:26:43.320 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/target/classes 05:26:43.475 [INFO] 05:26:43.475 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.bindings --- 05:26:43.476 [INFO] 05:26:43.476 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.bindings --- 05:26:43.476 [INFO] 05:26:43.476 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.bindings --- 05:26:43.480 [INFO] 05:26:43.480 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.bindings --- 05:26:43.481 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/src/test/resources 05:26:43.481 [INFO] 05:26:43.481 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.bindings --- 05:26:43.483 [INFO] 05:26:43.483 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.bindings --- 05:26:43.484 [INFO] 05:26:43.484 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.bindings --- 05:26:43.488 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.13.300-SNAPSHOT-sources.jar 05:26:43.498 [INFO] 05:26:43.498 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.bindings --- 05:26:43.503 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.13.300-SNAPSHOT.jar 05:26:43.514 [INFO] 05:26:43.514 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.bindings --- 05:26:43.554 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings:0.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/.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] 05:26:43.555 [INFO] 05:26:43.555 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.bindings --- 05:26:44.415 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/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) 05:26:44.416 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.13.300-SNAPSHOT-javadoc.jar 05:26:44.420 [INFO] 05:26:44.421 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.bindings --- 05:26:44.421 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:26:44.448 [INFO] 05:26:44.448 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.bindings --- 05:26:44.467 [INFO] Executing tasks 05:26:44.468 [INFO] Executed tasks 05:26:44.468 [INFO] 05:26:44.468 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.bindings --- 05:26:44.482 [INFO] 05:26:44.482 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.bindings --- 05:26:44.531 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:26:44.531 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:26:44.531 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.bindings/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:26:56.182 [INFO] 05:26:56.182 [INFO] -------------< org.eclipse.platform:org.eclipse.urischeme >------------- 05:26:56.182 [INFO] Building [bundle] Eclipse URI Scheme Handling 1.2.300-SNAPSHOT [18/108] 05:26:56.182 [INFO] from bundles/org.eclipse.urischeme/.polyglot.META-INF 05:26:56.182 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:26:56.183 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:26:56.183 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:26:56.183 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:26:56.183 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:26:56.183 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:26:56.183 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:26:56.183 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:26:56.183 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:26:56.183 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:26:56.183 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:26:56.188 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/.polyglot.META-INF 05:26:56.200 [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)).] 05:26:56.210 [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)).] 05:26:56.220 [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)).] 05:26:56.229 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:26:56.238 [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)).] 05:26:56.247 [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)).] 05:26:56.312 [INFO] 05:26:56.312 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.urischeme --- 05:26:56.313 [INFO] 05:26:56.313 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.urischeme --- 05:26:56.331 [INFO] The project's OSGi version is 1.2.300.v20230220-0932 05:26:56.332 [INFO] 05:26:56.332 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.urischeme --- 05:26:56.332 [INFO] 05:26:56.332 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.urischeme --- 05:26:56.333 [INFO] 05:26:56.333 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.urischeme --- 05:26:56.334 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/saveproperties 05:26:56.334 [INFO] 05:26:56.334 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.urischeme --- 05:26:56.335 [INFO] 05:26:56.335 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.urischeme --- 05:26:56.337 [INFO] 05:26:56.337 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.urischeme --- 05:26:56.337 [INFO] Resolving class path of [bundle] Eclipse URI Scheme Handling 05:26:56.348 [INFO] 05:26:56.348 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.urischeme --- 05:26:56.349 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/src/main/resources 05:26:56.349 [INFO] 05:26:56.349 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.urischeme --- 05:26:56.350 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/src/main/resources 05:26:56.350 [INFO] 05:26:56.350 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.urischeme --- 05:26:56.371 [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/target/classes 05:26:56.497 [INFO] 05:26:56.497 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.urischeme --- 05:26:56.498 [INFO] 05:26:56.498 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.urischeme --- 05:26:56.498 [INFO] 05:26:56.498 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.urischeme --- 05:26:56.502 [INFO] 05:26:56.502 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.urischeme --- 05:26:56.502 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/src/test/resources 05:26:56.503 [INFO] 05:26:56.503 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.urischeme --- 05:26:56.504 [INFO] 05:26:56.504 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.urischeme --- 05:26:56.505 [INFO] 05:26:56.505 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.urischeme --- 05:26:56.510 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.2.300-SNAPSHOT-sources.jar 05:26:56.538 [INFO] 05:26:56.538 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.urischeme --- 05:26:56.544 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.2.300-SNAPSHOT.jar 05:26:56.553 [INFO] 05:26:56.553 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.urischeme --- 05:26:56.586 [INFO] MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:26:56.587 [INFO] 05:26:56.587 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.urischeme --- 05:26:57.275 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/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) 05:26:57.277 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.2.300-SNAPSHOT-javadoc.jar 05:26:57.283 [INFO] 05:26:57.283 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.urischeme --- 05:26:57.284 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:26:57.308 [INFO] 05:26:57.308 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.urischeme --- 05:26:57.339 [INFO] Executing tasks 05:26:57.340 [INFO] Executed tasks 05:26:57.340 [INFO] 05:26:57.340 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.urischeme --- 05:26:57.355 [INFO] 05:26:57.355 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.urischeme --- 05:26:57.453 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:26:57.453 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:26:57.453 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.urischeme/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:27:09.164 [INFO] 05:27:09.164 [INFO] ---------< org.eclipse.platform:org.eclipse.e4.ui.workbench3 >---------- 05:27:09.164 [INFO] Building [bundle] Bundle for Workbench APIs available in e4 0.16.200-SNAPSHOT [19/108] 05:27:09.164 [INFO] from bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF 05:27:09.164 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:27:09.165 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:27:09.165 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:27:09.165 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:27:09.165 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:27:09.165 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:27:09.165 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:27:09.165 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:27:09.165 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:27:09.165 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:27:09.165 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:27:09.170 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF 05:27:09.182 [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)).] 05:27:09.192 [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)).] 05:27:09.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)).] 05:27:09.212 [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)).] 05:27:09.222 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:27:09.233 [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)).] 05:27:09.238 [INFO] 05:27:09.238 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.239 [INFO] 05:27:09.239 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.257 [INFO] The project's OSGi version is 0.16.200.v20230220-0932 05:27:09.257 [INFO] 05:27:09.257 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.258 [INFO] 05:27:09.258 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.258 [INFO] 05:27:09.258 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.259 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/saveproperties 05:27:09.259 [INFO] 05:27:09.259 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.261 [INFO] 05:27:09.261 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.262 [INFO] 05:27:09.262 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.262 [INFO] Resolving class path of [bundle] Bundle for Workbench APIs available in e4 05:27:09.273 [INFO] 05:27:09.273 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.273 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/src/main/resources 05:27:09.273 [INFO] 05:27:09.273 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.274 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/src/main/resources 05:27:09.274 [INFO] 05:27:09.274 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.293 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/target/classes 05:27:09.397 [INFO] 05:27:09.397 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.398 [INFO] 05:27:09.398 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.398 [INFO] 05:27:09.398 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.409 [INFO] 05:27:09.409 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.411 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/src/test/resources 05:27:09.411 [INFO] 05:27:09.411 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.413 [INFO] 05:27:09.413 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.414 [INFO] 05:27:09.414 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.418 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.16.200-SNAPSHOT-sources.jar 05:27:09.424 [INFO] 05:27:09.424 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.438 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.16.200-SNAPSHOT.jar 05:27:09.445 [INFO] 05:27:09.445 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench3 --- 05:27:09.475 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:27:09.476 [INFO] 05:27:09.476 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.workbench3 --- 05:27:10.391 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/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) 05:27:10.392 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.16.200-SNAPSHOT-javadoc.jar 05:27:10.397 [INFO] 05:27:10.397 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench3 --- 05:27:10.398 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:27:10.444 [INFO] 05:27:10.444 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.workbench3 --- 05:27:10.462 [INFO] Executing tasks 05:27:10.463 [INFO] Executed tasks 05:27:10.463 [INFO] 05:27:10.463 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.workbench3 --- 05:27:10.476 [INFO] 05:27:10.476 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.workbench3 --- 05:27:10.525 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:27:10.525 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:27:10.525 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench3/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:27:20.578 [INFO] 05:27:20.579 [INFO] ---------< org.eclipse.platform:org.eclipse.jface.databinding >--------- 05:27:20.579 [INFO] Building [bundle] JFace Data Binding for SWT and JFace 1.14.100-SNAPSHOT [20/108] 05:27:20.579 [INFO] from bundles/org.eclipse.jface.databinding/.polyglot.META-INF 05:27:20.579 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:27:20.579 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:27:20.579 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:27:20.579 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:27:20.579 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:27:20.579 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:27:20.579 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:27:20.579 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:27:20.579 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:27:20.579 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:27:20.579 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:27:20.584 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.databinding:1.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/.polyglot.META-INF 05:27:20.635 [INFO] 05:27:20.635 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jface.databinding --- 05:27:20.637 [INFO] 05:27:20.637 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.databinding --- 05:27:20.658 [INFO] The project's OSGi version is 1.14.100.v20230214-1401 05:27:20.659 [INFO] 05:27:20.659 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.jface.databinding --- 05:27:20.660 [INFO] 05:27:20.660 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.jface.databinding --- 05:27:20.661 [INFO] 05:27:20.661 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.databinding --- 05:27:20.662 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/saveproperties 05:27:20.662 [INFO] 05:27:20.662 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.databinding --- 05:27:20.663 [INFO] 05:27:20.663 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.jface.databinding --- 05:27:20.668 [INFO] 05:27:20.668 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.jface.databinding --- 05:27:20.669 [INFO] Resolving class path of [bundle] JFace Data Binding for SWT and JFace 05:27:20.679 [INFO] 05:27:20.679 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.jface.databinding --- 05:27:20.679 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/src/main/resources 05:27:20.679 [INFO] 05:27:20.679 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.jface.databinding --- 05:27:20.680 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/src/main/resources 05:27:20.680 [INFO] 05:27:20.680 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.jface.databinding --- 05:27:20.703 [INFO] Compiling 174 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/target/classes 05:27:21.100 [INFO] 05:27:21.100 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.jface.databinding --- 05:27:21.101 [INFO] 05:27:21.101 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.jface.databinding --- 05:27:21.101 [INFO] 05:27:21.101 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.jface.databinding --- 05:27:21.215 [INFO] 05:27:21.215 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.jface.databinding --- 05:27:21.215 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/src/test/resources 05:27:21.216 [INFO] 05:27:21.216 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.jface.databinding --- 05:27:21.218 [INFO] 05:27:21.218 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.databinding --- 05:27:21.219 [INFO] 05:27:21.219 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.jface.databinding --- 05:27:21.244 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.14.100-SNAPSHOT-sources.jar 05:27:21.264 [INFO] 05:27:21.264 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.jface.databinding --- 05:27:21.270 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.14.100-SNAPSHOT.jar 05:27:21.351 [INFO] 05:27:21.351 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.databinding --- 05:27:21.445 [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.databinding:1.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.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] 05:27:21.446 [INFO] 05:27:21.446 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.jface.databinding --- 05:27:22.414 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/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) 05:27:22.416 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.14.100-SNAPSHOT-javadoc.jar 05:27:22.420 [INFO] 05:27:22.420 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.databinding --- 05:27:22.421 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:27:22.489 [INFO] 05:27:22.489 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.jface.databinding --- 05:27:22.506 [INFO] Executing tasks 05:27:22.507 [INFO] Executed tasks 05:27:22.507 [INFO] 05:27:22.507 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.jface.databinding --- 05:27:22.520 [INFO] 05:27:22.520 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.jface.databinding --- 05:27:22.587 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:27:22.587 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:27:22.587 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.databinding/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:27:34.846 [INFO] 05:27:34.846 [INFO] -----------< org.eclipse.platform:org.eclipse.e4.emf.xpath >------------ 05:27:34.846 [INFO] Building [bundle] Eclipse Model Xpath 0.3.200-SNAPSHOT [21/108] 05:27:34.846 [INFO] from bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF 05:27:34.846 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:27:34.846 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:27:34.846 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:27:34.846 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:27:34.846 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:27:34.846 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:27:34.846 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:27:34.847 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:27:34.847 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:27:34.847 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:27:34.847 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:27:34.852 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF 05:27:34.865 [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)).] 05:27:34.877 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:27:34.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)).] 05:27:34.899 [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)).] 05:27:34.909 [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)).] 05:27:34.920 [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)).] 05:27:35.207 [WARNING] The POM for commons-collections:commons-collections:jar:3.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:27:35.250 [WARNING] The POM for commons-beanutils:commons-beanutils:jar:1.9.4 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:27:35.261 [WARNING] The POM for commons-jxpath:commons-jxpath:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 05:27:35.263 [INFO] 05:27:35.263 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.emf.xpath --- 05:27:35.263 [INFO] 05:27:35.263 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.emf.xpath --- 05:27:35.309 [INFO] The project's OSGi version is 0.3.200.v20230220-1427 05:27:35.309 [INFO] 05:27:35.309 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.emf.xpath --- 05:27:35.310 [INFO] 05:27:35.310 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.emf.xpath --- 05:27:35.310 [INFO] 05:27:35.310 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.emf.xpath --- 05:27:35.312 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/saveproperties 05:27:35.312 [INFO] 05:27:35.312 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.emf.xpath --- 05:27:35.313 [INFO] 05:27:35.313 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.emf.xpath --- 05:27:35.314 [INFO] 05:27:35.314 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.emf.xpath --- 05:27:35.315 [INFO] Resolving class path of [bundle] Eclipse Model Xpath 05:27:35.340 [INFO] 05:27:35.340 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.emf.xpath --- 05:27:35.342 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/src/main/resources 05:27:35.342 [INFO] 05:27:35.342 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.emf.xpath --- 05:27:35.342 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/src/main/resources 05:27:35.343 [INFO] 05:27:35.343 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.emf.xpath --- 05:27:35.363 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/target/classes 05:27:35.525 [INFO] 05:27:35.525 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.emf.xpath --- 05:27:35.527 [INFO] 05:27:35.527 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.emf.xpath --- 05:27:35.527 [INFO] 05:27:35.527 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.emf.xpath --- 05:27:35.543 [INFO] 05:27:35.543 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.emf.xpath --- 05:27:35.544 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/src/test/resources 05:27:35.544 [INFO] 05:27:35.544 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.emf.xpath --- 05:27:35.547 [INFO] 05:27:35.547 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.emf.xpath --- 05:27:35.548 [INFO] 05:27:35.548 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.emf.xpath --- 05:27:35.554 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.3.200-SNAPSHOT-sources.jar 05:27:35.562 [INFO] 05:27:35.562 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.emf.xpath --- 05:27:35.567 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.3.200-SNAPSHOT.jar 05:27:35.577 [INFO] 05:27:35.577 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.emf.xpath --- 05:27:35.616 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:27:35.617 [INFO] 05:27:35.617 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.emf.xpath --- 05:27:36.565 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/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) 05:27:36.566 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.3.200-SNAPSHOT-javadoc.jar 05:27:36.572 [INFO] 05:27:36.572 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.emf.xpath --- 05:27:36.574 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:27:36.599 [INFO] 05:27:36.599 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.emf.xpath --- 05:27:36.638 [INFO] Executing tasks 05:27:36.639 [INFO] Executed tasks 05:27:36.639 [INFO] 05:27:36.640 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.emf.xpath --- 05:27:36.654 [INFO] 05:27:36.654 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.emf.xpath --- 05:27:36.742 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:27:36.742 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:27:36.742 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.emf.xpath/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:27:50.366 [INFO] 05:27:50.366 [INFO] -------< org.eclipse.platform:org.eclipse.e4.ui.model.workbench >------- 05:27:50.366 [INFO] Building [bundle] Eclipse Workbench Model 2.3.0-SNAPSHOT [22/108] 05:27:50.366 [INFO] from bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF 05:27:50.366 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:27:50.367 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:27:50.367 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:27:50.367 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:27:50.367 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:27:50.367 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:27:50.367 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:27:50.367 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:27:50.367 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:27:50.367 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:27:50.367 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:27:50.373 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF 05:27:50.388 [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)).] 05:27:50.403 [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)).] 05:27:50.417 [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)).] 05:27:50.431 [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)).] 05:27:50.444 [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)).] 05:27:50.458 [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)).] 05:27:50.467 [INFO] 05:27:50.467 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.468 [INFO] 05:27:50.468 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.497 [INFO] The project's OSGi version is 2.3.0.v20230220-1021 05:27:50.498 [INFO] 05:27:50.498 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.498 [INFO] 05:27:50.498 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.499 [INFO] 05:27:50.499 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.500 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/saveproperties 05:27:50.500 [INFO] 05:27:50.500 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.501 [INFO] 05:27:50.501 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.506 [INFO] 05:27:50.506 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.506 [INFO] Resolving class path of [bundle] Eclipse Workbench Model 05:27:50.544 [INFO] 05:27:50.544 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.545 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources 05:27:50.545 [INFO] 05:27:50.545 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.546 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources 05:27:50.546 [INFO] 05:27:50.546 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.model.workbench --- 05:27:50.570 [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes 05:27:51.182 [INFO] 05:27:51.182 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.model.workbench --- 05:27:51.183 [INFO] 05:27:51.183 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.model.workbench --- 05:27:51.185 [INFO] 05:27:51.185 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.model.workbench --- 05:27:51.374 [INFO] 05:27:51.374 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.model.workbench --- 05:27:51.376 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/src/test/resources 05:27:51.376 [INFO] 05:27:51.376 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.model.workbench --- 05:27:51.385 [INFO] 05:27:51.385 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.model.workbench --- 05:27:51.387 [INFO] 05:27:51.387 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.model.workbench --- 05:27:51.411 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.3.0-SNAPSHOT-sources.jar 05:27:51.452 [INFO] 05:27:51.452 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.model.workbench --- 05:27:51.458 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.3.0-SNAPSHOT.jar 05:27:51.505 [INFO] 05:27:51.505 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.model.workbench --- 05:27:51.604 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:27:51.605 [INFO] 05:27:51.605 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.model.workbench --- 05:27:52.545 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/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) 05:27:52.546 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.3.0-SNAPSHOT-javadoc.jar 05:27:52.553 [INFO] 05:27:52.553 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.model.workbench --- 05:27:52.554 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:27:52.685 [INFO] 05:27:52.685 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.model.workbench --- 05:27:52.741 [INFO] Executing tasks 05:27:52.742 [INFO] Executed tasks 05:27:52.743 [INFO] 05:27:52.743 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.model.workbench --- 05:27:52.759 [INFO] 05:27:52.760 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.model.workbench --- 05:27:52.850 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:27:52.851 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:27:52.851 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/dependencies-list.txt, -failOnError] 0 API ERRORS 2 API warnings [API WARNING] File SideValue.java at line 36: The API problem filter for: 'The super interfaces set has been reduced (org.eclipse.e4.ui.model.application.ui.InternalSideValue) for type org.eclipse.e4.ui.model.application.ui.SideValue' is no longer used (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/SideValue.java) [API WARNING] File ItemType.java at line 35: The API problem filter for: 'The super interfaces set has been reduced (org.eclipse.e4.ui.model.application.ui.menu.InternalItemType) for type org.eclipse.e4.ui.model.application.ui.menu.ItemType' is no longer used (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/ItemType.java) 05:28:08.298 [INFO] 05:28:08.298 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.workbench >---------- 05:28:08.298 [INFO] Building [bundle] Eclipse e4 Workbench 1.14.100-SNAPSHOT [23/108] 05:28:08.298 [INFO] from bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF 05:28:08.298 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:28:08.298 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:28:08.298 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:28:08.298 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:28:08.298 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:28:08.298 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:28:08.298 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:28:08.299 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:28:08.299 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:28:08.299 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:28:08.299 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:28:08.304 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF 05:28:08.320 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:28:08.336 [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)).] 05:28:08.352 [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)).] 05:28:08.367 [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)).] 05:28:08.383 [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)).] 05:28:08.398 [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)).] 05:28:08.524 [INFO] 05:28:08.524 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench --- 05:28:08.524 [INFO] 05:28:08.524 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench --- 05:28:08.540 [INFO] The project's OSGi version is 1.14.100.v20230220-1021 05:28:08.541 [INFO] 05:28:08.541 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench --- 05:28:08.541 [INFO] 05:28:08.541 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench --- 05:28:08.542 [INFO] 05:28:08.542 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench --- 05:28:08.543 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/saveproperties 05:28:08.543 [INFO] 05:28:08.543 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench --- 05:28:08.544 [INFO] 05:28:08.544 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench --- 05:28:08.551 [INFO] 05:28:08.552 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench --- 05:28:08.552 [INFO] Resolving class path of [bundle] Eclipse e4 Workbench 05:28:08.588 [INFO] 05:28:08.588 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench --- 05:28:08.589 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/main/resources 05:28:08.589 [INFO] 05:28:08.589 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench --- 05:28:08.590 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/main/resources 05:28:08.590 [INFO] 05:28:08.590 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.workbench --- 05:28:08.611 [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/target/classes 05:28:09.044 [INFO] 05:28:09.044 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.workbench --- 05:28:09.044 [INFO] 05:28:09.044 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench --- 05:28:09.045 [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions 05:28:09.410 [INFO] 0 component(s) where generated, 5 where kept. 05:28:09.413 [INFO] 05:28:09.413 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.workbench --- 05:28:09.491 [INFO] 05:28:09.491 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench --- 05:28:09.493 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/test/resources 05:28:09.493 [INFO] 05:28:09.493 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench --- 05:28:09.496 [INFO] 05:28:09.496 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench --- 05:28:09.497 [INFO] 05:28:09.497 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench --- 05:28:09.508 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.14.100-SNAPSHOT-sources.jar 05:28:09.544 [INFO] 05:28:09.544 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench --- 05:28:09.550 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.14.100-SNAPSHOT.jar 05:28:09.583 [INFO] 05:28:09.583 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench --- 05:28:09.668 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:28:09.669 [INFO] 05:28:09.669 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.workbench --- 05:28:10.688 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.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) 05:28:10.689 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.14.100-SNAPSHOT-javadoc.jar 05:28:10.693 [INFO] 05:28:10.694 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench --- 05:28:10.694 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:28:10.769 [INFO] 05:28:10.769 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.workbench --- 05:28:10.787 [INFO] Executing tasks 05:28:10.788 [INFO] Executed tasks 05:28:10.788 [INFO] 05:28:10.788 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.workbench --- 05:28:10.802 [INFO] 05:28:10.802 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.workbench --- 05:28:10.852 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:28:10.852 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:28:10.852 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/target/dependencies-list.txt, -failOnError] 0 API ERRORS 76 API warnings [API WARNING] File LocaleChangeServiceImpl.java at line 47: LocaleChangeServiceImpl illegally implements ILocaleChangeService (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/LocaleChangeServiceImpl.java) [API WARNING] File ContributionsAnalyzer.java at line 557: MenuKey illegally references method MApplicationElement.getTags() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 120: ContributionsAnalyzer illegally references method MToolBarContribution.getParentId() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 202: ContributionsAnalyzer illegally references method MApplicationElement.getTags() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 557: MenuKey illegally references method MMenuContribution.getPositionInParent() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 573: ToolBarKey illegally references method MToolBarContribution.getParentId() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 235: ContributionsAnalyzer illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 608: ContributionsAnalyzer illegally references method MUIElement.getWidget() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 201: ContributionsAnalyzer illegally references method MApplicationElement.getTags() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 680: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 615: ContributionsAnalyzer illegally references method MUIElement.getWidget() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 121: ContributionsAnalyzer illegally references method MUIElement.isToBeRendered() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 607: ContributionsAnalyzer illegally references method MUIElement.getWidget() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 685: ContributionsAnalyzer illegally references method MUIElement.setWidget(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 676: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 293: ContributionsAnalyzer illegally references field ExpressionContext.eclipseContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 295: ContributionsAnalyzer illegally references field ExpressionContext.eclipseContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 314: ContributionsAnalyzer illegally references field ExpressionContext.eclipseContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 310: ContributionsAnalyzer illegally references field ExpressionContext.eclipseContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 832: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 573: ToolBarKey illegally references method MApplicationElement.getTags() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 434: ContributionsAnalyzer illegally references method MTrimContribution.getPositionInParent() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 149: ContributionsAnalyzer illegally references method MMenuContribution.getParentId() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 239: ContributionsAnalyzer illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 558: MenuKey illegally references method MApplicationElement.getTransientData() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 413: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 679: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 382: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 837: ContributionsAnalyzer illegally references method MUIElement.setWidget(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 181: ContributionsAnalyzer illegally references method MMenuContribution.getParentId() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 725: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 574: ToolBarKey illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 828: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 90: ContributionsAnalyzer illegally references method MUIElement.isToBeRendered() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 588: TrimKey illegally references method MApplicationElement.getTags() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 409: ContributionsAnalyzer illegally references method MToolBarContribution.getPositionInParent() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 558: MenuKey illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 277: ContributionsAnalyzer illegally references method ExpressionContext.getVariable(String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 726: ContributionsAnalyzer illegally references method MMenuContribution.getPositionInParent() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 189: ContributionsAnalyzer illegally references method MUIElement.isToBeRendered() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 242: ContributionsAnalyzer illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 557: MenuKey illegally references method MMenuContribution.getParentId() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 378: ContributionsAnalyzer illegally references method MMenuContribution.getPositionInParent() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 614: ContributionsAnalyzer illegally references method MUIElement.getWidget() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 591: TrimKey illegally references method MUIElement.setWidget(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 246: ContributionsAnalyzer illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 739: ContributionsAnalyzer illegally references method MUIElement.setWidget(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 211: ContributionsAnalyzer illegally references method MApplicationElement.getTags() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 732: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 626: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 589: TrimKey illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 232: ContributionsAnalyzer illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 600: ContributionsAnalyzer illegally references method MUIElement.getWidget() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 438: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 560: MenuKey illegally references method MUIElement.setWidget(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 206: ContributionsAnalyzer illegally references method MApplicationElement.getTags() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 588: TrimKey illegally references method MTrimContribution.getParentId() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 601: ContributionsAnalyzer illegally references method MUIElement.getWidget() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 89: ContributionsAnalyzer illegally references method MTrimContribution.getParentId() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 573: ToolBarKey illegally references method MToolBarContribution.getPositionInParent() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 163: ContributionsAnalyzer illegally references method MUIElement.isToBeRendered() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 574: ToolBarKey illegally references method MApplicationElement.getTransientData() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 249: ContributionsAnalyzer illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 831: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 105: ContributionsAnalyzer illegally references method MToolBarContribution.getParentId() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 158: ContributionsAnalyzer illegally references method MUIElement.isToBeRendered() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 733: ContributionsAnalyzer illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 106: ContributionsAnalyzer illegally references method MUIElement.isToBeRendered() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 588: TrimKey illegally references method MTrimContribution.getPositionInParent() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 576: ToolBarKey illegally references method MUIElement.setWidget(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File ContributionsAnalyzer.java at line 205: ContributionsAnalyzer illegally references method MApplicationElement.getTags() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java) [API WARNING] File PartServiceImpl.java at line 778: PartServiceImpl illegally references method EContextService.deferUpdates(boolean) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java) [API WARNING] File PartServiceImpl.java at line 778: PartServiceImpl illegally references method EContextService.deferUpdates(boolean) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java) [API WARNING] File PartServiceImpl.java at line 737: PartServiceImpl illegally references method EContextService.deferUpdates(boolean) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java) [API WARNING] File CommandProcessingAddon.java at line 112: CommandProcessingAddon illegally references method ECommandService.defineCategory(String, String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/addons/CommandProcessingAddon.java) [API WARNING] File CommandProcessingAddon.java at line 232: CommandProcessingAddon illegally references method ECommandService.defineCommand(String, String, String, Category, IParameter[], String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/addons/CommandProcessingAddon.java) 05:28:27.734 [INFO] 05:28:27.734 [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.workbench.swt >-------- 05:28:27.734 [INFO] Building [bundle] Eclipse e4 Workbench SWT 0.16.800-SNAPSHOT [24/108] 05:28:27.734 [INFO] from bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF 05:28:27.734 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:28:27.734 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:28:27.734 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:28:27.734 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:28:27.734 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:28:27.734 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:28:27.734 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:28:27.734 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:28:27.735 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:28:27.735 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:28:27.735 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:28:27.739 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.swt:0.16.800-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF 05:28:27.761 [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)).] 05:28:27.784 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:28:27.806 [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)).] 05:28:27.828 [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)).] 05:28:27.849 [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)).] 05:28:27.870 [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)).] 05:28:27.889 [INFO] 05:28:27.889 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.swt --- 05:28:27.889 [INFO] 05:28:27.889 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.swt --- 05:28:27.904 [INFO] The project's OSGi version is 0.16.800.v20230220-0932 05:28:27.905 [INFO] 05:28:27.905 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.swt --- 05:28:27.905 [INFO] 05:28:27.905 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.swt --- 05:28:27.905 [INFO] 05:28:27.905 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.swt --- 05:28:27.906 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/saveproperties 05:28:27.906 [INFO] 05:28:27.906 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.swt --- 05:28:27.907 [INFO] 05:28:27.907 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.swt --- 05:28:27.940 [INFO] 05:28:27.940 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.swt --- 05:28:27.940 [INFO] Resolving class path of [bundle] Eclipse e4 Workbench SWT 05:28:27.995 [INFO] 05:28:27.995 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.swt --- 05:28:27.996 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/main/resources 05:28:27.996 [INFO] 05:28:27.996 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.swt --- 05:28:27.996 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/main/resources 05:28:27.996 [INFO] 05:28:27.996 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.workbench.swt --- 05:28:28.017 [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/target/classes 05:28:28.380 [INFO] 05:28:28.380 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.workbench.swt --- 05:28:28.381 [INFO] 05:28:28.381 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.swt --- 05:28:28.382 [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions 05:28:28.618 [INFO] 0 component(s) where generated, 4 where kept. 05:28:28.646 [INFO] 05:28:28.646 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.workbench.swt --- 05:28:28.652 [INFO] 05:28:28.652 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.swt --- 05:28:28.653 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/test/resources 05:28:28.653 [INFO] 05:28:28.653 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.swt --- 05:28:28.656 [INFO] 05:28:28.656 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.swt --- 05:28:28.657 [INFO] 05:28:28.657 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.swt --- 05:28:28.663 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.16.800-SNAPSHOT-sources.jar 05:28:28.683 [INFO] 05:28:28.683 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.swt --- 05:28:28.689 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.16.800-SNAPSHOT.jar 05:28:28.741 [INFO] 05:28:28.742 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.swt --- 05:28:28.769 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.swt:0.16.800-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/.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] 05:28:28.770 [INFO] 05:28:28.770 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.workbench.swt --- 05:28:29.874 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/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) 05:28:29.875 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.16.800-SNAPSHOT-javadoc.jar 05:28:29.880 [INFO] 05:28:29.880 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.swt --- 05:28:29.880 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:28:29.916 [INFO] 05:28:29.916 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.workbench.swt --- 05:28:29.944 [INFO] Executing tasks 05:28:29.945 [INFO] Executed tasks 05:28:29.945 [INFO] 05:28:29.945 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.workbench.swt --- 05:28:29.958 [INFO] 05:28:29.959 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.workbench.swt --- 05:28:30.008 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:28:30.008 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:28:30.008 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/target/dependencies-list.txt, -failOnError] 0 API ERRORS 9 API warnings [API WARNING] File E4Application.java at line 510: An anonymous type defined in org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultContext() illegally implements IStylingEngine (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java) [API WARNING] File MenuService.java at line 29: MenuService illegally implements EMenuService (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/MenuService.java) [API WARNING] File PartRenderingEngine.java at line 1261: An anonymous type defined in org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.initializeStyling(Display, IEclipseContext) illegally implements IStylingEngine (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java) [API WARNING] File PartRenderingEngine.java at line 1336: An anonymous type defined in org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.initializeStyling(Display, IEclipseContext) illegally implements IStylingEngine (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java) [API WARNING] File PartRenderingEngine.java at line 1293: An anonymous type defined in org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.initializeStyling(Display, IEclipseContext) illegally implements IStylingEngine (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java) [API WARNING] File PartRenderingEngine.java at line 113: PartRenderingEngine illegally implements IPresentationEngine (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java) [API WARNING] File ResourceUtility.java at line 26: ResourceUtility illegally implements IResourceUtilities via ISWTResourceUtilities (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ResourceUtility.java) [API WARNING] File ThemeUtil.java at line 32: ThemeUtil illegally references method IStylingEngine.style(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/handlers/ThemeUtil.java) [API WARNING] File ISWTResourceUtilities.java at line 21: ISWTResourceUtilities illegally implements IResourceUtilities (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/util/ISWTResourceUtilities.java) 05:28:44.202 [INFO] 05:28:44.202 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.progress >----------- 05:28:44.202 [INFO] Building [bundle] Eclipse e4 Progress View 0.3.700-SNAPSHOT [25/108] 05:28:44.202 [INFO] from bundles/org.eclipse.e4.ui.progress/.polyglot.META-INF 05:28:44.202 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:28:44.203 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:28:44.203 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:28:44.203 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:28:44.203 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:28:44.203 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:28:44.203 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:28:44.203 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:28:44.203 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:28:44.203 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:28:44.203 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:28:44.208 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.progress:0.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/.polyglot.META-INF 05:28:44.228 [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)).] 05:28:44.248 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:28:44.269 [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)).] 05:28:44.289 [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)).] 05:28:44.309 [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)).] 05:28:44.330 [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)).] 05:28:44.347 [INFO] 05:28:44.347 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.progress --- 05:28:44.354 [INFO] 05:28:44.354 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.progress --- 05:28:44.370 [INFO] The project's OSGi version is 0.3.700.v20230214-1401 05:28:44.370 [INFO] 05:28:44.371 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.progress --- 05:28:44.371 [INFO] 05:28:44.371 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.progress --- 05:28:44.371 [INFO] 05:28:44.371 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.progress --- 05:28:44.372 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/saveproperties 05:28:44.372 [INFO] 05:28:44.372 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.progress --- 05:28:44.373 [INFO] 05:28:44.373 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.progress --- 05:28:44.381 [INFO] 05:28:44.381 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.progress --- 05:28:44.382 [INFO] Resolving class path of [bundle] Eclipse e4 Progress View 05:28:44.440 [INFO] 05:28:44.440 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.progress --- 05:28:44.441 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/src/main/resources 05:28:44.441 [INFO] 05:28:44.441 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.progress --- 05:28:44.441 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/src/main/resources 05:28:44.441 [INFO] 05:28:44.441 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.progress --- 05:28:44.463 [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/target/classes 05:28:44.747 [INFO] 05:28:44.747 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.progress --- 05:28:44.748 [INFO] 05:28:44.748 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.progress --- 05:28:44.748 [INFO] 05:28:44.748 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.progress --- 05:28:44.750 [INFO] 05:28:44.750 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.progress --- 05:28:44.750 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/src/test/resources 05:28:44.750 [INFO] 05:28:44.750 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.progress --- 05:28:44.753 [INFO] 05:28:44.753 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.progress --- 05:28:44.754 [INFO] 05:28:44.754 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.progress --- 05:28:44.762 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/target/org.eclipse.e4.ui.progress-0.3.700-SNAPSHOT-sources.jar 05:28:44.788 [INFO] 05:28:44.788 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.progress --- 05:28:44.803 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/target/org.eclipse.e4.ui.progress-0.3.700-SNAPSHOT.jar 05:28:44.856 [INFO] 05:28:44.856 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.progress --- 05:28:44.895 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.progress:0.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/.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] 05:28:44.895 [INFO] 05:28:44.895 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.progress --- 05:28:45.998 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/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) 05:28:45.999 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.progress/target/org.eclipse.e4.ui.progress-0.3.700-SNAPSHOT-javadoc.jar 05:28:46.046 [INFO] 05:28:46.047 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.progress --- 05:28:46.047 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:28:46.092 [INFO] 05:28:46.092 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.progress --- 05:28:46.113 [INFO] Executing tasks 05:28:46.114 [INFO] Executed tasks 05:28:46.115 [INFO] 05:28:46.115 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.progress --- 05:28:46.115 [INFO] Execution was skipped 05:28:46.115 [INFO] 05:28:46.115 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.progress --- 05:28:46.120 [INFO] Execution was skipped 05:28:46.120 [INFO] 05:28:46.120 [INFO] ---< org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt >--- 05:28:46.121 [INFO] Building [bundle] Eclipse e4 Workbench SWT Renderer 0.15.800-SNAPSHOT [26/108] 05:28:46.121 [INFO] from bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF 05:28:46.121 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:28:46.121 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:28:46.121 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:28:46.121 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:28:46.121 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:28:46.121 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:28:46.121 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:28:46.121 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:28:46.121 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:28:46.121 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:28:46.121 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:28:46.126 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt:0.15.800-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF 05:28:46.151 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:28:46.173 [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)).] 05:28:46.195 [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)).] 05:28:46.216 [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)).] 05:28:46.241 [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)).] 05:28:46.263 [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)).] 05:28:46.281 [INFO] 05:28:46.281 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.281 [INFO] 05:28:46.281 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.302 [INFO] The project's OSGi version is 0.15.800.v20230214-1401 05:28:46.302 [INFO] 05:28:46.302 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.303 [INFO] 05:28:46.303 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.303 [INFO] 05:28:46.303 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.304 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/saveproperties 05:28:46.304 [INFO] 05:28:46.304 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.305 [INFO] 05:28:46.305 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.308 [INFO] 05:28:46.308 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.309 [INFO] Resolving class path of [bundle] Eclipse e4 Workbench SWT Renderer 05:28:46.386 [INFO] 05:28:46.386 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.387 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/main/resources 05:28:46.387 [INFO] 05:28:46.387 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.387 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/main/resources 05:28:46.387 [INFO] 05:28:46.387 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.409 [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/classes 05:28:46.841 [INFO] 05:28:46.841 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.842 [INFO] 05:28:46.842 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.842 [INFO] 05:28:46.842 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.847 [INFO] 05:28:46.847 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.848 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/test/resources 05:28:46.848 [INFO] 05:28:46.848 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.850 [INFO] 05:28:46.850 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.851 [INFO] 05:28:46.851 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.858 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.15.800-SNAPSHOT-sources.jar 05:28:46.885 [INFO] 05:28:46.885 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.890 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.15.800-SNAPSHOT.jar 05:28:46.947 [INFO] 05:28:46.947 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:46.984 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt:0.15.800-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.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] 05:28:46.985 [INFO] 05:28:46.985 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:47.885 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/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) 05:28:47.886 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.15.800-SNAPSHOT-javadoc.jar 05:28:47.891 [INFO] 05:28:47.891 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:47.892 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:28:47.940 [INFO] 05:28:47.940 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:47.958 [INFO] Executing tasks 05:28:47.959 [INFO] Executed tasks 05:28:47.959 [INFO] 05:28:47.959 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:47.973 [INFO] 05:28:47.973 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.workbench.renderers.swt --- 05:28:48.021 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:28:48.021 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:28:48.021 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/dependencies-list.txt, -failOnError] 0 API ERRORS 55 API warnings [API WARNING] File CSSEngineHelper.java at line 49: CSSEngineHelper illegally references method IStylingEngine.getStyle(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java) [API WARNING] File ContributionRecord.java at line 95: ContributionRecord illegally instantiates ExpressionContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java) [API WARNING] File ContributionRecord.java at line 266: ContributionRecord illegally references method MApplicationElement.getTransientData() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java) [API WARNING] File ContributionRecord.java at line 215: ContributionRecord illegally references method MApplicationElement.getTransientData() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java) [API WARNING] File ContributionRecord.java at line 219: ContributionRecord illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java) [API WARNING] File ContributionRecord.java at line 127: ContributionRecord illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java) [API WARNING] File ContributionRecord.java at line 95: ContributionRecord illegally references constructor ExpressionContext(IEclipseContext) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java) [API WARNING] File ContributionRecord.java at line 209: ContributionRecord illegally references method MMenuContribution.getPositionInParent() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java) [API WARNING] File ContributionRecord.java at line 164: ContributionRecord illegally references field ExpressionContext.eclipseContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java) [API WARNING] File HandledContributionItem.java at line 318: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 249: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 449: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 431: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 163: HandledContributionItem illegally references method MHandledItem.setWbCommand(ParameterizedCommand) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 185: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 373: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 196: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 139: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 186: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 208: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File HandledContributionItem.java at line 321: HandledContributionItem illegally references method MHandledItem.getWbCommand() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java) [API WARNING] File MenuManagerRenderer.java at line 1127: MenuManagerRenderer illegally references field ExpressionContext.eclipseContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java) [API WARNING] File MenuManagerRendererFilter.java at line 185: MenuManagerRendererFilter illegally instantiates ExpressionContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRendererFilter.java) [API WARNING] File MenuManagerRendererFilter.java at line 185: MenuManagerRendererFilter illegally references constructor ExpressionContext(IEclipseContext) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRendererFilter.java) [API WARNING] File PerspectiveRenderer.java at line 44: PerspectiveRenderer illegally references method IStylingEngine.setClassname(Object, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java) [API WARNING] File PerspectiveStackRenderer.java at line 56: PerspectiveStackRenderer illegally references method IStylingEngine.setClassname(Object, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java) [API WARNING] File SWTPartRenderer.java at line 123: SWTPartRenderer illegally references method IStylingEngine.setClassnameAndId(Object, String, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java) [API WARNING] File StackRenderer.java at line 1547: StackRenderer illegally references method ISaveHandler.saveParts(Collection, boolean) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java) [API WARNING] File StackRenderer.java at line 1549: StackRenderer illegally references method ISaveHandler.save(MPart, boolean) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java) [API WARNING] File ToolBarContributionRecord.java at line 171: ToolBarContributionRecord illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarContributionRecord.java at line 186: ToolBarContributionRecord illegally references method MApplicationElement.getTransientData() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarContributionRecord.java at line 190: ToolBarContributionRecord illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarContributionRecord.java at line 181: ToolBarContributionRecord illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarContributionRecord.java at line 214: ToolBarContributionRecord illegally references method MApplicationElement.getTransientData() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarContributionRecord.java at line 71: ToolBarContributionRecord illegally instantiates ExpressionContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarContributionRecord.java at line 257: ToolBarContributionRecord illegally references method MApplicationElement.getTransientData() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarContributionRecord.java at line 218: ToolBarContributionRecord illegally references method MElementContainer.getChildren() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarContributionRecord.java at line 208: ToolBarContributionRecord illegally references method MToolBarContribution.getPositionInParent() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarContributionRecord.java at line 71: ToolBarContributionRecord illegally references constructor ExpressionContext(IEclipseContext) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarContributionRecord.java at line 157: ToolBarContributionRecord illegally references field ExpressionContext.eclipseContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java) [API WARNING] File ToolBarManagerRenderer.java at line 410: ToolBarManagerRenderer illegally references method IStylingEngine.setClassname(Object, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java) [API WARNING] File TrimBarRenderer.java at line 150: TrimBarRenderer illegally references method MUIElement.getVisibleWhen() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java) [API WARNING] File TrimBarRenderer.java at line 168: TrimBarRenderer illegally references method MTrimBar.getPendingCleanup() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java) [API WARNING] File TrimBarRenderer.java at line 184: TrimBarRenderer illegally references method MTrimBar.getPendingCleanup() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java) [API WARNING] File TrimBarRenderer.java at line 111: TrimBarRenderer illegally references constructor ExpressionContext(IEclipseContext) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java) [API WARNING] File TrimBarRenderer.java at line 111: TrimBarRenderer illegally instantiates ExpressionContext (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java) [API WARNING] File TrimBarRenderer.java at line 191: TrimBarRenderer illegally references method MTrimBar.getPendingCleanup() (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java) [API WARNING] File WBWRenderer.java at line 570: WBWRenderer illegally references method IWindowCloseHandler.close(MWindow) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java) [API WARNING] File WBWRenderer.java at line 765: WBWRenderer illegally references method IStylingEngine.style(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java) [API WARNING] File WBWRenderer.java at line 464: WBWRenderer illegally references field Save.NO (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java) [API WARNING] File WBWRenderer.java at line 451: WBWRenderer illegally references field Save.NO (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java) [API WARNING] File WBWRenderer.java at line 462: WBWRenderer illegally references field Save.CANCEL (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java) [API WARNING] File WBWRenderer.java at line 466: WBWRenderer illegally references field Save.YES (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java) [API WARNING] File WBWRenderer.java at line 449: WBWRenderer illegally references field Save.CANCEL (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java) [API WARNING] File WBWRenderer.java at line 451: WBWRenderer illegally references field Save.YES (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java) 05:29:02.492 [INFO] 05:29:02.493 [INFO] ----< org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt >----- 05:29:02.493 [INFO] Building [bundle] Eclipse e4 Workbench Add-ons 1.4.600-SNAPSHOT [27/108] 05:29:02.493 [INFO] from bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF 05:29:02.493 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:29:02.493 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:02.493 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:02.493 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:02.493 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:02.493 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:02.493 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:02.494 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:02.494 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:02.494 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:02.494 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:02.501 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt:1.4.600-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF 05:29:02.524 [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)).] 05:29:02.545 [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)).] 05:29:02.564 [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)).] 05:29:02.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)).] 05:29:02.608 [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)).] 05:29:02.629 [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)).] 05:29:02.651 [INFO] 05:29:02.651 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.652 [INFO] 05:29:02.652 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.670 [INFO] The project's OSGi version is 1.4.600.v20230220-0932 05:29:02.670 [INFO] 05:29:02.670 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.670 [INFO] 05:29:02.670 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.671 [INFO] 05:29:02.671 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.672 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/saveproperties 05:29:02.672 [INFO] 05:29:02.672 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.673 [INFO] 05:29:02.673 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.682 [INFO] 05:29:02.682 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.682 [INFO] Resolving class path of [bundle] Eclipse e4 Workbench Add-ons 05:29:02.746 [INFO] 05:29:02.746 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.747 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/main/resources 05:29:02.747 [INFO] 05:29:02.747 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.747 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/main/resources 05:29:02.747 [INFO] 05:29:02.747 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:02.769 [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes 05:29:03.009 [INFO] 05:29:03.009 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:03.010 [INFO] 05:29:03.010 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:03.011 [INFO] 05:29:03.011 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:03.015 [INFO] 05:29:03.015 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:03.016 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/test/resources 05:29:03.016 [INFO] 05:29:03.016 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:03.019 [INFO] 05:29:03.019 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:03.019 [INFO] 05:29:03.019 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:03.025 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.4.600-SNAPSHOT-sources.jar 05:29:03.055 [INFO] 05:29:03.055 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:03.061 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.4.600-SNAPSHOT.jar 05:29:03.076 [INFO] 05:29:03.076 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:03.153 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt:1.4.600-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/.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] 05:29:03.154 [INFO] 05:29:03.154 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:04.286 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/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) 05:29:04.287 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.4.600-SNAPSHOT-javadoc.jar 05:29:04.301 [INFO] 05:29:04.301 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:04.302 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:29:04.368 [INFO] 05:29:04.368 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:04.390 [INFO] Executing tasks 05:29:04.391 [INFO] Executed tasks 05:29:04.392 [INFO] 05:29:04.392 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:04.409 [INFO] 05:29:04.409 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.workbench.addons.swt --- 05:29:04.465 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:29:04.465 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:29:04.465 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/dependencies-list.txt, -failOnError] 0 API ERRORS 5 API warnings [API WARNING] File DnDManager.java at line 403: DnDManager illegally references method IStylingEngine.style(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DnDManager.java) [API WARNING] File DnDManager.java at line 402: DnDManager illegally references method IStylingEngine.setClassname(Object, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DnDManager.java) [API WARNING] File SplitFeedbackOverlay.java at line 156: SplitFeedbackOverlay illegally references method IStylingEngine.style(Object) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitFeedbackOverlay.java) [API WARNING] File SplitFeedbackOverlay.java at line 154: SplitFeedbackOverlay illegally references method IStylingEngine.setClassname(Object, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitFeedbackOverlay.java) [API WARNING] File SplitFeedbackOverlay.java at line 152: SplitFeedbackOverlay illegally references method IStylingEngine.setClassname(Object, String) (location: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitFeedbackOverlay.java) 05:29:17.659 [INFO] 05:29:17.659 [INFO] --< org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa >-- 05:29:17.659 [INFO] Building [bundle] Eclipse UI MacOS X Enhancements 0.13.100-SNAPSHOT [28/108] 05:29:17.659 [INFO] from bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/.polyglot.META-INF 05:29:17.659 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:29:17.660 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:17.660 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:17.660 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:17.660 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:17.660 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:17.660 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:17.660 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:17.660 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:17.661 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:17.661 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:17.664 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.27.0-SNAPSHOT/eclipse-sdk-prereqs-4.27.0-SNAPSHOT.target for environments=[macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@57979fd9 05:29:17.676 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, 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 = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:19.842 [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:20.049 [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:20.686 [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:20.766 [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, 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.metatype.annotations, Version = 1.4.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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:20.897 [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:21.132 [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:21.404 [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 05:29:21.491 [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:21.671 [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true 05:29:21.875 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/.polyglot.META-INF 05:29:21.898 [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)).] 05:29:21.921 [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)).] 05:29:21.939 [INFO] 05:29:21.939 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:21.939 [INFO] 05:29:21.939 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:21.955 [INFO] The project's OSGi version is 0.13.100.v20230214-1401 05:29:21.955 [INFO] 05:29:21.955 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:21.956 [INFO] 05:29:21.956 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:21.956 [INFO] 05:29:21.956 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:21.957 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/saveproperties 05:29:21.957 [INFO] 05:29:21.957 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:21.958 [INFO] 05:29:21.958 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:21.961 [INFO] 05:29:21.961 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:21.961 [INFO] Resolving class path of [bundle] Eclipse UI MacOS X Enhancements 05:29:22.022 [INFO] 05:29:22.022 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.022 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/main/resources 05:29:22.022 [INFO] 05:29:22.023 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.023 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/main/resources 05:29:22.023 [INFO] 05:29:22.023 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.061 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/classes 05:29:22.191 [INFO] 05:29:22.191 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.193 [INFO] 05:29:22.193 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.193 [INFO] 05:29:22.193 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.196 [INFO] 05:29:22.196 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.197 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/test/resources 05:29:22.197 [INFO] 05:29:22.197 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.200 [INFO] 05:29:22.200 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.200 [INFO] 05:29:22.200 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.205 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.13.100-SNAPSHOT-sources.jar 05:29:22.243 [INFO] 05:29:22.243 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.249 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.13.100-SNAPSHOT.jar 05:29:22.259 [INFO] 05:29:22.259 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:22.298 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/.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] 05:29:22.299 [INFO] 05:29:22.299 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:23.266 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/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) 05:29:23.267 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.13.100-SNAPSHOT-javadoc.jar 05:29:23.271 [INFO] 05:29:23.271 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:23.272 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:29:23.291 [INFO] 05:29:23.291 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:23.309 [INFO] Executing tasks 05:29:23.310 [INFO] Executed tasks 05:29:23.310 [INFO] 05:29:23.310 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:23.311 [INFO] Execution was skipped 05:29:23.311 [INFO] 05:29:23.311 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- 05:29:23.316 [INFO] Execution was skipped 05:29:23.316 [INFO] 05:29:23.316 [INFO] ------< org.eclipse.platform:org.eclipse.core.databinding.beans >------- 05:29:23.316 [INFO] Building [bundle] JFace Data Binding for JavaBeans 1.9.100-SNAPSHOT [29/108] 05:29:23.316 [INFO] from bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF 05:29:23.316 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:29:23.316 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:23.316 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:23.316 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:23.316 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:23.316 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:23.316 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:23.316 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:23.316 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:23.316 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:23.317 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:23.321 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.beans:1.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF 05:29:23.349 [INFO] 05:29:23.349 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.core.databinding.beans --- 05:29:23.349 [INFO] 05:29:23.349 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.beans --- 05:29:23.366 [INFO] The project's OSGi version is 1.9.100.v20230214-1401 05:29:23.366 [INFO] 05:29:23.366 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.core.databinding.beans --- 05:29:23.367 [INFO] 05:29:23.367 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.core.databinding.beans --- 05:29:23.367 [INFO] 05:29:23.367 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.databinding.beans --- 05:29:23.368 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/saveproperties 05:29:23.368 [INFO] 05:29:23.368 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.core.databinding.beans --- 05:29:23.369 [INFO] 05:29:23.369 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.core.databinding.beans --- 05:29:23.370 [INFO] 05:29:23.370 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.beans --- 05:29:23.371 [INFO] Resolving class path of [bundle] JFace Data Binding for JavaBeans 05:29:23.375 [INFO] 05:29:23.375 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.core.databinding.beans --- 05:29:23.375 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/src/main/resources 05:29:23.375 [INFO] 05:29:23.375 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.core.databinding.beans --- 05:29:23.376 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/src/main/resources 05:29:23.376 [INFO] 05:29:23.376 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.core.databinding.beans --- 05:29:23.393 [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/target/classes 05:29:23.542 [INFO] 05:29:23.542 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.core.databinding.beans --- 05:29:23.543 [INFO] 05:29:23.543 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.beans --- 05:29:23.543 [INFO] 05:29:23.543 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.core.databinding.beans --- 05:29:23.567 [INFO] 05:29:23.567 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.core.databinding.beans --- 05:29:23.568 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/src/test/resources 05:29:23.568 [INFO] 05:29:23.568 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.core.databinding.beans --- 05:29:23.570 [INFO] 05:29:23.570 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.beans --- 05:29:23.571 [INFO] 05:29:23.571 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.core.databinding.beans --- 05:29:23.577 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.9.100-SNAPSHOT-sources.jar 05:29:23.587 [INFO] 05:29:23.587 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.beans --- 05:29:23.590 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.9.100-SNAPSHOT.jar 05:29:23.604 [INFO] 05:29:23.604 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.beans --- 05:29:23.642 [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.beans:1.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:29:23.643 [INFO] 05:29:23.643 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.core.databinding.beans --- 05:29:24.302 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/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) 05:29:24.303 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.9.100-SNAPSHOT-javadoc.jar 05:29:24.307 [INFO] 05:29:24.307 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.beans --- 05:29:24.307 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:29:24.338 [INFO] 05:29:24.338 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.core.databinding.beans --- 05:29:24.353 [INFO] Executing tasks 05:29:24.354 [INFO] Executed tasks 05:29:24.354 [INFO] 05:29:24.354 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.core.databinding.beans --- 05:29:24.367 [INFO] 05:29:24.367 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.core.databinding.beans --- 05:29:24.423 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:29:24.423 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:29:24.424 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.core.databinding.beans/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:29:35.193 [INFO] 05:29:35.193 [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.swt.gtk >----------- 05:29:35.193 [INFO] Building [bundle] Eclipse UI GTK Enhancements 1.1.300-SNAPSHOT [30/108] 05:29:35.193 [INFO] from bundles/org.eclipse.e4.ui.swt.gtk/.polyglot.META-INF 05:29:35.193 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:29:35.193 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:35.193 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:35.193 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:35.193 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:35.193 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:35.194 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:35.194 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:35.194 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:35.194 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:35.194 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:35.197 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.27.0-SNAPSHOT/eclipse-sdk-prereqs-4.27.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@57979fd9 05:29:35.209 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, 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 = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:37.190 [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:37.391 [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:38.033 [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:38.107 [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, 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.metatype.annotations, Version = 1.4.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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:38.229 [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:38.472 [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:38.746 [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 05:29:38.823 [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:39.011 [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true 05:29:39.226 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.gtk:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/.polyglot.META-INF 05:29:39.247 [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)).] 05:29:39.267 [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)).] 05:29:39.287 [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)).] 05:29:39.300 [INFO] 05:29:39.300 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.302 [INFO] 05:29:39.302 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.347 [INFO] The project's OSGi version is 1.1.300.v20230220-0932 05:29:39.347 [INFO] 05:29:39.347 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.347 [INFO] 05:29:39.347 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.348 [INFO] 05:29:39.348 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.349 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/saveproperties 05:29:39.349 [INFO] 05:29:39.349 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.351 [INFO] 05:29:39.351 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.352 [INFO] 05:29:39.352 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.353 [INFO] Resolving class path of [bundle] Eclipse UI GTK Enhancements 05:29:39.389 [INFO] 05:29:39.389 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.390 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/src/main/resources 05:29:39.390 [INFO] 05:29:39.390 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.391 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/src/main/resources 05:29:39.391 [INFO] 05:29:39.391 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.415 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/target/classes 05:29:39.546 [INFO] 05:29:39.546 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.547 [INFO] 05:29:39.547 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.547 [INFO] 05:29:39.547 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.551 [INFO] 05:29:39.551 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.552 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/src/test/resources 05:29:39.552 [INFO] 05:29:39.552 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.554 [INFO] 05:29:39.555 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.556 [INFO] 05:29:39.556 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.560 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.1.300-SNAPSHOT-sources.jar 05:29:39.578 [INFO] 05:29:39.578 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.583 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.1.300-SNAPSHOT.jar 05:29:39.597 [INFO] 05:29:39.597 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.swt.gtk --- 05:29:39.647 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.gtk:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/.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] 05:29:39.648 [INFO] 05:29:39.648 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.swt.gtk --- 05:29:40.627 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/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) 05:29:40.628 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.1.300-SNAPSHOT-javadoc.jar 05:29:40.638 [INFO] 05:29:40.638 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.swt.gtk --- 05:29:40.639 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:29:40.654 [INFO] 05:29:40.654 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.swt.gtk --- 05:29:40.671 [INFO] Executing tasks 05:29:40.672 [INFO] Executed tasks 05:29:40.672 [INFO] 05:29:40.672 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.swt.gtk --- 05:29:40.685 [INFO] 05:29:40.685 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.swt.gtk --- 05:29:40.735 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:29:40.735 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:29:40.736 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.gtk/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:29:52.252 [INFO] 05:29:52.252 [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.swt.win32 >---------- 05:29:52.253 [INFO] Building [bundle] Eclipse UI WIN32 Enhancements 1.1.200-SNAPSHOT [31/108] 05:29:52.253 [INFO] from bundles/org.eclipse.e4.ui.swt.win32/.polyglot.META-INF 05:29:52.253 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:29:52.253 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:52.253 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:52.253 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:52.253 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:52.253 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:52.253 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:52.253 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:52.253 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:52.253 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:52.253 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:52.256 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.27.0-SNAPSHOT/eclipse-sdk-prereqs-4.27.0-SNAPSHOT.target for environments=[win32/win32/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@57979fd9 05:29:52.266 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, 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 = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:54.193 [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.17, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:54.390 [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:55.002 [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:55.077 [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, 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.metatype.annotations, Version = 1.4.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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:55.195 [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:55.425 [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:55.698 [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 05:29:55.773 [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 05:29:55.938 [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true 05:29:56.142 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.win32:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/.polyglot.META-INF 05:29:56.156 [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)).] 05:29:56.164 [INFO] 05:29:56.164 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.165 [INFO] 05:29:56.165 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.180 [INFO] The project's OSGi version is 1.1.200.v20230214-1401 05:29:56.180 [INFO] 05:29:56.180 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.180 [INFO] 05:29:56.180 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.180 [INFO] 05:29:56.180 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.181 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/saveproperties 05:29:56.181 [INFO] 05:29:56.181 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.182 [INFO] 05:29:56.182 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.184 [INFO] 05:29:56.184 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.184 [INFO] Resolving class path of [bundle] Eclipse UI WIN32 Enhancements 05:29:56.203 [INFO] 05:29:56.203 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.204 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/src/main/resources 05:29:56.204 [INFO] 05:29:56.204 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.204 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/src/main/resources 05:29:56.204 [INFO] 05:29:56.204 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.221 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/target/classes 05:29:56.302 [INFO] 05:29:56.302 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.302 [INFO] 05:29:56.302 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.302 [INFO] 05:29:56.302 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.303 [INFO] 05:29:56.303 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.304 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/src/test/resources 05:29:56.304 [INFO] 05:29:56.304 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.306 [INFO] 05:29:56.306 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.307 [INFO] 05:29:56.307 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.309 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.1.200-SNAPSHOT-sources.jar 05:29:56.330 [INFO] 05:29:56.330 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.335 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.1.200-SNAPSHOT.jar 05:29:56.352 [INFO] 05:29:56.352 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.swt.win32 --- 05:29:56.376 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.win32:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/.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] 05:29:56.376 [INFO] 05:29:56.376 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.swt.win32 --- 05:29:57.305 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/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) 05:29:57.306 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.1.200-SNAPSHOT-javadoc.jar 05:29:57.310 [INFO] 05:29:57.338 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.swt.win32 --- 05:29:57.339 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:29:57.353 [INFO] 05:29:57.353 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.swt.win32 --- 05:29:57.372 [INFO] Executing tasks 05:29:57.373 [INFO] Executed tasks 05:29:57.373 [INFO] 05:29:57.373 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.swt.win32 --- 05:29:57.373 [INFO] Execution was skipped 05:29:57.373 [INFO] 05:29:57.373 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.swt.win32 --- 05:29:57.378 [INFO] Execution was skipped 05:29:57.378 [INFO] 05:29:57.378 [INFO] --------< org.eclipse.platform:org.eclipse.jface.notifications >-------- 05:29:57.378 [INFO] Building [bundle] Notification API 0.5.200-SNAPSHOT [32/108] 05:29:57.378 [INFO] from bundles/org.eclipse.jface.notifications/.polyglot.META-INF 05:29:57.378 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:29:57.378 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:57.378 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:29:57.378 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:57.378 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:29:57.378 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:57.378 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:29:57.378 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:57.378 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:29:57.379 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:57.379 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:29:57.382 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.notifications:0.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/.polyglot.META-INF 05:29:57.401 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:29:57.412 [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)).] 05:29:57.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)).] 05:29:57.432 [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)).] 05:29:57.445 [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)).] 05:29:57.454 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:29:57.459 [INFO] 05:29:57.459 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jface.notifications --- 05:29:57.460 [INFO] 05:29:57.460 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.notifications --- 05:29:57.475 [INFO] The project's OSGi version is 0.5.200.v20230220-0932 05:29:57.475 [INFO] 05:29:57.475 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.jface.notifications --- 05:29:57.475 [INFO] 05:29:57.475 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.jface.notifications --- 05:29:57.476 [INFO] 05:29:57.476 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.notifications --- 05:29:57.476 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/saveproperties 05:29:57.476 [INFO] 05:29:57.476 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.notifications --- 05:29:57.478 [INFO] 05:29:57.478 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.jface.notifications --- 05:29:57.479 [INFO] 05:29:57.479 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.jface.notifications --- 05:29:57.479 [INFO] Resolving class path of [bundle] Notification API 05:29:57.488 [INFO] 05:29:57.488 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.jface.notifications --- 05:29:57.489 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/src/main/resources 05:29:57.489 [INFO] 05:29:57.489 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.jface.notifications --- 05:29:57.489 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/src/main/resources 05:29:57.489 [INFO] 05:29:57.489 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.jface.notifications --- 05:29:57.508 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/target/classes 05:29:57.602 [INFO] 05:29:57.602 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.jface.notifications --- 05:29:57.603 [INFO] 05:29:57.603 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.jface.notifications --- 05:29:57.603 [INFO] 05:29:57.603 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.jface.notifications --- 05:29:57.613 [INFO] 05:29:57.613 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.jface.notifications --- 05:29:57.614 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/src/test/resources 05:29:57.614 [INFO] 05:29:57.614 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.jface.notifications --- 05:29:57.615 [INFO] 05:29:57.615 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.notifications --- 05:29:57.617 [INFO] 05:29:57.617 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.jface.notifications --- 05:29:57.620 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/target/org.eclipse.jface.notifications-0.5.200-SNAPSHOT-sources.jar 05:29:57.639 [INFO] 05:29:57.639 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.jface.notifications --- 05:29:57.644 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/target/org.eclipse.jface.notifications-0.5.200-SNAPSHOT.jar 05:29:57.652 [INFO] 05:29:57.652 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.notifications --- 05:29:57.685 [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.notifications:0.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/.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] 05:29:57.686 [INFO] 05:29:57.686 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.jface.notifications --- 05:29:58.741 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/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) 05:29:58.742 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/target/org.eclipse.jface.notifications-0.5.200-SNAPSHOT-javadoc.jar 05:29:58.746 [INFO] 05:29:58.746 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.notifications --- 05:29:58.747 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:29:58.765 [INFO] 05:29:58.765 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.jface.notifications --- 05:29:58.780 [INFO] Executing tasks 05:29:58.781 [INFO] Executed tasks 05:29:58.782 [INFO] 05:29:58.782 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.jface.notifications --- 05:29:58.795 [INFO] 05:29:58.795 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.jface.notifications --- 05:29:58.867 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:29:58.867 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:29:58.867 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/target/org.eclipse.jface.notifications-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.jface.notifications/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:30:09.850 [INFO] 05:30:09.850 [INFO] --------------< org.eclipse.platform:org.eclipse.e4.rcp >--------------- 05:30:09.850 [INFO] Building [feature] Eclipse 4 Rich Client Platform 4.27.0-SNAPSHOT [33/108] 05:30:09.850 [INFO] from features/org.eclipse.e4.rcp/.polyglot.feature.xml 05:30:09.850 [INFO] --------------------------[ eclipse-feature ]--------------------------- 05:30:09.851 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' 05:30:09.851 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' 05:30:09.851 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:09.851 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:09.851 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:09.851 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:09.851 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:09.851 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:09.851 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-feature (default-package-feature)' 05:30:09.851 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-feature (default-package-feature)' 05:30:09.855 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/org.eclipse.e4.rcp/.polyglot.feature.xml 05:30:09.884 [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)).] 05:30:09.909 [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)).] 05:30:09.933 [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)).] 05:30:09.959 [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)).] 05:30:09.982 [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)).] 05:30:10.006 [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)).] 05:30:10.372 [INFO] 05:30:10.372 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.rcp --- 05:30:10.373 [INFO] Deleting /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/org.eclipse.e4.rcp/target 05:30:10.374 [INFO] 05:30:10.374 [INFO] --- tycho-packaging:4.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.e4.rcp --- 05:30:10.594 [INFO] The project's OSGi version is 4.27.0.v20230220-1431 05:30:10.594 [INFO] 05:30:10.594 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.rcp --- 05:30:10.598 [INFO] 05:30:10.598 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.rcp --- 05:30:10.602 [INFO] 05:30:10.602 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.rcp --- 05:30:10.603 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/org.eclipse.e4.rcp/saveproperties 05:30:10.603 [INFO] 05:30:10.603 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.rcp --- 05:30:10.604 [INFO] 05:30:10.604 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.rcp --- 05:30:10.604 [INFO] 05:30:10.604 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.rcp --- 05:30:10.605 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/org.eclipse.e4.rcp/src/main/resources 05:30:10.605 [INFO] 05:30:10.605 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.rcp --- 05:30:10.605 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/org.eclipse.e4.rcp/src/main/resources 05:30:10.605 [INFO] 05:30:10.605 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.rcp --- 05:30:10.606 [INFO] 05:30:10.606 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.rcp --- 05:30:10.606 [INFO] 05:30:10.606 [INFO] --- tycho-packaging:4.0.0:package-feature (default-package-feature) @ org.eclipse.e4.rcp --- 05:30:10.794 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.27.0-SNAPSHOT.jar 05:30:10.801 [INFO] 05:30:10.801 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.rcp --- 05:30:10.816 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/org.eclipse.e4.rcp/.polyglot.feature.xml The main artifact has been replaced with the baseline version. 05:30:10.821 [INFO] 05:30:10.821 [INFO] --- tycho-p2:4.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.e4.rcp --- 05:30:10.839 [INFO] 05:30:10.839 [INFO] --- tycho-source:4.0.0:feature-source (feature-source) @ org.eclipse.e4.rcp --- 05:30:10.977 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.27.0-SNAPSHOT-sources-feature.jar 05:30:11.001 [INFO] 05:30:11.001 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.rcp --- 05:30:11.003 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 05:30:11.003 [INFO] 05:30:11.003 [INFO] --- tycho-p2:4.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.e4.rcp --- 05:30:11.018 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/features/org.eclipse.e4.rcp/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] 05:30:11.022 [WARNING] artifact org.eclipse.platform:org.eclipse.e4.rcp:xml:p2metadata:4.27.0-SNAPSHOT already attached, replace previous instance 05:30:11.022 [WARNING] artifact org.eclipse.platform:org.eclipse.e4.rcp:xml:p2artifacts:4.27.0-SNAPSHOT already attached, replace previous instance 05:30:11.022 [INFO] 05:30:11.022 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.rcp --- 05:30:11.022 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:11.054 [INFO] 05:30:11.054 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.rcp --- 05:30:11.072 [INFO] Executing tasks 05:30:11.072 [INFO] Executed tasks 05:30:11.073 [INFO] 05:30:11.073 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.rcp --- 05:30:11.073 [INFO] Execution was skipped 05:30:11.073 [INFO] 05:30:11.073 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.rcp --- 05:30:11.076 [INFO] Execution was skipped 05:30:11.076 [INFO] 05:30:11.076 [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.ide >------------- 05:30:11.076 [INFO] Building [bundle] E4 IDE UI 3.16.300-SNAPSHOT [34/108] 05:30:11.076 [INFO] from bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF 05:30:11.076 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:30:11.076 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:11.076 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:11.076 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:11.076 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:11.076 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:11.076 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:11.077 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:11.077 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:11.077 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:11.077 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:11.080 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.16.300-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF 05:30:11.091 [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)).] 05:30:11.102 [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)).] 05:30:11.112 [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)).] 05:30:11.121 [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)).] 05:30:11.131 [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)).] 05:30:11.141 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:30:11.146 [INFO] 05:30:11.146 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.ide --- 05:30:11.147 [INFO] 05:30:11.147 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.ide --- 05:30:11.160 [INFO] The project's OSGi version is 3.16.300.v20230220-0932 05:30:11.160 [INFO] 05:30:11.160 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.ide --- 05:30:11.161 [INFO] 05:30:11.161 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.ide --- 05:30:11.161 [INFO] 05:30:11.161 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.ide --- 05:30:11.161 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/saveproperties 05:30:11.161 [INFO] 05:30:11.161 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.ide --- 05:30:11.162 [INFO] 05:30:11.162 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.ide --- 05:30:11.163 [INFO] 05:30:11.163 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.ide --- 05:30:11.163 [INFO] Resolving class path of [bundle] E4 IDE UI 05:30:11.283 [INFO] 05:30:11.283 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.ide --- 05:30:11.284 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/src/main/resources 05:30:11.284 [INFO] 05:30:11.284 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.ide --- 05:30:11.285 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/src/main/resources 05:30:11.285 [INFO] 05:30:11.285 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.ide --- 05:30:11.307 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/target/classes 05:30:11.378 [INFO] 05:30:11.379 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.ide --- 05:30:11.379 [INFO] 05:30:11.379 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.ide --- 05:30:11.379 [INFO] 05:30:11.379 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.ide --- 05:30:11.382 [INFO] 05:30:11.382 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.ide --- 05:30:11.383 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/src/test/resources 05:30:11.383 [INFO] 05:30:11.383 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.ide --- 05:30:11.385 [INFO] 05:30:11.385 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.ide --- 05:30:11.385 [INFO] 05:30:11.385 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.ide --- 05:30:11.388 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.16.300-SNAPSHOT-sources.jar 05:30:11.393 [INFO] 05:30:11.393 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.ide --- 05:30:11.397 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.16.300-SNAPSHOT.jar 05:30:11.412 [INFO] 05:30:11.412 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.ide --- 05:30:11.438 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.16.300-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:30:11.439 [INFO] 05:30:11.439 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.ide --- 05:30:12.167 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/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) 05:30:12.168 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.16.300-SNAPSHOT-javadoc.jar 05:30:12.172 [INFO] 05:30:12.172 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.ide --- 05:30:12.172 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:12.188 [INFO] 05:30:12.188 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.ide --- 05:30:12.205 [INFO] Executing tasks 05:30:12.206 [INFO] Executed tasks 05:30:12.206 [INFO] 05:30:12.206 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.ide --- 05:30:12.219 [INFO] 05:30:12.219 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.ide --- 05:30:12.276 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:30:12.276 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:30:12.276 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.ide/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:30:23.065 [INFO] 05:30:23.065 [INFO] -----------< org.eclipse.platform:org.eclipse.ui.workbench >------------ 05:30:23.065 [INFO] Building [bundle] Eclipse Workbench 3.128.0-SNAPSHOT [35/108] 05:30:23.065 [INFO] from bundles/org.eclipse.ui.workbench/.polyglot.META-INF 05:30:23.065 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:30:23.065 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:23.065 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:23.065 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:23.065 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:23.065 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:23.065 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:23.066 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:23.066 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:23.066 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:23.066 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:23.070 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.workbench:3.128.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/.polyglot.META-INF 05:30:23.091 [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)).] 05:30:23.112 [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)).] 05:30:23.132 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:30:23.154 [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)).] 05:30:23.175 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:30:23.195 [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)).] 05:30:23.268 [INFO] 05:30:23.268 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ui.workbench --- 05:30:23.271 [INFO] 05:30:23.271 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench --- 05:30:23.290 [INFO] The project's OSGi version is 3.128.0.v20240320-0521 05:30:23.290 [INFO] 05:30:23.290 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.ui.workbench --- 05:30:23.291 [INFO] 05:30:23.291 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.ui.workbench --- 05:30:23.291 [INFO] 05:30:23.291 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.workbench --- 05:30:23.292 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/saveproperties 05:30:23.292 [INFO] 05:30:23.292 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.workbench --- 05:30:23.293 [INFO] 05:30:23.293 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.ui.workbench --- 05:30:23.298 [INFO] 05:30:23.298 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.ui.workbench --- 05:30:23.298 [INFO] Resolving class path of [bundle] Eclipse Workbench 05:30:23.356 [INFO] 05:30:23.356 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.ui.workbench --- 05:30:23.357 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/src/main/resources 05:30:23.357 [INFO] 05:30:23.357 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.ui.workbench --- 05:30:23.357 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/src/main/resources 05:30:23.357 [INFO] 05:30:23.357 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.ui.workbench --- 05:30:23.398 [INFO] Compiling 1198 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/target/classes 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[85] import org.eclipse.e4.ui.model.internal.Position; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Position' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[86] import org.eclipse.e4.ui.model.internal.PositionInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1106] * look at: {@link PositionInfo#parse(String)}. ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1106] * look at: {@link PositionInfo#parse(String)}. ^^^^^ Discouraged access: The method 'PositionInfo.parse(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1195] PositionInfo positionInfo = findMovePositionInfo(element); ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1204] switch (positionInfo.getPosition()) { ^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1205] case LAST: ^^^^ Discouraged access: The field 'Position.LAST' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1209] case FIRST: ^^^^^ Discouraged access: The field 'Position.FIRST' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1213] case INDEX: ^^^^^ Discouraged access: The field 'Position.INDEX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1214] int index = positionInfo.getPositionReferenceAsInteger(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPositionReferenceAsInteger()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1222] case BEFORE: ^^^^^^ Discouraged access: The field 'Position.BEFORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1223] case AFTER: ^^^^^ Discouraged access: The field 'Position.AFTER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1224] int idx = indexOfElementWithID(elements, positionInfo.getPositionReference()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPositionReference()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1229] if (positionInfo.getPosition() == Position.AFTER) { ^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1229] if (positionInfo.getPosition() == Position.AFTER) { ^^^^^^^^^^^^^^ Discouraged access: The type 'Position' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.097 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1229] if (positionInfo.getPosition() == Position.AFTER) { ^^^^^ Discouraged access: The field 'Position.AFTER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1244] + positionInfo.getPosition() + "'!"); //$NON-NLS-1$ ^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1275] * and if so it will extract the {@link PositionInfo} out of it. ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1278] * @return the found {@link PositionInfo} on the given {@link MUIElement}, or ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1281] private PositionInfo findMovePositionInfo(MUIElement element) { ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1285] return PositionInfo.parse(tag.substring(MOVE_TAG.length())); ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1285] return PositionInfo.parse(tag.substring(MOVE_TAG.length())); ^^^^^ Discouraged access: The method 'PositionInfo.parse(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[40] import org.eclipse.e4.ui.model.internal.ModelUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[325] tb.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[325] tb.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[339] menu.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[339] menu.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[421] MApplicationElement model = (MApplicationElement) mToolBar.getTransientData().get(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[421] MApplicationElement model = (MApplicationElement) mToolBar.getTransientData().get(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[435] mToolBar.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[435] mToolBar.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[453] MApplicationElement model = (MApplicationElement) mMenu.getTransientData().get(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[453] MApplicationElement model = (MApplicationElement) mMenu.getTransientData().get(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[467] mMenu.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[467] mMenu.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[495] mToolBar.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[495] mToolBar.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[511] mMenu.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[511] mMenu.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 40. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java (at line 478) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 41. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowViewMenu.java (at line 237) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:[152] import org.eclipse.swt.graphics.Rectangle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.graphics.Rectangle is never used 43. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 100) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 44. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 181) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 45. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 198) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java:[39] import org.eclipse.e4.core.services.adapter.Adapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Adapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.3.400.v20220915-1347/org.eclipse.e4.core.services-2.3.400.v20220915-1347.jar') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java:[384] Adapter adapter = context != null ? context.get(Adapter.class) : null; ^^^^^^^ Discouraged access: The type 'Adapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.3.400.v20220915-1347/org.eclipse.e4.core.services-2.3.400.v20220915-1347.jar') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java:[384] Adapter adapter = context != null ? context.get(Adapter.class) : null; ^^^^^^^ Discouraged access: The type 'Adapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.3.400.v20220915-1347/org.eclipse.e4.core.services-2.3.400.v20220915-1347.jar') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java:[386] Object o = adapter.adapt(descriptor, URL.class); ^^^^^ Discouraged access: The method 'Adapter.adapt(Object, Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.3.400.v20220915-1347/org.eclipse.e4.core.services-2.3.400.v20220915-1347.jar') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java:[390] o = adapter.adapt(descriptor, URI.class); ^^^^^ Discouraged access: The method 'Adapter.adapt(Object, Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.3.400.v20220915-1347/org.eclipse.e4.core.services-2.3.400.v20220915-1347.jar') 51. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java (at line 616) @SuppressWarnings({ "unchecked" }) ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CommandToModelProcessor.java:[28] import org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandProcessingAddon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CommandToModelProcessor.java:[104] MCommand command = CommandProcessingAddon.createCommand(cmd, modelService, categoryModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandProcessingAddon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CommandToModelProcessor.java:[104] MCommand command = CommandProcessingAddon.createCommand(cmd, modelService, categoryModel); ^^^^^^^^^^^^^ Discouraged access: The method 'CommandProcessingAddon.createCommand(Command, EModelService, MCategory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench/target/classes') 55. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/databinding/SingleSelectionProperty.java (at line 36) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 56. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java (at line 198) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 57. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/Priority.java (at line 50) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[877] if (!(minimizedStack.getObject() instanceof org.eclipse.e4.ui.workbench.addons.minmax.TrimStack)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[880] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack ts = (org.eclipse.e4.ui.workbench.addons.minmax.TrimStack) minimizedStack ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[880] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack ts = (org.eclipse.e4.ui.workbench.addons.minmax.TrimStack) minimizedStack ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[882] if (!(ts.getMinimizedElement() instanceof MPartStack)) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TrimStack.getMinimizedElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[885] MPartStack stack = (MPartStack) ts.getMinimizedElement(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TrimStack.getMinimizedElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[902] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[902] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'TrimStack.MINIMIZED_AND_SHOWING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[907] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 05:30:27.098 [WARNING] /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[907] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'TrimStack.MINIMIZED_AND_SHOWING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 67. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java (at line 1203) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 68. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java (at line 105) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 69. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java (at line 134) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 70. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java (at line 163) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 71. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/RGBVisibleContrastColorFactory.java (at line 102) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 72. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/databinding/AdaptedValueProperty.java (at line 23) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 73. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/databinding/SelectionServiceListener.java (at line 57) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 74. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java (at line 44) @SuppressWarnings({ "unchecked" }) ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 75. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java (at line 101) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 76. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java (at line 136) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 77. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/migration/PerspectiveBuilder.java (at line 365) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 78. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java (at line 398) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 79. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/PageBookView.java (at line 473) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 80. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/WorkbenchStatusDialogManagerImpl.java (at line 488) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 81. INFO in /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/FileEditorMapping.java (at line 95) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 81 problems (0 errors, 57 warnings, 24 infos) 05:30:27.115 [INFO] 05:30:27.115 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.ui.workbench --- 05:30:27.116 [INFO] 05:30:27.116 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench --- 05:30:27.116 [INFO] 05:30:27.116 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.ui.workbench --- 05:30:31.351 [INFO] 05:30:31.351 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.ui.workbench --- 05:30:31.353 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/src/test/resources 05:30:31.353 [INFO] 05:30:31.353 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.ui.workbench --- 05:30:31.356 [INFO] 05:30:31.356 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench --- 05:30:31.357 [INFO] 05:30:31.357 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.ui.workbench --- 05:30:31.569 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.128.0-SNAPSHOT-sources.jar 05:30:31.856 [INFO] 05:30:31.856 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench --- 05:30:31.860 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.128.0-SNAPSHOT.jar 05:30:32.262 [INFO] 05:30:32.262 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench --- 05:30:32.345 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.workbench:3.128.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/.polyglot.META-INF 05:30:32.346 [INFO] 05:30:32.346 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.ui.workbench --- 05:30:33.186 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.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) 05:30:33.188 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.128.0-SNAPSHOT-javadoc.jar 05:30:33.198 [INFO] 05:30:33.198 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench --- 05:30:33.199 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:33.205 [INFO] 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] Skipping [bundle] Eclipse UI 05:30:33.205 [INFO] This project has been banned from the build due to previous failures. 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] Skipping [bundle] Browser Support 05:30:33.205 [INFO] This project has been banned from the build due to previous failures. 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] Skipping [bundle] Eclipse UI MacOS X Enhancements 05:30:33.205 [INFO] This project has been banned from the build due to previous failures. 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] Skipping [bundle] Eclipse Forms 05:30:33.205 [INFO] This project has been banned from the build due to previous failures. 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] Skipping [bundle] Common Navigator View 05:30:33.205 [INFO] This project has been banned from the build due to previous failures. 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] Skipping [bundle] Views 05:30:33.205 [INFO] This project has been banned from the build due to previous failures. 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] Skipping [bundle] Eclipse IDE UI 05:30:33.205 [INFO] This project has been banned from the build due to previous failures. 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] Skipping [bundle] Tabbed Properties View 05:30:33.205 [INFO] This project has been banned from the build due to previous failures. 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] Skipping [bundle] Navigator Workbench Components 05:30:33.205 [INFO] This project has been banned from the build due to previous failures. 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] 05:30:33.205 [INFO] ------------------------------------------------------------------------ 05:30:33.205 [INFO] Skipping [bundle] Eclipse IDE UI Application 05:30:33.205 [INFO] This project has been banned from the build due to previous failures. 05:30:33.206 [INFO] ------------------------------------------------------------------------ 05:30:33.206 [INFO] 05:30:33.206 [INFO] ------------------------------------------------------------------------ 05:30:33.206 [INFO] Skipping [bundle] UI Freeze Monitoring 05:30:33.206 [INFO] This project has been banned from the build due to previous failures. 05:30:33.206 [INFO] ------------------------------------------------------------------------ 05:30:33.206 [INFO] 05:30:33.206 [INFO] -------------< org.eclipse.platform:org.eclipse.ui.themes >------------- 05:30:33.206 [INFO] Building [bundle] Eclipse SDK Themes 1.2.2200-SNAPSHOT [36/108] 05:30:33.206 [INFO] from bundles/org.eclipse.ui.themes/.polyglot.META-INF 05:30:33.206 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:30:33.206 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:33.206 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:33.206 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:33.206 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:33.206 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:33.206 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:33.206 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:33.206 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:33.206 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:33.206 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:33.210 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.themes:1.2.2200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/.polyglot.META-INF 05:30:33.224 [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)).] 05:30:33.237 [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)).] 05:30:33.251 [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)).] 05:30:33.264 [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)).] 05:30:33.277 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:30:33.289 [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)).] 05:30:33.298 [INFO] 05:30:33.298 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ui.themes --- 05:30:33.298 [INFO] 05:30:33.298 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.themes --- 05:30:33.315 [INFO] The project's OSGi version is 1.2.2200.v20230220-0932 05:30:33.315 [INFO] 05:30:33.315 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.ui.themes --- 05:30:33.315 [INFO] 05:30:33.315 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.ui.themes --- 05:30:33.316 [INFO] 05:30:33.316 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.themes --- 05:30:33.316 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/saveproperties 05:30:33.316 [INFO] 05:30:33.316 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.themes --- 05:30:33.317 [INFO] 05:30:33.317 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.ui.themes --- 05:30:33.319 [INFO] 05:30:33.319 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.ui.themes --- 05:30:33.319 [INFO] Resolving class path of [bundle] Eclipse SDK Themes 05:30:33.337 [INFO] 05:30:33.338 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.ui.themes --- 05:30:33.338 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/src/main/resources 05:30:33.338 [INFO] 05:30:33.338 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.ui.themes --- 05:30:33.339 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/src/main/resources 05:30:33.339 [INFO] 05:30:33.339 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.ui.themes --- 05:30:33.341 [INFO] No sources to compile 05:30:33.341 [WARNING] Source directory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/src does not exist 05:30:33.341 [INFO] 05:30:33.341 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.ui.themes --- 05:30:33.341 [INFO] 05:30:33.341 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.ui.themes --- 05:30:33.342 [INFO] 05:30:33.342 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.ui.themes --- 05:30:33.344 [INFO] 05:30:33.344 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.ui.themes --- 05:30:33.345 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/src/test/resources 05:30:33.345 [INFO] 05:30:33.345 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.ui.themes --- 05:30:33.347 [INFO] 05:30:33.347 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.themes --- 05:30:33.347 [INFO] 05:30:33.347 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.ui.themes --- 05:30:33.349 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-1.2.2200-SNAPSHOT-sources.jar 05:30:33.361 [INFO] 05:30:33.361 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.ui.themes --- 05:30:33.364 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-1.2.2200-SNAPSHOT.jar 05:30:33.373 [INFO] 05:30:33.373 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.themes --- 05:30:33.396 [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.themes:1.2.2200-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/.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] 05:30:33.396 [INFO] 05:30:33.396 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.ui.themes --- 05:30:33.399 [INFO] 05:30:33.399 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.themes --- 05:30:33.400 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:33.416 [INFO] 05:30:33.416 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.ui.themes --- 05:30:33.434 [INFO] Executing tasks 05:30:33.435 [INFO] Executed tasks 05:30:33.435 [INFO] 05:30:33.435 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.ui.themes --- 05:30:33.450 [INFO] 05:30:33.450 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.ui.themes --- 05:30:33.833 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:30:33.833 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:30:33.833 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/bundles/org.eclipse.ui.themes/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:30:39.265 [INFO] 05:30:39.265 [INFO] ------------------------------------------------------------------------ 05:30:39.265 [INFO] Skipping [bundle] Log View 05:30:39.265 [INFO] This project has been banned from the build due to previous failures. 05:30:39.265 [INFO] ------------------------------------------------------------------------ 05:30:39.265 [INFO] 05:30:39.265 [INFO] ------------------------------------------------------------------------ 05:30:39.265 [INFO] Skipping [bundle] Eclipse UI Win32 Enhancements 05:30:39.265 [INFO] This project has been banned from the build due to previous failures. 05:30:39.265 [INFO] ------------------------------------------------------------------------ 05:30:39.265 [INFO] 05:30:39.265 [INFO] -------------------< org.eclipse.platform:ui-tests >-------------------- 05:30:39.265 [INFO] Building [aggregator] tests 4.27.0-SNAPSHOT [37/108] 05:30:39.265 [INFO] from tests/.polyglot.pom.tycho 05:30:39.265 [INFO] --------------------------------[ pom ]--------------------------------- 05:30:39.266 [INFO] 05:30:39.266 [INFO] --- clean:3.2.0:clean (default-clean) @ ui-tests --- 05:30:39.267 [INFO] 05:30:39.267 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ ui-tests --- 05:30:39.268 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tests/saveproperties 05:30:39.268 [INFO] 05:30:39.268 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ ui-tests --- 05:30:39.269 [INFO] 05:30:39.269 [INFO] --- resources:3.3.0:resources (filter-resources) @ ui-tests --- 05:30:39.269 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tests/src/main/resources 05:30:39.269 [INFO] 05:30:39.269 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ ui-tests --- 05:30:39.270 [INFO] 05:30:39.270 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ ui-tests --- 05:30:39.273 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 05:30:39.273 [INFO] 05:30:39.273 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-tests --- 05:30:39.273 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:39.273 [INFO] 05:30:39.273 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ ui-tests --- 05:30:39.290 [INFO] Executing tasks 05:30:39.291 [INFO] Executed tasks 05:30:39.291 [INFO] 05:30:39.291 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ ui-tests --- 05:30:39.291 [INFO] Execution was skipped 05:30:39.291 [INFO] 05:30:39.291 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ ui-tests --- 05:30:39.295 [INFO] Execution was skipped 05:30:39.295 [INFO] 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] Skipping [test-bundle] Eclipse e4 core commands tests 05:30:39.295 [INFO] This project has been banned from the build due to previous failures. 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] Skipping [test-bundle] XPathTest Model 05:30:39.295 [INFO] This project has been banned from the build due to previous failures. 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] Skipping [test-bundle] UI Bindings Tests 05:30:39.295 [INFO] This project has been banned from the build due to previous failures. 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] Skipping [test-bundle] TestModel Model 05:30:39.295 [INFO] This project has been banned from the build due to previous failures. 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] Skipping [test-bundle] e4 css core tests 05:30:39.295 [INFO] This project has been banned from the build due to previous failures. 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] Skipping [test-bundle] e4 css swt tests (Incubation) 05:30:39.295 [INFO] This project has been banned from the build due to previous failures. 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] Skipping [test-bundle] Modelled UI addons tests bundle (Incubation) 05:30:39.295 [INFO] This project has been banned from the build due to previous failures. 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] Skipping [test-bundle] Harness Plug-in 05:30:39.295 [INFO] This project has been banned from the build due to previous failures. 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] Skipping [test-bundle] Jface tests 05:30:39.295 [INFO] This project has been banned from the build due to previous failures. 05:30:39.295 [INFO] ------------------------------------------------------------------------ 05:30:39.295 [INFO] 05:30:39.295 [INFO] ---------< org.eclipse.platform:eclipse.platform.ui.examples >---------- 05:30:39.295 [INFO] Building eclipse.platform.ui.examples 4.27.0-SNAPSHOT [38/108] 05:30:39.295 [INFO] from examples/pom.xml 05:30:39.295 [INFO] --------------------------------[ pom ]--------------------------------- 05:30:39.296 [INFO] 05:30:39.296 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse.platform.ui.examples --- 05:30:39.297 [INFO] 05:30:39.297 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ eclipse.platform.ui.examples --- 05:30:39.297 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/saveproperties 05:30:39.297 [INFO] 05:30:39.297 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ eclipse.platform.ui.examples --- 05:30:39.298 [INFO] 05:30:39.298 [INFO] --- resources:3.3.0:resources (filter-resources) @ eclipse.platform.ui.examples --- 05:30:39.298 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/src/main/resources 05:30:39.298 [INFO] 05:30:39.298 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ eclipse.platform.ui.examples --- 05:30:39.299 [INFO] 05:30:39.299 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ eclipse.platform.ui.examples --- 05:30:39.301 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 05:30:39.301 [INFO] 05:30:39.301 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.examples --- 05:30:39.301 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:39.302 [INFO] 05:30:39.302 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ eclipse.platform.ui.examples --- 05:30:39.318 [INFO] Executing tasks 05:30:39.318 [INFO] Executed tasks 05:30:39.319 [INFO] 05:30:39.319 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ eclipse.platform.ui.examples --- 05:30:39.319 [INFO] Execution was skipped 05:30:39.319 [INFO] 05:30:39.319 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ eclipse.platform.ui.examples --- 05:30:39.322 [INFO] Execution was skipped 05:30:39.322 [INFO] 05:30:39.322 [INFO] ----< org.eclipse.platform:org.eclipse.jface.examples.databinding >----- 05:30:39.323 [INFO] Building [bundle] JFace Data Binding Examples 1.4.0-SNAPSHOT [39/108] 05:30:39.323 [INFO] from examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF 05:30:39.323 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:30:39.323 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:39.323 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:39.323 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:39.323 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:39.323 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:39.323 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:39.323 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:39.323 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:39.323 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:39.323 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:39.327 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.examples.databinding:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF 05:30:39.339 [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)).] 05:30:39.350 [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)).] 05:30:39.361 [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)).] 05:30:39.371 [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)).] 05:30:39.382 [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)).] 05:30:39.392 [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)).] 05:30:39.397 [INFO] 05:30:39.397 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jface.examples.databinding --- 05:30:39.398 [INFO] 05:30:39.398 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.examples.databinding --- 05:30:39.413 [INFO] The project's OSGi version is 1.4.0.v20230220-1021 05:30:39.413 [INFO] 05:30:39.413 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.jface.examples.databinding --- 05:30:39.413 [INFO] 05:30:39.413 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.jface.examples.databinding --- 05:30:39.413 [INFO] 05:30:39.413 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.examples.databinding --- 05:30:39.414 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/saveproperties 05:30:39.414 [INFO] 05:30:39.414 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.examples.databinding --- 05:30:39.415 [INFO] 05:30:39.415 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.jface.examples.databinding --- 05:30:39.416 [INFO] 05:30:39.416 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.jface.examples.databinding --- 05:30:39.416 [INFO] Resolving class path of [bundle] JFace Data Binding Examples 05:30:39.429 [INFO] 05:30:39.430 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.jface.examples.databinding --- 05:30:39.430 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/src/main/resources 05:30:39.430 [INFO] 05:30:39.430 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.jface.examples.databinding --- 05:30:39.431 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/src/main/resources 05:30:39.431 [INFO] 05:30:39.431 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.jface.examples.databinding --- 05:30:39.453 [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/target/classes 05:30:40.052 [INFO] 05:30:40.052 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.jface.examples.databinding --- 05:30:40.054 [INFO] 05:30:40.054 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.jface.examples.databinding --- 05:30:40.054 [INFO] 05:30:40.054 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.jface.examples.databinding --- 05:30:40.055 [INFO] 05:30:40.055 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.jface.examples.databinding --- 05:30:40.056 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/src/test/resources 05:30:40.056 [INFO] 05:30:40.056 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.jface.examples.databinding --- 05:30:40.058 [INFO] 05:30:40.058 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.examples.databinding --- 05:30:40.059 [INFO] 05:30:40.059 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.jface.examples.databinding --- 05:30:40.069 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.0-SNAPSHOT-sources.jar 05:30:40.090 [INFO] 05:30:40.090 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.jface.examples.databinding --- 05:30:40.142 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.0-SNAPSHOT.jar 05:30:40.164 [INFO] 05:30:40.164 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.examples.databinding --- 05:30:40.257 [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.examples.databinding:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.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] 05:30:40.258 [INFO] 05:30:40.258 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.jface.examples.databinding --- 05:30:41.124 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/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) 05:30:41.125 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.0-SNAPSHOT-javadoc.jar 05:30:41.129 [INFO] 05:30:41.129 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.examples.databinding --- 05:30:41.130 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:41.194 [INFO] 05:30:41.194 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.jface.examples.databinding --- 05:30:41.210 [INFO] Executing tasks 05:30:41.211 [INFO] Executed tasks 05:30:41.211 [INFO] 05:30:41.211 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.jface.examples.databinding --- 05:30:41.212 [INFO] Execution was skipped 05:30:41.212 [INFO] 05:30:41.212 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.jface.examples.databinding --- 05:30:41.216 [INFO] Execution was skipped 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] JFace Data Binding Conformance Tests 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] JFace Data Binding Tests 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Jface notifications tests 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Tests for Eclipse URI Scheme Handling 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Eclipse UI IDE Application Tests 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] UI Freeze Monitoring Tests 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Eclipse UI Tests 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Plugin.name 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Forms Test 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Common Navigator Tests 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Performance Plug-in 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Pluginchecks 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Eclipse RCP Tests 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [test-bundle] Tabbed Properties View Tests 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] Skipping [bundle] CSS bridge demo 05:30:41.217 [INFO] This project has been banned from the build due to previous failures. 05:30:41.217 [INFO] ------------------------------------------------------------------------ 05:30:41.217 [INFO] 05:30:41.217 [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.examples.job >--------- 05:30:41.217 [INFO] Building [bundle] e4 Progress Examples Plug-in 0.4.0-SNAPSHOT [40/108] 05:30:41.217 [INFO] from examples/org.eclipse.e4.ui.examples.job/.polyglot.META-INF 05:30:41.217 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:30:41.217 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:41.217 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:41.217 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:41.217 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:41.217 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:41.217 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:41.218 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:41.218 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:41.218 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:41.218 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:41.221 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.examples.job:0.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/.polyglot.META-INF 05:30:41.241 [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)).] 05:30:41.261 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:30:41.282 [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)).] 05:30:41.303 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:30:41.323 [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)).] 05:30:41.344 [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)).] 05:30:41.434 [INFO] 05:30:41.434 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.examples.job --- 05:30:41.434 [INFO] 05:30:41.434 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.examples.job --- 05:30:41.449 [INFO] The project's OSGi version is 0.4.0.v20230220-1021 05:30:41.449 [INFO] 05:30:41.449 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.examples.job --- 05:30:41.450 [INFO] 05:30:41.450 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.examples.job --- 05:30:41.450 [INFO] 05:30:41.450 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.examples.job --- 05:30:41.451 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/saveproperties 05:30:41.451 [INFO] 05:30:41.451 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.examples.job --- 05:30:41.452 [INFO] 05:30:41.452 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.examples.job --- 05:30:41.455 [INFO] 05:30:41.455 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.examples.job --- 05:30:41.455 [INFO] Resolving class path of [bundle] e4 Progress Examples Plug-in 05:30:41.505 [INFO] 05:30:41.505 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.examples.job --- 05:30:41.506 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/src/main/resources 05:30:41.506 [INFO] 05:30:41.506 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.examples.job --- 05:30:41.506 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/src/main/resources 05:30:41.506 [INFO] 05:30:41.506 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.ui.examples.job --- 05:30:41.527 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/target/classes 05:30:41.645 [INFO] 05:30:41.645 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.ui.examples.job --- 05:30:41.645 [INFO] 05:30:41.645 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.examples.job --- 05:30:41.645 [INFO] 05:30:41.645 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.ui.examples.job --- 05:30:41.646 [INFO] 05:30:41.646 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.examples.job --- 05:30:41.647 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/src/test/resources 05:30:41.647 [INFO] 05:30:41.647 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.examples.job --- 05:30:41.649 [INFO] 05:30:41.649 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.examples.job --- 05:30:41.650 [INFO] 05:30:41.650 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.examples.job --- 05:30:41.652 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.4.0-SNAPSHOT-sources.jar 05:30:41.658 [INFO] 05:30:41.658 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.examples.job --- 05:30:41.662 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.4.0-SNAPSHOT.jar 05:30:41.667 [INFO] 05:30:41.667 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.examples.job --- 05:30:41.671 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.ui.examples.job:0.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/.polyglot.META-INF 05:30:41.671 [INFO] 05:30:41.671 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.ui.examples.job --- 05:30:42.499 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/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) 05:30:42.500 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.4.0-SNAPSHOT-javadoc.jar 05:30:42.504 [INFO] 05:30:42.504 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.examples.job --- 05:30:42.504 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:42.511 [INFO] 05:30:42.511 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.ui.examples.job --- 05:30:42.529 [INFO] Executing tasks 05:30:42.530 [INFO] Executed tasks 05:30:42.530 [INFO] 05:30:42.530 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.ui.examples.job --- 05:30:42.530 [INFO] Execution was skipped 05:30:42.530 [INFO] 05:30:42.530 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.ui.examples.job --- 05:30:42.533 [INFO] Execution was skipped 05:30:42.533 [INFO] 05:30:42.533 [INFO] ----------< org.eclipse.platform:org.eclipse.jface.snippets >----------- 05:30:42.533 [INFO] Building [bundle] JFace Snippets Plug-in 3.6.0-SNAPSHOT [41/108] 05:30:42.533 [INFO] from examples/org.eclipse.jface.snippets/.polyglot.META-INF 05:30:42.533 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:30:42.533 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:42.533 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:42.534 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:42.534 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:42.534 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:42.534 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:42.534 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:42.534 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:42.534 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:42.534 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:42.537 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.snippets:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/.polyglot.META-INF 05:30:42.548 [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)).] 05:30:42.559 [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)).] 05:30:42.570 [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)).] 05:30:42.581 [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)).] 05:30:42.591 [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)).] 05:30:42.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)).] 05:30:42.608 [INFO] 05:30:42.608 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jface.snippets --- 05:30:42.608 [INFO] 05:30:42.608 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.snippets --- 05:30:42.635 [INFO] The project's OSGi version is 3.6.0.v20230220-1021 05:30:42.635 [INFO] 05:30:42.635 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.jface.snippets --- 05:30:42.637 [INFO] 05:30:42.637 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.jface.snippets --- 05:30:42.637 [INFO] 05:30:42.637 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.snippets --- 05:30:42.638 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/saveproperties 05:30:42.638 [INFO] 05:30:42.638 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.snippets --- 05:30:42.639 [INFO] 05:30:42.639 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.jface.snippets --- 05:30:42.641 [INFO] 05:30:42.641 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.jface.snippets --- 05:30:42.641 [INFO] Resolving class path of [bundle] JFace Snippets Plug-in 05:30:42.665 [INFO] 05:30:42.665 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.jface.snippets --- 05:30:42.666 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/src/main/resources 05:30:42.667 [INFO] 05:30:42.667 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.jface.snippets --- 05:30:42.667 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/src/main/resources 05:30:42.667 [INFO] 05:30:42.667 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.jface.snippets --- 05:30:42.687 [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/target/classes 05:30:43.055 [INFO] 05:30:43.055 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.jface.snippets --- 05:30:43.056 [INFO] 05:30:43.056 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.jface.snippets --- 05:30:43.056 [INFO] 05:30:43.056 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.jface.snippets --- 05:30:43.057 [INFO] 05:30:43.057 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.jface.snippets --- 05:30:43.057 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/src/test/resources 05:30:43.057 [INFO] 05:30:43.057 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.jface.snippets --- 05:30:43.059 [INFO] 05:30:43.059 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.snippets --- 05:30:43.060 [INFO] 05:30:43.060 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.jface.snippets --- 05:30:43.070 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.6.0-SNAPSHOT-sources.jar 05:30:43.085 [INFO] 05:30:43.085 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.jface.snippets --- 05:30:43.150 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.6.0-SNAPSHOT.jar 05:30:43.175 [INFO] 05:30:43.175 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.snippets --- 05:30:43.191 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.jface.snippets:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/.polyglot.META-INF 05:30:43.192 [INFO] 05:30:43.192 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.jface.snippets --- 05:30:44.267 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/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) 05:30:44.268 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.6.0-SNAPSHOT-javadoc.jar 05:30:44.272 [INFO] 05:30:44.272 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.snippets --- 05:30:44.273 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:44.279 [INFO] 05:30:44.279 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.jface.snippets --- 05:30:44.296 [INFO] Executing tasks 05:30:44.297 [INFO] Executed tasks 05:30:44.297 [INFO] 05:30:44.297 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.jface.snippets --- 05:30:44.297 [INFO] Execution was skipped 05:30:44.297 [INFO] 05:30:44.297 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.jface.snippets --- 05:30:44.302 [INFO] Execution was skipped 05:30:44.302 [INFO] 05:30:44.302 [INFO] ----< org.eclipse.platform:org.eclipse.ui.examples.adapterservice >----- 05:30:44.302 [INFO] Building [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT [42/108] 05:30:44.302 [INFO] from examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF 05:30:44.302 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:30:44.302 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:44.303 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:44.303 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:44.303 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:44.303 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:44.303 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:44.303 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:44.303 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:44.303 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:44.303 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:44.307 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.adapterservice:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF 05:30:44.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)).] 05:30:44.341 [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)).] 05:30:44.351 [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)).] 05:30:44.362 [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)).] 05:30:44.372 [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)).] 05:30:44.383 [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)).] 05:30:44.388 [INFO] 05:30:44.388 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.388 [INFO] 05:30:44.388 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.403 [INFO] The project's OSGi version is 0.10.0.v20230220-1021 05:30:44.403 [INFO] 05:30:44.403 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.403 [INFO] 05:30:44.403 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.404 [INFO] 05:30:44.404 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.404 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/saveproperties 05:30:44.404 [INFO] 05:30:44.404 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.405 [INFO] 05:30:44.405 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.406 [INFO] 05:30:44.406 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.407 [INFO] Resolving class path of [bundle] Services Snippets (Incubation) 05:30:44.416 [INFO] 05:30:44.416 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.417 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/src/main/resources 05:30:44.417 [INFO] 05:30:44.417 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.417 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/src/main/resources 05:30:44.417 [INFO] 05:30:44.417 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.434 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/target/classes 05:30:44.506 [INFO] 05:30:44.506 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.507 [INFO] 05:30:44.507 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.508 [INFO] 05:30:44.508 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.509 [INFO] 05:30:44.509 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.510 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/src/test/resources 05:30:44.510 [INFO] 05:30:44.510 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.512 [INFO] 05:30:44.512 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.513 [INFO] 05:30:44.513 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.515 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT-sources.jar 05:30:44.521 [INFO] 05:30:44.521 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.525 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT.jar 05:30:44.531 [INFO] 05:30:44.531 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.adapterservice --- 05:30:44.543 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.examples.adapterservice:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF 05:30:44.544 [INFO] 05:30:44.544 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.ui.examples.adapterservice --- 05:30:45.398 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/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) 05:30:45.438 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT-javadoc.jar 05:30:45.442 [INFO] 05:30:45.442 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.adapterservice --- 05:30:45.442 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:45.450 [INFO] 05:30:45.450 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.ui.examples.adapterservice --- 05:30:45.468 [INFO] Executing tasks 05:30:45.469 [INFO] Executed tasks 05:30:45.469 [INFO] 05:30:45.469 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.ui.examples.adapterservice --- 05:30:45.469 [INFO] Execution was skipped 05:30:45.469 [INFO] 05:30:45.469 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.ui.examples.adapterservice --- 05:30:45.473 [INFO] Execution was skipped 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] Command Contribution Examples 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] Field Assist Example 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] Progress Examples Plug-in 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] pluginName 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] Multi-Page Editor Example 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] Common Navigator Examples 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] User File Editor 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] Readme File Editing Tool 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] Undo Example 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] Example for Eclipse URI Scheme Handling 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] Tabbed Properties View Article Example 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] Skipping [bundle] Examples of Eclipse Forms 05:30:45.473 [INFO] This project has been banned from the build due to previous failures. 05:30:45.473 [INFO] ------------------------------------------------------------------------ 05:30:45.473 [INFO] 05:30:45.473 [INFO] -----------< org.eclipse.platform:eclipse.platform.ui.tools >----------- 05:30:45.473 [INFO] Building eclipse.platform.ui.tools 4.27.0-SNAPSHOT [43/108] 05:30:45.473 [INFO] from tools/pom.xml 05:30:45.473 [INFO] --------------------------------[ pom ]--------------------------------- 05:30:45.474 [INFO] 05:30:45.474 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse.platform.ui.tools --- 05:30:45.474 [INFO] 05:30:45.474 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ eclipse.platform.ui.tools --- 05:30:45.475 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/saveproperties 05:30:45.475 [INFO] 05:30:45.475 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ eclipse.platform.ui.tools --- 05:30:45.475 [INFO] 05:30:45.475 [INFO] --- resources:3.3.0:resources (filter-resources) @ eclipse.platform.ui.tools --- 05:30:45.476 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/src/main/resources 05:30:45.476 [INFO] 05:30:45.476 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ eclipse.platform.ui.tools --- 05:30:45.476 [INFO] 05:30:45.476 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ eclipse.platform.ui.tools --- 05:30:45.478 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 05:30:45.478 [INFO] 05:30:45.478 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.tools --- 05:30:45.479 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:45.479 [INFO] 05:30:45.479 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ eclipse.platform.ui.tools --- 05:30:45.494 [INFO] Executing tasks 05:30:45.494 [INFO] Executed tasks 05:30:45.495 [INFO] 05:30:45.495 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ eclipse.platform.ui.tools --- 05:30:45.495 [INFO] Execution was skipped 05:30:45.495 [INFO] 05:30:45.495 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ eclipse.platform.ui.tools --- 05:30:45.498 [INFO] Execution was skipped 05:30:45.498 [INFO] 05:30:45.498 [INFO] --------------------< org.eclipse.platform:bundles >-------------------- 05:30:45.498 [INFO] Building [aggregator] bundles 4.27.0-SNAPSHOT [44/108] 05:30:45.498 [INFO] from tools/bundles/.polyglot.pom.tycho 05:30:45.498 [INFO] --------------------------------[ pom ]--------------------------------- 05:30:45.499 [INFO] 05:30:45.499 [INFO] --- clean:3.2.0:clean (default-clean) @ bundles --- 05:30:45.500 [INFO] 05:30:45.500 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ bundles --- 05:30:45.500 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/saveproperties 05:30:45.500 [INFO] 05:30:45.500 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ bundles --- 05:30:45.501 [INFO] 05:30:45.501 [INFO] --- resources:3.3.0:resources (filter-resources) @ bundles --- 05:30:45.501 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/src/main/resources 05:30:45.501 [INFO] 05:30:45.501 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ bundles --- 05:30:45.501 [INFO] 05:30:45.501 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ bundles --- 05:30:45.503 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 05:30:45.503 [INFO] 05:30:45.503 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ bundles --- 05:30:45.504 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:45.504 [INFO] 05:30:45.504 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ bundles --- 05:30:45.518 [INFO] Executing tasks 05:30:45.519 [INFO] Executed tasks 05:30:45.519 [INFO] 05:30:45.519 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ bundles --- 05:30:45.519 [INFO] Execution was skipped 05:30:45.520 [INFO] 05:30:45.520 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ bundles --- 05:30:45.523 [INFO] Execution was skipped 05:30:45.523 [INFO] 05:30:45.523 [INFO] ------------------------------------------------------------------------ 05:30:45.523 [INFO] Skipping [bundle] Tools 05:30:45.523 [INFO] This project has been banned from the build due to previous failures. 05:30:45.523 [INFO] ------------------------------------------------------------------------ 05:30:45.523 [INFO] 05:30:45.523 [INFO] ---------< org.eclipse.platform:org.eclipse.e4.tools.services >--------- 05:30:45.523 [INFO] Building [bundle] Services 4.9.100-SNAPSHOT [45/108] 05:30:45.523 [INFO] from tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF 05:30:45.523 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:30:45.523 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:45.523 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:45.523 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:45.523 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:45.523 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:45.523 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:45.523 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:45.523 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:45.524 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:45.524 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:45.528 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.services:4.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF 05:30:45.542 [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)).] 05:30:45.550 [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)).] 05:30:45.557 [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)).] 05:30:45.565 [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)).] 05:30:45.572 [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)).] 05:30:45.580 [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)).] 05:30:45.583 [INFO] 05:30:45.583 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.services --- 05:30:45.584 [INFO] 05:30:45.584 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.services --- 05:30:45.598 [INFO] The project's OSGi version is 4.9.100.v20230220-1147 05:30:45.598 [INFO] 05:30:45.598 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.tools.services --- 05:30:45.598 [INFO] 05:30:45.598 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.tools.services --- 05:30:45.598 [INFO] 05:30:45.598 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.services --- 05:30:45.599 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/saveproperties 05:30:45.599 [INFO] 05:30:45.599 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.services --- 05:30:45.599 [INFO] 05:30:45.599 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.tools.services --- 05:30:45.600 [INFO] 05:30:45.600 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.services --- 05:30:45.600 [INFO] Resolving class path of [bundle] Services 05:30:45.607 [INFO] 05:30:45.607 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.services --- 05:30:45.608 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/src/main/resources 05:30:45.608 [INFO] 05:30:45.608 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.services --- 05:30:45.608 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/src/main/resources 05:30:45.608 [INFO] 05:30:45.608 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.tools.services --- 05:30:45.626 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/target/classes 05:30:45.725 [INFO] 05:30:45.725 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.tools.services --- 05:30:45.725 [INFO] 05:30:45.725 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.services --- 05:30:45.725 [INFO] 05:30:45.725 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.tools.services --- 05:30:45.728 [INFO] 05:30:45.728 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.services --- 05:30:45.728 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/src/test/resources 05:30:45.728 [INFO] 05:30:45.728 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.tools.services --- 05:30:45.730 [INFO] 05:30:45.730 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.services --- 05:30:45.730 [INFO] 05:30:45.730 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.tools.services --- 05:30:45.733 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.9.100-SNAPSHOT-sources.jar 05:30:45.740 [INFO] 05:30:45.740 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.services --- 05:30:45.743 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.9.100-SNAPSHOT.jar 05:30:45.766 [INFO] 05:30:45.766 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.services --- 05:30:45.783 [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.services:4.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/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] 05:30:45.783 [INFO] 05:30:45.783 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.tools.services --- 05:30:46.602 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/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) 05:30:46.603 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.9.100-SNAPSHOT-javadoc.jar 05:30:46.613 [INFO] 05:30:46.613 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.services --- 05:30:46.614 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:30:46.639 [INFO] 05:30:46.639 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.tools.services --- 05:30:46.655 [INFO] Executing tasks 05:30:46.661 [INFO] Executed tasks 05:30:46.661 [INFO] 05:30:46.661 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.tools.services --- 05:30:46.674 [INFO] 05:30:46.674 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.tools.services --- 05:30:46.725 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:30:46.725 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:30:46.725 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.services/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:30:57.243 [INFO] 05:30:57.243 [INFO] ------------------------------------------------------------------------ 05:30:57.243 [INFO] Skipping [bundle] Compat 05:30:57.243 [INFO] This project has been banned from the build due to previous failures. 05:30:57.243 [INFO] ------------------------------------------------------------------------ 05:30:57.243 [INFO] 05:30:57.243 [INFO] ------------------------------------------------------------------------ 05:30:57.243 [INFO] Skipping [bundle] Persistence Model 05:30:57.243 [INFO] This project has been banned from the build due to previous failures. 05:30:57.243 [INFO] ------------------------------------------------------------------------ 05:30:57.243 [INFO] 05:30:57.243 [INFO] ------------------------------------------------------------------------ 05:30:57.243 [INFO] Skipping [bundle] Perspective migrate compatibility Util 05:30:57.243 [INFO] This project has been banned from the build due to previous failures. 05:30:57.243 [INFO] ------------------------------------------------------------------------ 05:30:57.243 [INFO] 05:30:57.244 [INFO] ------------------------------------------------------------------------ 05:30:57.244 [INFO] Skipping org.eclipse.e4.tools.emf.ui 05:30:57.244 [INFO] This project has been banned from the build due to previous failures. 05:30:57.244 [INFO] ------------------------------------------------------------------------ 05:30:57.244 [INFO] 05:30:57.244 [INFO] ------------------------------------------------------------------------ 05:30:57.244 [INFO] Skipping [bundle] Editor3x 05:30:57.244 [INFO] This project has been banned from the build due to previous failures. 05:30:57.244 [INFO] ------------------------------------------------------------------------ 05:30:57.244 [INFO] 05:30:57.244 [INFO] ------< org.eclipse.platform:org.eclipse.e4.tools.jdt.templates >------- 05:30:57.244 [INFO] Building [bundle] e4 JDT code templates 4.9.101-SNAPSHOT [46/108] 05:30:57.244 [INFO] from tools/bundles/org.eclipse.e4.tools.jdt.templates/.polyglot.META-INF 05:30:57.244 [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 05:30:57.244 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:57.244 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:build-qualifier (default-build-qualifier)' 05:30:57.244 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:57.244 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-id (default-validate-id)' 05:30:57.244 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:57.244 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:validate-version (default-validate-version)' 05:30:57.244 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:57.244 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:update-consumer-pom (default-update-consumer-pom)' 05:30:57.244 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:57.244 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.0:package-plugin (default-package-plugin)' 05:30:57.248 [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:4.9.101-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/.polyglot.META-INF 05:30:57.280 [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)).] 05:30:57.313 [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)).] 05:30:57.346 [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)).] 05:30:57.378 [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)).] 05:30:57.410 [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)).] 05:30:57.449 [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] 05:30:59.261 [WARNING] Your build is not self-contained! Project org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:eclipse-plugin:4.9.101-SNAPSHOT depends implicitly on reactor project org.eclipse.platform:org.eclipse.ui:eclipse-plugin:3.202.0-SNAPSHOT through target requirements eclipse-plugin:org.eclipse.ui.editors:3.15.0.v20221201-1935 that are not part of the reactor, offending dependency chain is eclipse-plugin:org.eclipse.e4.tools.jdt.templates:4.9.101.qualifier (reactor project) --> eclipse-plugin:org.eclipse.ui.editors:3.15.0.v20221201-1935 (target dependency) --> eclipse-plugin:org.eclipse.ui:3.202.0.qualifier (reactor project) 05:30:59.268 [WARNING] Your build is not self-contained! Project org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:eclipse-plugin:4.9.101-SNAPSHOT depends implicitly on reactor project org.eclipse.platform:org.eclipse.ui.ide:eclipse-plugin:3.20.100-SNAPSHOT through target requirements eclipse-plugin:org.eclipse.ui.editors:3.15.0.v20221201-1935 that are not part of the reactor, offending dependency chain is eclipse-plugin:org.eclipse.e4.tools.jdt.templates:4.9.101.qualifier (reactor project) --> eclipse-plugin:org.eclipse.ui.editors:3.15.0.v20221201-1935 (target dependency) --> eclipse-plugin:org.eclipse.ui.ide:3.20.100.qualifier (reactor project) 05:30:59.281 [WARNING] Your build is not self-contained! Project org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:eclipse-plugin:4.9.101-SNAPSHOT depends implicitly on reactor project org.eclipse.platform:org.eclipse.ui.views:eclipse-plugin:3.11.400-SNAPSHOT through target requirements eclipse-plugin:org.eclipse.jdt.ui:3.28.0.v20230210-2115 that are not part of the reactor, offending dependency chain is eclipse-plugin:org.eclipse.e4.tools.jdt.templates:4.9.101.qualifier (reactor project) --> eclipse-plugin:org.eclipse.jdt.ui:3.28.0.v20230210-2115 (target dependency) --> eclipse-plugin:org.eclipse.ui.views:3.11.400.qualifier (reactor project) 05:30:59.293 [WARNING] Your build is not self-contained! Project org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:eclipse-plugin:4.9.101-SNAPSHOT depends implicitly on reactor project org.eclipse.platform:org.eclipse.ui.forms:eclipse-plugin:3.11.600-SNAPSHOT through target requirements eclipse-plugin:org.eclipse.jdt.ui:3.28.0.v20230210-2115 that are not part of the reactor, offending dependency chain is eclipse-plugin:org.eclipse.e4.tools.jdt.templates:4.9.101.qualifier (reactor project) --> eclipse-plugin:org.eclipse.jdt.ui:3.28.0.v20230210-2115 (target dependency) --> eclipse-plugin:org.eclipse.ui.forms:3.11.600.qualifier (reactor project) 05:30:59.304 [WARNING] Your build is not self-contained! Project org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:eclipse-plugin:4.9.101-SNAPSHOT depends implicitly on reactor project org.eclipse.platform:org.eclipse.ui.navigator:eclipse-plugin:3.11.0-SNAPSHOT through target requirements eclipse-plugin:org.eclipse.jdt.ui:3.28.0.v20230210-2115 that are not part of the reactor, offending dependency chain is eclipse-plugin:org.eclipse.e4.tools.jdt.templates:4.9.101.qualifier (reactor project) --> eclipse-plugin:org.eclipse.jdt.ui:3.28.0.v20230210-2115 (target dependency) --> eclipse-plugin:org.eclipse.ui.navigator:3.11.0.qualifier (reactor project) 05:30:59.315 [WARNING] Your build is not self-contained! Project org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:eclipse-plugin:4.9.101-SNAPSHOT depends implicitly on reactor project org.eclipse.platform:org.eclipse.ui.navigator.resources:eclipse-plugin:3.8.600-SNAPSHOT through target requirements eclipse-plugin:org.eclipse.jdt.ui:3.28.0.v20230210-2115 that are not part of the reactor, offending dependency chain is eclipse-plugin:org.eclipse.e4.tools.jdt.templates:4.9.101.qualifier (reactor project) --> eclipse-plugin:org.eclipse.jdt.ui:3.28.0.v20230210-2115 (target dependency) --> eclipse-plugin:org.eclipse.ui.navigator.resources:3.8.600.qualifier (reactor project) 05:30:59.389 [WARNING] Your build is not self-contained! Project org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:eclipse-plugin:4.9.101-SNAPSHOT depends implicitly on reactor project org.eclipse.platform:org.eclipse.ui.views.properties.tabbed:eclipse-plugin:3.9.400-SNAPSHOT through target requirements eclipse-plugin:org.eclipse.jdt.ui:3.28.0.v20230210-2115 that are not part of the reactor, offending dependency chain is eclipse-plugin:org.eclipse.e4.tools.jdt.templates:4.9.101.qualifier (reactor project) --> eclipse-plugin:org.eclipse.jdt.ui:3.28.0.v20230210-2115 (target dependency) --> eclipse-plugin:org.eclipse.ui.navigator.resources:3.8.600.qualifier (reactor project) --> eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.9.400.qualifier (reactor project) 05:30:59.390 [WARNING] The following implicit projects are not referenced: org.eclipse.platform:org.eclipse.ui:eclipse-plugin:3.202.0-SNAPSHOT org.eclipse.platform:org.eclipse.ui.forms:eclipse-plugin:3.11.600-SNAPSHOT org.eclipse.platform:org.eclipse.ui.navigator:eclipse-plugin:3.11.0-SNAPSHOT org.eclipse.platform:org.eclipse.ui.navigator.resources:eclipse-plugin:3.8.600-SNAPSHOT org.eclipse.platform:org.eclipse.ui.ide:eclipse-plugin:3.20.100-SNAPSHOT org.eclipse.platform:org.eclipse.ui.views.properties.tabbed:eclipse-plugin:3.9.400-SNAPSHOT org.eclipse.platform:org.eclipse.ui.views:eclipse-plugin:3.11.400-SNAPSHOT 05:30:59.403 [INFO] 05:30:59.403 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.405 [INFO] 05:30:59.405 [INFO] --- tycho-packaging:4.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.424 [INFO] The project's OSGi version is 4.9.101.v20230404-0959 05:30:59.425 [INFO] 05:30:59.425 [INFO] --- tycho-packaging:4.0.0:validate-id (default-validate-id) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.425 [INFO] 05:30:59.425 [INFO] --- tycho-packaging:4.0.0:validate-version (default-validate-version) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.425 [INFO] 05:30:59.425 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.426 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/saveproperties 05:30:59.426 [INFO] 05:30:59.426 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.427 [INFO] 05:30:59.427 [INFO] --- target-platform-configuration:4.0.0:target-platform (default-target-platform) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.428 [INFO] 05:30:59.428 [INFO] --- tycho-compiler:4.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.428 [INFO] Resolving class path of [bundle] e4 JDT code templates 05:30:59.601 [INFO] 05:30:59.601 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.602 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/src/main/resources 05:30:59.602 [INFO] 05:30:59.602 [INFO] --- resources:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.602 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/src/main/resources 05:30:59.602 [INFO] 05:30:59.602 [INFO] --- tycho-compiler:4.0.0:compile (default-compile) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.626 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/target/classes 05:30:59.774 [INFO] 05:30:59.774 [INFO] --- tycho-bnd:4.0.0:process (default-process) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.774 [INFO] 05:30:59.774 [INFO] --- tycho-ds:4.0.0:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.775 [INFO] 05:30:59.775 [INFO] --- tycho-apitools:4.0.0:generate (generate) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.778 [INFO] 05:30:59.778 [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.778 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/src/test/resources 05:30:59.778 [INFO] 05:30:59.778 [INFO] --- tycho-compiler:4.0.0:testCompile (default-testCompile) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.780 [INFO] 05:30:59.780 [INFO] --- tycho-packaging:4.0.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.781 [INFO] 05:30:59.781 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.784 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.9.101-SNAPSHOT-sources.jar 05:30:59.791 [INFO] 05:30:59.791 [INFO] --- tycho-packaging:4.0.0:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.795 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.9.101-SNAPSHOT.jar 05:30:59.803 [INFO] 05:30:59.803 [INFO] --- tycho-p2:4.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.jdt.templates --- 05:30:59.818 [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:4.9.101-SNAPSHOT @ /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/.polyglot.META-INF 05:30:59.819 [INFO] 05:30:59.819 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ org.eclipse.e4.tools.jdt.templates --- 05:31:00.802 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 2 - Loading source files for package generated... error: No source files for package generated 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/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/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) 05:31:00.803 [INFO] Building jar: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.9.101-SNAPSHOT-javadoc.jar 05:31:00.807 [INFO] 05:31:00.807 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.jdt.templates --- 05:31:00.808 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:31:00.815 [INFO] 05:31:00.815 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ org.eclipse.e4.tools.jdt.templates --- 05:31:00.851 [INFO] Executing tasks 05:31:00.852 [INFO] Executed tasks 05:31:00.852 [INFO] 05:31:00.852 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ org.eclipse.e4.tools.jdt.templates --- 05:31:00.866 [INFO] 05:31:00.866 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ org.eclipse.e4.tools.jdt.templates --- 05:31:00.916 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 05:31:00.916 [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data/.metadata/.log 05:31:00.916 [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates, -baseline, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/bundles/org.eclipse.e4.tools.jdt.templates/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings 05:31:32.838 [INFO] 05:31:32.838 [INFO] -------------------< org.eclipse.platform:features >-------------------- 05:31:32.838 [INFO] Building [aggregator] features 4.27.0-SNAPSHOT [47/108] 05:31:32.838 [INFO] from tools/features/.polyglot.pom.tycho 05:31:32.838 [INFO] --------------------------------[ pom ]--------------------------------- 05:31:32.840 [INFO] 05:31:32.840 [INFO] --- clean:3.2.0:clean (default-clean) @ features --- 05:31:32.840 [INFO] 05:31:32.841 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ features --- 05:31:32.841 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/features/saveproperties 05:31:32.842 [INFO] 05:31:32.842 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ features --- 05:31:32.843 [INFO] 05:31:32.843 [INFO] --- resources:3.3.0:resources (filter-resources) @ features --- 05:31:32.843 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/features/src/main/resources 05:31:32.843 [INFO] 05:31:32.843 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ features --- 05:31:32.844 [INFO] 05:31:32.844 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ features --- 05:31:32.847 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 05:31:32.847 [INFO] 05:31:32.847 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features --- 05:31:32.852 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:31:32.853 [INFO] 05:31:32.853 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ features --- 05:31:32.869 [INFO] Executing tasks 05:31:32.878 [INFO] Executed tasks 05:31:32.878 [INFO] 05:31:32.878 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ features --- 05:31:32.880 [INFO] Execution was skipped 05:31:32.880 [INFO] 05:31:32.880 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ features --- 05:31:32.885 [INFO] Execution was skipped 05:31:32.885 [INFO] 05:31:32.885 [INFO] ------------------------------------------------------------------------ 05:31:32.885 [INFO] Skipping [feature] Eclipse e4 Tools 05:31:32.885 [INFO] This project has been banned from the build due to previous failures. 05:31:32.885 [INFO] ------------------------------------------------------------------------ 05:31:32.885 [INFO] 05:31:32.885 [INFO] ------------------------------------------------------------------------ 05:31:32.885 [INFO] Skipping [feature] Eclipse Persistence 05:31:32.885 [INFO] This project has been banned from the build due to previous failures. 05:31:32.885 [INFO] ------------------------------------------------------------------------ 05:31:32.885 [INFO] 05:31:32.885 [INFO] ------------------------------------------------------------------------ 05:31:32.885 [INFO] Skipping org.eclipse.e4.tools.compatibility.migration.tests 05:31:32.885 [INFO] This project has been banned from the build due to previous failures. 05:31:32.885 [INFO] ------------------------------------------------------------------------ 05:31:32.885 [INFO] 05:31:32.885 [INFO] ------------------------------------------------------------------------ 05:31:32.885 [INFO] Skipping org.eclipse.e4.tools.persistence.tests 05:31:32.885 [INFO] This project has been banned from the build due to previous failures. 05:31:32.885 [INFO] ------------------------------------------------------------------------ 05:31:32.885 [INFO] 05:31:32.885 [INFO] ------------------------------------------------------------------------ 05:31:32.885 [INFO] Skipping org.eclipse.e4.tools.test 05:31:32.885 [INFO] This project has been banned from the build due to previous failures. 05:31:32.885 [INFO] ------------------------------------------------------------------------ 05:31:32.885 [INFO] 05:31:32.885 [INFO] ---------------------< org.eclipse.platform:tests >--------------------- 05:31:32.885 [INFO] Building [aggregator] tests 4.27.0-SNAPSHOT [48/108] 05:31:32.885 [INFO] from tools/tests/.polyglot.pom.tycho 05:31:32.885 [INFO] --------------------------------[ pom ]--------------------------------- 05:31:32.886 [INFO] 05:31:32.886 [INFO] --- clean:3.2.0:clean (default-clean) @ tests --- 05:31:32.887 [INFO] 05:31:32.887 [INFO] --- resources:3.3.0:copy-resources (saveproperties) @ tests --- 05:31:32.888 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/tests/saveproperties 05:31:32.888 [INFO] 05:31:32.888 [INFO] --- enforcer:3.2.1:enforce (enforce-maven) @ tests --- 05:31:32.889 [INFO] 05:31:32.889 [INFO] --- resources:3.3.0:resources (filter-resources) @ tests --- 05:31:32.889 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/se.platform.ui_R4_27_maintenance/tools/tests/src/main/resources 05:31:32.889 [INFO] 05:31:32.889 [INFO] --- tycho-source:4.0.0:plugin-source (plugin-source) @ tests --- 05:31:32.890 [INFO] 05:31:32.890 [INFO] --- javadoc:3.0.1:jar (attach-javadocs) @ tests --- 05:31:32.893 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 05:31:32.893 [INFO] 05:31:32.893 [INFO] --- tycho-p2-extras:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ tests --- 05:31:32.893 [WARNING] Parameter 'comparator' is read-only, must not be used in configuration 05:31:32.894 [INFO] 05:31:32.894 [INFO] --- antrun:3.1.0:run (check-skip-api-analysis) @ tests --- 05:31:32.909 [INFO] Executing tasks 05:31:32.910 [INFO] Executed tasks 05:31:32.910 [INFO] 05:31:32.910 [INFO] --- tycho-dependency-tools:4.0.0:list-dependencies (list-dependencies) @ tests --- 05:31:32.910 [INFO] Execution was skipped 05:31:32.910 [INFO] 05:31:32.910 [INFO] --- tycho-eclipserun:4.0.0:eclipse-run (api-analysis) @ tests --- 05:31:32.913 [INFO] Execution was skipped 05:31:32.913 [INFO] ------------------------------------------------------------------------ 05:31:32.913 [INFO] Reactor Summary: 05:31:32.913 [INFO] 05:31:32.913 [INFO] eclipse.platform.ui 4.27.0-SNAPSHOT ................ SUCCESS [ 11.607 s] 05:31:32.914 [INFO] [aggregator] features 4.27.0-SNAPSHOT .............. SUCCESS [ 0.063 s] 05:31:32.914 [INFO] [aggregator] bundles 4.27.0-SNAPSHOT ............... SUCCESS [ 0.039 s] 05:31:32.914 [INFO] [bundle] Commands 3.10.400-SNAPSHOT ................ SUCCESS [ 38.370 s] 05:31:32.914 [INFO] [bundle] Eclipse CSS Core Support 0.13.500-SNAPSHOT SUCCESS [ 19.603 s] 05:31:32.914 [INFO] [bundle] JFace 3.29.0-SNAPSHOT ..................... SUCCESS [ 29.010 s] 05:31:32.914 [INFO] [bundle] Eclipse CSS SWT Support 0.14.800-SNAPSHOT . SUCCESS [ 14.668 s] 05:31:32.914 [INFO] [bundle] JFace Data Binding Observables 1.12.200-SNAPSHOT SUCCESS [ 15.666 s] 05:31:32.914 [INFO] [bundle] JFace Data Binding Properties 1.9.200-SNAPSHOT SUCCESS [ 13.438 s] 05:31:32.914 [INFO] [bundle] Eclipse UI Custom widgets 1.3.200-SNAPSHOT SUCCESS [ 10.664 s] 05:31:32.914 [INFO] [bundle] Eclipse CSS SWT Theme Support 0.13.300-SNAPSHOT SUCCESS [ 12.911 s] 05:31:32.914 [INFO] [bundle] JFace Data Binding 1.12.0-SNAPSHOT ........ SUCCESS [ 13.924 s] 05:31:32.914 [INFO] [bundle] Eclipse UI Dependency Injection 1.4.200-SNAPSHOT SUCCESS [ 12.443 s] 05:31:32.914 [INFO] [bundle] Eclipse UI Application Services 1.5.200-SNAPSHOT SUCCESS [ 12.245 s] 05:31:32.914 [INFO] [bundle] Eclipse e4 dialogs 1.3.500-SNAPSHOT ....... SUCCESS [ 13.142 s] 05:31:32.914 [INFO] [bundle] Eclipse e4 core commands 1.0.400-SNAPSHOT . SUCCESS [ 12.659 s] 05:31:32.914 [INFO] [bundle] Eclipse Bindings Support 0.13.300-SNAPSHOT SUCCESS [ 13.051 s] 05:31:32.914 [INFO] [bundle] Eclipse URI Scheme Handling 1.2.300-SNAPSHOT SUCCESS [ 12.982 s] 05:31:32.914 [INFO] [bundle] Bundle for Workbench APIs available in e4 0.16.200-SNAPSHOT SUCCESS [ 11.414 s] 05:31:32.914 [INFO] [bundle] JFace Data Binding for SWT and JFace 1.14.100-SNAPSHOT SUCCESS [ 14.268 s] 05:31:32.914 [INFO] [bundle] Eclipse Model Xpath 0.3.200-SNAPSHOT ...... SUCCESS [ 15.520 s] 05:31:32.914 [INFO] [bundle] Eclipse Workbench Model 2.3.0-SNAPSHOT .... SUCCESS [ 17.932 s] 05:31:32.914 [INFO] [bundle] Eclipse e4 Workbench 1.14.100-SNAPSHOT .... SUCCESS [ 19.435 s] 05:31:32.914 [INFO] [bundle] Eclipse e4 Workbench SWT 0.16.800-SNAPSHOT SUCCESS [ 16.468 s] 05:31:32.914 [INFO] [bundle] Eclipse e4 Progress View 0.3.700-SNAPSHOT . SUCCESS [ 1.918 s] 05:31:32.914 [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.15.800-SNAPSHOT SUCCESS [ 16.372 s] 05:31:32.914 [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.4.600-SNAPSHOT SUCCESS [ 15.167 s] 05:31:32.914 [INFO] [bundle] Eclipse UI MacOS X Enhancements 0.13.100-SNAPSHOT SUCCESS [ 5.657 s] 05:31:32.914 [INFO] [bundle] JFace Data Binding for JavaBeans 1.9.100-SNAPSHOT SUCCESS [ 11.877 s] 05:31:32.914 [INFO] [bundle] Eclipse UI GTK Enhancements 1.1.300-SNAPSHOT SUCCESS [ 17.059 s] 05:31:32.914 [INFO] [bundle] Eclipse UI WIN32 Enhancements 1.1.200-SNAPSHOT SUCCESS [ 5.126 s] 05:31:32.914 [INFO] [bundle] Notification API 0.5.200-SNAPSHOT ......... SUCCESS [ 12.472 s] 05:31:32.914 [INFO] [feature] Eclipse 4 Rich Client Platform 4.27.0-SNAPSHOT SUCCESS [ 1.226 s] 05:31:32.914 [INFO] [bundle] E4 IDE UI 3.16.300-SNAPSHOT ............... SUCCESS [ 11.989 s] 05:31:32.914 [INFO] [bundle] Eclipse Workbench 3.128.0-SNAPSHOT ........ FAILURE [ 10.140 s] 05:31:32.914 [INFO] [bundle] Eclipse UI 3.202.0-SNAPSHOT ............... SKIPPED 05:31:32.914 [INFO] [bundle] Browser Support 3.7.400-SNAPSHOT .......... SKIPPED 05:31:32.914 [INFO] [bundle] Eclipse UI MacOS X Enhancements 1.3.100-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [bundle] Eclipse Forms 3.11.600-SNAPSHOT ........... SKIPPED 05:31:32.914 [INFO] [bundle] Common Navigator View 3.11.0-SNAPSHOT ..... SKIPPED 05:31:32.914 [INFO] [bundle] Views 3.11.400-SNAPSHOT ................... SKIPPED 05:31:32.914 [INFO] [bundle] Eclipse IDE UI 3.20.100-SNAPSHOT .......... SKIPPED 05:31:32.914 [INFO] [bundle] Tabbed Properties View 3.9.400-SNAPSHOT ... SKIPPED 05:31:32.914 [INFO] [bundle] Navigator Workbench Components 3.8.600-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [bundle] Eclipse IDE UI Application 1.4.700-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [bundle] UI Freeze Monitoring 1.2.400-SNAPSHOT ..... SKIPPED 05:31:32.914 [INFO] [bundle] Eclipse SDK Themes 1.2.2200-SNAPSHOT ...... SUCCESS [ 6.059 s] 05:31:32.914 [INFO] [bundle] Log View 1.3.500-SNAPSHOT ................. SKIPPED 05:31:32.914 [INFO] [bundle] Eclipse UI Win32 Enhancements 3.4.600-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [aggregator] tests 4.27.0-SNAPSHOT ................. SUCCESS [ 0.030 s] 05:31:32.914 [INFO] [test-bundle] Eclipse e4 core commands tests 0.14.0-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [test-bundle] XPathTest Model 0.4.0-SNAPSHOT ....... SKIPPED 05:31:32.914 [INFO] [test-bundle] UI Bindings Tests 0.14.0-SNAPSHOT .... SKIPPED 05:31:32.914 [INFO] [test-bundle] TestModel Model 0.15.0-SNAPSHOT ...... SKIPPED 05:31:32.914 [INFO] [test-bundle] e4 css core tests 1.302.0-SNAPSHOT ... SKIPPED 05:31:32.914 [INFO] [test-bundle] e4 css swt tests (Incubation) 0.12.0-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.0-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [test-bundle] Harness Plug-in 1.10.0-SNAPSHOT ...... SKIPPED 05:31:32.914 [INFO] [test-bundle] Jface tests 1.4.0-SNAPSHOT ........... SKIPPED 05:31:32.914 [INFO] eclipse.platform.ui.examples 4.27.0-SNAPSHOT ....... SUCCESS [ 0.027 s] 05:31:32.914 [INFO] [bundle] JFace Data Binding Examples 1.4.0-SNAPSHOT SUCCESS [ 1.895 s] 05:31:32.914 [INFO] [test-bundle] JFace Data Binding Conformance Tests 1.5.0-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [test-bundle] JFace Data Binding Tests 1.12.0-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.0-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [test-bundle] Eclipse UI IDE Application Tests 1.4.0-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT SKIPPED 05:31:32.914 [INFO] [test-bundle] Eclipse UI Tests 3.15.1000-SNAPSHOT .. SKIPPED 05:31:32.914 [INFO] [test-bundle] Plugin.name 3.4.0 .................... SKIPPED 05:31:32.915 [INFO] [test-bundle] Forms Test 3.10.0-SNAPSHOT ........... SKIPPED 05:31:32.915 [INFO] [test-bundle] Common Navigator Tests 3.7.0-SNAPSHOT SKIPPED 05:31:32.915 [INFO] [test-bundle] Performance Plug-in 1.6.0-SNAPSHOT ... SKIPPED 05:31:32.915 [INFO] [test-bundle] Pluginchecks 1.2.0-SNAPSHOT .......... SKIPPED 05:31:32.915 [INFO] [test-bundle] Eclipse RCP Tests 3.6.0-SNAPSHOT ..... SKIPPED 05:31:32.915 [INFO] [test-bundle] Tabbed Properties View Tests 3.8.0-SNAPSHOT SKIPPED 05:31:32.915 [INFO] [bundle] CSS bridge demo 1.3.0-SNAPSHOT ............ SKIPPED 05:31:32.915 [INFO] [bundle] e4 Progress Examples Plug-in 0.4.0-SNAPSHOT SUCCESS [ 1.316 s] 05:31:32.915 [INFO] [bundle] JFace Snippets Plug-in 3.6.0-SNAPSHOT ..... SUCCESS [ 1.769 s] 05:31:32.915 [INFO] [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT SUCCESS [ 1.171 s] 05:31:32.915 [INFO] [bundle] Command Contribution Examples 3.6.0-SNAPSHOT SKIPPED 05:31:32.915 [INFO] [bundle] Field Assist Example 1.3.0-SNAPSHOT ....... SKIPPED 05:31:32.915 [INFO] [bundle] Progress Examples Plug-in 3.3.0 ........... SKIPPED 05:31:32.915 [INFO] [bundle] pluginName 3.2.0 .......................... SKIPPED 05:31:32.915 [INFO] [bundle] Multi-Page Editor Example 3.4.0-SNAPSHOT .. SKIPPED 05:31:32.915 [INFO] [bundle] Common Navigator Examples 3.4.0-SNAPSHOT .. SKIPPED 05:31:32.915 [INFO] [bundle] User File Editor 3.5.0-SNAPSHOT ........... SKIPPED 05:31:32.915 [INFO] [bundle] Readme File Editing Tool 3.7.0-SNAPSHOT ... SKIPPED 05:31:32.915 [INFO] [bundle] Undo Example 3.5.0-SNAPSHOT ............... SKIPPED 05:31:32.915 [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.2.0-SNAPSHOT SKIPPED 05:31:32.915 [INFO] [bundle] Tabbed Properties View Article Example 3.4.0-SNAPSHOT SKIPPED 05:31:32.915 [INFO] [bundle] Examples of Eclipse Forms 3.4.0-SNAPSHOT .. SKIPPED 05:31:32.915 [INFO] eclipse.platform.ui.tools 4.27.0-SNAPSHOT .......... SUCCESS [ 0.025 s] 05:31:32.915 [INFO] [aggregator] bundles 4.27.0-SNAPSHOT ............... SUCCESS [ 0.025 s] 05:31:32.915 [INFO] [bundle] Tools 4.9.200-SNAPSHOT .................... SKIPPED 05:31:32.915 [INFO] [bundle] Services 4.9.100-SNAPSHOT ................. SUCCESS [ 11.720 s] 05:31:32.915 [INFO] [bundle] Compat 4.8.300-SNAPSHOT ................... SKIPPED 05:31:32.915 [INFO] [bundle] Persistence Model 1.0.0-SNAPSHOT .......... SKIPPED 05:31:32.915 [INFO] [bundle] Perspective migrate compatibility Util 1.0.0-SNAPSHOT SKIPPED 05:31:32.915 [INFO] org.eclipse.e4.tools.emf.ui 4.7.500-SNAPSHOT ....... SKIPPED 05:31:32.915 [INFO] [bundle] Editor3x 4.8.200-SNAPSHOT ................. SKIPPED 05:31:32.915 [INFO] [bundle] e4 JDT code templates 4.9.101-SNAPSHOT .... SUCCESS [ 35.594 s] 05:31:32.915 [INFO] [aggregator] features 4.27.0-SNAPSHOT .............. SUCCESS [ 0.047 s] 05:31:32.915 [INFO] [feature] Eclipse e4 Tools 4.27.1-SNAPSHOT ......... SKIPPED 05:31:32.915 [INFO] [feature] Eclipse Persistence 1.0.0-SNAPSHOT ....... SKIPPED 05:31:32.915 [INFO] org.eclipse.e4.tools.compatibility.migration.tests 1.0.0-SNAPSHOT SKIPPED 05:31:32.915 [INFO] org.eclipse.e4.tools.persistence.tests 1.0.0-SNAPSHOT SKIPPED 05:31:32.915 [INFO] org.eclipse.e4.tools.test 1.2.0-SNAPSHOT ........... SKIPPED 05:31:32.915 [INFO] [aggregator] tests 4.27.0-SNAPSHOT ................. SUCCESS [ 0.028 s] 05:31:32.915 [INFO] ------------------------------------------------------------------------ 05:31:32.915 [INFO] BUILD FAILURE 05:31:32.915 [INFO] ------------------------------------------------------------------------ 05:31:32.915 [INFO] Total time: 09:04 min 05:31:32.915 [INFO] Finished at: 2024-03-20T05:31:32Z 05:31:32.915 [INFO] ------------------------------------------------------------------------ 05:31:32.977 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.0:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.ui.workbench: Only qualifier changed for (org.eclipse.ui.workbench/3.128.0.v20240320-0521). Expected to have bigger x.y.z than what is available in baseline (3.128.0.v20230220-1021) -> [Help 1] 05:31:32.977 [ERROR] 05:31:32.977 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 05:31:32.977 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 05:31:32.977 [ERROR] 05:31:32.977 [ERROR] For more information about the errors and possible solutions, please read the following articles: 05:31:32.977 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 05:31:32.977 [ERROR] 05:31:32.977 [ERROR] After correcting the problems, you can resume the build with the command 05:31:32.977 [ERROR] mvn -rf :org.eclipse.ui.workbench [Pipeline] } Terminating xvnc. Wed Mar 20 05:31:38 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.61.77/10.40.61.77:35922 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: b9be46e0-77a6-4ea7-a362-3e557a297a37 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