Skip to content

Bump commons-io:commons-io from 2.13.0 to 2.15.0

quarkus-bot / Build summary for 37b3ce88835d2fb746ab7d017181617011750e5d completed Oct 28, 2023 in 0s

Build summary for 37b3ce88835d2fb746ab7d017181617011750e5d

Failing Jobs - Building 37b3ce8 - Back to Pull request

Status Name Step Failures Logs Raw logs Build scan
JVM Tests - JDK 11 Build Failures Logs Raw logs
JVM Tests - JDK 17 Build ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 21

Details

Test Failures

⚙️ JVM Tests - JDK 11 #

- Failing: core/deployment 
! Skipped: devtools/cli devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin and 723 more

📦 core/deployment

# Tests:    259
+ Success:  258
- Failures: 1
- Errors:   0
! Skipped:  0

io.quarkus.deployment.dev.FileSystemWatcherTestCase.testFileSystemWatcher line 121 - Source on GitHub - 🠅

org.opentest4j.AssertionFailedError: expected: not <null>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)

Annotations

Check failure on line 121 in core/deployment/src/test/java/io/quarkus/deployment/dev/FileSystemWatcherTestCase.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for 37b3ce88835d2fb746ab7d017181617011750e5d

JVM Tests - JDK 11

org.opentest4j.AssertionFailedError: expected: not <null>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
Raw output
org.opentest4j.AssertionFailedError: expected: not <null>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertNotNull.failNull(AssertNotNull.java:49)
	at org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:35)
	at org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:30)
	at org.junit.jupiter.api.Assertions.assertNotNull(Assertions.java:300)
	at io.quarkus.deployment.dev.FileSystemWatcherTestCase.consumeEvents(FileSystemWatcherTestCase.java:172)
	at io.quarkus.deployment.dev.FileSystemWatcherTestCase.checkResult(FileSystemWatcherTestCase.java:144)
	at io.quarkus.deployment.dev.FileSystemWatcherTestCase.testFileSystemWatcher(FileSystemWatcherTestCase.java:121)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)