Skip to content

Realign Infinispan version to 15.0.8.Final

quarkus-bot / Build summary for c15d56d0de0562c908a76bd35922dd41e1ecd11f completed Nov 15, 2024 in 0s

Build summary for c15d56d0de0562c908a76bd35922dd41e1ecd11f

Failing Jobs - Building c15d56d - Back to Pull request

Status Name Step Failures Logs Raw logs Build scan
βœ”οΈ JVM Tests - JDK 17 Logs Raw logs 🚧
βœ”οΈ JVM Tests - JDK 21 Logs Raw logs 🚧
βœ– JVM Tests - JDK 17 Windows Build Failures Logs Raw logs 🚧

Warning

This workflow run had flaky tests. See details for more information.

Details

Test Failures

βš™οΈ JVM Tests - JDK 17 Windows #

- Failing: devtools/cli 

πŸ“¦ devtools/cli

# Tests:    140
+ Success:  136
- Failures: 0
- Errors:   1
! Skipped:  3

βœ– io.quarkus.cli.config.SetConfigTest.addEncryptedConfiguration line 74 - History - Source on GitHub - πŸ …

java.lang.RuntimeException: java.lang.NegativeArraySizeException: -98
	at io.smallrye.config.crypto.AESGCMNoPaddingSecretKeysHandler.decode(AESGCMNoPaddingSecretKeysHandler.java:44)
	at io.smallrye.config.ExpressionConfigSourceInterceptor$1.accept(ExpressionConfigSourceInterceptor.java:79)
	at io.smallrye.config.ExpressionConfigSourceInterceptor$1.accept(ExpressionConfigSourceInterceptor.java:71)
	at io.smallrye.common.expression.ExpressionNode.emit(ExpressionNode.java:22)
	at io.smallrye.common.expression.Expression.evaluateException(Expression.java:56)
	at io.smallrye.common.expression.Expression.evaluate(Expression.java:70)
	at io.smallrye.config.ExpressionConfigSourceInterceptor.getValue(ExpressionConfigSourceInterceptor.java:71)

assertEquals("5678", config.getConfigValue("foo.baz").getValue());

Flaky tests - Develocity

βš™οΈ JVM Tests - JDK 17

πŸ“¦ extensions/micrometer/deployment

βœ– io.quarkus.micrometer.deployment.binder.VertxUdpMetricsTest.testUdpMetrics - History

  • event executor terminated - java.util.concurrent.RejectedExecutionException
java.util.concurrent.RejectedExecutionException: event executor terminated
	at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:931)
	at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:350)
	at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:343)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:833)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:824)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:814)
	at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)

βš™οΈ JVM Tests - JDK 21

πŸ“¦ integration-tests/grpc-hibernate

βœ– com.example.grpc.hibernate.BlockingRawTest.shouldAdd - History

  • Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds.
	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:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at com.example.grpc.hibernate.BlockingRawTestBase.shouldAdd(BlockingRawTestBase.java:59)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

βš™οΈ Gradle Tests - JDK 17

πŸ“¦ integration-tests/gradle

βœ– io.quarkus.gradle.devmode.MultiCompositeBuildExtensionsDevModeTest.main - History

  • Expecting actual: "BROKEN: quarkusDev mode has terminated" to contain: "ready" - java.lang.AssertionError
java.lang.AssertionError: 

Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "ready" 
	at io.quarkus.gradle.devmode.MultiCompositeBuildExtensionsDevModeTest.testDevMode(MultiCompositeBuildExtensionsDevModeTest.java:27)
	at io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:60)

Annotations

Check failure on line 74 in devtools/cli/src/test/java/io/quarkus/cli/config/SetConfigTest.java

See this annotation in the file changed.

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

JVM Tests - JDK 17 Windows

java.lang.RuntimeException: java.lang.NegativeArraySizeException: -98
	at io.smallrye.config.crypto.AESGCMNoPaddingSecretKeysHandler.decode(AESGCMNoPaddingSecretKeysHandler.java:44)
	at io.smallrye.config.ExpressionConfigSourceInterceptor$1.accept(ExpressionConfigSourceInterceptor.java:79)
Raw output
java.lang.RuntimeException: java.lang.NegativeArraySizeException: -98
	at io.smallrye.config.crypto.AESGCMNoPaddingSecretKeysHandler.decode(AESGCMNoPaddingSecretKeysHandler.java:44)
	at io.smallrye.config.ExpressionConfigSourceInterceptor$1.accept(ExpressionConfigSourceInterceptor.java:79)
	at io.smallrye.config.ExpressionConfigSourceInterceptor$1.accept(ExpressionConfigSourceInterceptor.java:71)
	at io.smallrye.common.expression.ExpressionNode.emit(ExpressionNode.java:22)
	at io.smallrye.common.expression.Expression.evaluateException(Expression.java:56)
	at io.smallrye.common.expression.Expression.evaluate(Expression.java:70)
	at io.smallrye.config.ExpressionConfigSourceInterceptor.getValue(ExpressionConfigSourceInterceptor.java:71)
	at io.smallrye.config.ExpressionConfigSourceInterceptor.getValue(ExpressionConfigSourceInterceptor.java:45)
	at io.smallrye.config.SmallRyeConfigSourceInterceptorContext.proceed(SmallRyeConfigSourceInterceptorContext.java:27)
	at io.smallrye.config.SmallRyeConfig.getConfigValue(SmallRyeConfig.java:449)
	at io.quarkus.cli.config.SetConfigTest.addEncryptedConfiguration(SetConfigTest.java:74)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.NegativeArraySizeException: -98
	at io.smallrye.config.crypto.AESGCMNoPaddingSecretKeysHandler.decode(AESGCMNoPaddingSecretKeysHandler.java:37)
	... 13 more