-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix CI #704
Fix CI #704
Conversation
Signed-off-by: Lukas Heumos <[email protected]>
Signed-off-by: Lukas Heumos <[email protected]>
Signed-off-by: Lukas Heumos <[email protected]>
OK, I see: self = <joblib.parallel.BatchCompletionCallBack object at 0x7f7050dccc50>
def _return_or_raise(self):
try:
if self.status == TASK_ERROR:
> raise self._result
E joblib.externals.loky.process_executor.TerminatedWorkerError: A worker process managed by the executor was unexpectedly terminated. This could be caused by a segmentation fault while calling the function or by an excessive memory usage causing the Operating System to kill the worker.
E
E The exit codes of the workers are {EXIT(1), EXIT(1)}
/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/joblib/parallel.py:763: TerminatedWorkerError
----------------------------- Captured stdout call -----------------------------
! Set smaller span value in the case of a `segmentation fault` error.
! Set larger span in case of svddc or other near singularities error.
Processing data... 0% -:--:--
----------------------------- Captured stderr call -----------------------------
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'joblib'
/opt/hostedtoolcache/Python/3.12.9/x64/bin/python: Error while finding module specification for 'joblib.externals.loky.backend.popen_loky_posix' (ModuleNotFoundError: No module named 'joblib')
/opt/hostedtoolcache/Python/3.12.9/x64/bin/python: Error while finding module specification for 'joblib.externals.loky.backend.popen_loky_posix' (ModuleNotFoundError: No module named 'joblib')
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'joblib'
/opt/hostedtoolcache/Python/3.12.9/x64/bin/python: Error while finding module specification for 'joblib.externals.loky.backend.popen_loky_posix' (ModuleNotFoundError: No module named 'joblib') Of special note is the stderr content:
Since that’s in I found this when searching the web for the error message:
|
Signed-off-by: Lukas Heumos <[email protected]>
OK, I filed actions/runner-images#11639 |
Signed-off-by: Lukas Heumos <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #704 +/- ##
==========================================
+ Coverage 64.97% 65.71% +0.73%
==========================================
Files 46 47 +1
Lines 6007 6110 +103
==========================================
+ Hits 3903 4015 +112
+ Misses 2104 2095 -9 |
testing