-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
scikit: random segmentation faults in hydra ( #121988
Comments
From counting "." in the pytest logs, I think the segfault is in the 4313rd test in
|
Good find with the '.' counting! Were you able to determine if it happens only on certain hydra machines? They might be old machines missing certain x86_64 ISA features? |
I'm not too familiar with hydra. I really just figured out what URL to check for mac packages. |
This would be a great ZHF: #122042 for someone. |
Seems to be the same problem scikit-learn/scikit-learn#17582.
|
It seems like an imminent fix for that issue in joblib is not in the cards, so I'd say that we should disable that test and include a comment that points to the relevant GitHub issues. |
@rmcgibbo I agree. |
* Disable all tests of the NuSVC estimator that use memmap'd data * build in serial on darwin Resolves NixOS#121988 (cherry picked from commit cb2891b)
Describe the bug
Hydra builds for scikitlearn give a segmentation fault intermittently in darwin and linux.
The issue happens 100% of the time for Darwin, but only rarely for Linux, and occurs about 72% of the way through the test suite. Since it's a segfault, the offending test is not shown. I suspect we'll need to enable verbose logging to figure out which test to disable.
To Reproduce
Unfortunately (?), the builds work locally in a sandbox so this seems specific to the hydra environment, which I have no idea how to debug.
Expected behavior
scikitlearn builds in hydra and is in the cache.
Notify maintainers
@rmcgibbo
Maintainer information:
The text was updated successfully, but these errors were encountered: