Pull request #1216 updated Connecting to https://api.github.com using 313685/****** (GitHub App - Platform-Releng) Obtained Jenkinsfile from 48eba76c21687bb24a05ebb80b7a0f61b7981094 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-3stz6 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-3stz6" namespace: "releng" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.releng.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-3stz6" - 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-3stz6" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.releng.svc.cluster.local/releng/" 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/settings-deploy-ossrh-releng.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-releng.xml" - 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-deploy-ossrh-pde.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-pde.xml" - 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/.m2/settings-deploy-ossrh-jdt.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-jdt.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-releng" 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-3stz6 in /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-05-08T07:02:01.222Z] Timeout set to expire in 3 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] { (Checkout SCM) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir [2024-05-08T07:02:03.226Z] Running in /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt [Pipeline] { [Pipeline] checkout [2024-05-08T07:02:03.254Z] The recommended git tool is: git [2024-05-08T07:02:05.327Z] using credential github-app-platform-releng [2024-05-08T07:02:05.353Z] Cloning the remote Git repository [2024-05-08T07:02:05.353Z] Cloning with configured refspecs honoured and without tags [2024-05-08T07:02:05.355Z] Cloning repository https://github.com/eclipse-platform/eclipse.platform.swt.git [2024-05-08T07:02:05.393Z] > git init /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt # timeout=10 [2024-05-08T07:02:05.419Z] Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.swt.git [2024-05-08T07:02:05.419Z] > git --version # timeout=10 [2024-05-08T07:02:05.423Z] > git --version # 'git version 2.41.0' [2024-05-08T07:02:05.424Z] using GIT_ASKPASS to set credentials GitHub App - Platform-Releng [2024-05-08T07:02:05.447Z] > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.swt.git +refs/pull/1216/head:refs/remotes/origin/PR-1216 # timeout=10 [2024-05-08T07:02:25.013Z] Fetching without tags [2024-05-08T07:02:24.693Z] > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.swt.git # timeout=10 [2024-05-08T07:02:24.698Z] > git config --add remote.origin.fetch +refs/pull/1216/head:refs/remotes/origin/PR-1216 # timeout=10 [2024-05-08T07:02:24.989Z] > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.swt.git # timeout=10 [2024-05-08T07:02:24.997Z] Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.swt.git [2024-05-08T07:02:24.997Z] using GIT_ASKPASS to set credentials GitHub App - Platform-Releng [2024-05-08T07:02:25.001Z] > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.swt.git +refs/pull/1216/head:refs/remotes/origin/PR-1216 # timeout=10 [2024-05-08T07:02:25.218Z] Checking out Revision 48eba76c21687bb24a05ebb80b7a0f61b7981094 (PR-1216) [2024-05-08T07:02:26.656Z] Commit message: "Bump eclipsecbi/fedora-gtk3-mutter in /container" [2024-05-08T07:02:26.665Z] First time build. Skipping changelog. [2024-05-08T07:02:25.205Z] > git config core.sparsecheckout # timeout=10 [2024-05-08T07:02:25.216Z] > git checkout -f 48eba76c21687bb24a05ebb80b7a0f61b7981094 # timeout=10 [2024-05-08T07:02:26.641Z] > git rev-list --no-walk f70068609197d125f00ded3eff28e2f202af8496 # timeout=10 [2024-05-08T07:02:27.523Z] [GitHub Checks] GitHub check (name: Jenkins, status: in_progress) has been published. [2024-05-08T07:02:27.526Z] The recommended git tool is: git [2024-05-08T07:02:27.536Z] using credential github-app-platform-releng [2024-05-08T07:02:27.551Z] The recommended git tool is: git [2024-05-08T07:02:27.559Z] using credential github-app-platform-releng [2024-05-08T07:02:27.524Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-05-08T07:02:30.725Z] [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.swt.git' [2024-05-08T07:02:30.726Z] [GitCheckoutListener] Found previous build 'eclipse.platform.swt/PR-1216 #1' that contains recorded Git commits [2024-05-08T07:02:30.726Z] [GitCheckoutListener] -> Starting recording of new commits since 'f700686' [2024-05-08T07:02:30.726Z] [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [2024-05-08T07:02:30.726Z] [GitCheckoutListener] -> Using head commit '48eba76' as starting point [2024-05-08T07:02:30.726Z] [GitCheckoutListener] -> Recorded 200 new commits [2024-05-08T07:02:30.726Z] [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@5f14a455' to render commit links [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-08T07:02:31.556Z] + git log -1 --pretty=format:%ce HEAD [Pipeline] echo [2024-05-08T07:02:31.580Z] HEAD commit author: akurtako@redhat.com [Pipeline] } [Pipeline] // script [Pipeline] sh [2024-05-08T07:02:31.883Z] + git version [2024-05-08T07:02:31.883Z] git version 2.41.0 [2024-05-08T07:02:31.883Z] + git lfs version [2024-05-08T07:02:31.883Z] git-lfs/2.11.0 (GitHub; linux amd64; go 1.13.4) [2024-05-08T07:02:31.883Z] + git config --unset core.hooksPath [2024-05-08T07:02:31.883Z] + git lfs update [2024-05-08T07:02:31.884Z] Updated git hooks. [2024-05-08T07:02:31.884Z] + git lfs pull [2024-05-08T07:02:31.884Z] + git fetch --all --tags --quiet [2024-05-08T07:02:44.096Z] + git remote set-url --push origin git@github.com:eclipse-platform/eclipse.platform.swt.git [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Check if SWT-binaries build is needed) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir [2024-05-08T07:02:45.145Z] Running in /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt [Pipeline] { [Pipeline] sh [2024-05-08T07:02:45.433Z] + java -version [2024-05-08T07:02:45.433Z] openjdk version "17.0.2" 2022-01-18 [2024-05-08T07:02:45.433Z] OpenJDK Runtime Environment (build 17.0.2+8-86) [2024-05-08T07:02:45.433Z] OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing) [2024-05-08T07:02:45.433Z] + git config --global user.email eclipse-releng-bot@eclipse.org [2024-05-08T07:02:45.433Z] + git config --global user.name 'Eclipse Releng Bot' [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-08T07:02:45.734Z] + git describe --abbrev=0 --tags --match 'v[0-9][0-9][0-9][0-9]*' [Pipeline] echo [2024-05-08T07:02:45.742Z] Current tag=v4965r9. [Pipeline] dir [2024-05-08T07:02:45.743Z] Running in /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt [Pipeline] { [Pipeline] sh [2024-05-08T07:02:46.028Z] + grep -R '--include=*.java' --line-number --fixed-strings -e 'int /*long*/' -e 'float /*double*/' -e 'int[] /*long[]*/' -e 'float[] /*double[]*/' . [Pipeline] readProperties [Pipeline] sh [2024-05-08T07:02:46.370Z] + git diff HEAD v4965r9 'Eclipse SWT PI/win32/library' 'Eclipse SWT AWT/win32/library' 'Eclipse SWT OpenGL/win32/library' 'Eclipse SWT PI/gtk/library' 'Eclipse SWT AWT/gtk/library' 'Eclipse SWT OpenGL/glx/library' 'Eclipse SWT PI/cairo/library' 'Eclipse SWT WebKit/gtk/library' 'Eclipse SWT/common/library' 'Eclipse SWT PI/common/library' 'Eclipse SWT PI/cocoa/library' 'Eclipse SWT AWT/cocoa/library' [Pipeline] echo [2024-05-08T07:02:46.381Z] Natives changed since v4965r9: false [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build SWT-binaries, if needed) Stage "Build SWT-binaries, if needed" skipped due to when conditional [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: Matrix - PLATFORM = 'cocoa.macosx.aarch64') [Pipeline] { (Branch: Matrix - PLATFORM = 'cocoa.macosx.x86_64') [Pipeline] { (Branch: Matrix - PLATFORM = 'gtk.linux.aarch64') [Pipeline] { (Branch: Matrix - PLATFORM = 'gtk.linux.ppc64le') [Pipeline] { (Branch: Matrix - PLATFORM = 'gtk.linux.x86_64') [Pipeline] { (Branch: Matrix - PLATFORM = 'win32.win32.aarch64') [Pipeline] { (Branch: Matrix - PLATFORM = 'win32.win32.x86_64') [Pipeline] stage [Pipeline] { (Matrix - PLATFORM = 'cocoa.macosx.aarch64') [Pipeline] stage [Pipeline] { (Matrix - PLATFORM = 'cocoa.macosx.x86_64') [Pipeline] stage [Pipeline] { (Matrix - PLATFORM = 'gtk.linux.aarch64') [Pipeline] stage [Pipeline] { (Matrix - PLATFORM = 'gtk.linux.ppc64le') [Pipeline] stage [Pipeline] { (Matrix - PLATFORM = 'gtk.linux.x86_64') [Pipeline] stage [Pipeline] { (Matrix - PLATFORM = 'win32.win32.aarch64') [Pipeline] stage [Pipeline] { (Matrix - PLATFORM = 'win32.win32.x86_64') Stage "Matrix - PLATFORM = 'cocoa.macosx.aarch64'" skipped due to when conditional [Pipeline] getContext Stage "Matrix - PLATFORM = 'cocoa.macosx.x86_64'" skipped due to when conditional [Pipeline] getContext Stage "Matrix - PLATFORM = 'gtk.linux.aarch64'" skipped due to when conditional [Pipeline] getContext Stage "Matrix - PLATFORM = 'gtk.linux.ppc64le'" skipped due to when conditional [Pipeline] getContext Stage "Matrix - PLATFORM = 'gtk.linux.x86_64'" skipped due to when conditional [Pipeline] getContext Stage "Matrix - PLATFORM = 'win32.win32.aarch64'" skipped due to when conditional [Pipeline] getContext Stage "Matrix - PLATFORM = 'win32.win32.x86_64'" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Build SWT-natives) [Pipeline] stage [Pipeline] { (Build SWT-natives) [Pipeline] stage [Pipeline] { (Build SWT-natives) [Pipeline] stage [Pipeline] { (Build SWT-natives) [Pipeline] stage [Pipeline] { (Build SWT-natives) [Pipeline] stage [Pipeline] { (Build SWT-natives) [Pipeline] stage [Pipeline] { (Build SWT-natives) Stage "Matrix - PLATFORM = 'cocoa.macosx.aarch64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'cocoa.macosx.x86_64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'gtk.linux.aarch64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'gtk.linux.ppc64le'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'gtk.linux.x86_64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'win32.win32.aarch64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'win32.win32.x86_64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Collect and sign binaries) [Pipeline] stage [Pipeline] { (Collect and sign binaries) [Pipeline] stage [Pipeline] { (Collect and sign binaries) [Pipeline] stage [Pipeline] { (Collect and sign binaries) [Pipeline] stage [Pipeline] { (Collect and sign binaries) [Pipeline] stage [Pipeline] { (Collect and sign binaries) [Pipeline] stage [Pipeline] { (Collect and sign binaries) Stage "Matrix - PLATFORM = 'cocoa.macosx.aarch64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'cocoa.macosx.x86_64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'gtk.linux.aarch64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'gtk.linux.ppc64le'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'gtk.linux.x86_64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'win32.win32.aarch64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "Matrix - PLATFORM = 'win32.win32.x86_64'" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Commit SWT-native binaries, if build) Stage "Commit SWT-native binaries, if build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] xvnc [2024-05-08T07:03:15.318Z] $ pkill Xvnc [2024-05-08T07:03:15.338Z] $ pkill Xrealvnc [2024-05-08T07:03:15.352Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [2024-05-08T07:03:15.680Z] [eclipse.platform.swt_PR-1216] $ Xvnc -help [2024-05-08T07:03:15.716Z] Starting xvnc [2024-05-08T07:03:15.703Z] [eclipse.platform.swt_PR-1216] $ Xvnc :44 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { [2024-05-08T07:03:15.733Z] [2024-05-08T07:03:15.733Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16 [2024-05-08T07:03:15.733Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst) [2024-05-08T07:03:15.733Z] See https://www.tigervnc.org for information on TigerVNC. [2024-05-08T07:03:15.733Z] Underlying X server release 12011000, The X.Org Foundation [2024-05-08T07:03:15.733Z] [2024-05-08T07:03:15.733Z] [2024-05-08T07:03:15.733Z] Wed May 8 07:03:15 2024 [2024-05-08T07:03:15.733Z] vncext: VNC extension running! [2024-05-08T07:03:15.733Z] vncext: Listening for VNC connections on all interface(s), port 5944 [2024-05-08T07:03:15.734Z] vncext: created VNC server for screen 0 [Pipeline] dir [2024-05-08T07:03:15.741Z] Running in /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt [Pipeline] { [Pipeline] sh [2024-05-08T07:03:16.029Z] + mvn clean verify --batch-mode --threads 1C -V -U -e -DforkCount=0 -Papi-check -Dcompare-version-with-baselines.skip=false -Dorg.eclipse.swt.tests.junit.disable.test_isLocal=true -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true [2024-05-08T07:03:16.287Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-08T07:03:16.287Z] Maven home: /opt/tools/apache-maven/latest [2024-05-08T07:03:16.287Z] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [2024-05-08T07:03:16.287Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-08T07:03:16.287Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-08T07:03:22.873Z] [INFO] Error stacktraces are turned on. [2024-05-08T07:03:22.873Z] [INFO] Scanning for projects... [2024-05-08T07:03:29.460Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (da41a986ba5b6a39253693eeccb15945a0c3c5a1) [2024-05-08T07:03:29.460Z] [INFO] Tycho Mode: extension [2024-05-08T07:03:29.460Z] [INFO] Tycho Builder: smart [2024-05-08T07:03:29.460Z] [INFO] Build Threads: 2 [2024-05-08T07:03:51.385Z] [INFO] ------------------------------------------------------------------------ [2024-05-08T07:03:51.385Z] [INFO] Reactor Build Order: [2024-05-08T07:03:51.385Z] [INFO] [2024-05-08T07:03:51.385Z] [INFO] eclipse.platform.swt [pom] [2024-05-08T07:03:51.385Z] [INFO] org.eclipse.swt [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] eclipse.platform.swt.binaries [pom] [2024-05-08T07:03:51.385Z] [INFO] [bundle] Standard Widget Toolkit for GTK on ppc64le [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] Standard Widget Toolkit for GTK on x86_64 [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] org.eclipse.swt.fragments.localbuild [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] SWT Tools Base [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] SWT Tools Spy [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] SWT Tools [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [aggregator] bundles [pom] [2024-05-08T07:03:51.385Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on x86_64 [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64 [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] Standard Widget Toolkit for GTK on aarch64 [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] Standard Widget Toolkit for Windows on aarch64 [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] Standard Widget Toolkit for Windows on x86_64 [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] SWT Standalone Examples Plugin [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] SWT Browser Demos Plugin [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] SWT Launcher Example Plugin [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] org.eclipse.swt.examples.ole.win32 [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] [bundle] SWT Views Example Plugin [eclipse-plugin] [2024-05-08T07:03:51.385Z] [INFO] org.eclipse.swt.tests [eclipse-test-plugin] [2024-05-08T07:03:51.385Z] [INFO] [feature] SWT Tools [eclipse-feature] [2024-05-08T07:03:51.385Z] [INFO] [test-bundle] Eclipse SWT Tests Linux/gtk [eclipse-test-plugin] [2024-05-08T07:03:51.385Z] [INFO] [2024-05-08T07:03:51.385Z] [INFO] Using the SmartBuilder implementation with a thread count of 2 [2024-05-08T07:03:51.385Z] [INFO] [2024-05-08T07:03:51.385Z] [INFO] -------------< eclipse.platform.swt:eclipse.platform.swt >-------------- [2024-05-08T07:03:51.385Z] [INFO] Building eclipse.platform.swt 4.32.0-SNAPSHOT [1/23] [2024-05-08T07:03:51.385Z] [INFO] from pom.xml [2024-05-08T07:03:51.385Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-08T07:03:51.385Z] [INFO] [2024-05-08T07:03:51.385Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.swt --- [2024-05-08T07:03:51.385Z] [INFO] [2024-05-08T07:03:51.385Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.swt --- [2024-05-08T07:03:51.385Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/saveproperties [2024-05-08T07:03:51.385Z] [INFO] [2024-05-08T07:03:51.385Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.swt --- [2024-05-08T07:03:51.952Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.swt --- [2024-05-08T07:03:51.952Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/src/main/resources [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ eclipse.platform.swt --- [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.swt --- [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt --- [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ eclipse.platform.swt --- [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] -----------< org.eclipse.swt:eclipse.platform.swt.binaries >------------ [2024-05-08T07:03:51.952Z] [INFO] ------------------< org.eclipse.swt:org.eclipse.swt >------------------- [2024-05-08T07:03:51.952Z] [INFO] Building eclipse.platform.swt.binaries 4.32.0-SNAPSHOT [2/23] [2024-05-08T07:03:51.952Z] [INFO] Building org.eclipse.swt 3.126.0-SNAPSHOT [3/23] [2024-05-08T07:03:51.952Z] [INFO] from binaries/pom.xml [2024-05-08T07:03:51.952Z] [INFO] from bundles/org.eclipse.swt/pom.xml [2024-05-08T07:03:51.952Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-08T07:03:51.952Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.swt.binaries --- [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.swt.binaries --- [2024-05-08T07:03:51.952Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/saveproperties [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.swt.binaries --- [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.swt.binaries --- [2024-05-08T07:03:51.952Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/src/main/resources [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ eclipse.platform.swt.binaries --- [2024-05-08T07:03:51.952Z] [INFO] [2024-05-08T07:03:51.952Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ eclipse.platform.swt.binaries --- [2024-05-08T07:03:54.492Z] [INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@954f23e [2024-05-08T07:03:54.492Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-08T07:03:54.492Z] [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [2024-05-08T07:03:54.492Z] [INFO] Transport mode: online [2024-05-08T07:03:54.492Z] [INFO] Http Transport type: Java11Client [2024-05-08T07:03:54.492Z] [INFO] Update mode: forced [2024-05-08T07:03:54.492Z] [INFO] Minimum cache duration: 60 minutes [2024-05-08T07:03:54.492Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-08T07:03:55.426Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:03:56.807Z] [INFO] No tests to run. [2024-05-08T07:03:56.807Z] [INFO] [2024-05-08T07:03:56.807Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.swt.binaries --- [2024-05-08T07:03:56.807Z] [INFO] [2024-05-08T07:03:56.807Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt.binaries --- [2024-05-08T07:03:56.808Z] [INFO] [2024-05-08T07:03:56.808Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ eclipse.platform.swt.binaries --- [2024-05-08T07:03:56.808Z] [INFO] [2024-05-08T07:03:56.808Z] [INFO] --------------------< eclipse.platform.swt:bundles >-------------------- [2024-05-08T07:03:56.808Z] [INFO] Building [aggregator] bundles 4.32.0-SNAPSHOT [4/23] [2024-05-08T07:03:56.808Z] [INFO] from bundles/.polyglot.pom.tycho [2024-05-08T07:03:56.808Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-08T07:03:56.808Z] [INFO] [2024-05-08T07:03:56.808Z] [INFO] --- clean:3.3.2:clean (default-clean) @ bundles --- [2024-05-08T07:03:56.808Z] [INFO] [2024-05-08T07:03:56.808Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ bundles --- [2024-05-08T07:03:56.808Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/saveproperties [2024-05-08T07:03:56.808Z] [INFO] [2024-05-08T07:03:56.808Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ bundles --- [2024-05-08T07:03:56.808Z] [INFO] [2024-05-08T07:03:56.808Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ bundles --- [2024-05-08T07:03:56.808Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/src/main/resources [2024-05-08T07:03:56.808Z] [INFO] [2024-05-08T07:03:56.808Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ bundles --- [2024-05-08T07:03:56.808Z] [INFO] [2024-05-08T07:03:56.808Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ bundles --- [2024-05-08T07:03:56.808Z] [INFO] [2024-05-08T07:03:56.808Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ bundles --- [2024-05-08T07:03:56.808Z] [INFO] [2024-05-08T07:03:56.808Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ bundles --- [2024-05-08T07:04:00.093Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:01.993Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:02.929Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:03.188Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:05.092Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:06.468Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:06.726Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:08.102Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [2024-05-08T07:04:08.669Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:08.926Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds [2024-05-08T07:04:10.305Z] [INFO] [2024-05-08T07:04:10.305Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt --- [2024-05-08T07:04:10.305Z] [INFO] [2024-05-08T07:04:10.305Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt --- [2024-05-08T07:04:13.586Z] [INFO] The project's OSGi version is 3.126.0.v20240507-1545 [2024-05-08T07:04:13.586Z] [INFO] [2024-05-08T07:04:13.586Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt --- [2024-05-08T07:04:13.586Z] [INFO] [2024-05-08T07:04:13.586Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt --- [2024-05-08T07:04:13.586Z] [INFO] [2024-05-08T07:04:13.586Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt --- [2024-05-08T07:04:13.586Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/saveproperties [2024-05-08T07:04:13.586Z] [INFO] [2024-05-08T07:04:13.586Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt --- [2024-05-08T07:04:13.586Z] [INFO] [2024-05-08T07:04:13.586Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt --- [2024-05-08T07:04:13.586Z] [INFO] [2024-05-08T07:04:13.586Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt --- [2024-05-08T07:04:13.586Z] [INFO] Resolving class path of org.eclipse.swt [2024-05-08T07:04:13.844Z] [INFO] [2024-05-08T07:04:13.844Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt --- [2024-05-08T07:04:13.844Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/src/main/resources [2024-05-08T07:04:13.844Z] [INFO] [2024-05-08T07:04:13.844Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt --- [2024-05-08T07:04:13.844Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/src/main/resources [2024-05-08T07:04:13.844Z] [INFO] [2024-05-08T07:04:13.844Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt --- [2024-05-08T07:04:13.844Z] [INFO] [2024-05-08T07:04:13.844Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt --- [2024-05-08T07:04:13.844Z] [INFO] [2024-05-08T07:04:13.844Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt --- [2024-05-08T07:04:13.844Z] [INFO] [2024-05-08T07:04:13.844Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt --- [2024-05-08T07:04:13.845Z] [INFO] [2024-05-08T07:04:13.845Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt --- [2024-05-08T07:04:13.845Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/src/test/resources [2024-05-08T07:04:13.845Z] [INFO] [2024-05-08T07:04:13.845Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt --- [2024-05-08T07:04:13.845Z] [INFO] [2024-05-08T07:04:13.845Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt --- [2024-05-08T07:04:13.845Z] [INFO] [2024-05-08T07:04:13.845Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt --- [2024-05-08T07:04:13.845Z] [INFO] [2024-05-08T07:04:13.845Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt --- [2024-05-08T07:04:14.102Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/target/org.eclipse.swt-3.126.0-SNAPSHOT.jar [2024-05-08T07:04:14.102Z] [INFO] [2024-05-08T07:04:14.102Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt --- [2024-05-08T07:04:14.102Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt:eclipse-plugin:3.126.0-SNAPSHOT [2024-05-08T07:04:14.102Z] [INFO] [2024-05-08T07:04:14.102Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt --- [2024-05-08T07:04:14.102Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520 [2024-05-08T07:04:14.676Z] [INFO] [2024-05-08T07:04:14.676Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt --- [2024-05-08T07:04:14.676Z] [INFO] [2024-05-08T07:04:14.676Z] [INFO] [2024-05-08T07:04:14.676Z] [INFO] ----------< org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64 >---------- [2024-05-08T07:04:14.676Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le >---------- [2024-05-08T07:04:14.676Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK on x86_64 3.126.0-SNAPSHOT [5/23] [2024-05-08T07:04:14.676Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK on ppc64le 3.126.0-SNAPSHOT [6/23] [2024-05-08T07:04:14.676Z] [INFO] from binaries/org.eclipse.swt.gtk.linux.x86_64/.polyglot.META-INF [2024-05-08T07:04:14.676Z] [INFO] from binaries/org.eclipse.swt.gtk.linux.ppc64le/.polyglot.META-INF [2024-05-08T07:04:14.676Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:04:14.676Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:04:14.676Z] [INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@954f23e [2024-05-08T07:04:14.676Z] [INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[linux/gtk/ppc64le], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@954f23e [2024-05-08T07:04:14.676Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:14.677Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:17.217Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:17.218Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:18.166Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:18.167Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:19.099Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:19.099Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:19.099Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:19.100Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:19.368Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:19.368Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:19.934Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:19.934Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:19.934Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:19.935Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:20.193Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [2024-05-08T07:04:20.193Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [2024-05-08T07:04:20.467Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:20.468Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:04:20.725Z] [INFO] [2024-05-08T07:04:20.725Z] [INFO] [2024-05-08T07:04:20.725Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.725Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:20.725Z] [INFO] [2024-05-08T07:04:20.725Z] [INFO] [2024-05-08T07:04:20.725Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.725Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:20.726Z] [INFO] The project's OSGi version is 3.126.0.v20240507-1545 [2024-05-08T07:04:20.726Z] [INFO] The project's OSGi version is 3.126.0.v20240507-1545 [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:20.726Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.726Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:20.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/saveproperties [2024-05-08T07:04:20.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/saveproperties [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.726Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:20.726Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK on ppc64le [2024-05-08T07:04:20.726Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK on x86_64 [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:20.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/src/main/resources [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:20.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/src/main/resources [2024-05-08T07:04:20.726Z] [INFO] [2024-05-08T07:04:20.726Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:21.659Z] [INFO] Executing tasks [2024-05-08T07:04:21.659Z] [INFO] Executing tasks [2024-05-08T07:04:21.659Z] [INFO] Executed tasks [2024-05-08T07:04:21.659Z] [INFO] Executed tasks [2024-05-08T07:04:21.659Z] [INFO] [2024-05-08T07:04:21.659Z] [INFO] [2024-05-08T07:04:21.659Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:21.659Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:21.917Z] [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:04:21.917Z] [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:04:32.025Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2085] [2024-05-08T07:04:32.025Z] listener.getCaption(event); [2024-05-08T07:04:32.025Z] ^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.025Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-05-08T07:04:32.025Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2085] [2024-05-08T07:04:32.025Z] listener.getCaption(event); [2024-05-08T07:04:32.025Z] ^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.025Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-05-08T07:04:32.025Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2121] [2024-05-08T07:04:32.025Z] listener.getSummary(event); [2024-05-08T07:04:32.025Z] ^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.025Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-05-08T07:04:32.025Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2121] [2024-05-08T07:04:32.025Z] listener.getSummary(event); [2024-05-08T07:04:32.025Z] ^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.025Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-05-08T07:04:32.025Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[40] [2024-05-08T07:04:32.025Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:04:32.025Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.025Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.025Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[40] [2024-05-08T07:04:32.025Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:04:32.025Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.025Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.025Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[302] [2024-05-08T07:04:32.025Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:04:32.025Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.025Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[302] [2024-05-08T07:04:32.026Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[355] [2024-05-08T07:04:32.026Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[355] [2024-05-08T07:04:32.026Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[152] [2024-05-08T07:04:32.026Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[152] [2024-05-08T07:04:32.026Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[247] [2024-05-08T07:04:32.026Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[247] [2024-05-08T07:04:32.026Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[2885] [2024-05-08T07:04:32.026Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[2885] [2024-05-08T07:04:32.026Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[3148] [2024-05-08T07:04:32.026Z] bounds = image.getBoundsInPixels (); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[3148] [2024-05-08T07:04:32.026Z] bounds = image.getBoundsInPixels (); [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[813] [2024-05-08T07:04:32.026Z] imageWidth = image.getBoundsInPixels ().width; [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[813] [2024-05-08T07:04:32.026Z] imageWidth = image.getBoundsInPixels ().width; [2024-05-08T07:04:32.026Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.026Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.026Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1219] [2024-05-08T07:04:32.027Z] iWidth = image.getBoundsInPixels ().width; [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1219] [2024-05-08T07:04:32.027Z] iWidth = image.getBoundsInPixels ().width; [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1220] [2024-05-08T07:04:32.027Z] iHeight = image.getBoundsInPixels ().height; [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1220] [2024-05-08T07:04:32.027Z] iHeight = image.getBoundsInPixels ().height; [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3084] [2024-05-08T07:04:32.027Z] bounds = image.getBoundsInPixels (); [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3084] [2024-05-08T07:04:32.027Z] bounds = image.getBoundsInPixels (); [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3342] [2024-05-08T07:04:32.027Z] bounds = image.getBoundsInPixels (); [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3342] [2024-05-08T07:04:32.027Z] bounds = image.getBoundsInPixels (); [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[997] [2024-05-08T07:04:32.027Z] imageWidth = image.getBoundsInPixels ().width; [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[997] [2024-05-08T07:04:32.027Z] imageWidth = image.getBoundsInPixels ().width; [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1536] [2024-05-08T07:04:32.027Z] iWidth = image.getBoundsInPixels ().width; [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1536] [2024-05-08T07:04:32.027Z] iWidth = image.getBoundsInPixels ().width; [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1537] [2024-05-08T07:04:32.027Z] iHeight = image.getBoundsInPixels ().height; [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] 17 problems (17 warnings) [2024-05-08T07:04:32.027Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1537] [2024-05-08T07:04:32.027Z] iHeight = image.getBoundsInPixels ().height; [2024-05-08T07:04:32.027Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:04:32.027Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:04:32.027Z] 17 problems (17 warnings) [2024-05-08T07:04:32.027Z] [INFO] [2024-05-08T07:04:32.027Z] [INFO] [2024-05-08T07:04:32.027Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:32.028Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:32.028Z] [INFO] [2024-05-08T07:04:32.028Z] [INFO] [2024-05-08T07:04:32.028Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:32.028Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:32.028Z] [INFO] [2024-05-08T07:04:32.028Z] [INFO] [2024-05-08T07:04:32.028Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:32.028Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:36.268Z] [INFO] [2024-05-08T07:04:36.268Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:36.268Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/src/test/resources [2024-05-08T07:04:36.268Z] [INFO] [2024-05-08T07:04:36.268Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:36.268Z] [INFO] [2024-05-08T07:04:36.268Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:36.268Z] [INFO] No tests to run. [2024-05-08T07:04:36.268Z] [INFO] [2024-05-08T07:04:36.268Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:36.268Z] [INFO] [2024-05-08T07:04:36.268Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:36.268Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.126.0-SNAPSHOT-sources.jar [2024-05-08T07:04:36.525Z] [INFO] [2024-05-08T07:04:36.526Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:36.868Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.126.0-SNAPSHOT.jar [2024-05-08T07:04:37.167Z] [INFO] [2024-05-08T07:04:37.167Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:37.431Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.126.0-SNAPSHOT [2024-05-08T07:04:37.432Z] [INFO] [2024-05-08T07:04:37.432Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:37.770Z] [INFO] Executing tasks [2024-05-08T07:04:37.770Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload [2024-05-08T07:04:37.770Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/@dot.src [2024-05-08T07:04:37.770Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload [2024-05-08T07:04:37.770Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload/swt.jar [2024-05-08T07:04:38.395Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swtdownload-temp/swtdownload/src.zip [2024-05-08T07:04:38.395Z] [INFO] [zip] library/build.sh already added, skipping [2024-05-08T07:04:39.024Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/swt-I20240508-0703-gtk-linux-x86_64.zip [2024-05-08T07:04:39.024Z] [INFO] Executed tasks [2024-05-08T07:04:39.024Z] [INFO] [2024-05-08T07:04:39.024Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:39.024Z] [INFO] [2024-05-08T07:04:39.024Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.gtk.linux.x86_64 --- [2024-05-08T07:04:39.024Z] [INFO] Resolve API baseline for org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.126.0-SNAPSHOT with linux/gtk/x86_64 [2024-05-08T07:04:39.673Z] [INFO] [2024-05-08T07:04:39.673Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:39.673Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/test/resources [2024-05-08T07:04:39.673Z] [INFO] [2024-05-08T07:04:39.673Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:39.673Z] [INFO] [2024-05-08T07:04:39.673Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:39.673Z] [INFO] No tests to run. [2024-05-08T07:04:39.673Z] [INFO] [2024-05-08T07:04:39.673Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:39.673Z] [INFO] [2024-05-08T07:04:39.673Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:39.673Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.126.0-SNAPSHOT-sources.jar [2024-05-08T07:04:40.271Z] [INFO] [2024-05-08T07:04:40.271Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:40.566Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.126.0-SNAPSHOT.jar [2024-05-08T07:04:40.822Z] [INFO] [2024-05-08T07:04:40.822Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:41.079Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:eclipse-plugin:3.126.0-SNAPSHOT [2024-05-08T07:04:41.079Z] [INFO] [2024-05-08T07:04:41.079Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:41.079Z] [INFO] Executing tasks [2024-05-08T07:04:41.079Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload [2024-05-08T07:04:41.079Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/@dot.src [2024-05-08T07:04:41.079Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload [2024-05-08T07:04:41.079Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload/swt.jar [2024-05-08T07:04:41.667Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swtdownload-temp/swtdownload/src.zip [2024-05-08T07:04:41.667Z] [INFO] [zip] library/build.sh already added, skipping [2024-05-08T07:04:41.924Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/target/swt-I20240508-0703-gtk-linux-ppc64le.zip [2024-05-08T07:04:42.180Z] [INFO] Executed tasks [2024-05-08T07:04:42.180Z] [INFO] [2024-05-08T07:04:42.180Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:42.180Z] [INFO] [2024-05-08T07:04:42.180Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.gtk.linux.ppc64le --- [2024-05-08T07:04:42.180Z] [INFO] Resolve API baseline for org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:eclipse-plugin:3.126.0-SNAPSHOT with linux/gtk/ppc64le [2024-05-08T07:05:08.767Z] [INFO] API Analysis finished in 29 s. [2024-05-08T07:05:08.767Z] [INFO] 0 API ERRORS [2024-05-08T07:05:08.767Z] [INFO] 0 API warnings [2024-05-08T07:05:08.767Z] [INFO] [2024-05-08T07:05:08.767Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64 >--------- [2024-05-08T07:05:08.767Z] [INFO] Building [bundle] Standard Widget Toolkit for Windows on x86_64 3.126.0-SNAPSHOT [7/23] [2024-05-08T07:05:08.767Z] [INFO] from binaries/org.eclipse.swt.win32.win32.x86_64/.polyglot.META-INF [2024-05-08T07:05:08.767Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:05:08.767Z] [INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[win32/win32/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@954f23e [2024-05-08T07:05:08.767Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:13.069Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:14.068Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:15.506Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:15.507Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:16.075Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:17.068Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:17.069Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:17.675Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [2024-05-08T07:05:18.272Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:18.567Z] [INFO] Resolving test dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/.polyglot.META-INF [2024-05-08T07:05:20.506Z] [INFO] [2024-05-08T07:05:20.506Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.506Z] [INFO] [2024-05-08T07:05:20.506Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.507Z] [INFO] The project's OSGi version is 3.126.0.v20240507-1545 [2024-05-08T07:05:20.507Z] [INFO] [2024-05-08T07:05:20.507Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.507Z] [INFO] [2024-05-08T07:05:20.507Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.507Z] [INFO] [2024-05-08T07:05:20.507Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.507Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/saveproperties [2024-05-08T07:05:20.507Z] [INFO] [2024-05-08T07:05:20.507Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.507Z] [INFO] [2024-05-08T07:05:20.507Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.507Z] [INFO] [2024-05-08T07:05:20.507Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.507Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Windows on x86_64 [2024-05-08T07:05:20.507Z] [INFO] [2024-05-08T07:05:20.507Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.507Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/src/main/resources [2024-05-08T07:05:20.507Z] [INFO] [2024-05-08T07:05:20.507Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.507Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/src/main/resources [2024-05-08T07:05:20.507Z] [INFO] [2024-05-08T07:05:20.507Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.507Z] [INFO] Executing tasks [2024-05-08T07:05:20.765Z] [INFO] Executed tasks [2024-05-08T07:05:20.765Z] [INFO] [2024-05-08T07:05:20.765Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:20.765Z] [INFO] Compiling 627 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:05:23.396Z] [INFO] API Analysis finished in 41 s. [2024-05-08T07:05:23.396Z] [INFO] 0 API ERRORS [2024-05-08T07:05:23.396Z] [INFO] 0 API warnings [2024-05-08T07:05:23.396Z] [INFO] [2024-05-08T07:05:23.396Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.win32.win32.aarch64 >--------- [2024-05-08T07:05:23.396Z] [INFO] Building [bundle] Standard Widget Toolkit for Windows on aarch64 3.126.0-SNAPSHOT [8/23] [2024-05-08T07:05:23.396Z] [INFO] from binaries/org.eclipse.swt.win32.win32.aarch64/.polyglot.META-INF [2024-05-08T07:05:23.396Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:05:23.396Z] [INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[win32/win32/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@954f23e [2024-05-08T07:05:23.397Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:27.670Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:27.927Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:28.866Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:29.123Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:29.382Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:29.974Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:30.264Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:30.265Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java:[3855] [2024-05-08T07:05:30.265Z] listener.getCaption(event); [2024-05-08T07:05:30.265Z] ^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.265Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-05-08T07:05:30.265Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java:[4043] [2024-05-08T07:05:30.265Z] listener.getSummary(event); [2024-05-08T07:05:30.265Z] ^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.265Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-05-08T07:05:30.265Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2025] [2024-05-08T07:05:30.265Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYDOWN, domListener); [2024-05-08T07:05:30.265Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.265Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.265Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2026] [2024-05-08T07:05:30.265Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYPRESS, domListener); [2024-05-08T07:05:30.265Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.265Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.265Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2027] [2024-05-08T07:05:30.265Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYUP, domListener); [2024-05-08T07:05:30.265Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.265Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.265Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2028] [2024-05-08T07:05:30.265Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEDOWN, domListener); [2024-05-08T07:05:30.265Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.265Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.265Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2029] [2024-05-08T07:05:30.265Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEUP, domListener); [2024-05-08T07:05:30.265Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.265Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.265Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2030] [2024-05-08T07:05:30.265Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEWHEEL, domListener); [2024-05-08T07:05:30.265Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.265Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.265Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2031] [2024-05-08T07:05:30.265Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDBLCLICK, domListener); [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.266Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2032] [2024-05-08T07:05:30.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEMOVE, domListener); [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.266Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2033] [2024-05-08T07:05:30.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGSTART, domListener); [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.266Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2034] [2024-05-08T07:05:30.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGEND, domListener); [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.266Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2035] [2024-05-08T07:05:30.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOVER, domListener); [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.266Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2036] [2024-05-08T07:05:30.266Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOUT, domListener); [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:30.266Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java:[506] [2024-05-08T07:05:30.266Z] offsetX = image.getBoundsInPixels().width - offsetX; [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.266Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java:[468] [2024-05-08T07:05:30.266Z] Rectangle rect = image.getBoundsInPixels(); [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.266Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java:[49] [2024-05-08T07:05:30.266Z] Rectangle rect = image.getBoundsInPixels(); [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.266Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java:[372] [2024-05-08T07:05:30.266Z] ImageData data = image.getImageDataAtCurrentZoom(); [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method getImageDataAtCurrentZoom() from the type Image is deprecated [2024-05-08T07:05:30.266Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java:[129] [2024-05-08T07:05:30.266Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:05:30.266Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.266Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java:[227] [2024-05-08T07:05:30.267Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java:[1163] [2024-05-08T07:05:30.267Z] ImageData data = image.getImageDataAtCurrentZoom(); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getImageDataAtCurrentZoom() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java:[506] [2024-05-08T07:05:30.267Z] Rectangle bounds = image.getBoundsInPixels (); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java:[1170] [2024-05-08T07:05:30.267Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java:[1192] [2024-05-08T07:05:30.267Z] Rectangle rect = item.image.getBoundsInPixels (); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[2852] [2024-05-08T07:05:30.267Z] Rectangle bounds = image.getBoundsInPixels (); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[2892] [2024-05-08T07:05:30.267Z] Rectangle bounds = image.getBoundsInPixels (); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[6968] [2024-05-08T07:05:30.267Z] int y = Math.max (0, (nmcd.bottom - columns[i].image.getBoundsInPixels().height) / 2); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[6970] [2024-05-08T07:05:30.267Z] x += columns[i].image.getBoundsInPixels().width + 12; [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[7294] [2024-05-08T07:05:30.267Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java:[416] [2024-05-08T07:05:30.267Z] Rectangle bounds = image.getBoundsInPixels (); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeColumn.java:[388] [2024-05-08T07:05:30.267Z] Rectangle bounds = headerImage.getBoundsInPixels (); [2024-05-08T07:05:30.267Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:30.267Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:30.267Z] 31 problems (31 warnings) [2024-05-08T07:05:30.525Z] [INFO] [2024-05-08T07:05:30.525Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:30.525Z] [INFO] [2024-05-08T07:05:30.525Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:30.525Z] [INFO] [2024-05-08T07:05:30.525Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:30.525Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [2024-05-08T07:05:31.091Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:31.091Z] [INFO] Resolving test dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.aarch64:3.126.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/.polyglot.META-INF [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.091Z] [INFO] The project's OSGi version is 3.126.0.v20240507-1545 [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.091Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/saveproperties [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.091Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Windows on aarch64 [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.091Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/src/main/resources [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.091Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/src/main/resources [2024-05-08T07:05:31.091Z] [INFO] [2024-05-08T07:05:31.091Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.365Z] [INFO] Executing tasks [2024-05-08T07:05:31.366Z] [INFO] Executed tasks [2024-05-08T07:05:31.366Z] [INFO] [2024-05-08T07:05:31.366Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:31.366Z] [INFO] Compiling 627 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:05:34.768Z] [INFO] [2024-05-08T07:05:34.768Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:34.768Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/src/test/resources [2024-05-08T07:05:34.768Z] [INFO] [2024-05-08T07:05:34.768Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:34.768Z] [INFO] Resolving JUnit 5 classpath container [2024-05-08T07:05:34.768Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/test-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:05:35.068Z] [INFO] [2024-05-08T07:05:35.068Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:35.068Z] [WARNING] useSystemClassLoader setting has no effect when not forking [2024-05-08T07:05:35.068Z] [WARNING] The parameter forkCount should likely not be 0. Forking a JVM for tests improves test accuracy. Ensure to have a >= 1. [2024-05-08T07:05:35.068Z] [INFO] Surefire report directory: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/surefire-reports [2024-05-08T07:05:35.068Z] [INFO] Using configured provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [2024-05-08T07:05:35.364Z] [INFO] Running org.eclipse.swt.internal.DefaultSWTFontRegistryTests [2024-05-08T07:05:35.364Z] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.swt.internal.DefaultSWTFontRegistryTests [2024-05-08T07:05:35.364Z] [INFO] Running org.eclipse.swt.internal.ScalingSWTFontRegistryTests [2024-05-08T07:05:35.364Z] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.swt.internal.ScalingSWTFontRegistryTests [2024-05-08T07:05:35.364Z] [INFO] [2024-05-08T07:05:35.364Z] [INFO] Results: [2024-05-08T07:05:35.364Z] [INFO] [2024-05-08T07:05:35.364Z] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [2024-05-08T07:05:35.364Z] [INFO] [2024-05-08T07:05:35.364Z] [INFO] [2024-05-08T07:05:35.364Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:35.668Z] [INFO] [2024-05-08T07:05:35.668Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:35.668Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.126.0-SNAPSHOT-sources.jar [2024-05-08T07:05:35.924Z] [INFO] [2024-05-08T07:05:35.924Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:36.181Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.126.0-SNAPSHOT.jar [2024-05-08T07:05:36.774Z] [INFO] [2024-05-08T07:05:36.774Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:37.030Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.126.0-SNAPSHOT [2024-05-08T07:05:37.031Z] [INFO] [2024-05-08T07:05:37.031Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:37.031Z] [INFO] Executing tasks [2024-05-08T07:05:37.031Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload [2024-05-08T07:05:37.031Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/@dot.src [2024-05-08T07:05:37.031Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload [2024-05-08T07:05:37.031Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload/swt.jar [2024-05-08T07:05:37.993Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swtdownload-temp/swtdownload/src.zip [2024-05-08T07:05:38.266Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/target/swt-I20240508-0703-win32-win32-x86_64.zip [2024-05-08T07:05:38.522Z] [INFO] Executed tasks [2024-05-08T07:05:38.522Z] [INFO] [2024-05-08T07:05:38.523Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:38.523Z] [INFO] [2024-05-08T07:05:38.523Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.win32.win32.x86_64 --- [2024-05-08T07:05:38.523Z] [INFO] Resolve API baseline for org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.126.0-SNAPSHOT with win32/win32/x86_64 [2024-05-08T07:05:40.468Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java:[3855] [2024-05-08T07:05:40.468Z] listener.getCaption(event); [2024-05-08T07:05:40.468Z] ^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.468Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-05-08T07:05:40.468Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java:[4043] [2024-05-08T07:05:40.468Z] listener.getSummary(event); [2024-05-08T07:05:40.468Z] ^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.468Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-05-08T07:05:40.468Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2025] [2024-05-08T07:05:40.468Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYDOWN, domListener); [2024-05-08T07:05:40.468Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.468Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.468Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2026] [2024-05-08T07:05:40.468Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYPRESS, domListener); [2024-05-08T07:05:40.468Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.468Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.468Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2027] [2024-05-08T07:05:40.468Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYUP, domListener); [2024-05-08T07:05:40.468Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.468Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.468Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2028] [2024-05-08T07:05:40.468Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEDOWN, domListener); [2024-05-08T07:05:40.468Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.468Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.468Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2029] [2024-05-08T07:05:40.468Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEUP, domListener); [2024-05-08T07:05:40.468Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.468Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.468Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2030] [2024-05-08T07:05:40.468Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEWHEEL, domListener); [2024-05-08T07:05:40.468Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.469Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2031] [2024-05-08T07:05:40.469Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDBLCLICK, domListener); [2024-05-08T07:05:40.469Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.469Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2032] [2024-05-08T07:05:40.469Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEMOVE, domListener); [2024-05-08T07:05:40.469Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.469Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2033] [2024-05-08T07:05:40.469Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGSTART, domListener); [2024-05-08T07:05:40.469Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.469Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2034] [2024-05-08T07:05:40.469Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGEND, domListener); [2024-05-08T07:05:40.469Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.469Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2035] [2024-05-08T07:05:40.469Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOVER, domListener); [2024-05-08T07:05:40.469Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.469Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java:[2036] [2024-05-08T07:05:40.469Z] site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOUT, domListener); [2024-05-08T07:05:40.469Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated [2024-05-08T07:05:40.469Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java:[506] [2024-05-08T07:05:40.469Z] offsetX = image.getBoundsInPixels().width - offsetX; [2024-05-08T07:05:40.469Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.469Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java:[468] [2024-05-08T07:05:40.469Z] Rectangle rect = image.getBoundsInPixels(); [2024-05-08T07:05:40.469Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.469Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java:[49] [2024-05-08T07:05:40.469Z] Rectangle rect = image.getBoundsInPixels(); [2024-05-08T07:05:40.469Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.469Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java:[372] [2024-05-08T07:05:40.469Z] ImageData data = image.getImageDataAtCurrentZoom(); [2024-05-08T07:05:40.469Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.469Z] The method getImageDataAtCurrentZoom() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java:[129] [2024-05-08T07:05:40.470Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java:[227] [2024-05-08T07:05:40.470Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java:[1163] [2024-05-08T07:05:40.470Z] ImageData data = image.getImageDataAtCurrentZoom(); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getImageDataAtCurrentZoom() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java:[506] [2024-05-08T07:05:40.470Z] Rectangle bounds = image.getBoundsInPixels (); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java:[1170] [2024-05-08T07:05:40.470Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java:[1192] [2024-05-08T07:05:40.470Z] Rectangle rect = item.image.getBoundsInPixels (); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[2852] [2024-05-08T07:05:40.470Z] Rectangle bounds = image.getBoundsInPixels (); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[2892] [2024-05-08T07:05:40.470Z] Rectangle bounds = image.getBoundsInPixels (); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[6968] [2024-05-08T07:05:40.470Z] int y = Math.max (0, (nmcd.bottom - columns[i].image.getBoundsInPixels().height) / 2); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[6970] [2024-05-08T07:05:40.470Z] x += columns[i].image.getBoundsInPixels().width + 12; [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java:[7294] [2024-05-08T07:05:40.470Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java:[416] [2024-05-08T07:05:40.470Z] Rectangle bounds = image.getBoundsInPixels (); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeColumn.java:[388] [2024-05-08T07:05:40.470Z] Rectangle bounds = headerImage.getBoundsInPixels (); [2024-05-08T07:05:40.470Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:05:40.470Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:05:40.470Z] 31 problems (31 warnings) [2024-05-08T07:05:40.470Z] [INFO] [2024-05-08T07:05:40.470Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:40.470Z] [INFO] [2024-05-08T07:05:40.470Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:40.471Z] [INFO] [2024-05-08T07:05:40.471Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:47.168Z] [INFO] [2024-05-08T07:05:47.168Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:47.168Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/src/test/resources [2024-05-08T07:05:47.168Z] [INFO] [2024-05-08T07:05:47.168Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:47.168Z] [INFO] Resolving JUnit 5 classpath container [2024-05-08T07:05:47.168Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/test-classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:05:47.168Z] [INFO] [2024-05-08T07:05:47.168Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:47.168Z] [WARNING] useSystemClassLoader setting has no effect when not forking [2024-05-08T07:05:47.169Z] [WARNING] The parameter forkCount should likely not be 0. Forking a JVM for tests improves test accuracy. Ensure to have a >= 1. [2024-05-08T07:05:47.169Z] [INFO] Surefire report directory: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/surefire-reports [2024-05-08T07:05:47.169Z] [INFO] Using configured provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [2024-05-08T07:05:47.169Z] [INFO] Running org.eclipse.swt.internal.DefaultSWTFontRegistryTests [2024-05-08T07:05:47.169Z] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.swt.internal.DefaultSWTFontRegistryTests [2024-05-08T07:05:47.169Z] [INFO] Running org.eclipse.swt.internal.ScalingSWTFontRegistryTests [2024-05-08T07:05:47.169Z] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.swt.internal.ScalingSWTFontRegistryTests [2024-05-08T07:05:47.169Z] [INFO] [2024-05-08T07:05:47.169Z] [INFO] Results: [2024-05-08T07:05:47.169Z] [INFO] [2024-05-08T07:05:47.169Z] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [2024-05-08T07:05:47.169Z] [INFO] [2024-05-08T07:05:47.169Z] [INFO] [2024-05-08T07:05:47.169Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:47.169Z] [INFO] [2024-05-08T07:05:47.169Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:47.169Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/org.eclipse.swt.win32.win32.aarch64-3.126.0-SNAPSHOT-sources.jar [2024-05-08T07:05:47.774Z] [INFO] [2024-05-08T07:05:47.774Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:49.207Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/org.eclipse.swt.win32.win32.aarch64-3.126.0-SNAPSHOT.jar [2024-05-08T07:05:50.165Z] [INFO] [2024-05-08T07:05:50.165Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:50.165Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.win32.win32.aarch64:eclipse-plugin:3.126.0-SNAPSHOT [2024-05-08T07:05:50.165Z] [INFO] [2024-05-08T07:05:50.165Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:50.165Z] [INFO] Executing tasks [2024-05-08T07:05:50.165Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swtdownload-temp/swtdownload [2024-05-08T07:05:50.165Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swtdownload-temp/@dot.src [2024-05-08T07:05:50.165Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swtdownload-temp/swtdownload [2024-05-08T07:05:50.464Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swtdownload-temp/swtdownload/swt.jar [2024-05-08T07:05:51.029Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swtdownload-temp/swtdownload/src.zip [2024-05-08T07:05:51.029Z] [INFO] API Analysis finished in 12 s. [2024-05-08T07:05:51.029Z] [INFO] 0 API ERRORS [2024-05-08T07:05:51.029Z] [INFO] 0 API warnings [2024-05-08T07:05:51.029Z] [INFO] [2024-05-08T07:05:51.029Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.fragments.localbuild >-------- [2024-05-08T07:05:51.029Z] [INFO] Building org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT [9/23] [2024-05-08T07:05:51.029Z] [INFO] from local-build/org.eclipse.swt.fragments.localbuild/pom.xml [2024-05-08T07:05:51.029Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:05:51.029Z] [INFO] [2024-05-08T07:05:51.029Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.029Z] [INFO] [2024-05-08T07:05:51.029Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.287Z] [INFO] The project's OSGi version is 3.105.0.v20240329-1001 [2024-05-08T07:05:51.287Z] [INFO] [2024-05-08T07:05:51.287Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/saveproperties [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] Resolving class path of org.eclipse.swt.fragments.localbuild [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/src/main/resources [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/src/main/resources [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.288Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/src/test/resources [2024-05-08T07:05:51.288Z] [INFO] [2024-05-08T07:05:51.288Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.289Z] [INFO] [2024-05-08T07:05:51.289Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.289Z] [INFO] [2024-05-08T07:05:51.289Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.289Z] [INFO] [2024-05-08T07:05:51.289Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.289Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.aarch64/target/swt-I20240508-0703-win32-win32-aarch64.zip [2024-05-08T07:05:51.565Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/target/org.eclipse.swt.fragments.localbuild-3.105.0-SNAPSHOT.jar [2024-05-08T07:05:51.565Z] [INFO] Executed tasks [2024-05-08T07:05:51.565Z] [INFO] [2024-05-08T07:05:51.565Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:51.565Z] [INFO] [2024-05-08T07:05:51.565Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.win32.win32.aarch64 --- [2024-05-08T07:05:51.565Z] [INFO] [2024-05-08T07:05:51.565Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.565Z] [INFO] Resolve API baseline for org.eclipse.swt:org.eclipse.swt.win32.win32.aarch64:eclipse-plugin:3.126.0-SNAPSHOT with win32/win32/aarch64 [2024-05-08T07:05:51.566Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.fragments.localbuild:eclipse-plugin:3.105.0-SNAPSHOT [2024-05-08T07:05:51.566Z] [INFO] [2024-05-08T07:05:51.566Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.566Z] [INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=aarch64, org.eclipse.update.install.sources=true} [2024-05-08T07:05:51.566Z] [ERROR] Cannot resolve project dependencies: [2024-05-08T07:05:51.566Z] [ERROR] You requested to install 'org.eclipse.equinox.p2.iu; org.eclipse.swt.win32.win32.aarch64 0.0.0, max=2147483647' but it could not be found [2024-05-08T07:05:51.566Z] [ERROR] [2024-05-08T07:05:51.566Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [2024-05-08T07:05:51.566Z] [WARNING] Can't resolve API baseline: Cannot resolve dependencies of null [2024-05-08T07:05:51.566Z] [INFO] Skipped because no bundles in the baseline! [2024-05-08T07:05:51.566Z] [INFO] [2024-05-08T07:05:51.566Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64 >---------- [2024-05-08T07:05:51.566Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK on aarch64 3.126.0-SNAPSHOT [10/23] [2024-05-08T07:05:51.566Z] [INFO] from binaries/org.eclipse.swt.gtk.linux.aarch64/.polyglot.META-INF [2024-05-08T07:05:51.566Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:05:51.566Z] [INFO] [2024-05-08T07:05:51.566Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.fragments.localbuild --- [2024-05-08T07:05:51.566Z] [INFO] [2024-05-08T07:05:51.566Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.examples.ole.win32 >--------- [2024-05-08T07:05:51.566Z] [INFO] Building org.eclipse.swt.examples.ole.win32 3.109.100-SNAPSHOT [11/23] [2024-05-08T07:05:51.566Z] [INFO] from examples/org.eclipse.swt.examples.ole.win32/pom.xml [2024-05-08T07:05:51.566Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:05:51.566Z] [INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[linux/gtk/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@954f23e [2024-05-08T07:05:51.566Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:54.884Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:55.448Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:56.379Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:56.636Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:56.637Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:57.202Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:57.203Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:57.460Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [2024-05-08T07:05:57.720Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:05:57.720Z] [INFO] [2024-05-08T07:05:57.720Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:57.720Z] [INFO] [2024-05-08T07:05:57.720Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:57.978Z] [INFO] The project's OSGi version is 3.109.100.v20240402-1640 [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:57.978Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/saveproperties [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:57.978Z] [INFO] Resolving class path of org.eclipse.swt.examples.ole.win32 [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:57.978Z] [INFO] The project's OSGi version is 3.126.0.v20240507-1545 [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:57.978Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/saveproperties [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:57.978Z] [INFO] [2024-05-08T07:05:57.978Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:58.266Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK on aarch64 [2024-05-08T07:05:58.266Z] [INFO] [2024-05-08T07:05:58.266Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:58.266Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/src/main/resources [2024-05-08T07:05:58.266Z] [INFO] [2024-05-08T07:05:58.266Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:58.266Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/src/main/resources [2024-05-08T07:05:58.266Z] [INFO] [2024-05-08T07:05:58.266Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:58.266Z] [INFO] [2024-05-08T07:05:58.266Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:58.266Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/src/main/resources [2024-05-08T07:05:58.266Z] [INFO] [2024-05-08T07:05:58.266Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:58.266Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/src/main/resources [2024-05-08T07:05:58.266Z] [INFO] [2024-05-08T07:05:58.266Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:58.266Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:05:58.266Z] [INFO] Executing tasks [2024-05-08T07:05:58.266Z] [INFO] Executed tasks [2024-05-08T07:05:58.266Z] [INFO] [2024-05-08T07:05:58.266Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:05:58.266Z] [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:05:58.876Z] [INFO] [2024-05-08T07:05:58.876Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:58.876Z] [INFO] [2024-05-08T07:05:58.876Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:58.876Z] [INFO] [2024-05-08T07:05:58.876Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:58.876Z] [INFO] [2024-05-08T07:05:58.876Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:58.876Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/src/test/resources [2024-05-08T07:05:58.876Z] [INFO] [2024-05-08T07:05:58.876Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:58.876Z] [INFO] [2024-05-08T07:05:58.876Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:58.876Z] [INFO] [2024-05-08T07:05:58.876Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:58.876Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/target/org.eclipse.swt.examples.ole.win32-3.109.100-SNAPSHOT-sources.jar [2024-05-08T07:05:58.876Z] [INFO] [2024-05-08T07:05:58.876Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:59.168Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/target/org.eclipse.swt.examples.ole.win32-3.109.100-SNAPSHOT.jar [2024-05-08T07:05:59.168Z] [INFO] [2024-05-08T07:05:59.168Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:59.168Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.ole.win32:3.109.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/pom.xml [2024-05-08T07:05:59.168Z] The main artifact has been replaced with the baseline version. [2024-05-08T07:05:59.168Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-05-08T07:05:59.168Z] [2024-05-08T07:05:59.168Z] [INFO] [2024-05-08T07:05:59.168Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:59.168Z] [INFO] [2024-05-08T07:05:59.168Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.examples.ole.win32 --- [2024-05-08T07:05:59.168Z] [INFO] [2024-05-08T07:05:59.168Z] [INFO] -------------< org.eclipse.swt:org.eclipse.swt.tools.base >------------- [2024-05-08T07:05:59.168Z] [INFO] Building [bundle] SWT Tools Base 3.107.600-SNAPSHOT [12/23] [2024-05-08T07:05:59.168Z] [INFO] from bundles/org.eclipse.swt.tools.base/.polyglot.META-INF [2024-05-08T07:05:59.168Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:05:59.764Z] [INFO] [2024-05-08T07:05:59.764Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.tools.base --- [2024-05-08T07:05:59.764Z] [INFO] [2024-05-08T07:05:59.764Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools.base --- [2024-05-08T07:05:59.764Z] [INFO] The project's OSGi version is 3.107.600.v20240309-0757 [2024-05-08T07:05:59.764Z] [INFO] [2024-05-08T07:05:59.764Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools.base --- [2024-05-08T07:05:59.764Z] [INFO] [2024-05-08T07:05:59.764Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools.base --- [2024-05-08T07:05:59.764Z] [INFO] [2024-05-08T07:05:59.764Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tools.base --- [2024-05-08T07:05:59.764Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/saveproperties [2024-05-08T07:05:59.764Z] [INFO] [2024-05-08T07:05:59.764Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.tools.base --- [2024-05-08T07:05:59.764Z] [INFO] [2024-05-08T07:05:59.764Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools.base --- [2024-05-08T07:05:59.764Z] [INFO] [2024-05-08T07:05:59.764Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tools.base --- [2024-05-08T07:05:59.764Z] [INFO] Resolving class path of [bundle] SWT Tools Base [2024-05-08T07:06:00.021Z] [INFO] [2024-05-08T07:06:00.021Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.021Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/src/main/resources [2024-05-08T07:06:00.021Z] [INFO] [2024-05-08T07:06:00.021Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.021Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/src/main/resources [2024-05-08T07:06:00.021Z] [INFO] [2024-05-08T07:06:00.021Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.021Z] [INFO] [2024-05-08T07:06:00.021Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.021Z] [INFO] [2024-05-08T07:06:00.021Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.021Z] [INFO] [2024-05-08T07:06:00.021Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.021Z] [INFO] [2024-05-08T07:06:00.021Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.021Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/src/test/resources [2024-05-08T07:06:00.021Z] [INFO] [2024-05-08T07:06:00.021Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.021Z] [INFO] [2024-05-08T07:06:00.022Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.022Z] [INFO] [2024-05-08T07:06:00.022Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.022Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/target/org.eclipse.swt.tools.base-3.107.600-SNAPSHOT-sources.jar [2024-05-08T07:06:00.022Z] [INFO] [2024-05-08T07:06:00.022Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.279Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/target/org.eclipse.swt.tools.base-3.107.600-SNAPSHOT.jar [2024-05-08T07:06:00.279Z] [INFO] [2024-05-08T07:06:00.279Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.565Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools.base:3.107.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/.polyglot.META-INF [2024-05-08T07:06:00.565Z] The main artifact has been replaced with the baseline version. [2024-05-08T07:06:00.565Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-05-08T07:06:00.565Z] [2024-05-08T07:06:00.565Z] [INFO] [2024-05-08T07:06:00.565Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.565Z] [INFO] [2024-05-08T07:06:00.565Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.tools.base --- [2024-05-08T07:06:00.565Z] [INFO] [2024-05-08T07:06:00.565Z] [INFO] ---------------< org.eclipse.swt:org.eclipse.swt.tests >---------------- [2024-05-08T07:06:00.565Z] [INFO] Building org.eclipse.swt.tests 3.107.400-SNAPSHOT [13/23] [2024-05-08T07:06:00.565Z] [INFO] from tests/org.eclipse.swt.tests/pom.xml [2024-05-08T07:06:00.565Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2024-05-08T07:06:02.006Z] [INFO] [2024-05-08T07:06:02.006Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.006Z] [INFO] [2024-05-08T07:06:02.006Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.006Z] [INFO] The project's OSGi version is 3.107.400.v20240503-1447 [2024-05-08T07:06:02.006Z] [INFO] [2024-05-08T07:06:02.007Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.007Z] [INFO] [2024-05-08T07:06:02.007Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.007Z] [INFO] [2024-05-08T07:06:02.007Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.007Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/tests/org.eclipse.swt.tests/saveproperties [2024-05-08T07:06:02.007Z] [INFO] [2024-05-08T07:06:02.007Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.007Z] [INFO] [2024-05-08T07:06:02.007Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.007Z] [INFO] [2024-05-08T07:06:02.007Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.007Z] [INFO] Resolving class path of org.eclipse.swt.tests [2024-05-08T07:06:02.264Z] [INFO] [2024-05-08T07:06:02.264Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.264Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/tests/org.eclipse.swt.tests/src/main/resources [2024-05-08T07:06:02.264Z] [INFO] [2024-05-08T07:06:02.264Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.264Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/tests/org.eclipse.swt.tests/src/main/resources [2024-05-08T07:06:02.264Z] [INFO] [2024-05-08T07:06:02.264Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tests --- [2024-05-08T07:06:02.264Z] [INFO] Compiling 132 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/tests/org.eclipse.swt.tests/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:06:02.866Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2085] [2024-05-08T07:06:02.866Z] listener.getCaption(event); [2024-05-08T07:06:02.866Z] ^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.866Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-05-08T07:06:02.866Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java:[2121] [2024-05-08T07:06:02.866Z] listener.getSummary(event); [2024-05-08T07:06:02.866Z] ^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.866Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated [2024-05-08T07:06:02.866Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[40] [2024-05-08T07:06:02.866Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:06:02.866Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.866Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.866Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[302] [2024-05-08T07:06:02.866Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:06:02.866Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.866Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.866Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/internal/ImageList.java:[355] [2024-05-08T07:06:02.866Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:06:02.866Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.866Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.866Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[152] [2024-05-08T07:06:02.866Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:06:02.866Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.866Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.866Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java:[247] [2024-05-08T07:06:02.866Z] Rectangle rect = image.getBoundsInPixels (); [2024-05-08T07:06:02.866Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.866Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[2885] [2024-05-08T07:06:02.867Z] bounds = image.getBoundsInPixels(); [2024-05-08T07:06:02.867Z] ^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.867Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java:[3148] [2024-05-08T07:06:02.867Z] bounds = image.getBoundsInPixels (); [2024-05-08T07:06:02.867Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.867Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[813] [2024-05-08T07:06:02.867Z] imageWidth = image.getBoundsInPixels ().width; [2024-05-08T07:06:02.867Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.867Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1219] [2024-05-08T07:06:02.867Z] iWidth = image.getBoundsInPixels ().width; [2024-05-08T07:06:02.867Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.867Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java:[1220] [2024-05-08T07:06:02.867Z] iHeight = image.getBoundsInPixels ().height; [2024-05-08T07:06:02.867Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.867Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3084] [2024-05-08T07:06:02.867Z] bounds = image.getBoundsInPixels (); [2024-05-08T07:06:02.867Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.867Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java:[3342] [2024-05-08T07:06:02.867Z] bounds = image.getBoundsInPixels (); [2024-05-08T07:06:02.867Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.867Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[997] [2024-05-08T07:06:02.867Z] imageWidth = image.getBoundsInPixels ().width; [2024-05-08T07:06:02.867Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.867Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1536] [2024-05-08T07:06:02.867Z] iWidth = image.getBoundsInPixels ().width; [2024-05-08T07:06:02.867Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.867Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java:[1537] [2024-05-08T07:06:02.867Z] iHeight = image.getBoundsInPixels ().height; [2024-05-08T07:06:02.867Z] ^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:02.867Z] The method getBoundsInPixels() from the type Image is deprecated [2024-05-08T07:06:02.867Z] 17 problems (17 warnings) [2024-05-08T07:06:02.867Z] [INFO] [2024-05-08T07:06:02.867Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:02.867Z] [INFO] [2024-05-08T07:06:02.867Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:02.867Z] [INFO] [2024-05-08T07:06:02.867Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:05.493Z] [INFO] [2024-05-08T07:06:05.493Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tests --- [2024-05-08T07:06:05.493Z] [INFO] [2024-05-08T07:06:05.493Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.tests --- [2024-05-08T07:06:05.493Z] [INFO] [2024-05-08T07:06:05.493Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.tests --- [2024-05-08T07:06:05.493Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/tests/org.eclipse.swt.tests/src/test/resources [2024-05-08T07:06:05.494Z] [INFO] [2024-05-08T07:06:05.494Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tests --- [2024-05-08T07:06:05.494Z] [INFO] [2024-05-08T07:06:05.494Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tests --- [2024-05-08T07:06:05.494Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.107.400-SNAPSHOT-sources.jar [2024-05-08T07:06:05.494Z] [INFO] [2024-05-08T07:06:05.494Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tests --- [2024-05-08T07:06:05.769Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.107.400-SNAPSHOT.jar [2024-05-08T07:06:05.769Z] [INFO] [2024-05-08T07:06:05.769Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tests --- [2024-05-08T07:06:06.027Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.107.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/tests/org.eclipse.swt.tests/pom.xml [2024-05-08T07:06:06.027Z] The main artifact has been replaced with the baseline version. [2024-05-08T07:06:06.027Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-05-08T07:06:06.027Z] [2024-05-08T07:06:06.027Z] [INFO] [2024-05-08T07:06:06.027Z] [INFO] --- tycho-surefire:4.0.8-SNAPSHOT:test (default-test) @ org.eclipse.swt.tests --- [2024-05-08T07:06:06.027Z] [INFO] Skipping tests [2024-05-08T07:06:06.027Z] [INFO] [2024-05-08T07:06:06.027Z] [INFO] --- surefire:3.2.5:test (test) @ org.eclipse.swt.tests --- [2024-05-08T07:06:06.027Z] [INFO] [2024-05-08T07:06:06.027Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:06.027Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/src/test/resources [2024-05-08T07:06:06.027Z] [INFO] [2024-05-08T07:06:06.027Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:06.027Z] [INFO] [2024-05-08T07:06:06.027Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:06.027Z] [INFO] No tests to run. [2024-05-08T07:06:06.027Z] [INFO] [2024-05-08T07:06:06.027Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:06.027Z] [INFO] [2024-05-08T07:06:06.027Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:06.289Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.126.0-SNAPSHOT-sources.jar [2024-05-08T07:06:06.565Z] [INFO] [2024-05-08T07:06:06.565Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:06.822Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.126.0-SNAPSHOT.jar [2024-05-08T07:06:07.078Z] [INFO] [2024-05-08T07:06:07.078Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:07.078Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:eclipse-plugin:3.126.0-SNAPSHOT [2024-05-08T07:06:07.078Z] [INFO] [2024-05-08T07:06:07.078Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:07.078Z] [INFO] Executing tasks [2024-05-08T07:06:07.078Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload [2024-05-08T07:06:07.078Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/@dot.src [2024-05-08T07:06:07.079Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload [2024-05-08T07:06:07.079Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload/swt.jar [2024-05-08T07:06:07.367Z] [WARNING] useSystemClassLoader setting has no effect when not forking [2024-05-08T07:06:07.367Z] [WARNING] The parameter forkCount should likely not be 0. Forking a JVM for tests improves test accuracy. Ensure to have a >= 1. [2024-05-08T07:06:07.367Z] [INFO] Surefire report directory: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/tests/org.eclipse.swt.tests/target/surefire-reports [2024-05-08T07:06:07.367Z] [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [2024-05-08T07:06:07.367Z] [INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [2024-05-08T07:06:07.624Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swtdownload-temp/swtdownload/src.zip [2024-05-08T07:06:07.624Z] [INFO] [zip] library/build.sh already added, skipping [2024-05-08T07:06:07.881Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_SWT [2024-05-08T07:06:07.881Z] SWT.getVersion(): 4965 [2024-05-08T07:06:07.881Z] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_SWT [2024-05-08T07:06:07.881Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_SWTException [2024-05-08T07:06:07.881Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_SWTException [2024-05-08T07:06:07.881Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_SWTError [2024-05-08T07:06:07.881Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_SWTError [2024-05-08T07:06:07.881Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Display [2024-05-08T07:06:07.881Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/target/swt-I20240508-0703-gtk-linux-aarch64.zip [2024-05-08T07:06:08.167Z] [INFO] Executed tasks [2024-05-08T07:06:08.167Z] [INFO] [2024-05-08T07:06:08.167Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:08.167Z] [INFO] [2024-05-08T07:06:08.167Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.gtk.linux.aarch64 --- [2024-05-08T07:06:08.167Z] [INFO] Resolve API baseline for org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:eclipse-plugin:3.126.0-SNAPSHOT with linux/gtk/aarch64 [2024-05-08T07:06:08.735Z] [2024-05-08T07:06:08.735Z] (SWT:390): Gdk-CRITICAL **: 07:06:08.575: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:09.019Z] [2024-05-08T07:06:09.019Z] (SWT:390): Gdk-CRITICAL **: 07:06:08.909: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:09.584Z] [2024-05-08T07:06:09.584Z] (SWT:390): Gdk-CRITICAL **: 07:06:09.259: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:09.840Z] [2024-05-08T07:06:09.840Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:09.582: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:10.097Z] [2024-05-08T07:06:10.097Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:09.904: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:10.355Z] [2024-05-08T07:06:10.355Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:10.264: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:10.919Z] [2024-05-08T07:06:10.919Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:10.599: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:11.175Z] [2024-05-08T07:06:11.175Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:10.947: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:11.483Z] [2024-05-08T07:06:11.483Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:11.282: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:11.753Z] [2024-05-08T07:06:11.753Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:11.675: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:12.317Z] [2024-05-08T07:06:12.317Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:12.055: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:12.574Z] [2024-05-08T07:06:12.574Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:12.402: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:12.831Z] [2024-05-08T07:06:12.831Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:12.772: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:13.394Z] [2024-05-08T07:06:13.394Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:13.100: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:13.973Z] [2024-05-08T07:06:13.973Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:13.657: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:14.569Z] [2024-05-08T07:06:14.569Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:14.265: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:15.173Z] [2024-05-08T07:06:15.173Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:14.972: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:15.771Z] [2024-05-08T07:06:15.771Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:15.443: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:16.069Z] [2024-05-08T07:06:16.069Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:15.845: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:16.664Z] org.eclipse.swt.widgets.Display.isSystemDarkTheme(): false [2024-05-08T07:06:16.664Z] [2024-05-08T07:06:16.664Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:16.444: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:17.272Z] [2024-05-08T07:06:17.272Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:16.964: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:17.567Z] [2024-05-08T07:06:17.567Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:17.371: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:17.868Z] [2024-05-08T07:06:17.868Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:17.843: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:18.467Z] [2024-05-08T07:06:18.467Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:18.265: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:18.765Z] [2024-05-08T07:06:18.765Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:18.674: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:19.367Z] [2024-05-08T07:06:19.367Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:19.163: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:19.666Z] org.eclipse.swt.internal.DPIUtil.getDeviceZoom(): 100 [2024-05-08T07:06:19.666Z] org.eclipse.swt.internal.gtk.version=3.22.30 [2024-05-08T07:06:19.666Z] [2024-05-08T07:06:19.666Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:19.644: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:20.230Z] [2024-05-08T07:06:20.230Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:20.147: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:20.795Z] [2024-05-08T07:06:20.795Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:20.643: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:21.375Z] org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Display#test_setCursorLocationLorg_eclipse_swt_graphics_Point: actual == Point {100, 50} [2024-05-08T07:06:21.375Z] [2024-05-08T07:06:21.375Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:21.345: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:21.939Z] [2024-05-08T07:06:21.939Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:21.783: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:22.504Z] [2024-05-08T07:06:22.504Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:22.256: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:22.765Z] [2024-05-08T07:06:22.765Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:22.678: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:24.137Z] [2024-05-08T07:06:24.137Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:23.845: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:24.395Z] [2024-05-08T07:06:24.395Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:24.282: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:24.981Z] [2024-05-08T07:06:24.981Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:24.743: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:25.239Z] [2024-05-08T07:06:25.239Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:25.143: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:25.803Z] [2024-05-08T07:06:25.803Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:25.546: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:26.371Z] [2024-05-08T07:06:26.371Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:26.179: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:26.371Z] [INFO] API Analysis finished in 18 s. [2024-05-08T07:06:26.371Z] [INFO] 0 API ERRORS [2024-05-08T07:06:26.371Z] [INFO] 0 API warnings [2024-05-08T07:06:26.371Z] [INFO] [2024-05-08T07:06:26.371Z] [INFO] ------------< org.eclipse.swt:org.eclipse.swt.tools.spies >------------- [2024-05-08T07:06:26.371Z] [INFO] Building [bundle] SWT Tools Spy 3.109.400-SNAPSHOT [14/23] [2024-05-08T07:06:26.371Z] [INFO] from bundles/org.eclipse.swt.tools.spies/.polyglot.META-INF [2024-05-08T07:06:26.371Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:06:26.629Z] [INFO] [2024-05-08T07:06:26.629Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:26.629Z] [INFO] [2024-05-08T07:06:26.629Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:26.629Z] [2024-05-08T07:06:26.629Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:26.597: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:26.886Z] [INFO] The project's OSGi version is 3.109.400.v20240321-1321 [2024-05-08T07:06:26.886Z] [INFO] [2024-05-08T07:06:26.886Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:26.886Z] [INFO] [2024-05-08T07:06:26.886Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:26.886Z] [INFO] [2024-05-08T07:06:26.886Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:26.886Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/saveproperties [2024-05-08T07:06:26.886Z] [INFO] [2024-05-08T07:06:26.886Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:26.886Z] [INFO] [2024-05-08T07:06:26.886Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:26.886Z] [INFO] [2024-05-08T07:06:26.886Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:26.886Z] [INFO] Resolving class path of [bundle] SWT Tools Spy [2024-05-08T07:06:27.143Z] [2024-05-08T07:06:27.143Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:27.068: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:27.400Z] [INFO] [2024-05-08T07:06:27.400Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:27.400Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/src/main/resources [2024-05-08T07:06:27.400Z] [INFO] [2024-05-08T07:06:27.400Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:27.400Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/src/main/resources [2024-05-08T07:06:27.400Z] [INFO] [2024-05-08T07:06:27.400Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:27.400Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:06:27.657Z] [2024-05-08T07:06:27.657Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:27.496: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:28.221Z] [INFO] [2024-05-08T07:06:28.221Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.221Z] [INFO] [2024-05-08T07:06:28.221Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.221Z] [INFO] [2024-05-08T07:06:28.221Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.221Z] [INFO] [2024-05-08T07:06:28.221Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.221Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/src/test/resources [2024-05-08T07:06:28.221Z] [INFO] [2024-05-08T07:06:28.221Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.221Z] [INFO] [2024-05-08T07:06:28.221Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.222Z] [INFO] [2024-05-08T07:06:28.222Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.222Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/target/org.eclipse.swt.tools.spies-3.109.400-SNAPSHOT-sources.jar [2024-05-08T07:06:28.222Z] [2024-05-08T07:06:28.222Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:27.960: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:28.222Z] [INFO] [2024-05-08T07:06:28.222Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.479Z] [2024-05-08T07:06:28.479Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:28.373: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:28.767Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/target/org.eclipse.swt.tools.spies-3.109.400-SNAPSHOT.jar [2024-05-08T07:06:28.767Z] [INFO] [2024-05-08T07:06:28.767Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.767Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools.spies:3.109.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/.polyglot.META-INF [2024-05-08T07:06:28.767Z] The main artifact has been replaced with the baseline version. [2024-05-08T07:06:28.767Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-05-08T07:06:28.767Z] [2024-05-08T07:06:28.767Z] [INFO] [2024-05-08T07:06:28.767Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.767Z] [INFO] [2024-05-08T07:06:28.767Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.tools.spies --- [2024-05-08T07:06:28.767Z] [INFO] [2024-05-08T07:06:28.767Z] [INFO] --------------< org.eclipse.swt:org.eclipse.swt.examples >-------------- [2024-05-08T07:06:28.767Z] [INFO] Building [bundle] SWT Standalone Examples Plugin 3.108.400-SNAPSHOT [15/23] [2024-05-08T07:06:28.767Z] [INFO] from examples/org.eclipse.swt.examples/.polyglot.META-INF [2024-05-08T07:06:28.767Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] The project's OSGi version is 3.108.400.v20240321-1321 [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples/saveproperties [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] Resolving class path of [bundle] SWT Standalone Examples Plugin [2024-05-08T07:06:29.024Z] [2024-05-08T07:06:29.024Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:28.847: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/main/resources [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/main/resources [2024-05-08T07:06:29.024Z] [INFO] [2024-05-08T07:06:29.024Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples --- [2024-05-08T07:06:29.024Z] [INFO] Compiling 148 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:06:29.281Z] [2024-05-08T07:06:29.281Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:29.252: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:29.866Z] [2024-05-08T07:06:29.867Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:29.642: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:30.797Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/clipboard/ClipboardExample.java:[480] [2024-05-08T07:06:30.797Z] clipboard.setContents(new Object[] {copyImage[0].getImageDataAtCurrentZoom()}, new Transfer[] {ImageTransfer.getInstance()}); [2024-05-08T07:06:30.797Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-05-08T07:06:30.797Z] The method getImageDataAtCurrentZoom() from the type Image is deprecated [2024-05-08T07:06:30.797Z] 1 problem (1 warning) [2024-05-08T07:06:30.797Z] [INFO] [2024-05-08T07:06:30.797Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.examples --- [2024-05-08T07:06:30.797Z] [INFO] [2024-05-08T07:06:30.797Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples --- [2024-05-08T07:06:30.797Z] [INFO] [2024-05-08T07:06:30.797Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples --- [2024-05-08T07:06:30.797Z] [INFO] [2024-05-08T07:06:30.797Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.examples --- [2024-05-08T07:06:30.797Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/test/resources [2024-05-08T07:06:30.797Z] [INFO] [2024-05-08T07:06:30.797Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples --- [2024-05-08T07:06:30.797Z] [INFO] [2024-05-08T07:06:30.797Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples --- [2024-05-08T07:06:30.797Z] [INFO] [2024-05-08T07:06:30.797Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples --- [2024-05-08T07:06:31.054Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.108.400-SNAPSHOT-sources.jar [2024-05-08T07:06:31.054Z] [INFO] [2024-05-08T07:06:31.054Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples --- [2024-05-08T07:06:31.311Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.108.400-SNAPSHOT.jar [2024-05-08T07:06:31.311Z] [INFO] [2024-05-08T07:06:31.311Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples --- [2024-05-08T07:06:31.875Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples:3.108.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples/.polyglot.META-INF [2024-05-08T07:06:31.875Z] The main artifact has been replaced with the baseline version. [2024-05-08T07:06:31.875Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-05-08T07:06:31.875Z] [2024-05-08T07:06:31.875Z] [INFO] [2024-05-08T07:06:31.875Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples --- [2024-05-08T07:06:31.875Z] [INFO] [2024-05-08T07:06:31.875Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.examples --- [2024-05-08T07:06:31.875Z] [INFO] [2024-05-08T07:06:31.875Z] [INFO] ---------------< org.eclipse.swt:org.eclipse.swt.tools >---------------- [2024-05-08T07:06:31.875Z] [INFO] Building [bundle] SWT Tools 3.110.400-SNAPSHOT [16/23] [2024-05-08T07:06:31.875Z] [INFO] from bundles/org.eclipse.swt.tools/.polyglot.META-INF [2024-05-08T07:06:31.875Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:06:31.875Z] [INFO] [2024-05-08T07:06:31.875Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.tools --- [2024-05-08T07:06:31.875Z] [INFO] [2024-05-08T07:06:31.875Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.132Z] [INFO] The project's OSGi version is 3.110.400.v20240321-1321 [2024-05-08T07:06:32.132Z] [INFO] [2024-05-08T07:06:32.132Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.132Z] [INFO] [2024-05-08T07:06:32.132Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.132Z] [INFO] [2024-05-08T07:06:32.132Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.132Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/saveproperties [2024-05-08T07:06:32.132Z] [INFO] [2024-05-08T07:06:32.132Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.132Z] [INFO] [2024-05-08T07:06:32.132Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.132Z] [INFO] [2024-05-08T07:06:32.132Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.132Z] [INFO] Resolving class path of [bundle] SWT Tools [2024-05-08T07:06:32.132Z] [INFO] [2024-05-08T07:06:32.132Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-1) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.697Z] [INFO] Source directory: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/JNI Generation added. [2024-05-08T07:06:32.697Z] [INFO] [2024-05-08T07:06:32.697Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-2) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.697Z] [INFO] Source directory: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/Mac Generation added. [2024-05-08T07:06:32.697Z] [INFO] [2024-05-08T07:06:32.697Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-3) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.697Z] [INFO] Source directory: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/Icon Exe added. [2024-05-08T07:06:32.697Z] [INFO] [2024-05-08T07:06:32.697Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-4) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.697Z] [INFO] Source directory: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/JavadocBasher added. [2024-05-08T07:06:32.697Z] [INFO] [2024-05-08T07:06:32.697Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.697Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/src/main/resources [2024-05-08T07:06:32.697Z] [INFO] [2024-05-08T07:06:32.697Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.697Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/src/main/resources [2024-05-08T07:06:32.698Z] [INFO] [2024-05-08T07:06:32.698Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tools --- [2024-05-08T07:06:32.698Z] [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:06:33.267Z] [2024-05-08T07:06:33.267Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:33.071: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:33.523Z] [INFO] [2024-05-08T07:06:33.523Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.tools --- [2024-05-08T07:06:33.523Z] [INFO] [2024-05-08T07:06:33.523Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tools --- [2024-05-08T07:06:33.523Z] [INFO] [2024-05-08T07:06:33.523Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.tools --- [2024-05-08T07:06:33.523Z] [INFO] [2024-05-08T07:06:33.523Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.tools --- [2024-05-08T07:06:33.523Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/src/test/resources [2024-05-08T07:06:33.523Z] [INFO] [2024-05-08T07:06:33.523Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.tools --- [2024-05-08T07:06:33.523Z] [INFO] [2024-05-08T07:06:33.523Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools --- [2024-05-08T07:06:33.523Z] [INFO] [2024-05-08T07:06:33.523Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools --- [2024-05-08T07:06:33.780Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/org.eclipse.swt.tools-3.110.400-SNAPSHOT-sources.jar [2024-05-08T07:06:33.780Z] [INFO] [2024-05-08T07:06:33.780Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tools --- [2024-05-08T07:06:33.780Z] org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Display#test_setCursorLocationII: actual == Point {100, 100} [2024-05-08T07:06:34.046Z] [2024-05-08T07:06:34.046Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:33.761: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:34.046Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/org.eclipse.swt.tools-3.110.400-SNAPSHOT.jar [2024-05-08T07:06:34.046Z] [INFO] [2024-05-08T07:06:34.046Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools --- [2024-05-08T07:06:34.325Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools:3.110.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/bundles/org.eclipse.swt.tools/.polyglot.META-INF [2024-05-08T07:06:34.325Z] The main artifact has been replaced with the baseline version. [2024-05-08T07:06:34.325Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-05-08T07:06:34.325Z] [2024-05-08T07:06:34.325Z] [INFO] [2024-05-08T07:06:34.325Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools --- [2024-05-08T07:06:34.325Z] [INFO] [2024-05-08T07:06:34.325Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.tools --- [2024-05-08T07:06:34.325Z] [INFO] [2024-05-08T07:06:34.325Z] [INFO] -----------< org.eclipse.swt:org.eclipse.swt.examples.views >----------- [2024-05-08T07:06:34.325Z] [INFO] Building [bundle] SWT Views Example Plugin 3.108.400-SNAPSHOT [17/23] [2024-05-08T07:06:34.325Z] [INFO] from examples/org.eclipse.swt.examples.views/.polyglot.META-INF [2024-05-08T07:06:34.325Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:06:34.325Z] [2024-05-08T07:06:34.325Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:34.182: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:34.978Z] [INFO] [2024-05-08T07:06:34.978Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:34.978Z] [INFO] [2024-05-08T07:06:34.978Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:34.978Z] [INFO] The project's OSGi version is 3.108.400.v20240321-1321 [2024-05-08T07:06:34.978Z] [INFO] [2024-05-08T07:06:34.978Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:34.978Z] [INFO] [2024-05-08T07:06:34.978Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:34.978Z] [INFO] [2024-05-08T07:06:34.978Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:34.978Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/saveproperties [2024-05-08T07:06:34.978Z] [INFO] [2024-05-08T07:06:34.978Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:34.978Z] [INFO] [2024-05-08T07:06:34.978Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:34.978Z] [INFO] [2024-05-08T07:06:34.978Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:34.978Z] [INFO] Resolving class path of [bundle] SWT Views Example Plugin [2024-05-08T07:06:34.978Z] [2024-05-08T07:06:34.978Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:34.674: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:35.288Z] [INFO] [2024-05-08T07:06:35.288Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.288Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/src/main/resources [2024-05-08T07:06:35.288Z] [INFO] [2024-05-08T07:06:35.288Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.288Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/src/main/resources [2024-05-08T07:06:35.288Z] [INFO] [2024-05-08T07:06:35.288Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.288Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:06:35.288Z] [2024-05-08T07:06:35.288Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:35.199: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:35.573Z] [INFO] [2024-05-08T07:06:35.573Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.573Z] [INFO] [2024-05-08T07:06:35.573Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.573Z] [INFO] [2024-05-08T07:06:35.573Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.573Z] [INFO] [2024-05-08T07:06:35.573Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.573Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/src/test/resources [2024-05-08T07:06:35.573Z] [INFO] [2024-05-08T07:06:35.573Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.573Z] [INFO] [2024-05-08T07:06:35.573Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.574Z] [INFO] [2024-05-08T07:06:35.574Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.574Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.108.400-SNAPSHOT-sources.jar [2024-05-08T07:06:35.879Z] [INFO] [2024-05-08T07:06:35.879Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:35.879Z] [2024-05-08T07:06:35.879Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:35.647: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:36.159Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.108.400-SNAPSHOT.jar [2024-05-08T07:06:36.159Z] [INFO] [2024-05-08T07:06:36.159Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:36.159Z] [2024-05-08T07:06:36.159Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:36.056: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:36.438Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.views:3.108.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/.polyglot.META-INF [2024-05-08T07:06:36.438Z] The main artifact has been replaced with the baseline version. [2024-05-08T07:06:36.438Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-05-08T07:06:36.438Z] [2024-05-08T07:06:36.438Z] [INFO] [2024-05-08T07:06:36.438Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:36.438Z] [INFO] [2024-05-08T07:06:36.438Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.examples.views --- [2024-05-08T07:06:36.438Z] [INFO] [2024-05-08T07:06:36.438Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.examples.launcher >---------- [2024-05-08T07:06:36.438Z] [INFO] Building [bundle] SWT Launcher Example Plugin 3.108.300-SNAPSHOT [18/23] [2024-05-08T07:06:36.438Z] [INFO] from examples/org.eclipse.swt.examples.launcher/.polyglot.META-INF [2024-05-08T07:06:36.438Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:06:36.771Z] [INFO] [2024-05-08T07:06:36.771Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:36.771Z] [INFO] [2024-05-08T07:06:36.771Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:36.771Z] [INFO] The project's OSGi version is 3.108.300.v20231214-1947 [2024-05-08T07:06:36.771Z] [INFO] [2024-05-08T07:06:36.771Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:36.771Z] [INFO] [2024-05-08T07:06:36.771Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:36.771Z] [INFO] [2024-05-08T07:06:36.771Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:36.771Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/saveproperties [2024-05-08T07:06:36.771Z] [INFO] [2024-05-08T07:06:36.771Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:36.771Z] [INFO] [2024-05-08T07:06:36.771Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:36.771Z] [INFO] [2024-05-08T07:06:36.771Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:36.771Z] [INFO] Resolving class path of [bundle] SWT Launcher Example Plugin [2024-05-08T07:06:36.771Z] [2024-05-08T07:06:36.771Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:36.552: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:37.053Z] [INFO] [2024-05-08T07:06:37.053Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.053Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/src/main/resources [2024-05-08T07:06:37.053Z] [INFO] [2024-05-08T07:06:37.053Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.053Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/src/main/resources [2024-05-08T07:06:37.053Z] [INFO] [2024-05-08T07:06:37.053Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.053Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:06:37.053Z] [2024-05-08T07:06:37.053Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:36.975: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:37.325Z] [INFO] [2024-05-08T07:06:37.325Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.325Z] [INFO] [2024-05-08T07:06:37.325Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.325Z] [INFO] [2024-05-08T07:06:37.325Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.325Z] [INFO] [2024-05-08T07:06:37.325Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.325Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/src/test/resources [2024-05-08T07:06:37.325Z] [INFO] [2024-05-08T07:06:37.325Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.325Z] [INFO] [2024-05-08T07:06:37.325Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.325Z] [INFO] [2024-05-08T07:06:37.325Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.582Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.108.300-SNAPSHOT-sources.jar [2024-05-08T07:06:37.582Z] [INFO] [2024-05-08T07:06:37.582Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.582Z] [2024-05-08T07:06:37.582Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:37.390: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:37.839Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.108.300-SNAPSHOT.jar [2024-05-08T07:06:37.839Z] [INFO] [2024-05-08T07:06:37.839Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:37.839Z] [2024-05-08T07:06:37.839Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:37.789: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:38.095Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.launcher:3.108.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/.polyglot.META-INF [2024-05-08T07:06:38.095Z] The main artifact has been replaced with the baseline version. [2024-05-08T07:06:38.095Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-05-08T07:06:38.095Z] [2024-05-08T07:06:38.095Z] [INFO] [2024-05-08T07:06:38.095Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:38.096Z] [INFO] [2024-05-08T07:06:38.096Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.examples.launcher --- [2024-05-08T07:06:38.096Z] [INFO] [2024-05-08T07:06:38.096Z] [INFO] -------< org.eclipse.swt:org.eclipse.swt.examples.browser.demos >------- [2024-05-08T07:06:38.096Z] [INFO] Building [bundle] SWT Browser Demos Plugin 3.108.400-SNAPSHOT [19/23] [2024-05-08T07:06:38.096Z] [INFO] from examples/org.eclipse.swt.examples.browser.demos/.polyglot.META-INF [2024-05-08T07:06:38.096Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:06:38.353Z] [2024-05-08T07:06:38.353Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:38.205: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:38.609Z] [INFO] [2024-05-08T07:06:38.609Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.609Z] [INFO] [2024-05-08T07:06:38.609Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.609Z] [INFO] The project's OSGi version is 3.108.400.v20240321-1321 [2024-05-08T07:06:38.609Z] [INFO] [2024-05-08T07:06:38.609Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.609Z] [INFO] [2024-05-08T07:06:38.609Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.609Z] [INFO] [2024-05-08T07:06:38.609Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.609Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/saveproperties [2024-05-08T07:06:38.609Z] [INFO] [2024-05-08T07:06:38.609Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.609Z] [INFO] [2024-05-08T07:06:38.609Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.609Z] [INFO] [2024-05-08T07:06:38.609Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.610Z] [INFO] Resolving class path of [bundle] SWT Browser Demos Plugin [2024-05-08T07:06:38.866Z] [INFO] [2024-05-08T07:06:38.866Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.866Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/main/resources [2024-05-08T07:06:38.866Z] [INFO] [2024-05-08T07:06:38.866Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.866Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/main/resources [2024-05-08T07:06:38.866Z] [INFO] [2024-05-08T07:06:38.866Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:38.866Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:06:39.123Z] [INFO] [2024-05-08T07:06:39.123Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.123Z] [INFO] [2024-05-08T07:06:39.123Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.123Z] [INFO] [2024-05-08T07:06:39.123Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.123Z] [INFO] [2024-05-08T07:06:39.123Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.123Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/test/resources [2024-05-08T07:06:39.123Z] [INFO] [2024-05-08T07:06:39.123Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.123Z] [INFO] [2024-05-08T07:06:39.123Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.123Z] [INFO] [2024-05-08T07:06:39.123Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.123Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.108.400-SNAPSHOT-sources.jar [2024-05-08T07:06:39.123Z] [INFO] [2024-05-08T07:06:39.123Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.379Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.108.400-SNAPSHOT.jar [2024-05-08T07:06:39.379Z] [INFO] [2024-05-08T07:06:39.379Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.379Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.browser.demos:3.108.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/.polyglot.META-INF [2024-05-08T07:06:39.379Z] The main artifact has been replaced with the baseline version. [2024-05-08T07:06:39.379Z] The following attached artifacts have been replaced with the baseline version: [sources] [2024-05-08T07:06:39.379Z] [2024-05-08T07:06:39.379Z] [INFO] [2024-05-08T07:06:39.379Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.379Z] [INFO] [2024-05-08T07:06:39.379Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.examples.browser.demos --- [2024-05-08T07:06:39.379Z] [INFO] [2024-05-08T07:06:39.379Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64 >--------- [2024-05-08T07:06:39.379Z] [INFO] Building [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on x86_64 3.126.0-SNAPSHOT [20/23] [2024-05-08T07:06:39.380Z] [INFO] from binaries/org.eclipse.swt.cocoa.macosx.x86_64/.polyglot.META-INF [2024-05-08T07:06:39.380Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:06:39.380Z] [INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@954f23e [2024-05-08T07:06:39.380Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:06:41.901Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:06:41.901Z] [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.92 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Display [2024-05-08T07:06:41.901Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Color [2024-05-08T07:06:41.901Z] [2024-05-08T07:06:41.901Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:41.670: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:42.166Z] [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Color [2024-05-08T07:06:42.166Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Cursor [2024-05-08T07:06:42.166Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Cursor [2024-05-08T07:06:42.166Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_DeviceData [2024-05-08T07:06:42.166Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_DeviceData [2024-05-08T07:06:42.166Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Font [2024-05-08T07:06:42.423Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Font [2024-05-08T07:06:42.423Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_FontData [2024-05-08T07:06:42.423Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_FontData [2024-05-08T07:06:42.423Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_FontMetrics [2024-05-08T07:06:42.423Z] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_FontMetrics [2024-05-08T07:06:42.423Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_GC [2024-05-08T07:06:42.423Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:06:42.680Z] [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_GC [2024-05-08T07:06:42.680Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Image [2024-05-08T07:06:42.937Z] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Image [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageData [2024-05-08T07:06:42.937Z] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageData [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_PaletteData [2024-05-08T07:06:42.937Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_PaletteData [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Point [2024-05-08T07:06:42.937Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Point [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Rectangle [2024-05-08T07:06:42.937Z] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Rectangle [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Region [2024-05-08T07:06:42.937Z] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Region [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_RGB [2024-05-08T07:06:42.937Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_RGB [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_RGBA [2024-05-08T07:06:42.937Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_RGBA [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout [2024-05-08T07:06:42.937Z] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageLoader [2024-05-08T07:06:42.937Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageLoader [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageLoaderEvent [2024-05-08T07:06:42.937Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageLoaderEvent [2024-05-08T07:06:42.937Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell [2024-05-08T07:06:42.937Z] [2024-05-08T07:06:42.937Z] (My Application Name:390): Gdk-CRITICAL **: 07:06:42.877: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [2024-05-08T07:06:43.500Z] [2024-05-08T07:06:43.500Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:43.279: gtk_container_foreach: assertion 'GTK_IS_CONTAINER (container)' failed [2024-05-08T07:06:43.501Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:06:43.765Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:06:43.765Z] Test_org_eclipse_swt_widgets_Shell.test_setAlpha(): expected 128, but was 255. Probably missing window manager functionality, see bug 498208. [2024-05-08T07:06:44.022Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:06:44.585Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:06:44.585Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:06:44.867Z] [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.779 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell [2024-05-08T07:06:44.867Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ExpandItem [2024-05-08T07:06:44.867Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [2024-05-08T07:06:45.123Z] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ExpandItem [2024-05-08T07:06:45.123Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_MenuItem [2024-05-08T07:06:45.123Z] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_MenuItem [2024-05-08T07:06:45.123Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ToolItem [2024-05-08T07:06:45.380Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:06:45.380Z] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ToolItem [2024-05-08T07:06:45.380Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TabItem [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] The project's OSGi version is 3.126.0.v20240507-1545 [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/saveproperties [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on x86_64 [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/src/main/resources [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/src/main/resources [2024-05-08T07:06:45.666Z] [INFO] [2024-05-08T07:06:45.666Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.666Z] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TabItem [2024-05-08T07:06:45.666Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TableItem [2024-05-08T07:06:45.666Z] [INFO] Executing tasks [2024-05-08T07:06:45.666Z] [INFO] Executed tasks [2024-05-08T07:06:45.667Z] [INFO] [2024-05-08T07:06:45.667Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:45.667Z] [INFO] Compiling 598 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:06:46.276Z] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TableItem [2024-05-08T07:06:46.276Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TableColumn [2024-05-08T07:06:46.564Z] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TableColumn [2024-05-08T07:06:46.564Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TreeItem [2024-05-08T07:06:47.566Z] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.709 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TreeItem [2024-05-08T07:06:47.566Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Caret [2024-05-08T07:06:47.566Z] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Caret [2024-05-08T07:06:47.566Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Event [2024-05-08T07:06:47.566Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Event [2024-05-08T07:06:47.566Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Menu [2024-05-08T07:06:47.566Z] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Menu [2024-05-08T07:06:47.566Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Label [2024-05-08T07:06:48.167Z] [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Label [2024-05-08T07:06:48.167Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Button [2024-05-08T07:06:49.165Z] [WARNING] Tests run: 102, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.775 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Button [2024-05-08T07:06:49.165Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ExpandBar [2024-05-08T07:06:49.766Z] [INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ExpandBar [2024-05-08T07:06:49.766Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_List [2024-05-08T07:06:50.364Z] [INFO] [2024-05-08T07:06:50.364Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:50.364Z] [INFO] [2024-05-08T07:06:50.364Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:50.364Z] [INFO] [2024-05-08T07:06:50.364Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:51.001Z] [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_List [2024-05-08T07:06:51.001Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text [2024-05-08T07:06:51.965Z] [2024-05-08T07:06:51.965Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:51.886: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:51.965Z] [2024-05-08T07:06:51.965Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:51.886: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:51.965Z] [2024-05-08T07:06:51.965Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:51.886: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:51.965Z] [2024-05-08T07:06:51.965Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:51.886: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:51.966Z] [2024-05-08T07:06:51.966Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:51.886: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.223Z] [2024-05-08T07:06:52.223Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.101: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.223Z] [2024-05-08T07:06:52.223Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.102: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.223Z] [2024-05-08T07:06:52.223Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.155: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.223Z] [2024-05-08T07:06:52.223Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.155: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.223Z] [2024-05-08T07:06:52.223Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.155: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.223Z] [2024-05-08T07:06:52.223Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.155: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.223Z] [2024-05-08T07:06:52.223Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.155: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.480Z] [2024-05-08T07:06:52.480Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.480Z] [2024-05-08T07:06:52.480Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.480Z] [2024-05-08T07:06:52.480Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.480Z] [2024-05-08T07:06:52.480Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.480Z] [2024-05-08T07:06:52.480Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.293: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.480Z] [2024-05-08T07:06:52.480Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.293: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.481Z] [2024-05-08T07:06:52.481Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.293: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.481Z] [2024-05-08T07:06:52.481Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.293: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.481Z] [2024-05-08T07:06:52.481Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.381: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.481Z] [2024-05-08T07:06:52.481Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:52.381: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:52.767Z] [INFO] Tests run: 134, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.839 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text [2024-05-08T07:06:52.767Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ScrollBar [2024-05-08T07:06:53.023Z] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ScrollBar [2024-05-08T07:06:53.023Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Sash [2024-05-08T07:06:53.281Z] [INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Sash [2024-05-08T07:06:53.281Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Tree [2024-05-08T07:06:53.567Z] [2024-05-08T07:06:53.567Z] (My Application Name:390): Gtk-CRITICAL **: 07:06:53.383: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:06:53.824Z] [INFO] [2024-05-08T07:06:53.824Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:53.824Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/src/test/resources [2024-05-08T07:06:53.825Z] [INFO] [2024-05-08T07:06:53.825Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:53.825Z] [INFO] [2024-05-08T07:06:53.825Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:53.825Z] [INFO] No tests to run. [2024-05-08T07:06:53.825Z] [INFO] [2024-05-08T07:06:53.825Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:53.825Z] [INFO] [2024-05-08T07:06:53.825Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:53.825Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.126.0-SNAPSHOT-sources.jar [2024-05-08T07:06:54.082Z] [INFO] [2024-05-08T07:06:54.082Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:54.339Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.126.0-SNAPSHOT.jar [2024-05-08T07:06:54.596Z] [INFO] [2024-05-08T07:06:54.596Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:54.854Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.126.0-SNAPSHOT [2024-05-08T07:06:54.854Z] [INFO] [2024-05-08T07:06:54.854Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:54.854Z] [INFO] Executing tasks [2024-05-08T07:06:54.854Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload [2024-05-08T07:06:54.854Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/@dot.src [2024-05-08T07:06:54.854Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload [2024-05-08T07:06:54.854Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload/swt.jar [2024-05-08T07:06:55.112Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload/src.zip [2024-05-08T07:06:55.369Z] [INFO] [zip] library/build.sh already added, skipping [2024-05-08T07:06:55.626Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swt-I20240508-0703-cocoa-macosx-x86_64.zip [2024-05-08T07:06:55.626Z] [INFO] Executed tasks [2024-05-08T07:06:55.626Z] [INFO] [2024-05-08T07:06:55.626Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:55.626Z] [INFO] [2024-05-08T07:06:55.626Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [2024-05-08T07:06:55.626Z] [INFO] Resolve API baseline for org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.126.0-SNAPSHOT with macosx/cocoa/x86_64 [2024-05-08T07:07:02.181Z] [INFO] Tests run: 131, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.104 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Tree [2024-05-08T07:07:02.181Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TabFolder [2024-05-08T07:07:02.774Z] [INFO] Tests run: 107, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TabFolder [2024-05-08T07:07:02.774Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo [2024-05-08T07:07:05.365Z] [INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.492 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo [2024-05-08T07:07:05.365Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Group [2024-05-08T07:07:06.365Z] [INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Group [2024-05-08T07:07:06.365Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ToolBar [2024-05-08T07:07:06.974Z] [INFO] API Analysis finished in 11 s. [2024-05-08T07:07:06.974Z] [INFO] 0 API ERRORS [2024-05-08T07:07:06.974Z] [INFO] 0 API warnings [2024-05-08T07:07:06.974Z] [INFO] [2024-05-08T07:07:06.974Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64 >-------- [2024-05-08T07:07:06.974Z] [INFO] Building [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64 3.126.0-SNAPSHOT [21/23] [2024-05-08T07:07:06.974Z] [INFO] from binaries/org.eclipse.swt.cocoa.macosx.aarch64/.polyglot.META-INF [2024-05-08T07:07:06.974Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-08T07:07:06.974Z] [INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@954f23e [2024-05-08T07:07:06.975Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:07:07.232Z] [INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.882 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ToolBar [2024-05-08T07:07:07.232Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Table [2024-05-08T07:07:12.509Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:07:15.036Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:07:15.602Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:07:15.602Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:07:15.866Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:07:16.431Z] [2024-05-08T07:07:16.431Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:16.310: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:16.431Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:07:16.689Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:07:16.946Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [2024-05-08T07:07:17.219Z] [INFO] Tests run: 136, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.13 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Table [2024-05-08T07:07:17.219Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Canvas [2024-05-08T07:07:17.219Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] The project's OSGi version is 3.126.0.v20240507-1545 [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/saveproperties [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64 [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] Executing tasks [2024-05-08T07:07:17.477Z] [INFO] Executed tasks [2024-05-08T07:07:17.477Z] [INFO] [2024-05-08T07:07:17.477Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:17.477Z] [INFO] Compiling 598 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 [2024-05-08T07:07:17.735Z] [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Canvas [2024-05-08T07:07:17.735Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Scale [2024-05-08T07:07:18.299Z] [INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Scale [2024-05-08T07:07:18.299Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Slider [2024-05-08T07:07:18.299Z] [2024-05-08T07:07:18.299Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.299Z] [2024-05-08T07:07:18.299Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.299Z] [2024-05-08T07:07:18.299Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.299Z] [2024-05-08T07:07:18.299Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.299Z] [2024-05-08T07:07:18.299Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.264: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.299Z] [2024-05-08T07:07:18.299Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.264: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.299Z] [2024-05-08T07:07:18.299Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.299Z] [2024-05-08T07:07:18.299Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.299Z] [2024-05-08T07:07:18.299Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.299Z] [2024-05-08T07:07:18.299Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.567Z] [2024-05-08T07:07:18.567Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.567Z] [2024-05-08T07:07:18.567Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.567Z] [2024-05-08T07:07:18.567Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.567Z] [2024-05-08T07:07:18.567Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.369: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.567Z] [2024-05-08T07:07:18.567Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.369: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.567Z] [2024-05-08T07:07:18.567Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.369: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.567Z] [2024-05-08T07:07:18.567Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.393: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.567Z] [2024-05-08T07:07:18.567Z] (My Application Name:390): Gtk-CRITICAL **: 07:07:18.393: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [2024-05-08T07:07:18.567Z] [INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Slider [2024-05-08T07:07:18.567Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ProgressBar [2024-05-08T07:07:19.131Z] [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ProgressBar [2024-05-08T07:07:19.131Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Composite [2024-05-08T07:07:19.420Z] [INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Composite [2024-05-08T07:07:19.420Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Link [2024-05-08T07:07:19.983Z] [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Link [2024-05-08T07:07:19.983Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_DateTime [2024-05-08T07:07:21.928Z] [INFO] [2024-05-08T07:07:21.928Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:21.928Z] [INFO] [2024-05-08T07:07:21.928Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:21.928Z] [INFO] [2024-05-08T07:07:21.928Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:23.306Z] [INFO] Tests run: 321, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.229 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_DateTime [2024-05-08T07:07:23.306Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ColorDialog [2024-05-08T07:07:23.306Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_ColorDialog [2024-05-08T07:07:23.306Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_FileDialog [2024-05-08T07:07:23.306Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_FileDialog [2024-05-08T07:07:23.306Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_DirectoryDialog [2024-05-08T07:07:23.306Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_DirectoryDialog [2024-05-08T07:07:23.306Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_FontDialog [2024-05-08T07:07:23.306Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_FontDialog [2024-05-08T07:07:23.306Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_MessageBox [2024-05-08T07:07:23.306Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_MessageBox [2024-05-08T07:07:23.306Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Monitor [2024-05-08T07:07:23.306Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Monitor [2024-05-08T07:07:23.306Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyleRange [2024-05-08T07:07:23.306Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyleRange [2024-05-08T07:07:23.306Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_CCombo [2024-05-08T07:07:25.201Z] [INFO] [2024-05-08T07:07:25.201Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:25.201Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/test/resources [2024-05-08T07:07:25.201Z] [INFO] [2024-05-08T07:07:25.201Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:25.201Z] [INFO] [2024-05-08T07:07:25.201Z] [INFO] --- surefire:3.2.5:test (execute-tests) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:25.201Z] [INFO] No tests to run. [2024-05-08T07:07:25.201Z] [INFO] [2024-05-08T07:07:25.201Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:25.201Z] [INFO] [2024-05-08T07:07:25.201Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:25.201Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.126.0-SNAPSHOT-sources.jar [2024-05-08T07:07:25.783Z] [INFO] [2024-05-08T07:07:25.783Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:26.044Z] [INFO] Tests run: 132, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.581 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_CCombo [2024-05-08T07:07:26.044Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_CLabel [2024-05-08T07:07:26.302Z] [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_CLabel [2024-05-08T07:07:26.302Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_CTabItem [2024-05-08T07:07:26.565Z] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_CTabItem [2024-05-08T07:07:26.565Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText [2024-05-08T07:07:26.565Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.126.0-SNAPSHOT.jar [2024-05-08T07:07:27.129Z] [INFO] [2024-05-08T07:07:27.129Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:27.386Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:eclipse-plugin:3.126.0-SNAPSHOT [2024-05-08T07:07:27.386Z] [INFO] [2024-05-08T07:07:27.386Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [2024-05-08T07:07:27.386Z] [INFO] Executing tasks [2024-05-08T07:07:27.386Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload [2024-05-08T07:07:27.386Z] [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/@dot.src [2024-05-08T07:07:27.386Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload [2024-05-08T07:07:27.665Z] [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload/swt.jar [2024-05-08T07:07:27.921Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload/src.zip [2024-05-08T07:07:27.921Z] [INFO] [zip] library/build.sh already added, skipping [2024-05-08T07:07:28.496Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swt-I20240508-0703-cocoa-macosx-aarch64.zip [2024-05-08T07:07:29.061Z] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-1216/eclipse.platform.swt@tmp/durable-41ad4541/script.sh.copy: line 2: 390 Killed mvn clean verify --batch-mode --threads 1C -V -U -e -DforkCount=0 -Papi-check -Dcompare-version-with-baselines.skip=false -Dorg.eclipse.swt.tests.junit.disable.test_isLocal=true -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true [Pipeline] } [Pipeline] // dir [Pipeline] } [2024-05-08T07:07:29.100Z] Terminating xvnc. [2024-05-08T07:07:34.461Z] [2024-05-08T07:07:34.461Z] Wed May 8 07:07:34 2024 [2024-05-08T07:07:34.461Z] ComparingUpdateTracker: 0 pixels in / 0 pixels out [2024-05-08T07:07:34.461Z] ComparingUpdateTracker: (1:-nan ratio) [Pipeline] // xvnc Post stage [Pipeline] junit [2024-05-08T07:07:34.834Z] Recording test results [2024-05-08T07:07:36.750Z] [GitHub Checks] GitHub check (name: Tests / Build, status: completed) has been published. [Pipeline] archiveArtifacts [2024-05-08T07:07:36.757Z] Archiving artifacts [Pipeline] discoverGitReferenceBuild [2024-05-08T07:07:41.757Z] [ReferenceFinder] Configured reference job: 'eclipse.platform.swt/master' [2024-05-08T07:07:41.757Z] [ReferenceFinder] -> detected 200 commits in current branch (last one: '48eba76') [2024-05-08T07:07:41.757Z] [ReferenceFinder] -> adding 1 commits from build '#547' of reference job (last one: 'bd900fb') [2024-05-08T07:07:41.757Z] [ReferenceFinder] -> found a matching commit in current branch and target branch: 'bd900fb' [2024-05-08T07:07:41.757Z] [ReferenceFinder] -> found build '#547' in reference job with matching commits [2024-05-08T07:07:41.757Z] [ReferenceFinder] Found reference build '#547' for target branch [2024-05-08T07:07:41.757Z] [ReferenceFinder] -> Build '#547' has a result SUCCESS [Pipeline] recordIssues [2024-05-08T07:07:41.776Z] [Compiler and API ToolsJavaDoc] Skipping execution of recorder since overall result is 'FAILURE' [Pipeline] recordIssues [2024-05-08T07:07:41.790Z] [Maven] Skipping execution of recorder since overall result is 'FAILURE' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Push SWT-native binaries, if build) Stage "Push SWT-native binaries, if build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 137 [GitHub Checks] GitHub check (name: Jenkins, status: completed) has been published. GitHub has been notified of this commit’s build result Finished: FAILURE