-
Notifications
You must be signed in to change notification settings - Fork 3k
Retry deployment dependency collecting requests failed due to missing temporary files #48751
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
Retry deployment dependency collecting requests failed due to missing temporary files #48751
Conversation
The failures are related to a test setup. I'll need to get that right. |
This comment has been minimized.
This comment has been minimized.
Do you think it’s worth pursuing? From the last messages in the issue, I wonder if it was just a race condition and a temp file being dropped while accessed. |
It is just a race condition, right, which, afaict, affects primarily Maven 3.8. Would be good to have the reporter confirm that though. |
5ac4c4b
to
fd79246
Compare
I'm able to reliably reproduce this failure with 3.8 and have yet to experience it with 3.9(.10). I cannot say with 100% certainty though, given the intermittent nature of the issue. |
Status for workflow
|
java.io.FileNotFoundException: /path/to/dependency-3.x.x.pom.part (No such file or directory)
#48704