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

Failed

com.jogamp.opencl.CLCommandQueueTest.concurrencyTest

Failing for the past 72 builds (Since Unstable#814 )
Took 5.2 sec.

Stacktrace

java.util.ConcurrentModificationException
	at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
	at java.util.HashMap$ValueIterator.next(HashMap.java:822)
	at com.jogamp.opencl.CLContext.release(CLContext.java:513)
	at com.jogamp.opencl.CLCommandQueueTest.concurrencyTest(CLCommandQueueTest.java:506)

Standard Output

 - - - event synchronization test - - - 
CLCommandQueue [] on CLDevice [id: 16918016 name: GeForce 320M type: GPU profile: FULL_PROFILE]
com.jogamp.opencl.CLEventList[]
com.jogamp.opencl.CLEventList[CLEvent [id: 140528311123184 name: WRITE_BUFFER status: COMPLETE], CLEvent [id: 140528311125584 name: WRITE_BUFFER status: RUNNING]]
results are valid
 - - - event conditions test - - - 
 - - - event synchronization test - - - 
CLCommandQueue [PROFILING_MODE] on CLDevice [id: 16918016 name: GeForce 320M type: GPU profile: FULL_PROFILE]
CLEvent [id: 140528311130272 name: NDRANGE_KERNEL status: QUEUED]
CLEvent [id: 140528311130272 name: NDRANGE_KERNEL status: COMPLETE]
time: 1308064
 - - - user events test - - - 
CLUserEvent [id: 140528311244912 name: USER status: SUBMITTED]
 - - - event callback test - - - 
event received: CLUserEvent [id: 140528311140720 name: USER status: COMPLETE]
 - - - QueueBarrier test - - - 
CLCommandQueue [] on CLDevice [id: 16918016 name: GeForce 320M type: GPU profile: FULL_PROFILE]
CLCommandQueue [] on CLDevice [id: 4294967295 name: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz type: CPU profile: FULL_PROFILE]
starting threads

Standard Error

Exception in thread "D" com.jogamp.opencl.CLException$CLInvalidWorkGroupSizeException: can not enqueue 1DRange CLKernel [id: 140528294812672 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:79)
	at com.jogamp.opencl.CLCommandQueue.putNDRangeKernel(CLCommandQueue.java:1638)
	at com.jogamp.opencl.CLCommandQueue.put1DRangeKernel(CLCommandQueue.java:1496)
	at com.jogamp.opencl.CLCommandQueue.put1DRangeKernel(CLCommandQueue.java:1474)
	at com.jogamp.opencl.CLCommandQueueTest$3.run(CLCommandQueueTest.java:486)
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:91)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at com.jogamp.opencl.CLCommandQueueTest.concurrencyTest(CLCommandQueueTest.java:497)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.FailOnTimeout$1.run(FailOnTimeout.java:28)