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

Update Equo steps #1939

Merged
merged 5 commits into from
Dec 4, 2023

Update changelogs.

c4da6c4
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update Equo steps #1939

Update changelogs.
c4da6c4
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit maven 17 ubuntu-latest failed Dec 4, 2023 in 0s

200 tests run, 198 passed, 1 skipped, 1 failed.

Annotations

Check failure on line 67 in plugin-gradle/src/test/java/com/diffplug/gradle/spotless/IdeHookTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit maven 17 ubuntu-latest

IdeHookTest.clean()

org.opentest4j.AssertionFailedError: [Run without error > arguments: [sh, -c, ./mvnw -e spotless:apply --quiet -DspotlessIdeHook=/tmp/junit2355858420409899851/CLEAN.md -DspotlessIdeHookUseStdOut=true]
> exit code: 1
>    stdout: (empty)
>    stderr: (below)
> Exception in thread "main" java.util.zip.ZipException: zip END header not found
> 	at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1633)
> 	at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1641)
> 	at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:1479)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1441)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:718)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:252)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:181)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:195)
> 	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: [sh, -c, ./mvnw -e spotless:apply --quiet -DspotlessIdeHook=/tmp/junit2355858420409899851/CLEAN.md -DspotlessIdeHookUseStdOut=true]
> exit code: 1
>    stdout: (empty)
>    stderr: (below)
> Exception in thread "main" java.util.zip.ZipException: zip END header not found
> 	at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1633)
> 	at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1641)
> 	at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:1479)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1441)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:718)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:252)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:181)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:195)
> 	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@17.0.9/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base@17.0.9/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base@17.0.9/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base@17.0.9/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at app//com.diffplug.spotless.maven.MavenRunner.runNoError(MavenRunner.java:78)
	at app//com.diffplug.spotless.maven.IdeHookTest.runWith(IdeHookTest.java:52)
	at app//com.diffplug.spotless.maven.IdeHookTest.clean(IdeHookTest.java:67)
	at java.base@17.0.9/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base@17.0.9/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base@17.0.9/java.util.ArrayList.forEach(ArrayList.java:1511)