The Jenkins Controller is preparing for shutdown. No new builds can be started.
Regression
com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01.testTextRendererR2T01
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 4, 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 4, 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 4, 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 4, 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 4, 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 4, 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.demos.GPURendererListenerBase01.init(GPURendererListenerBase01.java:126) at com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01$TextGLListener.init(TestTextRendererNEWT01.java:221) 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 com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01.testTextRendererR2T01(TestTextRendererNEWT01.java:127) at com.jogamp.newt.util.MainThread$UserApp.run(MainThread.java:206)
Standard Output
GL MSAA SETUP: Caps realised GLCaps[rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2/GL2.hw], on-scr[.]] Caps sample buffers false, samples 0 GL MULTISAMPLE true GL SAMPLE_BUFFERS 0, SAMPLES 0 GL CSAA SETUP: GL SAMPLE COVERAGE false GL SAMPLE_ALPHA_TO_COVERAGE false GL SAMPLE_ALPHA_TO_ONE false GL SAMPLE_COVERAGE false: SAMPLE_COVERAGE_VALUE 1.0, SAMPLE_COVERAGE_INVERT 0 GL MSAA SETUP: Caps realised 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[.]] Caps sample buffers true, samples 4 GL MULTISAMPLE true GL SAMPLE_BUFFERS 1, SAMPLES 4 GL CSAA SETUP: GL SAMPLE COVERAGE false GL SAMPLE_ALPHA_TO_COVERAGE false GL SAMPLE_ALPHA_TO_ONE false GL SAMPLE_COVERAGE false: SAMPLE_COVERAGE_VALUE 1.0, SAMPLE_COVERAGE_INVERT 0
Standard Error
Thread-6 - SISock: localhost/127.0.0.1:59999 - started SLOCK [T Thread-4-UserApp-JUnitTestRunner @ 1358577377739 ms +++ localhost/127.0.0.1:59999 - Locked ++++ UITestCase.setUp: com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 - testTextRendererR2T01 Requested: GLCaps[rgba 0x8/8/8/4, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2/GL2.hw], on-scr[.]] Chosen: GLCaps[rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2/GL2.hw], on-scr[.]] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Copyright 2010 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0 Ubuntu Regular DaltonMaagLtd: Ubuntu Regular 0.71 Ubuntu Version 0.71 Ubuntu Ubuntu and Canonical are registered trademarks of Canonical Ltd. Dalton Maag Ltd Dalton Maag Ltd The Ubuntu Font Family are libre fonts funded by Canonical Ltd on behalf of the Ubuntu project. The font design work and technical implementation is being undertaken by Dalton Maag. The typeface is sans-serif, uses OpenType features and is manually hinted for clarity on desktop and mobile computing screens. The scope of the Ubuntu Font Family includes all the languages used by the various Ubuntu users around the world in tune with Ubuntu's philosophy which states that every user should be able to use their software in the language of their choice. The project is ongoing, and we expect the family will be extended to cover many written languages in the coming years. http://www.daltonmaag.com/ http://www.daltonmaag.com/ Copyright 2010 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0 Ubuntu Regular DaltonMaagLtd: Ubuntu Regular 0.71 Ubuntu Version 0.71 Ubuntu Ubuntu and Canonical are registered trademarks of Canonical Ltd. Dalton Maag Ltd Dalton Maag Ltd The Ubuntu Font Family are libre fonts funded by Canonical Ltd on behalf of the Ubuntu project. The font design work and technical implementation is being undertaken by Dalton Maag. The typeface is sans-serif, uses OpenType features and is manually hinted for clarity on desktop and mobile computing screens. The scope of the Ubuntu Font Family includes all the languages used by the various Ubuntu users around the world in tune with Ubuntu's philosophy which states that every user should be able to use their software in the language of their choice. The project is ongoing, and we expect the family will be extended to cover many written languages in the coming years. http://www.daltonmaag.com/ http://www.daltonmaag.com/ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Copyright 2010 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0 Ubuntu Regular DaltonMaagLtd: Ubuntu Regular 0.71 Ubuntu Version 0.71 Ubuntu Ubuntu and Canonical are registered trademarks of Canonical Ltd. Dalton Maag Ltd Dalton Maag Ltd The Ubuntu Font Family are libre fonts funded by Canonical Ltd on behalf of the Ubuntu project. The font design work and technical implementation is being undertaken by Dalton Maag. The typeface is sans-serif, uses OpenType features and is manually hinted for clarity on desktop and mobile computing screens. The scope of the Ubuntu Font Family includes all the languages used by the various Ubuntu users around the world in tune with Ubuntu's philosophy which states that every user should be able to use their software in the language of their choice. The project is ongoing, and we expect the family will be extended to cover many written languages in the coming years. http://www.daltonmaag.com/ http://www.daltonmaag.com/ Copyright 2010 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0 Ubuntu Regular DaltonMaagLtd: Ubuntu Regular 0.71 Ubuntu Version 0.71 Ubuntu Ubuntu and Canonical are registered trademarks of Canonical Ltd. Dalton Maag Ltd Dalton Maag Ltd The Ubuntu Font Family are libre fonts funded by Canonical Ltd on behalf of the Ubuntu project. The font design work and technical implementation is being undertaken by Dalton Maag. The typeface is sans-serif, uses OpenType features and is manually hinted for clarity on desktop and mobile computing screens. The scope of the Ubuntu Font Family includes all the languages used by the various Ubuntu users around the world in tune with Ubuntu's philosophy which states that every user should be able to use their software in the language of their choice. The project is ongoing, and we expect the family will be extended to cover many written languages in the coming years. http://www.daltonmaag.com/ http://www.daltonmaag.com/ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *** 2.1 (Compatibility profile, arb, FBO, hardware) - 2.1 NVIDIA-7.32.12 *** GLDebugMessage false ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 - testTextRendererR2T01 ++++ UITestCase.setUp: com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 - 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[.]] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Copyright 2010 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0 Ubuntu Regular DaltonMaagLtd: Ubuntu Regular 0.71 Ubuntu Version 0.71 Ubuntu Ubuntu and Canonical are registered trademarks of Canonical Ltd. Dalton Maag Ltd Dalton Maag Ltd The Ubuntu Font Family are libre fonts funded by Canonical Ltd on behalf of the Ubuntu project. The font design work and technical implementation is being undertaken by Dalton Maag. The typeface is sans-serif, uses OpenType features and is manually hinted for clarity on desktop and mobile computing screens. The scope of the Ubuntu Font Family includes all the languages used by the various Ubuntu users around the world in tune with Ubuntu's philosophy which states that every user should be able to use their software in the language of their choice. The project is ongoing, and we expect the family will be extended to cover many written languages in the coming years. http://www.daltonmaag.com/ http://www.daltonmaag.com/ Copyright 2010 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0 Ubuntu Regular DaltonMaagLtd: Ubuntu Regular 0.71 Ubuntu Version 0.71 Ubuntu Ubuntu and Canonical are registered trademarks of Canonical Ltd. Dalton Maag Ltd Dalton Maag Ltd The Ubuntu Font Family are libre fonts funded by Canonical Ltd on behalf of the Ubuntu project. The font design work and technical implementation is being undertaken by Dalton Maag. The typeface is sans-serif, uses OpenType features and is manually hinted for clarity on desktop and mobile computing screens. The scope of the Ubuntu Font Family includes all the languages used by the various Ubuntu users around the world in tune with Ubuntu's philosophy which states that every user should be able to use their software in the language of their choice. The project is ongoing, and we expect the family will be extended to cover many written languages in the coming years. http://www.daltonmaag.com/ http://www.daltonmaag.com/ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Copyright 2010 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0 Ubuntu Regular DaltonMaagLtd: Ubuntu Regular 0.71 Ubuntu Version 0.71 Ubuntu Ubuntu and Canonical are registered trademarks of Canonical Ltd. Dalton Maag Ltd Dalton Maag Ltd The Ubuntu Font Family are libre fonts funded by Canonical Ltd on behalf of the Ubuntu project. The font design work and technical implementation is being undertaken by Dalton Maag. The typeface is sans-serif, uses OpenType features and is manually hinted for clarity on desktop and mobile computing screens. The scope of the Ubuntu Font Family includes all the languages used by the various Ubuntu users around the world in tune with Ubuntu's philosophy which states that every user should be able to use their software in the language of their choice. The project is ongoing, and we expect the family will be extended to cover many written languages in the coming years. http://www.daltonmaag.com/ http://www.daltonmaag.com/ Copyright 2010 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0 Ubuntu Regular DaltonMaagLtd: Ubuntu Regular 0.71 Ubuntu Version 0.71 Ubuntu Ubuntu and Canonical are registered trademarks of Canonical Ltd. Dalton Maag Ltd Dalton Maag Ltd The Ubuntu Font Family are libre fonts funded by Canonical Ltd on behalf of the Ubuntu project. The font design work and technical implementation is being undertaken by Dalton Maag. The typeface is sans-serif, uses OpenType features and is manually hinted for clarity on desktop and mobile computing screens. The scope of the Ubuntu Font Family includes all the languages used by the various Ubuntu users around the world in tune with Ubuntu's philosophy which states that every user should be able to use their software in the language of their choice. The project is ongoing, and we expect the family will be extended to cover many written languages in the coming years. http://www.daltonmaag.com/ http://www.daltonmaag.com/ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *** 2.1 (Compatibility profile, arb, FBO, hardware) - 2.1 NVIDIA-7.32.12 *** GLDebugMessage false ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 - testTextRendererMSAA01 SLOCK [T Thread-4-UserApp-JUnitTestRunner @ 1358577379060 ms --- localhost/127.0.0.1:59999 - Unlock ok