Skip to content

Instantly share code, notes, and snippets.

@domhanak
Created February 19, 2024 18:46
Show Gist options
  • Save domhanak/c99d8ec98e84dfee0f1d72053b208347 to your computer and use it in GitHub Desktop.
Save domhanak/c99d8ec98e84dfee0f1d72053b208347 to your computer and use it in GitHub Desktop.
kogito-apps.nightly-native failure log
Feb 16th - FAIL:
7 test failures
org.kie.kogito.index.infinispan.ProcessDataIndexInfinispanHttpIT.testProcessInstanceEvents
org.kie.kogito.index.infinispan.ProcessDataIndexInfinispanKafkaIT.testProcessInstanceEvents
org.kie.kogito.index.inmemory.ProcessDataIndexInMemoryIT.testProcessInstanceEvents
org.kie.kogito.index.mongodb.ProcessDataIndexMongoDBHttpIT.testProcessInstanceEvents
org.kie.kogito.index.mongodb.ProcessDataIndexMongoDBKafkaIT.testProcessInstanceEvents
org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlHttpIT.testProcessInstanceEvents
org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlKafkaIT.testProcessInstanceEvents
Console logs errors:
05:50:38 [INFO] Kogito Apps :: Data Audit :: JPA :: Service ........ FAILURE [01:49 min]
Details:
```
========================================================================================================================
[2024-02-16T03:03:17.476Z] GraalVM Native Image: Generating 'data-audit-quarkus-jpa-service-999-SNAPSHOT-runner' (executable)...
[2024-02-16T03:03:17.476Z] ========================================================================================================================
[2024-02-16T03:03:17.476Z] For detailed information and explanations on the build output, visit:
[2024-02-16T03:03:17.476Z] https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/BuildOutput.md
[2024-02-16T03:03:17.476Z] ------------------------------------------------------------------------------------------------------------------------
[2024-02-16T03:03:17.476Z] Warning: The host machine does not support all features of 'x86-64-v3'. Falling back to '-march=compatibility' for best compatibility.
[2024-02-16T03:03:24.093Z] [1/8] Initializing... (12.3s @ 0.30GB)
[2024-02-16T03:03:24.093Z] Java version: 17.0.10+7, vendor version: Mandrel-23.0.3.0-Final
[2024-02-16T03:03:24.093Z] Graal compiler: optimization level: 2, target machine: compatibility
[2024-02-16T03:03:24.093Z] C compiler: gcc (redhat, x86_64, 8.5.0)
[2024-02-16T03:03:24.093Z] Garbage collector: Serial GC (max heap size: 80% of RAM)
[2024-02-16T03:03:24.093Z] 9 user-specific feature(s)
[2024-02-16T03:03:24.093Z] - com.oracle.svm.thirdparty.gson.GsonFeature
[2024-02-16T03:03:24.093Z] - io.quarkus.caffeine.runtime.graal.CacheConstructorsFeature
[2024-02-16T03:03:24.093Z] - io.quarkus.hibernate.orm.runtime.graal.DisableLoggingFeature: Disables INFO logging during the analysis phase
[2024-02-16T03:03:24.093Z] - io.quarkus.jdbc.h2.runtime.H2Reflections: Support for H2 Database's extended data types
[2024-02-16T03:03:24.093Z] - io.quarkus.jdbc.postgresql.runtime.graal.SQLXMLFeature
[2024-02-16T03:03:24.093Z] - io.quarkus.runner.Feature: Auto-generated class by Quarkus from the existing extensions
[2024-02-16T03:03:24.093Z] - io.quarkus.runtime.graal.DisableLoggingFeature: Disables INFO logging during the analysis phase
[2024-02-16T03:03:24.093Z] - org.eclipse.angus.activation.nativeimage.AngusActivationFeature
[2024-02-16T03:03:24.093Z] - org.hibernate.graalvm.internal.GraalVMStaticFeature: Hibernate ORM's static reflection registrations for GraalVM
[2024-02-16T03:03:25.448Z] 03:03:24,117 WARN [org.hib.orm.deprecation] HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
[2024-02-16T03:04:33.655Z] [2/8] Performing analysis... [*****] (65.9s @ 3.16GB)
[2024-02-16T03:04:33.655Z] 27,503 (90.27%) of 30,469 types reachable
[2024-02-16T03:04:33.655Z] 42,872 (65.46%) of 65,493 fields reachable
[2024-02-16T03:04:33.655Z] 140,077 (58.21%) of 240,639 methods reachable
[2024-02-16T03:04:33.655Z] 7,716 types, 318 fields, and 4,693 methods registered for reflection
[2024-02-16T03:04:33.655Z] 64 types, 70 fields, and 55 methods registered for JNI access
[2024-02-16T03:04:33.655Z] 4 native libraries: dl, pthread, rt, z
[2024-02-16T03:04:33.655Z]
[2024-02-16T03:04:33.655Z] Error: Detected an instance of Random/SplittableRandom class in the image heap. Instances created during image generation have cached seed values and don't behave as expected. To see how this object got instantiated use --trace-object-instantiation=java.util.Random. The object was probably created by a class initializer and is reachable from a static field. You can request class initialization at image runtime by using the option --initialize-at-run-time=<class-name>. Or you can write your own initialization methods and call them explicitly from your main entry point.
[2024-02-16T03:04:33.655Z] Detailed message:
[2024-02-16T03:04:33.655Z] Trace: Object was reached by
[2024-02-16T03:04:33.655Z] trying to constant fold static field org.apache.kafka.common.security.authenticator.SaslClientAuthenticator.RNG
[2024-02-16T03:04:33.655Z] at org.apache.kafka.common.security.authenticator.SaslClientAuthenticator.access$100(SaslClientAuthenticator.java:77)
[2024-02-16T03:04:33.655Z] parsing method org.apache.kafka.common.security.authenticator.SaslClientAuthenticator.access$100(SaslClientAuthenticator.java:77) reachable via the parsing context
[2024-02-16T03:04:33.655Z] at static root method.(Unknown Source)
[2024-02-16T03:04:33.655Z]
[2024-02-16T03:04:33.655Z]
[2024-02-16T03:04:33.655Z] com.oracle.svm.core.util.UserError$UserException: Detected an instance of Random/SplittableRandom class in the image heap. Instances created during image generation have cached seed values and don't behave as expected. To see how this object got instantiated use --trace-object-instantiation=java.util.Random. The object was probably created by a class initializer and is reachable from a static field. You can request class initialization at image runtime by using the option --initialize-at-run-time=<class-name>. Or you can write your own initialization methods and call them explicitly from your main entry point.
[2024-02-16T03:04:33.655Z] Detailed message:
[2024-02-16T03:04:33.655Z] Trace: Object was reached by
[2024-02-16T03:04:33.655Z] trying to constant fold static field org.apache.kafka.common.security.authenticator.SaslClientAuthenticator.RNG
[2024-02-16T03:04:33.655Z] at org.apache.kafka.common.security.authenticator.SaslClientAuthenticator.access$100(SaslClientAuthenticator.java:77)
[2024-02-16T03:04:33.655Z] parsing method org.apache.kafka.common.security.authenticator.SaslClientAuthenticator.access$100(SaslClientAuthenticator.java:77) reachable via the parsing context
[2024-02-16T03:04:33.655Z] at static root method.(Unknown Source)
[2024-02-16T03:04:33.655Z]
[2024-02-16T03:04:33.655Z]
[2024-02-16T03:04:33.655Z] at org.graalvm.nativeimage.builder/com.oracle.svm.core.util.UserError.abort(UserError.java:85)
[2024-02-16T03:04:33.655Z] at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FallbackFeature.reportAsFallback(FallbackFeature.java:248)
[2024-02-16T03:04:33.655Z] at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:798)
[2024-02-16T03:04:33.656Z] at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:582)
[2024-02-16T03:04:33.656Z] at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:539)
[2024-02-16T03:04:33.656Z] at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:408)
[2024-02-16T03:04:33.656Z] at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:612)
[2024-02-16T03:04:33.656Z] at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.start(NativeImageGeneratorRunner.java:134)
[2024-02-16T03:04:33.656Z] at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:94)
[2024-02-16T03:04:33.656Z] Caused by: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: Detected an instance of Random/SplittableRandom class in the image heap. Instances created during image generation have cached seed values and don't behave as expected. To see how this object got instantiated use --trace-object-instantiation=java.util.Random. The object was probably created by a class initializer and is reachable from a static field. You can request class initialization at image runtime by using the option --initialize-at-run-time=<class-name>. Or you can write your own initialization methods and call them explicitly from your main entry point.
[2024-02-16T03:04:33.656Z] Detailed message:
[2024-02-16T03:04:33.656Z] Trace: Object was reached by
[2024-02-16T03:04:33.656Z] trying to constant fold static field org.apache.kafka.common.security.authenticator.SaslClientAuthenticator.RNG
[2024-02-16T03:04:33.656Z] at org.apache.kafka.common.security.authenticator.SaslClientAuthenticator.access$100(SaslClientAuthenticator.java:77)
[2024-02-16T03:04:33.656Z] parsing method org.apache.kafka.common.security.authenticator.SaslClientAuthenticator.access$100(SaslClientAuthenticator.java:77) reachable via the parsing context
[2024-02-16T03:04:33.656Z] at static root method.(Unknown Source)
[2024-02-16T03:04:33.656Z]
[2024-02-16T03:04:33.656Z]
[2024-02-16T03:04:33.656Z] at org.graalvm.nativeimage.pointsto/com.oracle.graal.pointsto.constraints.UnsupportedFeatures.report(UnsupportedFeatures.java:126)
[2024-02-16T03:04:33.656Z] at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:793)
[2024-02-16T03:04:33.656Z] ... 6 more
```
Feb 17th - FAIL
33 test failures:
org.kie.kogito.it.jobs.CallbackStateTimeoutsIT.callbackStateTimeoutsExceeded
org.kie.kogito.it.jobs.CallbackStateTimeoutsIT.callbackStateTimeoutsExceeded
org.kie.kogito.it.jobs.MultipleTimerInstancesIT.boundaryTimerEvent
org.kie.kogito.it.jobs.MultipleTimerInstancesIT.timerEvent
org.kie.kogito.it.jobs.MultipleTimerInstancesIT.eventStateTimeouts
org.kie.kogito.it.jobs.MultipleTimerInstancesIT.boundaryTimerEvent
org.kie.kogito.it.jobs.MultipleTimerInstancesIT.timerEvent
org.kie.kogito.it.jobs.MultipleTimerInstancesIT.eventStateTimeouts
org.kie.kogito.it.jobs.ProcessAsyncIT.testAsync
org.kie.kogito.it.jobs.ProcessAsyncIT.testAsync
org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteTimerCycle
org.kie.kogito.it.jobs.ProcessTimerIT.testBoundaryTimersOnTask
org.kie.kogito.it.jobs.ProcessTimerIT.testTimerCycle
org.kie.kogito.it.jobs.ProcessTimerIT.testTimers
org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteBoundaryTimersOnTask
org.kie.kogito.it.jobs.ProcessTimerIT.testCancelTimer
org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteTimerCycle
org.kie.kogito.it.jobs.ProcessTimerIT.testBoundaryTimersOnTask
org.kie.kogito.it.jobs.ProcessTimerIT.testTimerCycle
org.kie.kogito.it.jobs.ProcessTimerIT.testTimers
org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteBoundaryTimersOnTask
org.kie.kogito.it.jobs.ProcessTimerIT.testCancelTimer
org.kie.kogito.it.jobs.SwitchStateTimeoutsIT.switchStateEventConditionTimeoutsTransitionTimeoutsExceeded
org.kie.kogito.it.jobs.SwitchStateTimeoutsIT.switchStateEventConditionTimeoutsTransitionTimeoutsExceeded
org.kie.kogito.it.jobs.WorkflowTimeoutsIT.workflowTimeoutExceeded
org.kie.kogito.it.jobs.WorkflowTimeoutsIT.workflowTimeoutExceeded
org.kie.kogito.index.infinispan.ProcessDataIndexInfinispanHttpIT.testProcessInstanceEvents
org.kie.kogito.index.infinispan.ProcessDataIndexInfinispanKafkaIT.testProcessInstanceEvents
org.kie.kogito.index.inmemory.ProcessDataIndexInMemoryIT.testProcessInstanceEvents
org.kie.kogito.index.mongodb.ProcessDataIndexMongoDBHttpIT.testProcessInstanceEvents
org.kie.kogito.index.mongodb.ProcessDataIndexMongoDBKafkaIT.testProcessInstanceEvents
org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlHttpIT.testProcessInstanceEvents
org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlKafkaIT.testProcessInstanceEvents
Console log errors:
07:15:34 [INFO] Kogito Apps :: Data Audit :: JPA :: Service ........ FAILURE [02:58 min]
Details:
Same as Feb 16th
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment