Skip to content

Updates liquibase to version 4.24 to solve bug

quarkus-bot / Build summary for 219e6d8c2071cc0c5ea1e9dc10b796fa1db1f0bb completed Oct 17, 2023 in 0s

Build summary for 219e6d8c2071cc0c5ea1e9dc10b796fa1db1f0bb

Failing Jobs - Building 219e6d8 - Back to Pull request

Status Name Step Failures Logs Raw logs Build scan
✔️ Maven Tests - JDK 11
Maven Tests - JDK 11 Windows Build Failures Logs Raw logs

Details

Test Failures

⚙️ Maven Tests - JDK 11 Windows #

- Failing: integration-tests/maven 

📦 integration-tests/maven

# Tests:    180
+ Success:  171
- Failures: 1
- Errors:   2
! Skipped:  6

io.quarkus.maven.it.DevMojoIT.testExternalReloadableArtifacts line 1448 - Source on GitHub - 🠅

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.DevMojoIT was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

.until(() -> devModeClient.getHttpResponse("/hello").contains("BONJOUR!"));

io.quarkus.maven.it.JarRunnerIT.testPlatformPropertiesOverridenInApplicationProperties line 135 - Source on GitHub - 🠅

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.JarRunnerIT that uses io.quarkus.maven.it.verifier.MavenProcessInvocationResult was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

await().atMost(1, TimeUnit.MINUTES).until(() -> result.getProcess() != null && !result.getProcess().isAlive());

io.quarkus.maven.it.JarRunnerIT.testNonAsciiDir line 70 - Source on GitHub - 🠅

java.lang.AssertionError: 

Expecting actual:

assertThat(running.log()).containsIgnoringCase("BUILD SUCCESS");

io.quarkus.maven.it.DevMojoIT.testExternalReloadableArtifacts line 1448 - Source on GitHub - 🠅

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.DevMojoIT was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

.until(() -> devModeClient.getHttpResponse("/hello").contains("BONJOUR!"));

io.quarkus.maven.it.JarRunnerIT.testPlatformPropertiesOverridenInApplicationProperties line 135 - Source on GitHub - 🠅

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.JarRunnerIT that uses io.quarkus.maven.it.verifier.MavenProcessInvocationResult was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

await().atMost(1, TimeUnit.MINUTES).until(() -> result.getProcess() != null && !result.getProcess().isAlive());

io.quarkus.maven.it.JarRunnerIT.testNonAsciiDir line 70 - Source on GitHub - 🠅

java.lang.AssertionError: 

Expecting actual:

assertThat(running.log()).containsIgnoringCase("BUILD SUCCESS");

Annotations

Check failure on line 1448 in integration-tests/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for 219e6d8c2071cc0c5ea1e9dc10b796fa1db1f0bb

Maven Tests - JDK 11 Windows

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.DevMojoIT was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
Raw output
org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.DevMojoIT was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
	at io.quarkus.maven.it.DevMojoIT.testExternalReloadableArtifacts(DevMojoIT.java:1448)
	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)
Caused by: java.util.concurrent.TimeoutException
	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204)
	at org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:101)
	at org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:81)
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:103)
	... 8 more

Check failure on line 135 in integration-tests/maven/src/test/java/io/quarkus/maven/it/JarRunnerIT.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for 219e6d8c2071cc0c5ea1e9dc10b796fa1db1f0bb

Maven Tests - JDK 11 Windows

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.JarRunnerIT that uses io.quarkus.maven.it.verifier.MavenProcessInvocationResult was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
Raw output
org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.JarRunnerIT that uses io.quarkus.maven.it.verifier.MavenProcessInvocationResult was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
	at io.quarkus.maven.it.JarRunnerIT.testPlatformPropertiesOverridenInApplicationProperties(JarRunnerIT.java:135)
	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)

Check failure on line 70 in integration-tests/maven/src/test/java/io/quarkus/maven/it/JarRunnerIT.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for 219e6d8c2071cc0c5ea1e9dc10b796fa1db1f0bb

Maven Tests - JDK 11 Windows

java.lang.AssertionError: 

Expecting actual:
Raw output
java.lang.AssertionError: 

Expecting actual:
  "[INFO] Scanning for projects...
[WARNING] This build will only read from the build cache, since the clean lifecycle is not part of the build invocation.
[INFO] 
[INFO] ---------------------------< org.acme:acme >----------------------------
[INFO] Building acme 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ acme ---
[INFO] Copying 4 resources from src\main\resources to target\classes
[INFO] 
[INFO] --- quarkus:999-SNAPSHOT:generate-code (default) @ acme ---
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ acme ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.101 s
[INFO] Finished at: 2023-10-17T18:16:14Z
[INFO] ------------------------------------------------------------------------
[INFO] 3 goals, 3 executed
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project acme: Error while storing the mojo status: Input length = 1 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "BUILD SUCCESS"
 (ignoring case)
	at io.quarkus.maven.it.JarRunnerIT.testNonAsciiDir(JarRunnerIT.java:70)
	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)

Check failure on line 1448 in integration-tests/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for 219e6d8c2071cc0c5ea1e9dc10b796fa1db1f0bb

Maven Tests - JDK 11 Windows

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.DevMojoIT was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
Raw output
org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.DevMojoIT was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
	at io.quarkus.maven.it.DevMojoIT.testExternalReloadableArtifacts(DevMojoIT.java:1448)
	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)
Caused by: java.util.concurrent.TimeoutException
	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204)
	at org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:101)
	at org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:81)
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:103)
	... 8 more

Check failure on line 135 in integration-tests/maven/src/test/java/io/quarkus/maven/it/JarRunnerIT.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for 219e6d8c2071cc0c5ea1e9dc10b796fa1db1f0bb

Maven Tests - JDK 11 Windows

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.JarRunnerIT that uses io.quarkus.maven.it.verifier.MavenProcessInvocationResult was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
Raw output
org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.JarRunnerIT that uses io.quarkus.maven.it.verifier.MavenProcessInvocationResult was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
	at io.quarkus.maven.it.JarRunnerIT.testPlatformPropertiesOverridenInApplicationProperties(JarRunnerIT.java:135)
	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)

Check failure on line 70 in integration-tests/maven/src/test/java/io/quarkus/maven/it/JarRunnerIT.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for 219e6d8c2071cc0c5ea1e9dc10b796fa1db1f0bb

Maven Tests - JDK 11 Windows

java.lang.AssertionError: 

Expecting actual:
Raw output
java.lang.AssertionError: 

Expecting actual:
  "[INFO] Scanning for projects...
[WARNING] This build will only read from the build cache, since the clean lifecycle is not part of the build invocation.
[INFO] 
[INFO] ---------------------------< org.acme:acme >----------------------------
[INFO] Building acme 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ acme ---
[INFO] Copying 4 resources from src\main\resources to target\classes
[INFO] 
[INFO] --- quarkus:999-SNAPSHOT:generate-code (default) @ acme ---
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ acme ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.101 s
[INFO] Finished at: 2023-10-17T18:16:14Z
[INFO] ------------------------------------------------------------------------
[INFO] 3 goals, 3 executed
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project acme: Error while storing the mojo status: Input length = 1 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
"
to contain:
  "BUILD SUCCESS"
 (ignoring case)
	at io.quarkus.maven.it.JarRunnerIT.testNonAsciiDir(JarRunnerIT.java:70)
	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)