Skip to content
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

toil mutex filenotfound error #8

Open
ionox0 opened this issue Jul 1, 2021 · 0 comments
Open

toil mutex filenotfound error #8

ionox0 opened this issue Jul 1, 2021 · 0 comments

Comments

@ionox0
Copy link
Collaborator

ionox0 commented Jul 1, 2021

Just putting this here to keep track, it appears to be sporadic and is fixed with a retry

<=========
[2021-07-01T14:58:39-0400] [Thread-261] [D] [toil.batchSystems.singleMachine] Launched job 240 as child 20646
Traceback (most recent call last):
  File "/home/accessbot/miniconda3/envs/toil_test/bin/_toil_worker", line 8, in <module>
    sys.exit(main())
  File "/home/accessbot/miniconda3/envs/toil_test/lib/python3.7/site-packages/toil/worker.py", line 704, in main
    with in_contexts(options.context):
  File "/home/accessbot/miniconda3/envs/toil_test/lib/python3.7/contextlib.py", line 112, in __enter__
    return next(self.gen)
  File "/home/accessbot/miniconda3/envs/toil_test/lib/python3.7/site-packages/toil/worker.py", line 678, in in_contexts
    with manager:
  File "/home/accessbot/miniconda3/envs/toil_test/lib/python3.7/site-packages/toil/batchSystems/abstractBatchSystem.py", line 494, in __enter__
    self.arena.enter()
  File "/home/accessbot/miniconda3/envs/toil_test/lib/python3.7/site-packages/toil/lib/threading.py", line 448, in enter
    fcntl.lockf(self.lockfileFD, fcntl.LOCK_EX) # type: ignore
  File "/home/accessbot/miniconda3/envs/toil_test/lib/python3.7/contextlib.py", line 119, in __exit__
    next(self.gen)
  File "/home/accessbot/miniconda3/envs/toil_test/lib/python3.7/site-packages/toil/lib/threading.py", line 366, in global_mutex
    os.unlink(lock_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/juno/work/access/testing/users/johnsoni/access_qc/5500_HE/work/toil-mutex-cf0426ab-aa3d-4829-a54f-c264832f82aa-cleanup-arena-lock'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant