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

BUG: Out of jobs ready to be started, but not all files built yet. #1687

Closed
chrarnold opened this issue May 30, 2022 · 6 comments · Fixed by #1693
Closed

BUG: Out of jobs ready to be started, but not all files built yet. #1687

chrarnold opened this issue May 30, 2022 · 6 comments · Fixed by #1693
Assignees
Labels
bug Something isn't working

Comments

@chrarnold
Copy link
Contributor

The help text for this bug that smakemake prints refers to #823, but this issue has been closed already, while the bug still seems to happen for newer snakemake versions.

Snakemake version
7.8

Describe the bug
Running in cluster mode. On a shared NFS file system.

Logs
...

Error executing rule dedup_umi on cluster (jobid: 13, external: 40795051, jobscript: bla/input/.snakemake/tmp.ezr_8lcd/snakejob.dedup_umi.13.sh). For error details see the cluster log and the log files of the involved rule(s).
Job failed, going on with independent jobs.
Exiting because a job execution failed. Look above for error message
BUG: Out of jobs ready to be started, but not all files built yet. Please check https://github.com/snakemake/snakemake/issues/823 for more information.
Remaining jobs:
 - dedup_umi: bla/sample8.dedup.bam
 - dedup_umi: bla//sample6.dedup.bam
 - dedup_umi: bla//sample4.dedup.bam
 - dedup_umi: bla//sample2.dedup.bam
 - dedup_umi: bla//sample3.dedup.bam
 - all: 
 - dedup_umi: bla//sample7.dedup.bam
 - dedup_umi: bla//sample1.dedup.bam

Minimal example
Cant provide one, this happens randomly or I didnt find a pattern yet

Additional context

@chrarnold chrarnold added the bug Something isn't working label May 30, 2022
@chrarnold chrarnold changed the title :BUG: Out of jobs ready to be started, but not all files built yet. BUG: Out of jobs ready to be started, but not all files built yet. May 30, 2022
@christopher-schroeder
Copy link
Contributor

I get the same with 7.8.0

@johanneskoester johanneskoester self-assigned this May 31, 2022
@johanneskoester
Copy link
Contributor

Thanks for reporting. This is tricky. I have no idea yet what could be the issue. A minimal example would help a lot, but I can also understand that this is probably not easy to generate. At least, by @christopher-schroeder's comment, we know that it is not a cluster issue but also happens locally.

@johanneskoester
Copy link
Contributor

I guess it is related to my changes in DAG.update_needrun.

@johanneskoester
Copy link
Contributor

Might be fixed with PR #1691. May I ask you to try that out?

@johanneskoester
Copy link
Contributor

@chrarnold I fixed one issue like this that was only occurring with -k. Did you use that flag as well?

@chrarnold
Copy link
Contributor Author

Yes, I always use --keep-going, so sounds likely we talk about the same issue. Will test thanks! I re-open if I observe this still in 7.8.1 and above!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants