The Jenkins Controller is preparing for shutdown. No new builds can be started.
Regression
com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT00.testTextRendererMSAA01
Failing for the past 1 build
(Since Unstable )
Error Message
Error setting weight in shader: ShaderState[ ShaderProgram[id=1, linked=true, inUse=true, program: 1, ShaderCode[id=1, type=VERTEX_SHADER, valid=true, shader: 2, source] ShaderCode[id=2, type=FRAGMENT_SHADER, valid=true, shader: 3, source]] enabledAttributes [ ], activeAttributes [ ], managedAttributes [ ], activeUniforms [ GLUniformData[name gcu_PMVMatrix, location 2, size 4x4, count 2, data 0: [ 1.00000 0.00000 0.00000 0.00000 ] 0: [ 0.00000 1.00000 0.00000 0.00000 ] 0: [ 0.00000 0.00000 1.00000 0.00000 ] 0: [ 0.00000 0.00000 0.00000 1.00000 ] , 1: [ 1.00000 0.00000 0.00000 0.00000 ] 1: [ 0.00000 1.00000 0.00000 0.00000 ] 1: [ 0.00000 0.00000 1.00000 0.00000 ] 1: [ 0.00000 0.00000 0.00000 1.00000 ] , ] ], managedUniforms [ GLUniformData[name gcu_PMVMatrix, location 2, size 4x4, count 2, data 0: [ 1.00000 0.00000 0.00000 0.00000 ] 0: [ 0.00000 1.00000 0.00000 0.00000 ] 0: [ 0.00000 0.00000 1.00000 0.00000 ] 0: [ 0.00000 0.00000 0.00000 1.00000 ] , 1: [ 1.00000 0.00000 0.00000 0.00000 ] 1: [ 0.00000 1.00000 0.00000 0.00000 ] 1: [ 0.00000 0.00000 1.00000 0.00000 ] 1: [ 0.00000 0.00000 0.00000 1.00000 ] , ] GLUniformData[name gcu_PMVMatrix, location 2, size 4x4, count 2, data 0: [ 1.00000 0.00000 0.00000 0.00000 ] 0: [ 0.00000 1.00000 0.00000 0.00000 ] 0: [ 0.00000 0.00000 1.00000 0.00000 ] 0: [ 0.00000 0.00000 0.00000 1.00000 ] , 1: [ 1.00000 0.00000 0.00000 0.00000 ] 1: [ 0.00000 1.00000 0.00000 0.00000 ] 1: [ 0.00000 0.00000 1.00000 0.00000 ] 1: [ 0.00000 0.00000 0.00000 1.00000 ] , ] ] ]
Stacktrace
javax.media.opengl.GLException: Error setting weight in shader: ShaderState[ ShaderProgram[id=1, linked=true, inUse=true, program: 1, ShaderCode[id=1, type=VERTEX_SHADER, valid=true, shader: 2, source] ShaderCode[id=2, type=FRAGMENT_SHADER, valid=true, shader: 3, source]] enabledAttributes [ ], activeAttributes [ ], managedAttributes [ ], activeUniforms [ GLUniformData[name gcu_PMVMatrix, location 2, size 4x4, count 2, data 0: [ 1.00000 0.00000 0.00000 0.00000 ] 0: [ 0.00000 1.00000 0.00000 0.00000 ] 0: [ 0.00000 0.00000 1.00000 0.00000 ] 0: [ 0.00000 0.00000 0.00000 1.00000 ] , 1: [ 1.00000 0.00000 0.00000 0.00000 ] 1: [ 0.00000 1.00000 0.00000 0.00000 ] 1: [ 0.00000 0.00000 1.00000 0.00000 ] 1: [ 0.00000 0.00000 0.00000 1.00000 ] , ] ], managedUniforms [ GLUniformData[name gcu_PMVMatrix, location 2, size 4x4, count 2, data 0: [ 1.00000 0.00000 0.00000 0.00000 ] 0: [ 0.00000 1.00000 0.00000 0.00000 ] 0: [ 0.00000 0.00000 1.00000 0.00000 ] 0: [ 0.00000 0.00000 0.00000 1.00000 ] , 1: [ 1.00000 0.00000 0.00000 0.00000 ] 1: [ 0.00000 1.00000 0.00000 0.00000 ] 1: [ 0.00000 0.00000 1.00000 0.00000 ] 1: [ 0.00000 0.00000 0.00000 1.00000 ] , ] GLUniformData[name gcu_PMVMatrix, location 2, size 4x4, count 2, data 0: [ 1.00000 0.00000 0.00000 0.00000 ] 0: [ 0.00000 1.00000 0.00000 0.00000 ] 0: [ 0.00000 0.00000 1.00000 0.00000 ] 0: [ 0.00000 0.00000 0.00000 1.00000 ] , 1: [ 1.00000 0.00000 0.00000 0.00000 ] 1: [ 0.00000 1.00000 0.00000 0.00000 ] 1: [ 0.00000 0.00000 1.00000 0.00000 ] 1: [ 0.00000 0.00000 0.00000 1.00000 ] , ] ] ] at com.jogamp.graph.curve.opengl.Renderer.init(Renderer.java:143) at com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT00$TextRendererListener.init(TestTextRendererNEWT00.java:205) at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:525) at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:564) at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:551) at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:279) at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1014) at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:889) at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:543) at jogamp.opengl.GLDrawableHelper.invoke(GLDrawableHelper.java:709) at jogamp.opengl.GLAutoDrawableBase.invoke(GLAutoDrawableBase.java:420) at com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT00.testTextRendererMSAA01(TestTextRendererNEWT00.java:137) at com.jogamp.newt.util.MainThread$UserApp.run(MainThread.java:206)
Standard Error
Thread-6 - SISock: localhost/127.0.0.1:59999 - started SLOCK [T Thread-4-UserApp-JUnitTestRunner @ 1358577375085 ms +++ localhost/127.0.0.1:59999 - Locked ++++ UITestCase.setUp: com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT00 - testTextRendererMSAA01 Requested: GLCaps[rgba 0x8/8/8/4, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL2ES2/GL2.hw], on-scr[.]] Chosen: GLCaps[rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL2ES2/GL2.hw], on-scr[.]] ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT00 - testTextRendererMSAA01 SLOCK [T Thread-4-UserApp-JUnitTestRunner @ 1358577376302 ms --- localhost/127.0.0.1:59999 - Unlock ok