-
Bug
-
Resolution: Done
-
Major
-
None
-
0.14.0
-
5
-
2020 Week 34-36 (from Aug 17)
the offending lines coincide with usages of org.kie.soup.project.datamodel.commons.util.RawMVELEvaluator.eval(RawMVELEvaluator.java:38)
2020-09-01T05:33:36.6669575Z [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on GraalVM Version 20.2.0 (Java Version 11.0.8) 2020-09-01T05:33:37.3671491Z [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] docker run -v /home/runner/work/kogito-runtimes/kogito-runtimes/current-repo/kogito-quarkus-extension/integration-test/target/kogito-quarkus-integration-test-1.0.0-SNAPSHOT-native-image-source-jar:/project:z --env LANG=C --user 1001:116 --rm quay.io/quarkus/ubi-quarkus-native-image:20.2.0-java11 -J-Djava.util.logging.manager=org.jboss.logmanager.LogManager -J-Dsun.nio.ch.maxUpdateArraySize=100 -J-Dvertx.logger-delegate-factory-class-name=io.quarkus.vertx.core.runtime.VertxLogDelegateFactory -J-Dvertx.disableDnsResolver=true -J-Dio.netty.leakDetection.level=DISABLED -J-Dio.netty.allocator.maxOrder=1 -J-Duser.language=en -J-Dfile.encoding=UTF-8 --initialize-at-build-time= -H:InitialCollectionPolicy=com.oracle.svm.core.genscavenge.CollectionPolicy\$BySpaceAndTime -H:+JNI -jar kogito-quarkus-integration-test-1.0.0-SNAPSHOT-runner.jar -H:FallbackThreshold=0 -H:+ReportExceptionStackTraces -H:-AddAllCharsets -H:EnableURLProtocols=http --no-server -H:-UseServiceLoaderFeature -H:+StackTrace kogito-quarkus-integration-test-1.0.0-SNAPSHOT-runner 2020-09-01T05:33:58.4084089Z [kogito-quarkus-integration-test-1.0.0-SNAPSHOT-runner:25] classlist: 19,779.82 ms, 1.68 GB 2020-09-01T05:34:00.6080758Z [kogito-quarkus-integration-test-1.0.0-SNAPSHOT-runner:25] (cap): 1,213.35 ms, 1.68 GB 2020-09-01T05:34:02.1658073Z [kogito-quarkus-integration-test-1.0.0-SNAPSHOT-runner:25] setup: 3,744.55 ms, 1.68 GB 2020-09-01T05:34:46.7201960Z 05:34:46,718 INFO [org.jbo.threads] JBoss Threads version 3.1.1.Final 2020-09-01T05:35:53.0457282Z [kogito-quarkus-integration-test-1.0.0-SNAPSHOT-runner:25] (clinit): 958.24 ms, 2.80 GB 2020-09-01T05:35:53.5511725Z [kogito-quarkus-integration-test-1.0.0-SNAPSHOT-runner:25] (typeflow): 56,201.90 ms, 2.80 GB 2020-09-01T05:35:53.5512185Z [kogito-quarkus-integration-test-1.0.0-SNAPSHOT-runner:25] (objects): 49,831.96 ms, 2.80 GB 2020-09-01T05:35:53.5512576Z [kogito-quarkus-integration-test-1.0.0-SNAPSHOT-runner:25] (features): 1,445.51 ms, 2.80 GB 2020-09-01T05:35:53.8174611Z [kogito-quarkus-integration-test-1.0.0-SNAPSHOT-runner:25] analysis: 111,299.67 ms, 2.80 GB 2020-09-01T05:35:53.8221154Z Error: com.oracle.svm.hosted.substitute.DeletedElementException: Unsupported method java.lang.ClassLoader.defineClass1(ClassLoader, String, byte[], int, int, ProtectionDomain, String) is reachable 2020-09-01T05:35:53.8222412Z To diagnose the issue, you can add the option --report-unsupported-elements-at-runtime. The unsupported element is then reported at run time when it is accessed the first time. 2020-09-01T05:35:53.8222639Z Detailed message: 2020-09-01T05:35:53.8222750Z Trace: 2020-09-01T05:35:53.8222891Z at parsing java.lang.ClassLoader.defineClass(ClassLoader.java:1017) 2020-09-01T05:35:53.8223062Z Call path from entry point to java.lang.ClassLoader.defineClass(String, byte[], int, int, ProtectionDomain): 2020-09-01T05:35:53.8223224Z at java.lang.ClassLoader.defineClass(ClassLoader.java:1015) 2020-09-01T05:35:53.8223374Z at java.lang.ClassLoader.defineClass(ClassLoader.java:878) 2020-09-01T05:35:53.8223807Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer$ContextClassLoader.defineClass(ASMAccessorOptimizer.java:2256) 2020-09-01T05:35:53.8224006Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer.loadClass(ASMAccessorOptimizer.java:2265) 2020-09-01T05:35:53.8224179Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer._initializeAccessor(ASMAccessorOptimizer.java:752) 2020-09-01T05:35:53.8224351Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer.optimizeCollection(ASMAccessorOptimizer.java:3060) 2020-09-01T05:35:53.8224520Z at org.mvel2.ast.InlineCollectionNode.<init>(InlineCollectionNode.java:70) 2020-09-01T05:35:53.8224677Z at org.mvel2.compiler.AbstractParser.nextToken(AbstractParser.java:402) 2020-09-01T05:35:53.8224843Z at org.mvel2.MVELInterpretedRuntime.parseAndExecuteInterpreted(MVELInterpretedRuntime.java:92) 2020-09-01T05:35:53.8225012Z at org.mvel2.MVELInterpretedRuntime.parse(MVELInterpretedRuntime.java:58) 2020-09-01T05:35:53.8225161Z at org.mvel2.MVEL.eval(MVEL.java:136) 2020-09-01T05:35:53.8225316Z at org.kie.soup.project.datamodel.commons.util.RawMVELEvaluator.eval(RawMVELEvaluator.java:38) 2020-09-01T05:35:53.8225488Z at org.jbpm.workflow.instance.node.StateBasedNodeInstance.resolveVariable(StateBasedNodeInstance.java:265) 2020-09-01T05:35:53.8225666Z at org.jbpm.workflow.instance.node.EventSubProcessNodeInstance.lambda$resolveVariables$0(EventSubProcessNodeInstance.java:93) 2020-09-01T05:35:53.8225844Z at org.jbpm.workflow.instance.node.EventSubProcessNodeInstance$$Lambda$955/0x00000007c29a2040.apply(Unknown Source) 2020-09-01T05:35:53.8233562Z at sun.security.ec.XECParameters$1.get(XECParameters.java:183) 2020-09-01T05:35:53.8233901Z at com.oracle.svm.core.jdk.SystemPropertiesSupport.initializeLazyValue(SystemPropertiesSupport.java:190) 2020-09-01T05:35:53.8234165Z at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:143) 2020-09-01T05:35:53.8234489Z at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:331) 2020-09-01T05:35:53.8234859Z at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_ARRAY:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0) 2020-09-01T05:35:53.8234958Z 2020-09-01T05:35:53.8235227Z com.oracle.svm.core.util.UserError$UserException: com.oracle.svm.hosted.substitute.DeletedElementException: Unsupported method java.lang.ClassLoader.defineClass1(ClassLoader, String, byte[], int, int, ProtectionDomain, String) is reachable 2020-09-01T05:35:53.8236047Z To diagnose the issue, you can add the option --report-unsupported-elements-at-runtime. The unsupported element is then reported at run time when it is accessed the first time. 2020-09-01T05:35:53.8236216Z Detailed message: 2020-09-01T05:35:53.8236342Z Trace: 2020-09-01T05:35:53.8236476Z at parsing java.lang.ClassLoader.defineClass(ClassLoader.java:1017) 2020-09-01T05:35:53.8236623Z Call path from entry point to java.lang.ClassLoader.defineClass(String, byte[], int, int, ProtectionDomain): 2020-09-01T05:35:53.8236787Z at java.lang.ClassLoader.defineClass(ClassLoader.java:1015) 2020-09-01T05:35:53.8236932Z at java.lang.ClassLoader.defineClass(ClassLoader.java:878) 2020-09-01T05:35:53.8237096Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer$ContextClassLoader.defineClass(ASMAccessorOptimizer.java:2256) 2020-09-01T05:35:53.8237261Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer.loadClass(ASMAccessorOptimizer.java:2265) 2020-09-01T05:35:53.8237433Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer._initializeAccessor(ASMAccessorOptimizer.java:752) 2020-09-01T05:35:53.8237597Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer.optimizeCollection(ASMAccessorOptimizer.java:3060) 2020-09-01T05:35:53.8237752Z at org.mvel2.ast.InlineCollectionNode.<init>(InlineCollectionNode.java:70) 2020-09-01T05:35:53.8237904Z at org.mvel2.compiler.AbstractParser.nextToken(AbstractParser.java:402) 2020-09-01T05:35:53.8238066Z at org.mvel2.MVELInterpretedRuntime.parseAndExecuteInterpreted(MVELInterpretedRuntime.java:92) 2020-09-01T05:35:53.8238359Z at org.mvel2.MVELInterpretedRuntime.parse(MVELInterpretedRuntime.java:58) 2020-09-01T05:35:53.8238520Z at org.mvel2.MVEL.eval(MVEL.java:136) 2020-09-01T05:35:53.8238667Z at org.kie.soup.project.datamodel.commons.util.RawMVELEvaluator.eval(RawMVELEvaluator.java:38) 2020-09-01T05:35:53.8238830Z at org.jbpm.workflow.instance.node.StateBasedNodeInstance.resolveVariable(StateBasedNodeInstance.java:265) 2020-09-01T05:35:53.8239006Z at org.jbpm.workflow.instance.node.EventSubProcessNodeInstance.lambda$resolveVariables$0(EventSubProcessNodeInstance.java:93) 2020-09-01T05:35:53.8239370Z at org.jbpm.workflow.instance.node.EventSubProcessNodeInstance$$Lambda$955/0x00000007c29a2040.apply(Unknown Source) 2020-09-01T05:35:53.8239537Z at sun.security.ec.XECParameters$1.get(XECParameters.java:183) 2020-09-01T05:35:53.8239694Z at com.oracle.svm.core.jdk.SystemPropertiesSupport.initializeLazyValue(SystemPropertiesSupport.java:190) 2020-09-01T05:35:53.8239860Z at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:143) 2020-09-01T05:35:53.8240021Z at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:331) 2020-09-01T05:35:53.8240200Z at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_ARRAY:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0) 2020-09-01T05:35:53.8240297Z 2020-09-01T05:35:53.8248272Z at com.oracle.svm.core.util.UserError.abort(UserError.java:79) 2020-09-01T05:35:53.8248469Z at com.oracle.svm.hosted.FallbackFeature.reportAsFallback(FallbackFeature.java:217) 2020-09-01T05:35:53.8248641Z at com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:765) 2020-09-01T05:35:53.8248811Z at com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:555) 2020-09-01T05:35:53.8248976Z at com.oracle.svm.hosted.NativeImageGenerator.lambda$run$0(NativeImageGenerator.java:468) 2020-09-01T05:35:53.8249162Z at java.base/java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1407) 2020-09-01T05:35:53.8249329Z at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) 2020-09-01T05:35:53.8249493Z at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) 2020-09-01T05:35:53.8249652Z at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) 2020-09-01T05:35:53.8249819Z at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) 2020-09-01T05:35:53.8249983Z at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 2020-09-01T05:35:53.8258102Z Caused by: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: com.oracle.svm.hosted.substitute.DeletedElementException: Unsupported method java.lang.ClassLoader.defineClass1(ClassLoader, String, byte[], int, int, ProtectionDomain, String) is reachable 2020-09-01T05:35:53.8261110Z To diagnose the issue, you can add the option --report-unsupported-elements-at-runtime. The unsupported element is then reported at run time when it is accessed the first time. 2020-09-01T05:35:53.8261345Z Detailed message: 2020-09-01T05:35:53.8261475Z Trace: 2020-09-01T05:35:53.8261778Z at parsing java.lang.ClassLoader.defineClass(ClassLoader.java:1017) 2020-09-01T05:35:53.8261946Z Call path from entry point to java.lang.ClassLoader.defineClass(String, byte[], int, int, ProtectionDomain): 2020-09-01T05:35:53.8262117Z at java.lang.ClassLoader.defineClass(ClassLoader.java:1015) 2020-09-01T05:35:53.8262270Z at java.lang.ClassLoader.defineClass(ClassLoader.java:878) 2020-09-01T05:35:53.8262438Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer$ContextClassLoader.defineClass(ASMAccessorOptimizer.java:2256) 2020-09-01T05:35:53.8262613Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer.loadClass(ASMAccessorOptimizer.java:2265) 2020-09-01T05:35:53.8262938Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer._initializeAccessor(ASMAccessorOptimizer.java:752) 2020-09-01T05:35:53.8263129Z at org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer.optimizeCollection(ASMAccessorOptimizer.java:3060) 2020-09-01T05:35:53.8263290Z at org.mvel2.ast.InlineCollectionNode.<init>(InlineCollectionNode.java:70) 2020-09-01T05:35:53.8263445Z at org.mvel2.compiler.AbstractParser.nextToken(AbstractParser.java:402) 2020-09-01T05:35:53.8263611Z at org.mvel2.MVELInterpretedRuntime.parseAndExecuteInterpreted(MVELInterpretedRuntime.java:92) 2020-09-01T05:35:53.8263789Z at org.mvel2.MVELInterpretedRuntime.parse(MVELInterpretedRuntime.java:58) 2020-09-01T05:35:53.8263954Z at org.mvel2.MVEL.eval(MVEL.java:136) 2020-09-01T05:35:53.8264107Z at org.kie.soup.project.datamodel.commons.util.RawMVELEvaluator.eval(RawMVELEvaluator.java:38) 2020-09-01T05:35:53.8264271Z at org.jbpm.workflow.instance.node.StateBasedNodeInstance.resolveVariable(StateBasedNodeInstance.java:265) 2020-09-01T05:35:53.8264450Z at org.jbpm.workflow.instance.node.EventSubProcessNodeInstance.lambda$resolveVariables$0(EventSubProcessNodeInstance.java:93) 2020-09-01T05:35:53.8264632Z at org.jbpm.workflow.instance.node.EventSubProcessNodeInstance$$Lambda$955/0x00000007c29a2040.apply(Unknown Source) 2020-09-01T05:35:53.8264789Z at sun.security.ec.XECParameters$1.get(XECParameters.java:183) 2020-09-01T05:35:53.8264948Z at com.oracle.svm.core.jdk.SystemPropertiesSupport.initializeLazyValue(SystemPropertiesSupport.java:190) 2020-09-01T05:35:53.8265194Z at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:143) 2020-09-01T05:35:53.8265357Z at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:331) 2020-09-01T05:35:53.8265536Z at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_ARRAY:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0) 2020-09-01T05:35:53.8265632Z 2020-09-01T05:35:53.8265775Z at com.oracle.graal.pointsto.constraints.UnsupportedFeatures.report(UnsupportedFeatures.java:126) 2020-09-01T05:35:53.8265947Z at com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:762) 2020-09-01T05:35:53.8266094Z ... 8 more 2020-09-01T05:35:53.8273275Z Caused by: com.oracle.svm.hosted.substitute.DeletedElementException: Unsupported method java.lang.ClassLoader.defineClass1(ClassLoader, String, byte[], int, int, ProtectionDomain, String) is reachable 2020-09-01T05:35:53.8288495Z To diagnose the issue, you can add the option --report-unsupported-elements-at-runtime. The unsupported element is then reported at run time when it is accessed the first time. 2020-09-01T05:35:53.8289448Z at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.lookup(AnnotationSubstitutionProcessor.java:183) 2020-09-01T05:35:53.8290674Z at com.oracle.graal.pointsto.infrastructure.SubstitutionProcessor$ChainedSubstitutionProcessor.lookup(SubstitutionProcessor.java:128) 2020-09-01T05:35:53.8292012Z at com.oracle.graal.pointsto.infrastructure.SubstitutionProcessor$ChainedSubstitutionProcessor.lookup(SubstitutionProcessor.java:128) 2020-09-01T05:35:53.8292188Z at com.oracle.graal.pointsto.meta.AnalysisUniverse.lookupAllowUnresolved(AnalysisUniverse.java:404) 2020-09-01T05:35:53.8292356Z at com.oracle.graal.pointsto.infrastructure.WrappedConstantPool.lookupMethod(WrappedConstantPool.java:125) 2020-09-01T05:35:53.8295184Z at jdk.internal.vm.compiler/org.graalvm.compiler.java.BytecodeParser.lookupMethodInPool(BytecodeParser.java:4313) 2020-09-01T05:35:53.8295558Z at com.oracle.svm.hosted.phases.SharedGraphBuilderPhase$SharedBytecodeParser.lookupMethodInPool(SharedGraphBuilderPhase.java:113) 2020-09-01T05:35:53.8312214Z at jdk.internal.vm.compiler/org.graalvm.compiler.java.BytecodeParser.lookupMethod(BytecodeParser.java:4307) 2020-09-01T05:35:53.8312409Z at jdk.internal.vm.compiler/org.graalvm.compiler.java.BytecodeParser.genInvokeStatic(BytecodeParser.java:1622) 2020-09-01T05:35:53.8312950Z at jdk.internal.vm.compiler/org.graalvm.compiler.java.BytecodeParser.processBytecode(BytecodeParser.java:5340) 2020-09-01T05:35:53.8313147Z at jdk.internal.vm.compiler/org.graalvm.compiler.java.BytecodeParser.iterateBytecodesForBlock(BytecodeParser.java:3413) 2020-09-01T05:35:53.8313316Z at jdk.internal.vm.compiler/org.graalvm.compiler.java.BytecodeParser.processBlock(BytecodeParser.java:3220) 2020-09-01T05:35:53.8313482Z at jdk.internal.vm.compiler/org.graalvm.compiler.java.BytecodeParser.build(BytecodeParser.java:1090) 2020-09-01T05:35:53.8313657Z at jdk.internal.vm.compiler/org.graalvm.compiler.java.BytecodeParser.buildRootMethod(BytecodeParser.java:984) 2020-09-01T05:35:53.8313821Z at jdk.internal.vm.compiler/org.graalvm.compiler.java.GraphBuilderPhase$Instance.run(GraphBuilderPhase.java:84) 2020-09-01T05:35:53.8313986Z at com.oracle.svm.hosted.phases.SharedGraphBuilderPhase.run(SharedGraphBuilderPhase.java:74) 2020-09-01T05:35:53.8314144Z at jdk.internal.vm.compiler/org.graalvm.compiler.phases.Phase.run(Phase.java:49) 2020-09-01T05:35:53.8314307Z at jdk.internal.vm.compiler/org.graalvm.compiler.phases.BasePhase.apply(BasePhase.java:214) 2020-09-01T05:35:53.8314465Z at jdk.internal.vm.compiler/org.graalvm.compiler.phases.Phase.apply(Phase.java:42) 2020-09-01T05:35:53.8314622Z at jdk.internal.vm.compiler/org.graalvm.compiler.phases.Phase.apply(Phase.java:38) 2020-09-01T05:35:53.8314781Z at com.oracle.graal.pointsto.flow.MethodTypeFlowBuilder.parse(MethodTypeFlowBuilder.java:223) 2020-09-01T05:35:53.8315034Z at com.oracle.graal.pointsto.flow.MethodTypeFlowBuilder.apply(MethodTypeFlowBuilder.java:357) 2020-09-01T05:35:53.8315382Z at com.oracle.graal.pointsto.flow.MethodTypeFlow.doParse(MethodTypeFlow.java:313) 2020-09-01T05:35:53.8315540Z at com.oracle.graal.pointsto.flow.MethodTypeFlow.ensureParsed(MethodTypeFlow.java:302) 2020-09-01T05:35:53.8315695Z at com.oracle.graal.pointsto.flow.MethodTypeFlow.addContext(MethodTypeFlow.java:103) 2020-09-01T05:35:53.8315863Z at com.oracle.graal.pointsto.DefaultAnalysisPolicy$DefaultSpecialInvokeTypeFlow.onObservedUpdate(DefaultAnalysisPolicy.java:368) 2020-09-01T05:35:53.8316028Z at com.oracle.graal.pointsto.flow.TypeFlow.notifyObservers(TypeFlow.java:470) 2020-09-01T05:35:53.8316178Z at com.oracle.graal.pointsto.flow.TypeFlow.update(TypeFlow.java:542) 2020-09-01T05:35:53.8316324Z at com.oracle.graal.pointsto.BigBang$2.run(BigBang.java:552) 2020-09-01T05:35:53.8316477Z at com.oracle.graal.pointsto.util.CompletionExecutor.lambda$execute$0(CompletionExecutor.java:173) 2020-09-01T05:35:53.8316639Z at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1426) 2020-09-01T05:35:53.8316779Z ... 5 more 2020-09-01T05:35:53.9973802Z Error: Image build request failed with exit status 1 2020-09-01T05:35:54.3843144Z [INFO] ------------------------------------------------------------------------ 2020-09-01T05:35:54.3843574Z [INFO] Reactor Summary for Kogito Runtimes 1.0.0-SNAPSHOT: 2020-09-01T05:35:54.3843723Z [INFO] 2020-09-01T05:35:54.4010034Z [INFO] Kogito Runtimes .................................... SUCCESS [ 1.460 s] 2020-09-01T05:35:54.4010380Z [INFO] Kogito Runtimes Build BOM .......................... SUCCESS [ 0.186 s] 2020-09-01T05:35:54.4010560Z [INFO] Kogito :: BOM ...................................... SUCCESS [ 0.031 s] 2020-09-01T05:35:54.4010838Z [INFO] Kogito :: Test Utilities ........................... SUCCESS [ 26.050 s] 2020-09-01T05:35:54.4010987Z [INFO] Kogito :: API ...................................... SUCCESS [ 0.019 s] 2020-09-01T05:35:54.4011149Z [INFO] Kogito :: API :: Timer ............................. SUCCESS [ 0.725 s] 2020-09-01T05:35:54.4011295Z [INFO] Kogito :: Drools ................................... SUCCESS [ 0.041 s] 2020-09-01T05:35:54.4011453Z [INFO] Kogito :: Drools :: Kogito Predictive Model Markup Language :: API Dependencies SUCCESS [ 1.231 s] 2020-09-01T05:35:54.4011612Z [INFO] Kogito :: API :: Public API ........................ SUCCESS [ 6.033 s] 2020-09-01T05:35:54.4011763Z [INFO] Kogito :: API :: Internal .......................... SUCCESS [ 2.176 s] 2020-09-01T05:35:54.4012422Z [INFO] Kogito :: API :: Services .......................... SUCCESS [ 3.531 s] 2020-09-01T05:35:54.4012601Z [INFO] Kogito :: Drools :: Drools Core Static ............. SUCCESS [ 2.087 s] 2020-09-01T05:35:54.4012750Z [INFO] Kogito :: Drools :: Drools Core Dynamic ............ SUCCESS [ 1.593 s] 2020-09-01T05:35:54.4012898Z [INFO] Kogito :: Drools :: Drools Core .................... SUCCESS [ 4.219 s] 2020-09-01T05:35:54.4013051Z [INFO] Kogito :: Drools :: Drools Compiler ................ SUCCESS [ 3.247 s] 2020-09-01T05:35:54.4013199Z [INFO] Kogito :: Drools :: Kogito Drools Model ............ SUCCESS [ 1.963 s] 2020-09-01T05:35:54.4013345Z [INFO] Kogito :: Drools :: Kogito RuleUnits ............... SUCCESS [ 2.161 s] 2020-09-01T05:35:54.4013502Z [INFO] Kogito :: Drools :: Kogito Predictive Model Markup Language :: Dependencies SUCCESS [ 9.163 s] 2020-09-01T05:35:54.4013659Z [INFO] Kogito :: Drools :: Kogito Drools .................. SUCCESS [ 0.046 s] 2020-09-01T05:35:54.4013816Z [INFO] Kogito :: Drools :: Kogito Predictive Model Markup Language SUCCESS [ 2.657 s] 2020-09-01T05:35:54.4013974Z [INFO] Kogito :: Drools :: Kogito Decision Model Notation . SUCCESS [ 5.464 s] 2020-09-01T05:35:54.4014120Z [INFO] Kogito :: Drools :: Drools DecisionTables .......... SUCCESS [ 2.884 s] 2020-09-01T05:35:54.4014268Z [INFO] Kogito :: Drools :: Kogito Scenario Simulation Runner SUCCESS [ 10.634 s] 2020-09-01T05:35:54.4014551Z [INFO] Kogito :: jBPM ..................................... SUCCESS [ 0.017 s] 2020-09-01T05:35:54.4014881Z [INFO] Kogito :: jBPM :: Flow ............................. SUCCESS [ 10.221 s] 2020-09-01T05:35:54.4015034Z [INFO] Kogito :: jBPM :: Flow Builder ..................... SUCCESS [ 25.145 s] 2020-09-01T05:35:54.4015189Z [INFO] Kogito :: jBPM :: BPMN2 ............................ SUCCESS [02:18 min] 2020-09-01T05:35:54.4015342Z [INFO] Kogito :: jBPM :: Serverless Workflow .............. SUCCESS [ 9.089 s] 2020-09-01T05:35:54.4015658Z [INFO] Kogito :: Cloud .................................... SUCCESS [ 0.035 s] 2020-09-01T05:35:54.4015805Z [INFO] Kogito :: Cloud :: Kubernetes Client ............... SUCCESS [ 17.806 s] 2020-09-01T05:35:54.4015937Z [INFO] Kogito :: Cloud :: Work Items ...................... SUCCESS [ 4.671 s] 2020-09-01T05:35:54.4016083Z [INFO] Kogito :: Grafana API .............................. SUCCESS [ 1.974 s] 2020-09-01T05:35:54.4016231Z [INFO] Kogito :: Codegen .................................. SUCCESS [01:59 min] 2020-09-01T05:35:54.4016391Z [INFO] Kogito :: SpringBoot ............................... SUCCESS [ 15.974 s] 2020-09-01T05:35:54.4016539Z [INFO] Kogito :: SpringBoot :: Starter .................... SUCCESS [ 0.098 s] 2020-09-01T05:35:54.4017482Z [INFO] Kogito :: Add-Ons .................................. SUCCESS [ 0.041 s] 2020-09-01T05:35:54.4018110Z [INFO] Kogito :: Add-Ons :: Monitoring Prometheus ......... SUCCESS [ 2.746 s] 2020-09-01T05:35:54.4018548Z [INFO] Kogito :: Add-Ons :: Persistence ................... SUCCESS [ 0.010 s] 2020-09-01T05:35:54.4018990Z [INFO] Kogito :: Add-Ons :: Persistence :: Infinispan ..... SUCCESS [01:01 min] 2020-09-01T05:35:54.4019456Z [INFO] Kogito :: Add-Ons :: Persistence :: Infinispan Health Check for Quarkus SUCCESS [ 20.351 s] 2020-09-01T05:35:54.4019903Z [INFO] Kogito :: Add-Ons :: Persistence :: File System .... SUCCESS [ 3.196 s] 2020-09-01T05:35:54.4020340Z [INFO] Kogito :: Add-Ons :: Persistence :: MongoDB ........ SUCCESS [ 38.041 s] 2020-09-01T05:35:54.4020793Z [INFO] Kogito :: Add-Ons :: Events ........................ SUCCESS [ 0.008 s] 2020-09-01T05:35:54.4021231Z [INFO] Kogito :: Add-Ons :: Events :: Reactive Messaging .. SUCCESS [ 0.138 s] 2020-09-01T05:35:54.4021669Z [INFO] Kogito :: Add-Ons :: Events :: SprintBoot .......... SUCCESS [ 3.439 s] 2020-09-01T05:35:54.4022097Z [INFO] Kogito :: Add-Ons :: Events :: Knative Eventing .... SUCCESS [ 16.398 s] 2020-09-01T05:35:54.4022532Z [INFO] Kogito :: Add-Ons :: Jobs .......................... SUCCESS [ 0.008 s] 2020-09-01T05:35:54.4023070Z [INFO] Kogito :: Add-Ons :: Jobs :: API ................... SUCCESS [ 1.180 s] 2020-09-01T05:35:54.4023559Z [INFO] Kogito :: Add-Ons :: Jobs :: Management Common ..... SUCCESS [ 1.215 s] 2020-09-01T05:35:54.4024003Z [INFO] Kogito :: Add-Ons :: Jobs :: Management Quarkus Addon SUCCESS [ 2.971 s] 2020-09-01T05:35:54.4024449Z [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 3.680 s] 2020-09-01T05:35:54.4025081Z [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.010 s] 2020-09-01T05:35:54.4025726Z [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 2.039 s] 2020-09-01T05:35:54.4026354Z [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 3.737 s] 2020-09-01T05:35:54.4026804Z [INFO] Kogito :: Add-Ons :: Process Management ............ SUCCESS [ 0.010 s] 2020-09-01T05:35:54.4027252Z [INFO] Kogito :: Add-Ons :: Process Management :: Common .. SUCCESS [ 3.004 s] 2020-09-01T05:35:54.4027904Z [INFO] Kogito :: Add-Ons :: Process Management :: Quarkus Addon SUCCESS [ 2.574 s] 2020-09-01T05:35:54.4028372Z [INFO] Kogito :: Add-Ons :: Process Management :: SpringBoot Addon SUCCESS [ 2.747 s] 2020-09-01T05:35:54.4029004Z [INFO] Kogito :: Add-Ons :: Tracing ....................... SUCCESS [ 0.009 s] 2020-09-01T05:35:54.4029609Z [INFO] Kogito :: Add-Ons :: TypedValue API ................ SUCCESS [ 1.687 s] 2020-09-01T05:35:54.4030046Z [INFO] Kogito :: Add-Ons :: Tracing :: API ................ SUCCESS [ 2.137 s] 2020-09-01T05:35:54.4030780Z [INFO] Kogito :: Add-Ons :: Explainability ................ SUCCESS [ 0.017 s] 2020-09-01T05:35:54.4031212Z [INFO] Kogito :: Add-Ons :: Explainability :: Addon :: Common SUCCESS [ 2.955 s] 2020-09-01T05:35:54.4031823Z [INFO] Kogito :: Add-Ons :: Tracing :: Common ............. SUCCESS [ 4.347 s] 2020-09-01T05:35:54.4032255Z [INFO] Kogito :: Add-Ons :: Explainability :: Quarkus Addon SUCCESS [ 11.128 s] 2020-09-01T05:35:54.4032693Z [INFO] Kogito :: Add-Ons :: Tracing :: Quarkus Addon ...... SUCCESS [ 4.561 s] 2020-09-01T05:35:54.4033137Z [INFO] Kogito :: Add-Ons :: Explainability :: SpringBoot Addon SUCCESS [ 2.819 s] 2020-09-01T05:35:54.4033764Z [INFO] Kogito :: Add-Ons :: Tracing :: SpringBoot Addon ... SUCCESS [ 5.606 s] 2020-09-01T05:35:54.4033928Z [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 9.451 s] 2020-09-01T05:35:54.4052109Z [INFO] Kogito :: Quarkus Extension ........................ SUCCESS [ 0.017 s] 2020-09-01T05:35:54.4052290Z [INFO] Kogito :: Quarkus Extension :: BOM ................. SUCCESS [ 0.019 s] 2020-09-01T05:35:54.4053537Z [INFO] Kogito :: Quarkus Extension :: Runtime ............. SUCCESS [ 1.059 s] 2020-09-01T05:35:54.4053728Z [INFO] Kogito :: Quarkus Extension :: Deployment .......... SUCCESS [ 22.187 s] 2020-09-01T05:35:54.4053871Z [INFO] Kogito :: Quarkus Extension :: Integration Tests ... FAILURE [03:29 min] 2020-09-01T05:35:54.4061626Z [INFO] Kogito :: Quarkus Extension :: Integration Tests (Hot Reload) SKIPPED 2020-09-01T05:35:54.4061803Z [INFO] Kogito :: Quarkus Extension :: Integration Tests (Legacy API) SKIPPED 2020-09-01T05:35:54.4061954Z [INFO] Kogito :: Maven Archetypes ......................... SKIPPED 2020-09-01T05:35:54.4062099Z [INFO] Kogito :: Maven Archetypes :: SpringBoot ........... SKIPPED 2020-09-01T05:35:54.4062240Z [INFO] Kogito :: Maven Archetypes :: Quarkus .............. SKIPPED 2020-09-01T05:35:54.4062382Z [INFO] Kogito :: Integration Tests ........................ SKIPPED 2020-09-01T05:35:54.4062526Z [INFO] Kogito :: Integration Tests :: Quarkus ............. SKIPPED 2020-09-01T05:35:54.4062667Z [INFO] Kogito :: Integration Tests :: SpringBoot .......... SKIPPED 2020-09-01T05:35:54.4062809Z [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SKIPPED 2020-09-01T05:35:54.4062934Z [INFO] Kogito :: Jenkins Spock Tests ...................... SKIPPED 2020-09-01T05:35:54.4063437Z [INFO] ------------------------------------------------------------------------ 2020-09-01T05:35:54.4063579Z [INFO] BUILD FAILURE 2020-09-01T05:35:54.4064086Z [INFO] ------------------------------------------------------------------------ 2020-09-01T05:35:54.4064247Z [INFO] Total time: 14:50 min 2020-09-01T05:35:54.4064555Z [INFO] Finished at: 2020-09-01T05:35:54Z 2020-09-01T05:35:54.4064973Z [INFO] ------------------------------------------------------------------------ 2020-09-01T05:35:54.4065645Z [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:native-image (native-image) on project kogito-quarkus-integration-test: Failed to generate native image: io.quarkus.builder.BuildException: Build failure: Build failed due to errors 2020-09-01T05:35:54.4065869Z [ERROR] [error]: Build step io.quarkus.deployment.pkg.steps.NativeImageBuildStep#build threw an exception: java.lang.RuntimeException: Failed to build native image 2020-09-01T05:35:54.4066055Z [ERROR] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.build(NativeImageBuildStep.java:343) 2020-09-01T05:35:54.4066214Z [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2020-09-01T05:35:54.4066377Z [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2020-09-01T05:35:54.4066541Z [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2020-09-01T05:35:54.4066696Z [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566) 2020-09-01T05:35:54.4066951Z [ERROR] at io.quarkus.deployment.ExtensionLoader$2.execute(ExtensionLoader.java:936) 2020-09-01T05:35:54.4067097Z [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:277) 2020-09-01T05:35:54.4067251Z [ERROR] at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) 2020-09-01T05:35:54.4067409Z [ERROR] at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:2046) 2020-09-01T05:35:54.4067572Z [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1578) 2020-09-01T05:35:54.4067731Z [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1452) 2020-09-01T05:35:54.4068153Z [ERROR] at java.base/java.lang.Thread.run(Thread.java:834) 2020-09-01T05:35:54.4068299Z [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:479) 2020-09-01T05:35:54.4068452Z [ERROR] Caused by: java.lang.RuntimeException: Image generation failed. Exit code: 1 2020-09-01T05:35:54.4068780Z [ERROR] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.imageGenerationFailed(NativeImageBuildStep.java:499) 2020-09-01T05:35:54.4068942Z [ERROR] at io.quarkus.deployment.pkg.steps.NativeImageBuildStep.build(NativeImageBuildStep.java:321) 2020-09-01T05:35:54.4069080Z [ERROR] ... 12 more 2020-09-01T05:35:54.4069377Z [ERROR] -> [Help 1] 2020-09-01T05:35:54.4069498Z [ERROR] 2020-09-01T05:35:54.4069798Z [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 2020-09-01T05:35:54.4070114Z [ERROR] Re-run Maven using the -X switch to enable full debug logging. 2020-09-01T05:35:54.4070249Z [ERROR] 2020-09-01T05:35:54.4070559Z [ERROR] For more information about the errors and possible solutions, please read the following articles: 2020-09-01T05:35:54.4070772Z [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException 2020-09-01T05:35:54.4070912Z [ERROR] 2020-09-01T05:35:54.4071044Z [ERROR] After correcting the problems, you can resume the build with the command 2020-09-01T05:35:54.4071527Z [ERROR] mvn <args> -rf :kogito-quarkus-integration-test
- blocks
-
KOGITO-3257 Quarkus 1.8.0.Final
-
- Closed
-