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

win: 24 failing compiler.regression.TestAll since I20240805-1800 "being used by another process" #2812

Closed
jukzi opened this issue Aug 12, 2024 · 1 comment
Labels
bug Something isn't working regression Something was broken by a previous change

Comments

@jukzi
Copy link
Contributor

jukzi commented Aug 12, 2024

https://download.eclipse.org/eclipse/downloads/drops4/I20240805-1800/testResults.php

most look like:

C:\Users\genie.releng\AppData\Local\Temp\comptest\run.1722912180274\lib\lib8.jar: The process cannot access the file because it is being used by another process

java.nio.file.FileSystemException: C:\Users\genie.releng\AppData\Local\Temp\comptest\run.1722912180274\lib\lib8.jar: The process cannot access the file because it is being used by another process
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at java.base/sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:275)
at java.base/sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:110)
at java.base/java.nio.file.Files.deleteIfExists(Files.java:1191)
at org.eclipse.jdt.core.tests.util.Util.zip(Util.java:1477)
at org.eclipse.jdt.core.tests.util.Util.createJar(Util.java:474)
at org.eclipse.jdt.core.tests.util.Util.createJar(Util.java:489)
at org.eclipse.jdt.core.tests.util.Util.createJar(Util.java:486)
at org.eclipse.jdt.core.tests.compiler.regression.AbstractBatchCompilerTest.createCascadedJars(AbstractBatchCompilerTest.java:295)
at org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest.test246_jar_ref_in_jar(BatchCompilerTest.java:8924)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at junit.framework.TestCase.runTest(TestCase.java:177)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.runTest(TestCase.java:972)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at org.eclipse.jdt.core.tests.util.CompilerTestSetup.run(CompilerTestSetup.java:59)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
@jukzi jukzi added bug Something isn't working regression Something was broken by a previous change labels Aug 12, 2024
@iloveeclipse
Copy link
Member

Duplicate of #2766

@iloveeclipse iloveeclipse marked this as a duplicate of #2766 Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression Something was broken by a previous change
Projects
None yet
Development

No branches or pull requests

2 participants