Closed dmlloyd closed 18 hours ago
Quarkus CI
This is the status report for running Quarkus CI
on commit ccb270ea5e66f7a4c4bfd31961e7f28ba791e467.
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | JVM Tests - JDK 17 | Build |
:warning: Check → | Logs | Raw logs | :construction: |
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | :construction: |
✖ | JVM Tests - JDK 17 Windows | Build |
:warning: Check → | Logs | Raw logs | :construction: |
Full information is available in the Build summary check run. You can consult the Develocity build scans.
✖ io.quarkus.opentelemetry.deployment.traces.NonAppEndpointsDisabledTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.NonAppEndpointsDisabledWithRootPathTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.NonAppEndpointsEnabledLegacyConfigurationTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.NonAppEndpointsEnabledTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.OpenTelemetryCustomSamplerBeanTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.OpenTelemetryHttpCDITest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.OpenTelemetryIdGeneratorTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.OpenTelemetryReactiveRoutesTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.OpenTelemetrySamplerBeanTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.OpenTelemetrySamplerConfigTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.OpenTelemetrySpanSecurityEventsTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.OpenTelemetrySuppressAppUrisTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.OpenTelemetryTracelessTest.
- History - More details - Source on GitHub
✖ io.quarkus.opentelemetry.deployment.traces.OpenTelemetryTracelessWithRootPathTest.
- History - More details - Source on GitHub
✖ io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector
- History
Expecting actual: ["-4","-5","-6","-7","-8","-9","-10","-11"] to start with: ["-3", "-4", "-5", "-6"]
- java.lang.AssertionError
Expecting actual: ["-6","-8","-9","-10","-11","-12","-13","-14"] to start with: ["-6", "-7", "-8", "-9"]
- java.lang.AssertionError
I suppose it's not a coincidence that it's failing due to metaspace.
Well, I don't have even a theoretical reason why this would cause metaspace exhaustion, yet here we are. This is not an important change though (it was meant as a minor opportunistic improvement) so I'll drop it for now. If it turns out that something else is causing the metaspace problem, I'll re-open and rebase and go from there.
We can redirect caller-sensitive methods by using
privateLookupIn
instead.This is just something I happened to notice while evaluating the class loader code.