-
-
Notifications
You must be signed in to change notification settings - Fork 750
Description
This showed up in a recent PR. I copy-pasted the traceback and then restarted the job.
Unfortunately my attempt to copy-paste the trace turned out to be incomplete. My apologies. Hopefully this helps though.
cc @fjetter
> assert not sem.acquire(timeout=0.05)
E assert not True
E + where True = <bound method Semaphore.acquire of <distributed.semaphore.Semaphore object at 0x0000027BF23DE438>>(timeout=0.05)
E + where <bound method Semaphore.acquire of <distributed.semaphore.Semaphore object at 0x0000027BF23DE438>> = <distributed.semaphore.Semaphore object at 0x0000027BF23DE438>.acquire
distributed\tests\test_semaphore.py:396: AssertionError
---------------------------- Captured stderr call -----------------------------
distributed.worker - WARNING - Compute Failed
Function: observe_state
args: ()
kwargs: {'sem': <distributed.semaphore.Semaphore object at 0x0000027BF23DE438>}
Exception: AssertionError('assert not True\n + where True = <bound method Semaphore.acquire of <distributed.semaphore.Semaphore object at 0x0000027BF23DE438>>(timeout=0.05)\n + where <bound method Semaphore.acquire of <distributed.semaphore.Semaphore object at 0x0000027BF23DE438>> = <distributed.semaphore.Semaphore object at 0x0000027BF23DE438>.acquire',)
Metadata
Metadata
Assignees
Labels
No labels