-
-
Notifications
You must be signed in to change notification settings - Fork 719
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_AllProgress_lost_key
flaky
#4915
Comments
Got this too: https://github.com/dask/distributed/pull/4937/checks?check_run_id=2888140312#step:10:2213 Traceback + output
The Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/share/miniconda3/envs/dask-distributed/lib/python3.8/multiprocessing/spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File "/usr/share/miniconda3/envs/dask-distributed/lib/python3.8/multiprocessing/spawn.py", line 126, in _main
self = reduction.pickle.load(from_parent)
File "/usr/share/miniconda3/envs/dask-distributed/lib/python3.8/multiprocessing/synchronize.py", line 110, in __setstate__
self._semlock = _multiprocessing.SemLock._rebuild(*state)
FileNotFoundError: [Errno 2] No such file or directory seemingly leading to a Nanny failure and timeout (and subsequent 99% time spent in GC?!) is interesting. |
I've seen the GC message in some other "flaky" tests as well, I believe |
What's also interesting is, that we only see one error log of Both links also merely happen on py3.8 but that may be a coincidence. |
This has been showing up in several CI builds lately (for example https://github.com/dask/distributed/runs/2814505063).
Traceback:
The text was updated successfully, but these errors were encountered: