-
Notifications
You must be signed in to change notification settings - Fork 52
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
🧑🌾 Segfaults in macOS Monterey (mac.five.monterey) #847
Comments
👨🌾 This is still affecting our CI. Originally, it only affected builds running in MacOS Monterrey of our older buildfarm. Now it's affecting all of our CI nodes for homebrew on rendering3 and rendering6. Reference build on rendering3: https://build.osrfoundation.org/job/gz_rendering-ci-ign-rendering3-homebrew-amd64/46/ The problem manifests itself as the affected tests segfaulting with no extra output or information. The name of the failing tests makes me think it's related to Ogre configuration on Homebrew, given that all the affected tests include a sort of I'm not particularly familiar with Gazebo configuration, but part of the console output of:
Makes me think it may that tests are not well configured to run with ogre, and may be used other render engine. |
@scpeters Can I ask you help me taking a look to this one? I went as far as my detective skills got me, but I find it odd that Ogre seems to be setup correctly, but all those tests are failing. |
Looked through ign-rendering6 mac failures. Not much info from the logs. The error:
is from failing to cast the material to the derived type but I think the cast is not the actual issue. I suspect the material that's being set is already null, which suggests ogre failed to create the material in the first place. So some ogre / rendering operations are failing on the machine. We would probably have to see the |
I think for this specific case we would need Here are both ogre.log files:
Let me know if you need anything else from the agent @iche033 |
Looking at the logs for rendering 3 I see
|
@Crola1702 we can go ahead with disabling these tests on rendering3 and rendering6. |
Environment
Description
Steps to reproduce
Output
Reference build: https://build.osrfoundation.org/job/ignition_rendering-ci-ign-rendering6-homebrew-amd64/104/
Test regressions:
Fortress:
Citadel:
*UNIT_MoveToHelper_TEST.test_ran
The text was updated successfully, but these errors were encountered: