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

Nightly-java8 build on windows-2022 failed. #3362

Open
github-actions bot opened this issue Nov 12, 2024 · 2 comments · May be fixed by #3366
Open

Nightly-java8 build on windows-2022 failed. #3362

github-actions bot opened this issue Nov 12, 2024 · 2 comments · May be fixed by #3366
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: process A process-related concern. May include testing, release, or the like.

Comments

@github-actions
Copy link

The build has failed : https://github.com/googleapis/gapic-generator-java/actions/runs/11789054839

@zhumin8
Copy link
Contributor

zhumin8 commented Nov 12, 2024

log error:

Caused by: java.io.FileNotFoundException: C:\Users\runneradmin\.m2\repository\org\codehaus\mojo\signature\java18\1.0\java18-1.0.signature.part.lock (The process cannot access the file because it is being used by another process)

rerun succeeded. However, error log seems to suggest racing condition in ci setup. Maybe worth looking into?

@zhumin8 zhumin8 added type: process A process-related concern. May include testing, release, or the like. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Nov 12, 2024
@blakeli0
Copy link
Collaborator

Maybe worth looking into?

Agreed. Looks like this is a common issue on Windows. Maybe we should just remove the running Maven commands in multiple threading in nightly build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants