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

Failed

com.jogamp.opencl.CLCommandQueueTest.eventsTest

Failing for the past 238 builds (Since Unstable#425 )
Took 0.32 sec.

Error Message

can not enqueue 1DRange CLKernel [id: 140192641041592 name: VectorAddGM]
 with gwo: null gws: {1310720} lws: {1024} 
cond.: null events: com.jogamp.opencl.CLEventList[] [error: CL_INVALID_WORK_GROUP_SIZE]

Stacktrace

com.jogamp.opencl.CLException$CLInvalidWorkGroupSizeException: can not enqueue 1DRange CLKernel [id: 140192641041592 name: VectorAddGM]
 with gwo: null gws: {1310720} lws: {1024} 
cond.: null events: com.jogamp.opencl.CLEventList[] [error: CL_INVALID_WORK_GROUP_SIZE]
	at com.jogamp.opencl.CLException.newException(CLException.java:78)
	at com.jogamp.opencl.CLCommandQueue.putNDRangeKernel(CLCommandQueue.java:1614)
	at com.jogamp.opencl.CLCommandQueue.put1DRangeKernel(CLCommandQueue.java:1472)
	at com.jogamp.opencl.CLCommandQueue.put1DRangeKernel(CLCommandQueue.java:1450)
	at com.jogamp.opencl.CLCommandQueueTest.eventsTest(CLCommandQueueTest.java:139)

Standard Output

 - - - event synchronization test - - - 
CLCommandQueue [] on CLDevice [id: 4294967295 name: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz type: CPU profile: FULL_PROFILE]
com.jogamp.opencl.CLEventList[]
com.jogamp.opencl.CLEventList[CLEvent [id: 140192641116136 name: WRITE_BUFFER status: RUNNING], CLEvent [id: 140192641109208 name: WRITE_BUFFER status: SUBMITTED]]
 - - - event conditions test - - - 
 - - - event synchronization test - - - 
CLCommandQueue [PROFILING_MODE] on CLDevice [id: 4294967295 name: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz type: CPU profile: FULL_PROFILE]
 - - - user events test - - - 
CLUserEvent [id: 140192641095256 name: USER status: SUBMITTED]
 - - - event callback test - - - 
event received: CLUserEvent [id: 140192641089672 name: USER status: COMPLETE]
 - - - QueueBarrier test - - - 
CLCommandQueue [] on CLDevice [id: 4294967295 name: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz type: CPU profile: FULL_PROFILE]
CLCommandQueue [] on CLDevice [id: 16918016 name: GeForce 320M type: GPU profile: FULL_PROFILE]
starting threads

Standard Error

Exception in thread "C" com.jogamp.opencl.CLException$CLInvalidWorkGroupSizeException: can not enqueue 1DRange CLKernel [id: 140192641212088 name: VectorAddGM]
 with gwo: null gws: {2621440} lws: {1024} 
cond.: null events: com.jogamp.opencl.CLEventList[] [error: CL_INVALID_WORK_GROUP_SIZE]
	at com.jogamp.opencl.CLException.newException(CLException.java:78)
	at com.jogamp.opencl.CLCommandQueue.putNDRangeKernel(CLCommandQueue.java:1614)
	at com.jogamp.opencl.CLCommandQueue.put1DRangeKernel(CLCommandQueue.java:1472)
	at com.jogamp.opencl.CLCommandQueue.put1DRangeKernel(CLCommandQueue.java:1450)
	at com.jogamp.opencl.CLCommandQueueTest$2.run(CLCommandQueueTest.java:458)