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

Failed

com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.newt.TestGearsGL2ES1NEWT.test01

Failing for the past 4 builds (Since Unstable#423 )
Took 0.19 sec.

Error Message

java.lang.IndexOutOfBoundsException: Required 1 remaining elements in buffer, only had 0

Stacktrace

java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Required 1 remaining elements in buffer, only had 0
	at jogamp.newt.DefaultEDTUtil.invokeImpl(DefaultEDTUtil.java:185)
	at jogamp.newt.DefaultEDTUtil.invoke(DefaultEDTUtil.java:113)
	at jogamp.newt.DisplayImpl.runOnEDTIfAvail(DisplayImpl.java:201)
	at jogamp.newt.WindowImpl.runOnEDTIfAvail(WindowImpl.java:1351)
	at jogamp.newt.WindowImpl.setVisible(WindowImpl.java:668)
	at com.jogamp.newt.opengl.GLWindow.setVisible(GLWindow.java:287)
	at com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.newt.TestGearsGL2ES1NEWT.runTestGL(TestGearsGL2ES1NEWT.java:105)
	at com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.newt.TestGearsGL2ES1NEWT.test01(TestGearsGL2ES1NEWT.java:120)
	at com.jogamp.newt.util.MainThread$MainAction.run(MainThread.java:147)
	at com.jogamp.newt.util.MainThread.main(MainThread.java:205)
Caused by: java.lang.IndexOutOfBoundsException: Required 1 remaining elements in buffer, only had 0
	at com.jogamp.common.nio.Buffers.rangeCheck(Buffers.java:750)
	at jogamp.opengl.es1.GLES1Impl.glVertexPointer(GLES1Impl.java:4124)
	at jogamp.opengl.es1.GLES1Impl.glVertexPointer(GLES1Impl.java:4501)
	at com.jogamp.opengl.util.ImmModeSink$VBOSet.enableBufferFixed(ImmModeSink.java:717)
	at com.jogamp.opengl.util.ImmModeSink$VBOSet.enableBuffer(ImmModeSink.java:698)
	at com.jogamp.opengl.util.ImmModeSink$VBOSet.seal(ImmModeSink.java:672)
	at com.jogamp.opengl.util.ImmModeSink.glEnd(ImmModeSink.java:154)
	at com.jogamp.opengl.util.ImmModeSink.glEnd(ImmModeSink.java:137)
	at com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.GearsGL2ES1.gear(GearsGL2ES1.java:260)
	at com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.GearsGL2ES1.init(GearsGL2ES1.java:74)
	at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:132)
	at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:151)
	at com.jogamp.newt.opengl.GLWindow$InitAction.run(GLWindow.java:577)
	at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:336)
	at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:537)
	at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:513)
	at com.jogamp.newt.opengl.GLWindow$1.windowResized(GLWindow.java:91)
	at jogamp.newt.WindowImpl.consumeWindowEvent(WindowImpl.java:1969)
	at jogamp.newt.WindowImpl.sendWindowEvent(WindowImpl.java:1915)
	at jogamp.newt.WindowImpl.setVisibleActionImpl(WindowImpl.java:640)
	at jogamp.newt.WindowImpl$VisibleAction.run(WindowImpl.java:652)
	at com.jogamp.common.util.RunnableTask.run(RunnableTask.java:93)
	at jogamp.newt.DefaultEDTUtil$EventDispatchThread.run(DefaultEDTUtil.java:282)

Standard Error

SLOCK 1313145283868 +++ localhost/127.0.0.1:59999 - Locked 
++++ UITestCase.setUp: com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.newt.TestGearsGL2ES1NEWT - test01
Detected screen size 1920x1080
Gears: Init: NEWT-GLWindow[ 
	Helper: GLAnimatorControl: com.jogamp.opengl.util.Animator[started false, animating false, paused false, drawable 1], GLEventListeners num 1 [com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.GearsGL2ES1@60961dff[init true], ], 
	Drawable: jogamp.opengl.egl.EGLOnscreenDrawable[realized true,
	factory    jogamp.opengl.egl.EGLDrawableFactory@379e8f17,
	surface    jogamp.newt.driver.x11.X11Window[Config X11GLXGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x41985b60], idx 0], visualID 0x29, fbConfigID 0x29,
	requested GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1]],
	chosen    GLCaps[0x29 0x29: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1]]]
, NEWT-Screen[X11_:0.0-10, idx 0, refCount 1, 1920x1080, X11GraphicsScreen[X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x41985b60], idx 0], NEWT-Display[X11_:0.0-1, refCount 1, hasEDT true, edtRunning true, X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x41985b60]]]
, ParentWindow null
, ParentWindowHandle 0x0
, WindowHandle 0x5200002
, SurfaceHandle 0x5200002 (lockedExt window false, surface false)
, Pos 3/23, size 512x512
, Visible true
, Undecorated false
, Fullscreen false
, WrappedWindow null
, ChildWindows 0, SurfaceUpdatedListeners num 0 [], WindowListeners num 2 [com.jogamp.newt.opengl.GLWindow$1@ac44b88, com.jogamp.opengl.test.junit.util.QuitAdapter@5d3ad33d, ], MouseListeners num 0 [], KeyListeners num 2 [com.jogamp.opengl.test.junit.util.QuitAdapter@5d3ad33d, com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.newt.TestGearsGL2ES1NEWT$1@4102799c, ] ],
	eglSurface 0x41ef5640,
	eglConfig  EGLGraphicsConfiguration[DefaultGraphicsScreen[EGLGraphicsDevice[type EGL, connection decon, unitID 0, handle 0x419507a0], idx 0], eglConfigID 0x195,
	requested GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1]],
	chosen    GLCaps[0x195: vid 0xd6, on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1], [GL, GLES1, GLES2, VG]]],
	requested  GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1]],
	chosen     GLCaps[0x195: vid 0xd6, on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1], [GL, GLES1, GLES2, VG]]], 
	Context: jogamp.opengl.egl.EGLOnscreenContext [OpenGL 1.0, options 0x28, 1.0 (ES, any, old), handle 0x41cbcec0, jogamp.opengl.es1.GLES1Impl@97e121c,
	Drawable: jogamp.opengl.egl.EGLOnscreenDrawable[realized true,
	factory    jogamp.opengl.egl.EGLDrawableFactory@379e8f17,
	surface    jogamp.newt.driver.x11.X11Window[Config X11GLXGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x41985b60], idx 0], visualID 0x29, fbConfigID 0x29,
	requested GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1]],
	chosen    GLCaps[0x29 0x29: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1]]]
, NEWT-Screen[X11_:0.0-10, idx 0, refCount 1, 1920x1080, X11GraphicsScreen[X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x41985b60], idx 0], NEWT-Display[X11_:0.0-1, refCount 1, hasEDT true, edtRunning true, X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x41985b60]]]
, ParentWindow null
, ParentWindowHandle 0x0
, WindowHandle 0x5200002
, SurfaceHandle 0x5200002 (lockedExt window false, surface false)
, Pos 3/23, size 512x512
, Visible true
, Undecorated false
, Fullscreen false
, WrappedWindow null
, ChildWindows 0, SurfaceUpdatedListeners num 0 [], WindowListeners num 2 [com.jogamp.newt.opengl.GLWindow$1@ac44b88, com.jogamp.opengl.test.junit.util.QuitAdapter@5d3ad33d, ], MouseListeners num 0 [], KeyListeners num 2 [com.jogamp.opengl.test.junit.util.QuitAdapter@5d3ad33d, com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.newt.TestGearsGL2ES1NEWT$1@4102799c, ] ],
	eglSurface 0x41ef5640,
	eglConfig  EGLGraphicsConfiguration[DefaultGraphicsScreen[EGLGraphicsDevice[type EGL, connection decon, unitID 0, handle 0x419507a0], idx 0], eglConfigID 0x195,
	requested GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1]],
	chosen    GLCaps[0x195: vid 0xd6, on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1], [GL, GLES1, GLES2, VG]]],
	requested  GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1]],
	chosen     GLCaps[0x195: vid 0xd6, on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1], [GL, GLES1, GLES2, VG]]]] ]
Chosen GLCapabilities: GLCaps[0x195: vid 0xd6, on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono  , hw, GLProfile[GLES1/GLES1], [GL, GLES1, GLES2, VG]]
INIT GL IS: jogamp.opengl.es1.GLES1Impl
GL_VENDOR: null
GL_RENDERER: null
GL_VERSION: null
++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.newt.TestGearsGL2ES1NEWT - test01
SLOCK 1313145284088 --- localhost/127.0.0.1:59999 - Unlock ok