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

Failed

com.jogamp.opencl.CLProgramTest.createAllKernelsTest

Failing for the past 1 build (Since Unstable#205 )
Took 29 ms.

Error Message

 CLDevice [id: 16918016 name: GeForce 9400 type: GPU profile: FULL_PROFILE] build log: <program source>:1:16: error: invalid token after top level declarator  kernel void foo                 ^ CLDevice [id: 16909312 name: Intel(R) Core(TM)2 Duo CPU     P7550  @ 2.26GHz type: CPU profile: FULL_PROFILE] build log: <program source>:1:16: error: invalid token after top level declarator  kernel void foo                 ^ [error: CL_BUILD_PROGRAM_FAILURE]

Stacktrace

com.jogamp.opencl.CLException$CLBuildProgramFailureException: 
CLDevice [id: 16918016 name: GeForce 9400 type: GPU profile: FULL_PROFILE] build log:
<program source>:1:16: error: invalid token after top level declarator
 kernel void foo
                ^
CLDevice [id: 16909312 name: Intel(R) Core(TM)2 Duo CPU     P7550  @ 2.26GHz type: CPU profile: FULL_PROFILE] build log:
<program source>:1:16: error: invalid token after top level declarator
 kernel void foo
                ^ [error: CL_BUILD_PROGRAM_FAILURE]
	at com.jogamp.opencl.CLException.newException(CLException.java:50)
	at com.jogamp.opencl.CLProgram.build(CLProgram.java:335)
	at com.jogamp.opencl.CLProgram.build(CLProgram.java:174)
	at com.jogamp.opencl.CLProgramTest.createAllKernelsTest(CLProgramTest.java:284)

Standard Output

 - - - CLProgramTest; rebuild program test - - - 
got expected exception:  CL_INVALID_PROGRAM_EXECUTABLE
{CLDevice [id: 16909312 name: Intel(R) Core(TM)2 Duo CPU     P7550  @ 2.26GHz type: CPU profile: FULL_PROFILE]=BUILD_NONE, CLDevice [id: 16918016 name: GeForce 9400 type: GPU profile: FULL_PROFILE]=BUILD_NONE}
 - - - CLProgramTest; down-/upload binaries test - - - 
 - - - CLProgramTest; program builder test - - - 
compile workgroup size: 256 256 256