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

Failed

com.jogamp.opencl.gl.CLGLTest.createContextTest

Failing for the past 250 builds (Since Unstable#322 )
Took 1.9 sec.

Error Message

can not create CL context [error: CL_INVALID_VALUE]

Stacktrace

com.jogamp.opencl.CLException$CLInvalidValueException: can not create CL context [error: CL_INVALID_VALUE]
	at com.jogamp.opencl.CLException.checkForError(CLException.java:67)
	at com.jogamp.opencl.CLContext.createContext(CLContext.java:230)
	at com.jogamp.opencl.gl.CLGLContext.create(CLGLContext.java:126)
	at com.jogamp.opencl.gl.CLGLTest.createContextTest(CLGLTest.java:135)

Standard Output

 - - - glcl; createContextTest - - - 
isGLMemorySharingSupported==true on: 
    CLDevice [id: 16918016 name: GeForce 320M type: GPU profile: FULL_PROFILE]
CLPlatform [name: Apple, vendor: Apple, profile: FULL_PROFILE, version: OpenCL 1.1 (Dec  4 2011 16:53:18)]
 - - - glcl; vboSharing - - - 
test aborted

Standard Error

Exception in thread "Thread-1-Display-MacOSX_nil-1-EDT-1" javax.media.opengl.GLException: Error: Attempt to make context current on thread Thread-1-Display-MacOSX_nil-1-EDT-1 which is already current on thread Thread-9
	at jogamp.opengl.GLContextImpl.lockConsiderFailFast(GLContextImpl.java:225)
	at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:391)
	at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:412)
	at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:361)
	at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:560)
	at com.jogamp.newt.opengl.GLWindow$1.windowRepaint(GLWindow.java:83)
	at jogamp.newt.WindowImpl.consumeWindowEvent(WindowImpl.java:2326)
	at jogamp.newt.WindowImpl.consumeEvent(WindowImpl.java:1944)
	at jogamp.newt.DisplayImpl.dispatchMessage(DisplayImpl.java:365)
	at jogamp.newt.DisplayImpl.dispatchMessages(DisplayImpl.java:398)
	at jogamp.newt.DisplayImpl$DispatchMessagesRunnable.run(DisplayImpl.java:349)
	at jogamp.newt.DefaultEDTUtil$EventDispatchThread.run(DefaultEDTUtil.java:275)