Skip to content

Update Netty to 4.1.100 #815

Update Netty to 4.1.100

Update Netty to 4.1.100 #815

GitHub Actions / Build summary for 831a81e07af82e8c02954265a97a299fa162548e completed Oct 11, 2023

Build summary for 831a81e07af82e8c02954265a97a299fa162548e

Failing Jobs - Building 831a81e - Back to Workflow run summary

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

Details

Test Failures

⚙️ JVM Tests - JDK 17 Windows #

- Failing: integration-tests/rest-client-reactive 

📦 integration-tests/rest-client-reactive

Failed to execute goal uk.co.automatictester:truststore-maven-plugin:3.0.0:generate-truststore (self-signed-truststore) on project quarkus-integration-test-rest-client-reactive: Execution self-signed-truststore of goal uk.co.automatictester:truststore-maven-plugin:3.0.0:generate-truststore failed: java.net.ConnectException: Connection timed out: connect


⚙️ Maven Tests - JDK 11 Windows #

- Failing: integration-tests/maven 

📦 integration-tests/maven

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

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.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!"));

Annotations

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.

@github-actions github-actions / Build summary for 831a81e07af82e8c02954265a97a299fa162548e

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:  12.739 s
[INFO] Finished at: 2023-10-10T21:43:47Z
[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.

@github-actions github-actions / Build summary for 831a81e07af82e8c02954265a97a299fa162548e

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 70 in integration-tests/maven/src/test/java/io/quarkus/maven/it/JarRunnerIT.java

See this annotation in the file changed.

@github-actions github-actions / Build summary for 831a81e07af82e8c02954265a97a299fa162548e

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:  12.739 s
[INFO] Finished at: 2023-10-10T21:43:47Z
[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.

@github-actions github-actions / Build summary for 831a81e07af82e8c02954265a97a299fa162548e

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