-
Notifications
You must be signed in to change notification settings - Fork 75
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
Test failure: worker crashes during setup #86
Comments
Hi @crowogenesis 👋. A worker crashing error likely points to a segfault in the HabitatSim. The failure you're observing may be caused by HabitatSim, which crashes Python, which then crashes the test worker, leaving no logs or debugging information otherwise. Running a single HabitatSim test should pinpoint whether this is the case:
If the above fails, then to get at the logs, it may help to comment out all the other tests in
At that point, you should see some Habitat-specific logs that may give a hint as to why HabitatSim is crashing. One workaround for some issues we have in place is when running on machines without a display attached; we use tbp.monty/.github/workflows/monty.yml Lines 371 to 391 in 97750b5
|
I don't know if this is a good practice in general, but I'll leave this here anyway: setting an LD preload after activating conda fixed it for now. Thanks a ton @tristanls !
|
I have been running into the same issue on a headless Debian 12 installed. I also had about 30 errors. I added
And upon re-running those in that file again, it seems the |
Hello,
I was following the installation guide on
https://thousandbrainsproject.readme.io/docs/getting-started
, and for some reason all the workers crashed.
I'm running a very basic Debian 12 environment.
The text was updated successfully, but these errors were encountered: