Skip to content

Instantiate the JDT code formatter without any detours (#1864 fixes #… #229

Instantiate the JDT code formatter without any detours (#1864 fixes #…

Instantiate the JDT code formatter without any detours (#1864 fixes #… #229

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / JUnit maven 11 windows-latest failed Nov 3, 2023 in 0s

197 tests run, 194 passed, 1 skipped, 2 failed.

Annotations

Check failure on line 70 in plugin-maven\build\classes\java\test\com\diffplug\spotless\maven\GitRatchetMavenTest.class

@github-actions github-actions / JUnit maven 11 windows-latest

GitRatchetMavenTest.singleProjectExhaustive()

org.opentest4j.AssertionFailedError: [Run without error > arguments: [cmd, /c, mvnw -e spotless:check]
> exit code: 1
>    stdout: (empty)
>    stderr: (below)
> Exception in thread "main" java.nio.file.NoSuchFileException: C:\Users\runneradmin\.m2\wrapper\dists\apache-maven-3.2.5-bin\16u4trrcblg0m0niira6fki3va\apache-maven-3.2.5-bin.zip
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	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.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:198)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1764)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1414)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:742)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:859)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:257)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:186)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:200)
> 	at org.apache.maven.wrapper.Installer.unzip(Installer.java:161)
> 	at org.apache.maven.wrapper.Installer.createDist(Installer.java:78)
> 	at org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:121)
> 	at org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:55)
] 
expected: 0
 but was: 1
Raw output
org.opentest4j.AssertionFailedError: [Run without error > arguments: [cmd, /c, mvnw -e spotless:check]
> exit code: 1
>    stdout: (empty)
>    stderr: (below)
> Exception in thread "main" java.nio.file.NoSuchFileException: C:\Users\runneradmin\.m2\wrapper\dists\apache-maven-3.2.5-bin\16u4trrcblg0m0niira6fki3va\apache-maven-3.2.5-bin.zip
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	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.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:198)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1764)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1414)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:742)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:859)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:257)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:186)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:200)
> 	at org.apache.maven.wrapper.Installer.unzip(Installer.java:161)
> 	at org.apache.maven.wrapper.Installer.createDist(Installer.java:78)
> 	at org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:121)
> 	at org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:55)
] 
expected: 0
 but was: 1
	at java.base@11.0.21/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base@11.0.21/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base@11.0.21/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at app//com.diffplug.spotless.maven.MavenRunner.runNoError(MavenRunner.java:78)
	at app//com.diffplug.spotless.maven.GitRatchetMavenTest.assertClean(GitRatchetMavenTest.java:145)
	at app//com.diffplug.spotless.maven.GitRatchetMavenTest.checkBehavior(GitRatchetMavenTest.java:93)
	at app//com.diffplug.spotless.maven.GitRatchetMavenTest.singleProjectExhaustive(GitRatchetMavenTest.java:70)
	at java.base@11.0.21/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base@11.0.21/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base@11.0.21/java.util.ArrayList.forEach(ArrayList.java:1541)

Check failure on line 80 in plugin-maven\build\classes\java\test\com\diffplug\spotless\maven\GitRatchetMavenTest.class

@github-actions github-actions / JUnit maven 11 windows-latest

GitRatchetMavenTest.singleProjectExhaustiveGlobal()

org.opentest4j.AssertionFailedError: [Run without error > arguments: [cmd, /c, mvnw -e spotless:check]
> exit code: 1
>    stdout: (empty)
>    stderr: (below)
> Exception in thread "main" java.nio.file.NoSuchFileException: C:\Users\runneradmin\.m2\wrapper\dists\apache-maven-3.2.5-bin\16u4trrcblg0m0niira6fki3va\apache-maven-3.2.5-bin.zip
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	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.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:198)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1764)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1414)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:742)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:859)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:257)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:186)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:200)
> 	at org.apache.maven.wrapper.Installer.unzip(Installer.java:161)
> 	at org.apache.maven.wrapper.Installer.createDist(Installer.java:78)
> 	at org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:121)
> 	at org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:55)
] 
expected: 0
 but was: 1
Raw output
org.opentest4j.AssertionFailedError: [Run without error > arguments: [cmd, /c, mvnw -e spotless:check]
> exit code: 1
>    stdout: (empty)
>    stderr: (below)
> Exception in thread "main" java.nio.file.NoSuchFileException: C:\Users\runneradmin\.m2\wrapper\dists\apache-maven-3.2.5-bin\16u4trrcblg0m0niira6fki3va\apache-maven-3.2.5-bin.zip
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	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.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:198)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1764)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1414)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:742)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:859)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:257)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:186)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:200)
> 	at org.apache.maven.wrapper.Installer.unzip(Installer.java:161)
> 	at org.apache.maven.wrapper.Installer.createDist(Installer.java:78)
> 	at org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:121)
> 	at org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:55)
] 
expected: 0
 but was: 1
	at java.base@11.0.21/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base@11.0.21/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base@11.0.21/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at app//com.diffplug.spotless.maven.MavenRunner.runNoError(MavenRunner.java:78)
	at app//com.diffplug.spotless.maven.GitRatchetMavenTest.assertClean(GitRatchetMavenTest.java:145)
	at app//com.diffplug.spotless.maven.GitRatchetMavenTest.checkBehavior(GitRatchetMavenTest.java:93)
	at app//com.diffplug.spotless.maven.GitRatchetMavenTest.singleProjectExhaustiveGlobal(GitRatchetMavenTest.java:80)
	at java.base@11.0.21/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base@11.0.21/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base@11.0.21/java.util.ArrayList.forEach(ArrayList.java:1541)