Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Regression

com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec.test02NewtCanvasSWTSimple

Failing for the past 1 build (Since Unstable#1508 )
Took 2 ms.

Error Message

Not implemented [multiple displays]

Stacktrace

org.eclipse.swt.SWTError: Not implemented [multiple displays]
	at org.eclipse.swt.SWT.error(SWT.java:4944)
	at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:805)
	at org.eclipse.swt.widgets.Display.create(Display.java:943)
	at org.eclipse.swt.graphics.Device.<init>(Device.java:132)
	at org.eclipse.swt.widgets.Display.<init>(Display.java:798)
	at org.eclipse.swt.widgets.Display.<init>(Display.java:789)
	at com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec$SWT_DSC$1.run(TestSWTBug643AsyncExec.java:178)
	at jogamp.nativewindow.macosx.OSXUtil.RunOnMainThread(OSXUtil.java:307)
	at com.jogamp.nativewindow.swt.SWTAccessor.invokeOnOSTKThread(SWTAccessor.java:807)
	at com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec$SWT_DSC.init(TestSWTBug643AsyncExec.java:176)
	at com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec.testImpl(TestSWTBug643AsyncExec.java:222)
	at com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec.test02NewtCanvasSWTSimple(TestSWTBug643AsyncExec.java:335)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

Standard Error

++++ Test Singleton.ctor()
++++ Test Singleton.lock()
SLOCK [T SingletonServerSocket1-localhost/127.0.0.1:59999 @ 1674267432081 ms III - Start
SLOCK [T main @ 1674267432083 ms +++ localhost/127.0.0.1:59999 - Locked within 15 ms, 1 attempts
++++ TestCase.setUp: com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec - test01JOGLGLCanvas
**** Pre Shell Open
**** Post Shell Open
[A-0 shallStop false]
Thread[main,5,main] GearsES2.init.0 0x7ec7ffd3: tileRendererInUse null, GearsES2[obj 0x7ec7ffd3 isInit false, usesShared false, 1 null, 2 null, 3 null, sharedGears null]
GearsES2 init 0x7ec7ffd3 on Thread[main,5,main]
Chosen GLCapabilities: GLCaps[rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/0/0, dbl, mono  , hw, GLProfile[GL2/GL2.hw], on-scr[.]]
INIT GL IS: jogamp.opengl.gl4.GL4bcImpl
Swap Interval  1
GL Profile     GLProfile[GL2/GL2.hw]
GL Version     2.1 (Compat profile, arb, compat[], FBO, hardware) - 2.1 INTEL-18.8.5 [GL 2.1.0, vendor 18.8.5 (INTEL-18.8.5)]
Quirks         [NoOffscreenBitmap, GL4NeedsGL3Request, NeedSharedObjectSync]
Impl. class    jogamp.opengl.gl4.GL4bcImpl
GL_VENDOR      Intel Inc.
GL_RENDERER    Intel Iris OpenGL Engine
GL_VERSION     2.1 INTEL-18.8.5
GLSL           true, has-compiler-func: true, version: 1.20 / 1.20.0
GL FBO: basic true, full true
GL_EXTENSIONS  128
GLX_EXTENSIONS 0
-----------------------------------------------------------------------------------------------------
gear1 0x7ec7ffd3 created: GearsObj[0x41d477ed, vbo ff 1, fs 2, bf 3, bs 4]
gear2 0x7ec7ffd3 created: GearsObj[0x3590fc5b, vbo ff 7, fs 8, bf 9, bs 10]
gear3 0x7ec7ffd3 created: GearsObj[0x3590fc5b, vbo ff 7, fs 8, bf 9, bs 10]
Thread[main,5,main] GearsES2.init.X 0x7ec7ffd3 FIN GearsES2[obj 0x7ec7ffd3 isInit true, usesShared false, 1 GearsObj[0x41d477ed, vbo ff 1, fs 2, bf 3, bs 4], 2 GearsObj[0x3590fc5b, vbo ff 7, fs 8, bf 9, bs 10], 3 GearsObj[0x397fbdb, vbo ff 13, fs 14, bf 15, bs 16], sharedGears null]
Thread[main,5,main] GearsES2.reshape 0x7ec7ffd3 0/0 400x422 of 400x422, swapInterval 1, drawable 0x7fb9ff9486f0, msaa false, tileRendererInUse null
>> GearsES2 0x7ec7ffd3, angle 0.0, [l -1.0, r 1.0, b -1.055, t 1.055] 2.0x2.11 -> [l -1.0, r 1.0, b -1.055, t 1.055] 2.0x2.11, v-flip false
Thread[main,5,main] GearsES2.display 0x7ec7ffd3 400x422, swapInterval 1, drawable 0x7fb9ff9486f0
java.lang.NullPointerException: Cannot invoke "org.eclipse.swt.internal.cocoa.NSGraphicsContext.saveGraphicsState()" because "context" is null
	at org.eclipse.swt.widgets.Widget.drawRect(Widget.java:764)
	at org.eclipse.swt.widgets.Canvas.drawRect(Canvas.java:170)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6287)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
	at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:5565)
	at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5965)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
	at org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask(NSApplication.java:92)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3983)
	at com.jogamp.opengl.test.junit.util.SWTTestUtil$WaitAction$1.run(SWTTestUtil.java:51)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5250)
	at com.jogamp.opengl.test.junit.util.SWTTestUtil$WaitAction.run(SWTTestUtil.java:61)
	at com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec.testImpl(TestSWTBug643AsyncExec.java:310)
	at com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec.test01JOGLGLCanvas(TestSWTBug643AsyncExec.java:330)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
++++ TestCase.tearDown: com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec - test01JOGLGLCanvas
++++ TestCase.setUp: com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec - test02NewtCanvasSWTPreVisible
++++ TestCase.tearDown: com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec - test02NewtCanvasSWTPreVisible
++++ TestCase.setUp: com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec - test02NewtCanvasSWTSimple
++++ TestCase.tearDown: com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec - test02NewtCanvasSWTSimple
++++ Test Singleton.unlock()
SLOCK [T SingletonServerSocket1-localhost/127.0.0.1:59999 @ 1674267433815 ms III - Stopping: alive true, shallQuit true, hasSocket true
SLOCK [T main @ 1674267433815 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
*R-Exit* shallStop true