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

Regression

com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01.testTextRendererMSAA01

Failing for the past 1 build (Since Unstable#897 )
Took 0.31 sec.

Error Message

Error setting weight in shader: ShaderState[ 
 ShaderProgram[id=2, linked=true, inUse=true, program: 1,
   ShaderCode[id=3, type=VERTEX_SHADER, valid=true, shader:  2, source]
   ShaderCode[id=4, 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=2, linked=true, inUse=true, program: 1,
   ShaderCode[id=3, type=VERTEX_SHADER, valid=true, shader:  2, source]
   ShaderCode[id=4, 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.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.testTextRendererMSAA01(TestTextRendererNEWT01.java:176)
	at com.jogamp.newt.util.MainThread$UserApp.run(MainThread.java:206)

Standard Output

GL MSAA SETUP:
  Caps realised GLCaps[glx vid 0x29, fbc 0x29: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono  , hw, GLProfile[GL4bc/GL4bc.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[glx vid 0x39, fbc 0x39: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/4, sample-ext default, dbl, mono  , hw, GLProfile[GL2ES2/GL4bc.hw], on-scr[.]]
  Caps sample buffers true, samples 4
  GL MULTISAMPLE false
  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

SLOCK [T Thread-2-UserApp-JUnitTestRunner @ 1358577644835 ms III localhost/127.0.0.1:59999 - Wait for lock
Thread-4 - SISock: localhost/127.0.0.1:59999 - started
SLOCK [T Thread-2-UserApp-JUnitTestRunner @ 1358577646840 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[GL4bc/GL4bc.hw], on-scr[.]]
Chosen: GLCaps[glx vid 0x29, fbc 0x29: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono  , hw, GLProfile[GL4bc/GL4bc.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/

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*** 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.11991 Compatibility Profile Context
*** 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/GL4bc.hw], on-scr[.]]
Chosen: GLCaps[glx vid 0x39, fbc 0x39: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/4, sample-ext default, dbl, mono  , hw, GLProfile[GL2ES2/GL4bc.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/

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*** 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.11991 Compatibility Profile Context
*** GLDebugMessage false
++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 - testTextRendererMSAA01
SLOCK [T Thread-2-UserApp-JUnitTestRunner @ 1358577649298 ms --- localhost/127.0.0.1:59999 - Unlock ok