-
Notifications
You must be signed in to change notification settings - Fork 646
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
Azure, WARN: Failed to cleanup work dir #2683
Comments
Hi @des2037 , Thanks for letting us know about this issue. I noticed that the Could you please try again with the latest plugin? You'd need to update your plugins {
id '[email protected]'
}
If it fails again, please share the |
Hi @abhi18av Thanks very much for the fast reply and suggestion. I've updated the Here is my nextflow.log: Thanks for the help! |
Thanks @des2037 , I'll look into this soon. |
The problem here is that the cleanup happens after the Azure plugin shutdown :/
|
Hi @pditommaso, is there any news on this issue? Was this addressed? We are seeing the same behavior with AWS S3, Nextflow
Thanks! |
Upd: same issue with version 22.04.4, plugin [email protected] |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Related to #3645 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi NextFlow devs/community,
I'm running into an error when I try to clean my working directories (running on Microsoft Azure). Specifically, in my
nextflow.config
, I have (as the last line)cleanup = true
The error I receive is:
Here is my log for the run:
nextflow.log
WIth the exception of not cleaning the working directory, the job runs as expected (files are read from and created in my Azure blob containers, so I don't
think
blob permissions the problem).Any help with this error is greatly appreciated! Please let me know if I can provide any additional information that might be helpful.
Best,
Derek
The text was updated successfully, but these errors were encountered: