Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RenderEngine->CreateScene("scene") returns null in many tests #140

Closed
jacobperron opened this issue Sep 22, 2020 · 4 comments
Closed

RenderEngine->CreateScene("scene") returns null in many tests #140

jacobperron opened this issue Sep 22, 2020 · 4 comments
Labels
bug Something isn't working 🏰 citadel Ignition Citadel 🔮 dome Ignition Dome

Comments

@jacobperron
Copy link

RenderEngine->CreateScene("scene") is returning null is many places during testing causing all sorts of failures:

https://build.osrfoundation.org/job/ignition_rendering-ci-master-bionic-amd64/24/testReport/

The other half of test failures are caused by an Ogre exception:

unknown file
C++ exception with description "OGRE EXCEPTION(2:InvalidParametersException): All framebuffer formats with this texture internal format unsupported in GL3PlusFrameBufferObject::initialise at /var/lib/jenkins/workspace/ogre-2.1-debbuilder/repo/RenderSystems/GL3Plus/src/OgreGL3PlusFrameBufferObject.cpp (line 229)" thrown in the test body.

These failures started happening at the same time, though I'm not sure if they are related.

@jacobperron jacobperron added the bug Something isn't working label Sep 22, 2020
@jacobperron
Copy link
Author

@jacobperron jacobperron added 🏰 citadel Ignition Citadel 🔮 dome Ignition Dome labels Sep 22, 2020
@chapulina
Copy link
Contributor

I think the problem with those builds is that they were running on r2d2, which is having GPU issues. @j-rivero marked that node as non-GPU this morning so ign-rendering CI shouldn't run on it anymore. I triggered new builds, let's see how they look:

  • Dome Build Status
  • Citadel Build Status

@iche033
Copy link
Contributor

iche033 commented Sep 22, 2020

related comment

@chapulina
Copy link
Contributor

The latest non-r2d2 builds don't have the Ogre exception failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🏰 citadel Ignition Citadel 🔮 dome Ignition Dome
Projects
None yet
Development

No branches or pull requests

3 participants