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

Go back to Avro 1.11.2 #178

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Go back to Avro 1.11.2

7d79ba4
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Go back to Avro 1.11.2 #178

Go back to Avro 1.11.2
7d79ba4
Select commit
Loading
Failed to load commit list.
GitHub Actions / Build summary for 7d79ba4ab612674da715259ddd6aee53bfbb9567 completed Jun 5, 2024 in 0s

Build summary for 7d79ba4ab612674da715259ddd6aee53bfbb9567

Failing Jobs - Building 7d79ba4 - Back to Workflow run summary

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 17 Logs Raw logs 🚧
JVM Tests - JDK 21 Build Failures Logs Raw logs 🚧
MicroProfile TCKs Tests Verify Failures Logs Raw logs 🚧

Details

Test Failures

⚙️ JVM Tests - JDK 21 #

- Failing: integration-tests/container-image/quarkus-standard-way 

📦 integration-tests/container-image/quarkus-standard-way

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-container-image-standard: Failed to build quarkus application


⚙️ MicroProfile TCKs Tests #

- Failing: tcks/microprofile-opentelemetry 

📦 tcks/microprofile-opentelemetry

# Tests:    53
+ Success:  52
- Failures: 1
- Errors:   0
! Skipped:  0

org.eclipse.microprofile.telemetry.tracing.tck.async.MpRestClientAsyncTest.testIntegrationWithMpRestClient - Source on GitHub - 🠅

java.util.concurrent.RejectedExecutionException: event executor terminated
	at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
	at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:351)
	at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:344)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
	at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)

Annotations

Check failure on line 1 in tcks/microprofile-opentelemetry/src/test/java/org/eclipse/microprofile/telemetry/tracing/tck/async/MpRestClientAsyncTest.java

See this annotation in the file changed.

@github-actions github-actions / Build summary for 7d79ba4ab612674da715259ddd6aee53bfbb9567

MicroProfile TCKs Tests

java.util.concurrent.RejectedExecutionException: event executor terminated
	at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
	at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:351)
Raw output
java.util.concurrent.RejectedExecutionException: event executor terminated
	at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
	at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:351)
	at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:344)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
	at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)
	at io.vertx.core.impl.ContextImpl.execute(ContextImpl.java:300)
	at io.vertx.core.impl.ContextImpl.execute(ContextImpl.java:288)
	at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:57)
	at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:231)
	at io.vertx.core.impl.future.FutureImpl.onSuccess(FutureImpl.java:87)
	at io.quarkus.opentelemetry.runtime.exporter.otlp.VertxGrpcExporter.shutdown(VertxGrpcExporter.java:160)
	at io.opentelemetry.sdk.trace.export.BatchSpanProcessor$Worker.lambda$shutdown$3(BatchSpanProcessor.java:294)
	at io.opentelemetry.sdk.common.CompletableResultCode.succeed(CompletableResultCode.java:85)
	at io.opentelemetry.sdk.trace.export.BatchSpanProcessor$Worker.flush(BatchSpanProcessor.java:278)
	at io.opentelemetry.sdk.trace.export.BatchSpanProcessor$Worker.run(BatchSpanProcessor.java:239)
	at java.base/java.lang.Thread.run(Thread.java:840)