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

Document gRPC code generation #36640

Merged
merged 1 commit into from
Oct 25, 2023

Document gRPC code generation

d8fa1ca
Select commit
Loading
Failed to load commit list.
Merged

Document gRPC code generation #36640

Document gRPC code generation
d8fa1ca
Select commit
Loading
Failed to load commit list.
quarkus-bot / Build summary for d8fa1caf6ebb78f89c70c6da1a29f6d5e10ef94a completed Oct 25, 2023 in 0s

Build summary for d8fa1caf6ebb78f89c70c6da1a29f6d5e10ef94a

Failing Jobs - Building d8fa1ca - Back to Pull request

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 21
✔️ Maven Tests - JDK 11
Maven Tests - JDK 11 Windows Build Failures Logs Raw logs
Native Tests - Cache Build Failures Logs Raw logs

Details

Test Failures

⚙️ 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.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.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.JarRunnerIT.testNonAsciiDir line 70 - Source on GitHub - 🠅

java.lang.AssertionError: 

Expecting actual:

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


⚙️ Native Tests - Cache #

- Failing: integration-tests/infinispan-cache-jpa 

📦 integration-tests/infinispan-cache-jpa

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-infinispan-cache-jpa: Failed to build quarkus application

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 d8fa1caf6ebb78f89c70c6da1a29f6d5e10ef94a

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 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 d8fa1caf6ebb78f89c70c6da1a29f6d5e10ef94a

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.

@quarkus-bot quarkus-bot / Build summary for d8fa1caf6ebb78f89c70c6da1a29f6d5e10ef94a

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:  11.821 s
[INFO] Finished at: 2023-10-25T08:11:15Z
[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 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 d8fa1caf6ebb78f89c70c6da1a29f6d5e10ef94a

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:  11.821 s
[INFO] Finished at: 2023-10-25T08:11:15Z
[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)