[Refactoring] Streamline calls to Image#adaptImageDataIfDisabledOrGray() #2737
+15
−29
Jenkins - Eclipse Platform Releng / Jenkins
failed
Nov 11, 2025 in 3h 0m 57s
Build: warning in 'recordIssues' step
Build / Shell Script
Error in sh step, with arguments mvn clean verify --batch-mode --threads 1C -V -U -e -Pbree-libs -Papi-check -Pjavadoc -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.
Timeout has been exceeded
Build log
Build log truncated.
[2025-11-11T14:21:36.644Z] at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
[2025-11-11T14:21:36.644Z] at org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)
[2025-11-11T14:21:36.644Z] at org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)
[2025-11-11T14:21:36.644Z] at org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)
[2025-11-11T14:21:36.644Z] at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
[2025-11-11T14:21:36.645Z] at org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)
[2025-11-11T14:21:36.645Z] at org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)
[2025-11-11T14:21:36.645Z] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)
[2025-11-11T14:21:36.645Z] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)
[2025-11-11T14:21:36.645Z] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)
[2025-11-11T14:21:36.645Z] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
[2025-11-11T14:21:36.645Z] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
[2025-11-11T14:21:36.645Z] at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
[2025-11-11T14:21:36.645Z] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[2025-11-11T14:21:36.645Z]
[2025-11-11T14:21:36.645Z] Nov 11, 2025 2:21:36 PM com.github.weisj.jsvg.parser.impl.StaxSVGLoader parse
[2025-11-11T14:21:36.645Z] WARNING: Error while parsing SVG.
[2025-11-11T14:21:36.645Z] javax.xml.stream.XMLStreamException: ParseError at [row,col]:[4,2]
[2025-11-11T14:21:36.645Z] Message: The markup in the document preceding the root element must be well-formed.
[2025-11-11T14:21:36.645Z] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:652)
[2025-11-11T14:21:36.645Z] at java.xml/com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
[2025-11-11T14:21:36.645Z] at com.github.weisj.jsvg.parser.impl.StaxSVGLoader.parse(StaxSVGLoader.java:83)
[2025-11-11T14:21:36.645Z] at com.github.weisj.jsvg.parser.impl.StaxSVGLoader.load(StaxSVGLoader.java:149)
[2025-11-11T14:21:36.645Z] at com.github.weisj.jsvg.parser.SVGLoader.load(SVGLoader.java:89)
[2025-11-11T14:21:36.645Z] at com.github.weisj.jsvg.parser.SVGLoader.load(SVGLoader.java:71)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.svg.JSVGRasterizer.loadAndValidateSVG(JSVGRasterizer.java:90)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.svg.JSVGRasterizer.rasterizeSVG(JSVGRasterizer.java:77)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.internal.image.SVGFileFormat.loadFromByteStream(SVGFileFormat.java:54)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.internal.image.FileFormat.loadFromStream(FileFormat.java:121)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.internal.image.FileFormat.load(FileFormat.java:157)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.internal.NativeImageLoader.load(NativeImageLoader.java:56)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.graphics.ImageLoader.loadByZoom(ImageLoader.java:161)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.graphics.ImageLoader.loadByZoom(ImageLoader.java:205)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:198)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:35)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:378)
[2025-11-11T14:21:36.645Z] at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_internal_SVGRasterizer.lambda$4(Test_org_eclipse_swt_internal_SVGRasterizer.java:63)
[2025-11-11T14:21:36.646Z] at org.eclipse.swt.internal.DPIUtil.lambda$3(DPIUtil.java:285)
[2025-11-11T14:21:36.646Z] at org.eclipse.swt.internal.DPIUtil.getElementAtZoom(DPIUtil.java:314)
[2025-11-11T14:21:36.646Z] at org.eclipse.swt.internal.DPIUtil.validateAndGetImageDataAtZoom(DPIUtil.java:285)
[2025-11-11T14:21:36.646Z] at org.eclipse.swt.graphics.Image.initFromImageDataProvider(Image.java:801)
[2025-11-11T14:21:36.646Z] at org.eclipse.swt.graphics.Image.<init>(Image.java:676)
[2025-11-11T14:21:36.646Z] at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_internal_SVGRasterizer.lambda$5(Test_org_eclipse_swt_internal_SVGRasterizer.java:65)
[2025-11-11T14:21:36.646Z] at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
[2025-11-11T14:21:36.646Z] at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
[2025-11-11T14:21:36.646Z] at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3128)
[2025-11-11T14:21:36.646Z] at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_internal_SVGRasterizer.test_ConstructorLorg_eclipse_swt_graphics_Device_ImageDataProvider(Test_org_eclipse_swt_internal_SVGRasterizer.java:64)
[2025-11-11T14:21:36.646Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2025-11-11T14:21:36.646Z] at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2025-11-11T14:21:36.646Z] at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:786)
[2025-11-11T14:21:36.646Z] at org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:514)
[2025-11-11T14:21:36.646Z] at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
[2025-11-11T14:21:36.646Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
[2025-11-11T14:21:36.646Z] at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:161)
[2025-11-11T14:21:36.646Z] at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:152)
[2025-11-11T14:21:36.646Z] at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:91)
[2025-11-11T14:21:36.646Z] at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:112)
[2025-11-11T14:21:36.646Z] at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:94)
[2025-11-11T14:21:36.647Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
[2025-11-11T14:21:36.647Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
[2025-11-11T14:21:36.647Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
[2025-11-11T14:21:36.647Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
[2025-11-11T14:21:36.647Z] at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:93)
[2025-11-11T14:21:36.647Z] at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:87)
[2025-11-11T14:21:36.647Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$4(TestMethodTestDescriptor.java:221)
[2025-11-11T14:21:36.647Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2025-11-11T14:21:36.647Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:217)
[2025-11-11T14:21:36.647Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:159)
[2025-11-11T14:21:36.647Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:70)
[2025-11-11T14:21:36.647Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:157)
[2025-11-11T14:21:36.647Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2025-11-11T14:21:36.647Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147)
[2025-11-11T14:21:36.647Z] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
[2025-11-11T14:21:36.647Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145)
[2025-11-11T14:21:36.647Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2025-11-11T14:21:36.647Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144)
[2025-11-11T14:21:36.647Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101)
[2025-11-11T14:21:36.647Z] at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:161)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101)
[2025-11-11T14:21:36.648Z] at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:161)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101)
[2025-11-11T14:21:36.648Z] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
[2025-11-11T14:21:36.649Z] at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
[2025-11-11T14:21:36.649Z] at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
[2025-11-11T14:21:36.649Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.executeEngine(EngineExecutionOrchestrator.java:230)
[2025-11-11T14:21:36.649Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.failOrExecuteEngine(EngineExecutionOrchestrator.java:204)
[2025-11-11T14:21:36.649Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:172)
[2025-11-11T14:21:36.649Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:101)
[2025-11-11T14:21:36.649Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:84)
[2025-11-11T14:21:36.649Z] at org.junit.platform.suite.engine.SuiteLauncher.execute(SuiteLauncher.java:65)
[2025-11-11T14:21:36.649Z] at org.junit.platform.suite.engine.SuiteTestDescriptor.executeTests(SuiteTestDescriptor.java:196)
[2025-11-11T14:21:36.649Z] at org.junit.platform.suite.engine.SuiteTestDescriptor.execute(SuiteTestDescriptor.java:164)
[2025-11-11T14:21:36.649Z] at org.junit.platform.suite.engine.SuiteTestEngine.lambda$execute$0(SuiteTestEngine.java:76)
[2025-11-11T14:21:36.649Z] at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
[2025-11-11T14:21:36.649Z] at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
[2025-11-11T14:21:36.649Z] at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
[2025-11-11T14:21:36.649Z] at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
[2025-11-11T14:21:36.649Z] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[2025-11-11T14:21:36.649Z] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[2025-11-11T14:21:36.649Z] at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
[2025-11-11T14:21:36.649Z] at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
[2025-11-11T14:21:36.649Z] at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[2025-11-11T14:21:36.649Z] at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
[2025-11-11T14:21:36.649Z] at org.junit.platform.suite.engine.SuiteTestEngine.execute(SuiteTestEngine.java:76)
[2025-11-11T14:21:36.649Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.executeEngine(EngineExecutionOrchestrator.java:230)
[2025-11-11T14:21:36.649Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.failOrExecuteEngine(EngineExecutionOrchestrator.java:204)
[2025-11-11T14:21:36.650Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:172)
[2025-11-11T14:21:36.650Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:101)
[2025-11-11T14:21:36.650Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:84)
[2025-11-11T14:21:36.650Z] at org.junit.platform.suite.engine.SuiteLauncher.execute(SuiteLauncher.java:65)
[2025-11-11T14:21:36.650Z] at org.junit.platform.suite.engine.SuiteTestDescriptor.executeTests(SuiteTestDescriptor.java:196)
[2025-11-11T14:21:36.650Z] at org.junit.platform.suite.engine.SuiteTestDescriptor.execute(SuiteTestDescriptor.java:164)
[2025-11-11T14:21:36.650Z] at org.junit.platform.suite.engine.SuiteTestEngine.lambda$execute$0(SuiteTestEngine.java:76)
[2025-11-11T14:21:36.650Z] at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
[2025-11-11T14:21:36.650Z] at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
[2025-11-11T14:21:36.650Z] at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
[2025-11-11T14:21:36.650Z] at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
[2025-11-11T14:21:36.650Z] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[2025-11-11T14:21:36.650Z] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[2025-11-11T14:21:36.650Z] at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
[2025-11-11T14:21:36.650Z] at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
[2025-11-11T14:21:36.650Z] at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[2025-11-11T14:21:36.650Z] at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
[2025-11-11T14:21:36.650Z] at org.junit.platform.suite.engine.SuiteTestEngine.execute(SuiteTestEngine.java:76)
[2025-11-11T14:21:36.650Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.executeEngine(EngineExecutionOrchestrator.java:230)
[2025-11-11T14:21:36.650Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.failOrExecuteEngine(EngineExecutionOrchestrator.java:204)
[2025-11-11T14:21:36.650Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:172)
[2025-11-11T14:21:36.650Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:101)
[2025-11-11T14:21:36.650Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:64)
[2025-11-11T14:21:36.651Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:150)
[2025-11-11T14:21:36.651Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:63)
[2025-11-11T14:21:36.651Z] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:109)
[2025-11-11T14:21:36.651Z] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:91)
[2025-11-11T14:21:36.651Z] at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
[2025-11-11T14:21:36.651Z] at org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)
[2025-11-11T14:21:36.651Z] at org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)
[2025-11-11T14:21:36.651Z] at org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)
[2025-11-11T14:21:36.651Z] at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
[2025-11-11T14:21:36.651Z] at org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)
[2025-11-11T14:21:36.651Z] at org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)
[2025-11-11T14:21:36.651Z] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)
[2025-11-11T14:21:36.651Z] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)
[2025-11-11T14:21:36.651Z] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)
[2025-11-11T14:21:36.651Z] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
[2025-11-11T14:21:36.651Z] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
[2025-11-11T14:21:36.652Z] at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
[2025-11-11T14:21:36.652Z] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[2025-11-11T14:21:36.652Z]
[2025-11-11T14:21:36.652Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_internal_SVGRasterizer
[2025-11-11T14:21:36.652Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_layout_BorderLayout
[2025-11-11T14:21:36.927Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_layout_BorderLayout
[2025-11-11T14:21:36.927Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_layout_FormAttachment
[2025-11-11T14:21:36.928Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_layout_FormAttachment
[2025-11-11T14:21:36.928Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_layout_GridData
[2025-11-11T14:21:36.928Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_layout_GridData
[2025-11-11T14:21:36.928Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_printing_PrintDialog
[2025-11-11T14:21:37.183Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java:[1530]
[2025-11-11T14:21:37.183Z] protected void removeListener (int eventType, SWTEventListener listener) {
[2025-11-11T14:21:37.183Z] ^^^^^^^^^^^^^^^^
[2025-11-11T14:21:37.183Z] The type SWTEventListener has been deprecated since version 2025-03 and marked for removal
[2025-11-11T14:21:37.183Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/TypedListener.java:[68]
[2025-11-11T14:21:37.184Z] public TypedListener (SWTEventListener listener) {
[2025-11-11T14:21:37.184Z] ^^^^^^^^^^^^^^^^
[2025-11-11T14:21:37.184Z] The type SWTEventListener has been deprecated since version 2025-03 and marked for removal
[2025-11-11T14:21:37.184Z] 2 problems (2 warnings)
[2025-11-11T14:21:37.184Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_printing_PrintDialog
[2025-11-11T14:21:37.184Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_printing_Printer
[2025-11-11T14:21:37.184Z] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.064 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_printing_Printer
[2025-11-11T14:21:37.184Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_printing_PrinterData
[2025-11-11T14:21:37.441Z] [INFO]
[2025-11-11T14:21:37.441Z] [INFO] --- tycho-bnd:5.0.1-SNAPSHOT:process (default-process) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:37.441Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_printing_PrinterData
[2025-11-11T14:21:37.441Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_program_Program
[2025-11-11T14:21:37.441Z] [INFO]
[2025-11-11T14:21:37.441Z] [INFO] --- tycho-ds:5.0.1-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:37.441Z] [INFO]
[2025-11-11T14:21:37.441Z] [INFO] --- tycho-apitools:5.0.1-SNAPSHOT:generate (generate) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:37.829Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_program_Program
[2025-11-11T14:21:37.829Z] [INFO] Running org.eclipse.swt.tests.junit.AllGraphicsTests
[2025-11-11T14:21:37.829Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Color
[2025-11-11T14:21:37.829Z] [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Color
[2025-11-11T14:21:37.829Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Cursor
[2025-11-11T14:21:37.829Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Cursor
[2025-11-11T14:21:37.829Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_DeviceData
[2025-11-11T14:21:37.829Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_DeviceData
[2025-11-11T14:21:37.829Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Font
[2025-11-11T14:21:38.085Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Font
[2025-11-11T14:21:38.085Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_FontData
[2025-11-11T14:21:38.085Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_FontData
[2025-11-11T14:21:38.085Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_FontMetrics
[2025-11-11T14:21:38.340Z] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_FontMetrics
[2025-11-11T14:21:38.341Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_GC
[2025-11-11T14:21:40.931Z] [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.530 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_GC
[2025-11-11T14:21:40.931Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Image
[2025-11-11T14:21:41.493Z] [WARNING] Tests run: 34, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.598 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Image
[2025-11-11T14:21:41.493Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageData
[2025-11-11T14:21:41.493Z] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageData
[2025-11-11T14:21:41.493Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageLoader
[2025-11-11T14:21:41.748Z]
[2025-11-11T14:21:41.748Z] (My Application Name:2356): Gdk-CRITICAL **: 14:21:41.539: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
[2025-11-11T14:21:41.748Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageLoader
[2025-11-11T14:21:41.748Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageLoaderEvent
[2025-11-11T14:21:41.749Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_ImageLoaderEvent
[2025-11-11T14:21:41.749Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_PaletteData
[2025-11-11T14:21:41.749Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_PaletteData
[2025-11-11T14:21:41.749Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Path
[2025-11-11T14:21:42.029Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Path
[2025-11-11T14:21:42.029Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Point
[2025-11-11T14:21:42.029Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Point
[2025-11-11T14:21:42.029Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_RGB
[2025-11-11T14:21:42.029Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_RGB
[2025-11-11T14:21:42.029Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_RGBA
[2025-11-11T14:21:42.029Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_RGBA
[2025-11-11T14:21:42.029Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Rectangle
[2025-11-11T14:21:42.286Z] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Rectangle
[2025-11-11T14:21:42.286Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Region
[2025-11-11T14:21:42.286Z] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Region
[2025-11-11T14:21:42.286Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout
[2025-11-11T14:21:42.286Z] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout
[2025-11-11T14:21:42.286Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Transform
[2025-11-11T14:21:42.286Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Transform
[2025-11-11T14:21:42.542Z] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.695 s -- in org.eclipse.swt.tests.junit.AllGraphicsTests
[2025-11-11T14:21:42.542Z] [INFO] Running org.eclipse.swt.tests.junit.AllWidgetTests
[2025-11-11T14:21:42.542Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_BidiSegmentListener
[2025-11-11T14:21:42.542Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s -- in org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_BidiSegmentListener
[2025-11-11T14:21:42.542Z] [INFO] Running org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_BusyIndicator
[2025-11-11T14:21:43.931Z] [INFO]
[2025-11-11T14:21:43.931Z] [INFO] --- antrun:3.2.0:run (prepare-translation-files) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:43.931Z] [INFO] Executing tasks
[2025-11-11T14:21:43.931Z] [INFO] [move] Moving 41 files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/classes
[2025-11-11T14:21:43.931Z] [INFO] Executed tasks
[2025-11-11T14:21:43.931Z] [INFO]
[2025-11-11T14:21:43.931Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:43.931Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/src/test/resources
[2025-11-11T14:21:43.931Z] [INFO]
[2025-11-11T14:21:43.931Z] [INFO] --- tycho-compiler:5.0.1-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:44.187Z] [INFO]
[2025-11-11T14:21:44.187Z] [INFO] --- surefire:3.5.4:test (execute-tests) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:44.187Z] [INFO] No tests to run.
[2025-11-11T14:21:44.187Z] [INFO]
[2025-11-11T14:21:44.187Z] [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:44.187Z] [INFO]
[2025-11-11T14:21:44.187Z] [INFO] --- tycho-source:5.0.1-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:44.187Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.132.0-SNAPSHOT-sources.jar
[2025-11-11T14:21:44.748Z] [INFO]
[2025-11-11T14:21:44.749Z] [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:45.004Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.132.0-SNAPSHOT.jar
[2025-11-11T14:21:45.259Z] [INFO]
[2025-11-11T14:21:45.260Z] [INFO] --- tycho-p2-plugin:5.0.1-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:21:45.514Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.132.0-SNAPSHOT
[2025-11-11T14:21:45.514Z] [INFO]
[2025-11-11T14:21:45.514Z] [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:22:00.354Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.132.0-SNAPSHOT-javadoc.jar
[2025-11-11T14:22:00.354Z] [INFO]
[2025-11-11T14:22:00.354Z] [INFO] --- tycho-p2-extras:5.0.1-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:22:00.354Z] [INFO]
[2025-11-11T14:22:00.354Z] [INFO] --- tycho-apitools:5.0.1-SNAPSHOT:verify (verify) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:22:00.354Z] [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.132.0-SNAPSHOT with macosx/cocoa/x86_64
[2025-11-11T14:22:15.252Z] [INFO] API Analysis finished in 14 s.
[2025-11-11T14:22:15.252Z] [INFO] 0 API ERRORS
[2025-11-11T14:22:15.252Z] [INFO] 0 API warnings
[2025-11-11T14:22:15.252Z] [INFO]
[2025-11-11T14:22:15.252Z] [INFO] --- antrun:3.2.0:run (package-swt-download-zip) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
[2025-11-11T14:22:15.252Z] [INFO] Executing tasks
[2025-11-11T14:22:15.252Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload
[2025-11-11T14:22:15.252Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload
[2025-11-11T14:22:15.252Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swtdownload-temp/swtdownload/src.zip
[2025-11-11T14:22:15.252Z] [INFO] [zip] library/build.sh already added, skipping
[2025-11-11T14:22:15.508Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/target/swt-I20251111-1408-cocoa-macosx-x86_64.zip
[2025-11-11T14:22:15.787Z] [INFO] Executed tasks
[2025-11-11T14:22:15.787Z] [INFO]
[2025-11-11T14:22:15.787Z] [INFO] -----< org.eclipse.platform:org.eclipse.swt.cocoa.macosx.aarch64 >------
[2025-11-11T14:22:15.787Z] [INFO] Building [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64 3.132.0-SNAPSHOT [23/24]
[2025-11-11T14:22:15.787Z] [INFO] from binaries/org.eclipse.swt.cocoa.macosx.aarch64/.polyglot.META-INF
[2025-11-11T14:22:15.787Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
[2025-11-11T14:22:15.787Z] [INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.38.0-SNAPSHOT/eclipse-sdk-prereqs-4.38.0-SNAPSHOT.target for environments=[macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =include, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] with Tycho Provisioning Agent (extension>org.eclipse.tycho:tycho-maven-plugin:5.0.1-SNAPSHOT)
[2025-11-11T14:22:15.787Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.github.weisj, ArtifactId = jsvg, Version = 2.0.0, ArtifactType = jar, GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.13.2, ArtifactType = jar, GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 78.1, ArtifactType = jar, GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.6.0, ArtifactType = jar, GroupId = commons-io, ArtifactId = commons-io, Version = 2.21.0, ArtifactType = jar, GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.5, ArtifactType = jar, GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.18.1, ArtifactType = jar, GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.16.0, ArtifactType = jar, GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.82, ArtifactType = jar, GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.82, ArtifactType = jar, GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.82, ArtifactType = jar, GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 3.0, ArtifactType = jar, GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.21.2, ArtifactType = jar, GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.17, ArtifactType = jar, GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.17, ArtifactType = jar, GroupId = org.tukaani, ArtifactId = xz, Version = 1.10, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:19.947Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.1.3, ArtifactType = jar, GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.1.3, ArtifactType = jar, GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.1.3, ArtifactType = jar, GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.1.3, ArtifactType = jar, GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.1.3, ArtifactType = jar, GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.1.3, ArtifactType = jar, GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.1.3, ArtifactType = jar, GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.1.3, ArtifactType = jar, GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.1.3, ArtifactType = jar, GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.1.3, ArtifactType = jar, GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.1.3, ArtifactType = jar, GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, GroupId = org.mortbay.jasper, ArtifactId = mortbay-apache-el, Version = 9.0.111, ArtifactType = jar, GroupId = org.mortbay.jasper, ArtifactId = mortbay-apache-jsp, Version = 9.0.111, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:20.506Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.18.0, ArtifactType = jar, GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.18.0, ArtifactType = jar, GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.27.6, ArtifactType = jar, GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.20.0, ArtifactType = jar, GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:21.868Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.9, ArtifactType = jar, GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.9, ArtifactType = jar, GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.9, ArtifactType = jar, GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.9, ArtifactType = jar, GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.9, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:22.123Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.namespace.implementation, Version = 1.0.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.0.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, GroupId = org.osgi, ArtifactId = osgi.annotation, Version = 8.1.0, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:22.378Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = aQute.libg, Version = 7.1.0, ArtifactType = jar, GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.1.0, ArtifactType = jar, GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.1.0, ArtifactType = jar, GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.1.0, ArtifactType = jar, GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.1.0, ArtifactType = jar, GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.1.0, ArtifactType = jar, GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.1.0, ArtifactType = jar, GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.tester.junit-platform, Version = 7.1.0, ArtifactType = jar, GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.tester, Version = 7.1.0, ArtifactType = jar, GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.1.0, ArtifactType = jar, GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.1.0, ArtifactType = jar, GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.1.0, ArtifactType = jar, GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.1.0, ArtifactType = jar, GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.1.0, ArtifactType = jar, GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.1.0, ArtifactType = jar, GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.1.0, ArtifactType = jar, GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.1.0, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:23.302Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.14, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:23.302Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.14.1, ArtifactType = jar, GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.14.1, ArtifactType = jar, GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.14.1, ArtifactType = jar, GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.14.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.14.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.14.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.14.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.14.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.14.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.14.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.14.1, ArtifactType = jar, GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.14.1, ArtifactType = jar, GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:23.863Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 6.0.1, ArtifactType = jar, GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 6.0.1, ArtifactType = jar, GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 6.0.1, ArtifactType = jar, GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 6.0.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 6.0.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 6.0.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 6.0.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 6.0.1, ArtifactType = jar, GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 6.0.1, ArtifactType = jar, GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 6.0.1, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:24.118Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.4, ArtifactType = jar, GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 3.0.0, ArtifactType = jar, GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.4, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:24.118Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.test.assertj.framework, Version = 1.3.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.test.assertj.log, Version = 1.3.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.test.assertj.promise, Version = 1.3.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.test.common, Version = 1.3.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.test.junit4, Version = 1.3.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.test.junit5.cm, Version = 1.3.0, ArtifactType = jar, GroupId = org.osgi, ArtifactId = org.osgi.test.junit5, Version = 1.3.0, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:24.373Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.commonmark, ArtifactId = commonmark-ext-gfm-tables, Version = 0.27.0, ArtifactType = jar, GroupId = org.commonmark, ArtifactId = commonmark, Version = 0.27.0, ArtifactType = jar], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[2025-11-11T14:22:24.373Z] [INFO]
[2025-11-11T14:22:24.373Z] [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.373Z] [INFO]
[2025-11-11T14:22:24.373Z] [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.373Z] [INFO] The project's OSGi version is 3.132.0.v20251111-1403
[2025-11-11T14:22:24.373Z] [INFO]
[2025-11-11T14:22:24.373Z] [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.373Z] [INFO]
[2025-11-11T14:22:24.373Z] [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.373Z] [INFO]
[2025-11-11T14:22:24.373Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.373Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/saveproperties
[2025-11-11T14:22:24.373Z] [INFO]
[2025-11-11T14:22:24.374Z] [INFO] --- target-platform-configuration:5.0.1-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.374Z] [INFO]
[2025-11-11T14:22:24.374Z] [INFO] --- tycho-compiler:5.0.1-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.374Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) on aarch64
[2025-11-11T14:22:24.374Z] [INFO]
[2025-11-11T14:22:24.374Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.374Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources
[2025-11-11T14:22:24.374Z] [INFO]
[2025-11-11T14:22:24.374Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.374Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources
[2025-11-11T14:22:24.374Z] [INFO]
[2025-11-11T14:22:24.374Z] [INFO] --- antrun:3.2.0:run (build-native-binaries) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.374Z] [INFO] Executing tasks
[2025-11-11T14:22:24.374Z] [INFO] Executed tasks
[2025-11-11T14:22:24.374Z] [INFO]
[2025-11-11T14:22:24.374Z] [INFO] --- tycho-compiler:5.0.1-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:24.629Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
[2025-11-11T14:22:24.629Z] [INFO] Compiling 609 source files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/classes using Eclipse Compiler for Java(TM) 3.44.0.v20251107-0038
[2025-11-11T14:22:26.512Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java:[1530]
[2025-11-11T14:22:26.512Z] protected void removeListener (int eventType, SWTEventListener listener) {
[2025-11-11T14:22:26.512Z] ^^^^^^^^^^^^^^^^
[2025-11-11T14:22:26.512Z] The type SWTEventListener has been deprecated since version 2025-03 and marked for removal
[2025-11-11T14:22:26.512Z] [WARNING] /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/TypedListener.java:[68]
[2025-11-11T14:22:26.512Z] public TypedListener (SWTEventListener listener) {
[2025-11-11T14:22:26.512Z] ^^^^^^^^^^^^^^^^
[2025-11-11T14:22:26.512Z] The type SWTEventListener has been deprecated since version 2025-03 and marked for removal
[2025-11-11T14:22:26.512Z] 2 problems (2 warnings)
[2025-11-11T14:22:26.512Z] [INFO]
[2025-11-11T14:22:26.512Z] [INFO] --- tycho-bnd:5.0.1-SNAPSHOT:process (default-process) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:26.512Z] [INFO]
[2025-11-11T14:22:26.512Z] [INFO] --- tycho-ds:5.0.1-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:26.512Z] [INFO]
[2025-11-11T14:22:26.512Z] [INFO] --- tycho-apitools:5.0.1-SNAPSHOT:generate (generate) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:29.773Z] [INFO]
[2025-11-11T14:22:29.773Z] [INFO] --- antrun:3.2.0:run (prepare-translation-files) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:29.773Z] [INFO] Executing tasks
[2025-11-11T14:22:29.773Z] [INFO] [move] Moving 41 files to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/classes
[2025-11-11T14:22:29.773Z] [INFO] Executed tasks
[2025-11-11T14:22:29.773Z] [INFO]
[2025-11-11T14:22:29.773Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:29.773Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/src/test/resources
[2025-11-11T14:22:29.773Z] [INFO]
[2025-11-11T14:22:29.773Z] [INFO] --- tycho-compiler:5.0.1-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:29.773Z] [INFO]
[2025-11-11T14:22:29.773Z] [INFO] --- surefire:3.5.4:test (execute-tests) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:29.773Z] [INFO] No tests to run.
[2025-11-11T14:22:29.773Z] [INFO]
[2025-11-11T14:22:29.773Z] [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:29.773Z] [INFO]
[2025-11-11T14:22:29.773Z] [INFO] --- tycho-source:5.0.1-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:29.773Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.132.0-SNAPSHOT-sources.jar
[2025-11-11T14:22:29.773Z] [INFO]
[2025-11-11T14:22:29.773Z] [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:30.028Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.132.0-SNAPSHOT.jar
[2025-11-11T14:22:30.283Z] [INFO]
[2025-11-11T14:22:30.283Z] [INFO] --- tycho-p2-plugin:5.0.1-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:30.283Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.swt.cocoa.macosx.aarch64:eclipse-plugin:3.132.0-SNAPSHOT
[2025-11-11T14:22:30.283Z] [INFO]
[2025-11-11T14:22:30.283Z] [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:45.138Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.132.0-SNAPSHOT-javadoc.jar
[2025-11-11T14:22:45.393Z] [INFO]
[2025-11-11T14:22:45.393Z] [INFO] --- tycho-p2-extras:5.0.1-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:45.393Z] [INFO]
[2025-11-11T14:22:45.393Z] [INFO] --- tycho-apitools:5.0.1-SNAPSHOT:verify (verify) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:22:45.393Z] [INFO] Resolve API baseline for org.eclipse.platform:org.eclipse.swt.cocoa.macosx.aarch64:eclipse-plugin:3.132.0-SNAPSHOT with macosx/cocoa/aarch64
[2025-11-11T14:23:00.300Z] [INFO] API Analysis finished in 13 s.
[2025-11-11T14:23:00.300Z] [INFO] 0 API ERRORS
[2025-11-11T14:23:00.300Z] [INFO] 0 API warnings
[2025-11-11T14:23:00.300Z] [INFO]
[2025-11-11T14:23:00.300Z] [INFO] --- antrun:3.2.0:run (package-swt-download-zip) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
[2025-11-11T14:23:00.300Z] [INFO] Executing tasks
[2025-11-11T14:23:00.300Z] [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload
[2025-11-11T14:23:00.300Z] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload
[2025-11-11T14:23:00.300Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swtdownload-temp/swtdownload/src.zip
[2025-11-11T14:23:00.300Z] [INFO] [zip] library/build.sh already added, skipping
[2025-11-11T14:23:00.300Z] [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/target/swt-I20251111-1408-cocoa-macosx-aarch64.zip
[2025-11-11T14:23:00.301Z] [INFO] Executed tasks
[2025-11-11T17:04:36.606Z] Sending interrupt signal to process
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] Results:
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [WARNING] Tests run: 512, Failures: 0, Errors: 0, Skipped: 8
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [ERROR] There was a timeout in the fork
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] --- tycho-p2-extras:5.0.1-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tests ---
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] --- tycho-apitools:5.0.1-SNAPSHOT:verify (verify) @ org.eclipse.swt.tests ---
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] -----------< org.eclipse.platform:org.eclipse.swt.tests.gtk >-----------
[2025-11-11T17:04:41.094Z] [INFO] Building [test-bundle] Eclipse SWT Tests Linux/gtk 3.109.100-SNAPSHOT [24/24]
[2025-11-11T17:04:41.094Z] [INFO] from tests/org.eclipse.swt.tests.gtk/.polyglot.META-INF
[2025-11-11T17:04:41.094Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] --- clean:3.5.0:clean (default-clean) @ org.eclipse.swt.tests.gtk ---
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tests.gtk ---
[2025-11-11T17:04:41.094Z] [INFO] The project's OSGi version is 3.109.100.v20251025-1239
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tests.gtk ---
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tests.gtk ---
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tests.gtk ---
[2025-11-11T17:04:41.094Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.swt_PR-2737/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/saveproperties
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] --- target-platform-configuration:5.0.1-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tests.gtk ---
[2025-11-11T17:04:41.094Z] [INFO]
[2025-11-11T17:04:41.094Z] [INFO] --- tycho-compiler:5.0.1-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tests.gtk ---
[2025-11-11T17:04:41.094Z] [INFO] Resolving class path of [test-bundle] Eclipse SWT Tests Linux/gtk
[2025-11-11T17:04:41.102Z] script returned exit code 143
Build / Record compiler warnings and static analysis results
Output truncated.
Details
- Declarative: Tool Install (4.6 sec)
- Checkout SCM (1 min 7 sec)
- Check if SWT-binaries build is needed (9.5 sec)
- Build SWT-binaries, if needed (1 min 48 sec)
- Matrix - PLATFORM = 'cocoa.macosx.aarch64' (1 ms)
- Matrix - PLATFORM = 'cocoa.macosx.aarch64' (1 min 15 sec)
- Initiate native build (24 sec)
- Collect and sign binaries (25 sec)
- Matrix - PLATFORM = 'cocoa.macosx.aarch64' (1 min 15 sec)
- Matrix - PLATFORM = 'cocoa.macosx.x86_64' (24 sec)
- Matrix - PLATFORM = 'cocoa.macosx.x86_64' (1 min 15 sec)
- Initiate native build (24 sec)
- Collect and sign binaries (25 sec)
- Matrix - PLATFORM = 'cocoa.macosx.x86_64' (1 min 15 sec)
- Matrix - PLATFORM = 'gtk.linux.aarch64' (24 sec)
- Matrix - PLATFORM = 'gtk.linux.aarch64' (1 min 15 sec)
- Initiate native build (24 sec)
- Collect and sign binaries (25 sec)
- Matrix - PLATFORM = 'gtk.linux.aarch64' (1 min 15 sec)
- Matrix - PLATFORM = 'gtk.linux.ppc64le' (24 sec)
- Matrix - PLATFORM = 'gtk.linux.ppc64le' (1 min 15 sec)
- Initiate native build (24 sec)
- Collect and sign binaries (25 sec)
- Matrix - PLATFORM = 'gtk.linux.ppc64le' (1 min 15 sec)
- Matrix - PLATFORM = 'gtk.linux.riscv64' (24 sec)
- Matrix - PLATFORM = 'gtk.linux.riscv64' (1 min 15 sec)
- Initiate native build (24 sec)
- Collect and sign binaries (25 sec)
- Matrix - PLATFORM = 'gtk.linux.riscv64' (1 min 15 sec)
- Matrix - PLATFORM = 'gtk.linux.x86_64' (1 ms)
- Matrix - PLATFORM = 'gtk.linux.x86_64' (1 min 15 sec)
- Initiate native build (24 sec)
- Collect and sign binaries (25 sec)
- Matrix - PLATFORM = 'gtk.linux.x86_64' (1 min 15 sec)
- Matrix - PLATFORM = 'gtk4.linux.x86_64' (24 sec)
- Matrix - PLATFORM = 'gtk4.linux.x86_64' (1 min 15 sec)
- Initiate native build (24 sec)
- Collect and sign binaries (25 sec)
- Matrix - PLATFORM = 'gtk4.linux.x86_64' (1 min 15 sec)
- Matrix - PLATFORM = 'win32.win32.aarch64' (24 sec)
- Matrix - PLATFORM = 'win32.win32.aarch64' (1 min 15 sec)
- Initiate native build (24 sec)
- Collect and sign binaries (25 sec)
- Matrix - PLATFORM = 'win32.win32.aarch64' (1 min 15 sec)
- Matrix - PLATFORM = 'win32.win32.x86_64' (1 min 44 sec)
- Matrix - PLATFORM = 'win32.win32.x86_64' (1 min 15 sec)
- Initiate native build (24 sec)
- Collect and sign binaries (25 sec)
- Matrix - PLATFORM = 'win32.win32.x86_64' (1 min 15 sec)
- Matrix - PLATFORM = 'cocoa.macosx.aarch64' (1 ms)
- Commit SWT-native binaries, if build (4.6 sec)
- Build (2 hr 57 min)
Error: Timeout has been exceeded - logs
Unstable: -> Some quality gates have been missed: overall result is UNSTABLE - logs - Push SWT-native binaries, if build (4.5 sec)
Loading