-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Windows intermittently unable to clear _the..
file after OpenJ9 build
#1855
Comments
I think the nightly builds do not see this issue because they run with cleanworkspace=false. When building the jdk8u262-b05_openj9-0.21.0-m1 builds cleanworkspace=true was used because the build was trying to use the wrong (cached) branch without it (on other platforms). I think that if cleanworkspace=true is used every build fails. The m1 builds only completed successfully because @Willsparker manually cleaned the workspace between each build. |
@Willsparker What files specifically are unable to be cleaned by this? I'm thinking we could just add in a |
It seems to be consistently the file I put above : |
The build scripts should use cygwin throughout the build so that shouldn't be the problem. I'll need to find the right place to put the code however. |
Right at the beginng, presumably right after |
Yep! Should be |
Ref: adoptium/infrastructure#1379
It seems that in certain situations after a build, the workspace is unable to be cleared (using
WS-CLEANUP
) asopenjdk-build/workspace/build/src/build/*/jdk/gensrc/java/nio/_the..
isn't able to be deleted. When attempting to remove usingWindows File Explorer
, the file is claimed to not be there, however it can be deleted byrm
ing it in the Cygwin terminal.I believe this only happens when clearing OpenJ9 builds, as the
gensrc
directory doesn't appear in a hotspot build.It only seems to be when the build happens at
C:/workspace/openjdk-build/
, therefore only affects thesoftlayer
machines (So possibly could have something to do with : #1724 )The text was updated successfully, but these errors were encountered: