Closed dependabot[bot] closed 23 hours ago
Quarkus CI
This is the status report for running Quarkus CI
on commit 7b58d094cc1239094826d22e419606c898ac3ee2.
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | JVM Tests - JDK 17 | Build |
Failures | Logs | Raw logs | :mag: |
:heavy_check_mark: | JVM Tests - JDK 21 | Logs | Raw logs | :mag: |
Full information is available in the Build summary check run. You can consult the Develocity build scans.
- Failing: integration-tests/test-extension/extension/deployment
! Skipped: integration-tests/test-extension/tests
✖ io.quarkus.extest.OverrideBuildTimeConfigTest.
- History - More details - Source on GitHub
✖ io.quarkus.it.opentelemetry.vertx.exporter.http.SimpleHttpWithTLSWithCompressionUsingRegistryTest.test
- History
Expecting Optional to contain a value but it was empty.
- java.lang.AssertionError
✖ io.quarkus.it.keycloak.CodeFlowTest.testTokenRefresh
- History
expected: <true> but was: <false>
- org.opentest4j.AssertionFailedError
@radcortez looks like your workaround didn't work :/ Somehow the config is missing, not sure why...
2024-11-20T02:55:38.8252899Z Caused by: java.util.NoSuchElementException: SRCFG00014: The config property quarkus.config.build-time-mismatch-at-runtime is required but it could not be found in any config source
2024-11-20T02:55:38.8254987Z at io.smallrye.config.SmallRyeConfig.convertValue(SmallRyeConfig.java:476)
2024-11-20T02:55:38.8256162Z at io.smallrye.config.SmallRyeConfig.getValue(SmallRyeConfig.java:421)
2024-11-20T02:55:38.8257240Z at io.smallrye.config.SmallRyeConfig.getValue(SmallRyeConfig.java:400)
2024-11-20T02:55:38.8258048Z at io.quarkus.runtime.configuration.ConfigRecorder.handleConfigChange(ConfigRecorder.java:65)
2024-11-20T02:55:38.8259484Z at io.quarkus.deployment.steps.ConfigGenerationBuildStep$checkForBuildTimeConfigChange1532146938.deploy_8(Unknown Source)
2024-11-20T02:55:38.8261379Z at io.quarkus.deployment.steps.ConfigGenerationBuildStep$checkForBuildTimeConfigChange1532146938.deploy(Unknown Source)
Bumps com.google.errorprone:error_prone_annotations from 2.35.1 to 2.36.0.
Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
Commits
ab522c7
Release Error Prone 2.36.0fc5aade
Remove swathes of assume()s on the current runtime version.b222ea8
Handle qualified enum elements in MissingCasesInEnumSwitch.332cbfa
Support record destructuring in ArgumentSelectionDefectChecker.0db3360
UsafeLocaleUsage: update the proposed fix to usereplace(char, char)
c816c8b
StatementSwitchToExpressionSwitch - remove// fall out
comments in switchesb5fa441
Consolidate javadoc plugin version2afd0cf
Run StatementSwitchToExpressionSwitch_refactoring over EP.37895d3
Fix snapshot doc publishing after https://github.com/google/error-prone/commi...c438756
StatementSwitchToExpressionSwitch: for "assignment switch" and "direct conver...You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show