Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

[1.13.x][RHPAM-4700][CVE-2022-1471] snake-yaml to 2.0 #9

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

mareknovotny
Copy link
Member

@mareknovotny mareknovotny commented Oct 17, 2023

https://issues.redhat.com/browse/RHPAM-4700

No org.yaml:snakeyaml:jar:1.33.0 traces on optaweb* or kogito-examples projects after related PRs

Related PRs:

How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

How to retest this PR or trigger a specific build:
  • for pull request checks
    Please add comment: Jenkins retest this

  • for a specific pull request check
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] tests

  • for quarkus branch checks
    Run checks against Quarkus current used branch
    Please add comment: Jenkins run quarkus-branch

  • for a quarkus branch specific check
    Run checks against Quarkus current used branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-branch

  • for quarkus main checks
    Run checks against Quarkus main branch
    Please add comment: Jenkins run quarkus-main

  • for a specific quarkus main check
    Run checks against Quarkus main branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-main

  • for quarkus lts checks
    Run checks against Quarkus lts branch
    Please add comment: Jenkins run quarkus-lts

  • for a specific quarkus lts check
    Run checks against Quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-lts

  • for native checks
    Run native checks
    Please add comment: Jenkins run native

  • for a specific native check
    Run native checks
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] native

  • for native lts checks
    Run native checks against quarkus lts branch
    Please add comment: Jenkins run native-lts

  • for a specific native lts check
    Run native checks against quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] native-lts

How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

Quarkus-3 PR check is failing ... what to do ? The Quarkus 3 check is applying patches from the `.ci/environments/quarkus-3/patches`.

The first patch, called 0001_before_sh.patch, is generated from Openrewrite .ci/environments/quarkus-3/quarkus3.yml recipe. The patch is created to speed up the check. But it may be that some changes in the PR broke this patch.
No panic, there is an easy way to regenerate it. You just need to comment on the PR:

jenkins rewrite quarkus-3

and it should, after some minutes (~20/30min) apply a commit on the PR with the patch regenerated.

Other patches were generated manually. If any of it fails, you will need to manually update it... and push your changes.

@mareknovotny
Copy link
Member Author

ok to test

@mareknovotny mareknovotny removed the request for review from Ginxo October 26, 2023 12:28
@kie-ci1
Copy link

kie-ci1 commented Oct 26, 2023

(tests) - optaweb-vehicle-routing job #68 was: UNSTABLE
Possible explanation: This should be test failures

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/1.13.x/job/pullrequest/job/kogito-runtimes.tests.downstream.optaweb-vehicle-routing/68/display/redirect

Test results:

  • PASSED: 247
  • FAILED: 1

Those are the test failures:

org.optaweb.vehiclerouting.service.demo.dataset.DataSetMarshallerTest.unmarshal_data_set java.lang.NoSuchMethodError: 'void org.yaml.snakeyaml.parser.ParserImpl.(org.yaml.snakeyaml.reader.StreamReader)'
at com.fasterxml.jackson.dataformat.yaml.YAMLParser.(YAMLParser.java:178)
at com.fasterxml.jackson.dataformat.yaml.YAMLFactory._createParser(YAMLFactory.java:471)
at com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:375)
at com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:15)
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3642)
at org.optaweb.vehiclerouting.service.demo.dataset.DataSetMarshaller.unmarshalToDataSet(DataSetMarshaller.java:86)
at org.optaweb.vehiclerouting.service.demo.dataset.DataSetMarshallerTest.unmarshal_data_set(DataSetMarshallerTest.java:53)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

@kie-ci1
Copy link

kie-ci1 commented Oct 26, 2023

(tests) - kogito-examples job #73 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/1.13.x/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/73/display/redirect

Test results:

  • PASSED: 146
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-10-26T12:45:48.687Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitQueryFindNotApprovedIdAndAmountEndpoint.java
[2023-10-26T12:45:48.687Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitQueryFindNotApprovedIdAndAmount.java
[2023-10-26T12:45:48.687Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitRuleUnit.java
[2023-10-26T12:45:48.687Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitRuleUnitInstance.java
[2023-10-26T12:45:48.687Z] [INFO] Generating: org/kie/kogito/app/Application.java
[2023-10-26T12:45:48.687Z] [INFO] Generating: org/kie/kogito/app/RuleUnits.java
[2023-10-26T12:45:48.687Z] [INFO] Generating: org/kie/kogito/app/ConfigBean.java
[2023-10-26T12:45:48.687Z] [INFO] Generating: org/kie/kogito/app/RuleConfig.java
[2023-10-26T12:45:48.687Z] [INFO] Generating: org/kie/kogito/app/ApplicationConfig.java
[2023-10-26T12:45:48.687Z] [INFO] Generating: org/kie/kogito/app/GlobalObjectMapper.java
[2023-10-26T12:45:48.687Z] [INFO]
[2023-10-26T12:45:48.687Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile-1) @ ruleunit-springboot-example ---
[2023-10-26T12:45:48.687Z] [INFO] Changes detected - recompiling the module!
[2023-10-26T12:45:48.687Z] [INFO] Compiling 37 source files to /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/classes
[2023-10-26T12:45:48.941Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/queries/LoanUnitRuleUnitInstance.java:[14,46] unchecked method invocation: method subscribe in interface org.kie.kogito.rules.DataSource is applied to given types
[2023-10-26T12:45:48.941Z] required: org.kie.kogito.rules.DataProcessor
[2023-10-26T12:45:48.941Z] found: org.kie.kogito.rules.units.EntryPointDataProcessor
[2023-10-26T12:45:48.941Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/queries/LoanUnitRuleUnitInstance.java:[14,47] unchecked conversion
[2023-10-26T12:45:48.941Z] required: org.kie.kogito.rules.DataProcessor
[2023-10-26T12:45:48.941Z] found: org.kie.kogito.rules.units.EntryPointDataProcessor
[2023-10-26T12:45:48.941Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/queries/LoanUnitRuleUnitInstance.java:[22,60] unchecked cast
[2023-10-26T12:45:48.941Z] required: org.kie.kogito.rules.RuleUnitQuery
[2023-10-26T12:45:48.941Z] found: org.kie.kogito.queries.LoanUnitQueryFindApproved
[2023-10-26T12:45:48.941Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/queries/LoanUnitRuleUnitInstance.java:[24,60] unchecked cast
[2023-10-26T12:45:48.941Z] required: org.kie.kogito.rules.RuleUnitQuery
[2023-10-26T12:45:48.941Z] found: org.kie.kogito.queries.LoanUnitQueryFindNotApprovedIdAndAmount
[2023-10-26T12:45:48.941Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/app/KogitoObjectMapper.java:[64,25] unchecked call to forEach(java.util.function.Consumer) as a member of the raw type java.lang.Iterable
[2023-10-26T12:45:48.941Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/app/KogitoObjectMapper.java:[64,26] unchecked call to append(T) as a member of the raw type org.kie.kogito.rules.DataStream
[2023-10-26T12:45:48.941Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/app/KogitoObjectMapper.java:[85,25] unchecked call to forEach(java.util.function.Consumer) as a member of the raw type java.lang.Iterable
[2023-10-26T12:45:48.941Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/app/KogitoObjectMapper.java:[85,26] unchecked call to add(T) as a member of the raw type org.kie.kogito.rules.DataStore
[2023-10-26T12:45:48.941Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/app/KogitoObjectMapper.java:[105,22] unchecked call to set(T) as a member of the raw type org.kie.kogito.rules.SingletonStore
[2023-10-26T12:45:48.941Z] [INFO]
[2023-10-26T12:45:48.941Z] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ ruleunit-springboot-example ---
[2023-10-26T12:45:48.941Z] [debug] execute contextualize
[2023-10-26T12:45:48.941Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-10-26T12:45:48.941Z] [INFO] Copying 1 resource
[2023-10-26T12:45:48.941Z] [INFO]
[2023-10-26T12:45:48.941Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ruleunit-springboot-example ---
[2023-10-26T12:45:48.941Z] [INFO] Changes detected - recompiling the module!
[2023-10-26T12:45:48.941Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/test-classes
[2023-10-26T12:45:48.941Z] [INFO]
[2023-10-26T12:45:48.941Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ ruleunit-springboot-example ---
[2023-10-26T12:45:48.941Z] [INFO] Surefire report directory: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/surefire-reports
[2023-10-26T12:45:48.941Z] [INFO]
[2023-10-26T12:45:48.941Z] [INFO] -------------------------------------------------------
[2023-10-26T12:45:48.941Z] [INFO] T E S T S
[2023-10-26T12:45:48.941Z] [INFO] -------------------------------------------------------
[2023-10-26T12:45:49.199Z] [ERROR] Could not load Logmanager "org.jboss.logmanager.LogManager"
[2023-10-26T12:45:49.199Z] [ERROR] java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
[2023-10-26T12:45:49.199Z] [ERROR] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
[2023-10-26T12:45:49.199Z] [ERROR] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
[2023-10-26T12:45:49.199Z] [ERROR] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
[2023-10-26T12:45:49.199Z] [ERROR] at java.logging/java.util.logging.LogManager$1.run(LogManager.java:239)
[2023-10-26T12:45:49.199Z] [ERROR] at java.logging/java.util.logging.LogManager$1.run(LogManager.java:223)
[2023-10-26T12:45:49.199Z] [ERROR] at java.base/java.security.AccessController.doPrivileged(Native Method)
[2023-10-26T12:45:49.199Z] [ERROR] at java.logging/java.util.logging.LogManager.(LogManager.java:223)
[2023-10-26T12:45:49.199Z] [ERROR] at java.logging/java.util.logging.Logger.demandLogger(Logger.java:648)
[2023-10-26T12:45:49.199Z] [ERROR] at java.logging/java.util.logging.Logger.getLogger(Logger.java:717)
[2023-10-26T12:45:49.199Z] [ERROR] at java.logging/java.util.logging.Logger.getLogger(Logger.java:701)
[2023-10-26T12:45:49.199Z] [ERROR] at org.junit.platform.commons.logging.LoggerFactory$DelegatingLogger.(LoggerFactory.java:80)
[2023-10-26T12:45:49.199Z] [ERROR] at org.junit.platform.commons.logging.LoggerFactory.getLogger(LoggerFactory.java:51)
[2023-10-26T12:45:49.199Z] [ERROR] at org.junit.platform.launcher.core.ServiceLoaderRegistry.(ServiceLoaderRegistry.java:27)
[2023-10-26T12:45:49.199Z] [ERROR] at org.junit.platform.launcher.core.LauncherFactory.(LauncherFactory.java:66)
[2023-10-26T12:45:49.199Z] [ERROR] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.(JUnitPlatformProvider.java:90)
[2023-10-26T12:45:49.199Z] [ERROR] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[2023-10-26T12:45:49.199Z] [ERROR] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[2023-10-26T12:45:49.199Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[2023-10-26T12:45:49.199Z] [ERROR] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
[2023-10-26T12:45:49.199Z] [ERROR] at org.apache.maven.surefire.api.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:123)
[2023-10-26T12:45:49.199Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.createProviderInCurrentClassloader(ForkedBooter.java:491)
[2023-10-26T12:45:49.199Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
[2023-10-26T12:45:49.199Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
[2023-10-26T12:45:49.199Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
[2023-10-26T12:45:49.199Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
[2023-10-26T12:45:49.455Z] [INFO] Running org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest
[2023-10-26T12:45:53.623Z] 08:45:49.501 [main] INFO o.s.t.c.s.AbstractTestContextBootstrapper.buildDefaultMergedContextConfiguration:305 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest], using SpringBootContextLoader
[2023-10-26T12:45:53.623Z] 08:45:49.506 [main] INFO o.s.t.c.s.AbstractContextLoader.generateDefaultLocations:264 - Could not detect default resource locations for test class [org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest]: no resource found for suffixes {-context.xml, Context.groovy}.
[2023-10-26T12:45:53.624Z] 08:45:49.632 [main] INFO o.s.t.c.s.AbstractTestContextBootstrapper.getDefaultTestExecutionListenerClassNames:245 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
[2023-10-26T12:45:53.624Z] 08:45:49.640 [main] INFO o.s.t.c.s.AbstractTestContextBootstrapper.getTestExecutionListeners:174 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2e61d218, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3569fc08, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@20b12f8a, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@e84a8e1, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2e554a3b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@54a67a45, org.springframework.test.context.event.EventPublishingTestExecutionListener@7d42c224, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@56aaaecd, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@522a32b1, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@35390ee3, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5e01a982, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5ddea849, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@5ee2b6f9]
[2023-10-26T12:45:53.624Z]
[2023-10-26T12:45:53.624Z] . ____ _ __ _ _
[2023-10-26T12:45:53.624Z] /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
[2023-10-26T12:45:53.624Z] ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
[2023-10-26T12:45:53.624Z] \\/ ___)| |_)| | | | | || (_| | ) ) ) )
[2023-10-26T12:45:53.624Z] ' |____| .__|_| |_|_| |_\__, | / / / /
[2023-10-26T12:45:53.624Z] =========|_|==============|___/=/_/_/_/
[2023-10-26T12:45:53.624Z] :: Spring Boot :: (v2.5.12)
[2023-10-26T12:45:53.624Z]
[2023-10-26T12:45:53.624Z] 08:45:49.894 [main] INFO o.s.boot.StartupInfoLogger.logStarting:55 - Starting RestQueryTest using Java 11.0.20 on rhos-01-kie-psi-rhel7-xlarge-1477 with PID 22547 (started by jenkins in /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example)
[2023-10-26T12:45:53.624Z] 08:45:49.895 [main] INFO o.s.boot.SpringApplication.logStartupProfileInfo:675 - No active profile set, falling back to 1 default profile: "default"
[2023-10-26T12:45:53.624Z] 08:45:51.093 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer.initialize:108 - Tomcat initialized with port(s): 0 (http)
[2023-10-26T12:45:53.624Z] 08:45:51.100 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing ProtocolHandler ["http-nio-0.0.0.0-auto-1"]
[2023-10-26T12:45:53.624Z] 08:45:51.101 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting service [Tomcat]
[2023-10-26T12:45:53.624Z] 08:45:51.101 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting Servlet engine: [Apache Tomcat/9.0.60]
[2023-10-26T12:45:53.624Z] 08:45:51.191 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing Spring embedded WebApplicationContext
[2023-10-26T12:45:53.624Z] 08:45:51.191 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext:290 - Root WebApplicationContext: initialization completed in 1085 ms
[2023-10-26T12:45:53.624Z] 08:45:53.027 [main] INFO o.s.b.a.e.web.EndpointLinksResolver.:58 - Exposing 1 endpoint(s) beneath base path '/actuator'
[2023-10-26T12:45:53.624Z] 08:45:53.213 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting ProtocolHandler ["http-nio-0.0.0.0-auto-1"]
[2023-10-26T12:45:53.624Z] 08:45:53.230 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer.start:220 - Tomcat started on port(s): 35457 (http) with context path ''
[2023-10-26T12:45:53.624Z] 08:45:53.245 [main] INFO o.s.boot.StartupInfoLogger.logStarted:61 - Started RestQueryTest in 3.575 seconds (JVM running for 4.419)
[2023-10-26T12:45:55.528Z] 08:45:54.243 [http-nio-0.0.0.0-auto-1-exec-1] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
[2023-10-26T12:45:55.528Z] 08:45:54.244 [http-nio-0.0.0.0-auto-1-exec-1] INFO o.s.web.servlet.FrameworkServlet.initServletBean:525 - Initializing Servlet 'dispatcherServlet'
[2023-10-26T12:45:55.528Z] 08:45:54.245 [http-nio-0.0.0.0-auto-1-exec-1] INFO o.s.web.servlet.FrameworkServlet.initServletBean:547 - Completed initialization in 1 ms
[2023-10-26T12:45:55.528Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.639 s - in org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] Results:
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example.jar
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-tests.jar
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-sources.jar
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-test-sources.jar
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- spring-boot-maven-plugin:2.5.12:repackage (default) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [INFO] Replacing main artifact with repackaged archive
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- maven-resources-plugin:2.5:copy-resources (add-it-resources) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [debug] execute contextualize
[2023-10-26T12:45:55.528Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-10-26T12:45:55.528Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/classes/META-INF
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/failsafe-reports
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/failsafe-reports
[2023-10-26T12:45:55.528Z] [INFO]
[2023-10-26T12:45:55.528Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ruleunit-springboot-example ---
[2023-10-26T12:45:55.528Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/ruleunit-springboot-example/1.13.1-SNAPSHOT/ruleunit-springboot-example-1.13.1-SNAPSHOT.jar
[2023-10-26T12:45:55.528Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/ruleunit-springboot-example/1.13.1-SNAPSHOT/ruleunit-springboot-example-1.13.1-SNAPSHOT.pom
[2023-10-26T12:45:55.528Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/ruleunit-springboot-example/1.13.1-SNAPSHOT/ruleunit-springboot-example-1.13.1-SNAPSHOT-tests.jar
[2023-10-26T12:45:55.529Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/ruleunit-springboot-example/1.13.1-SNAPSHOT/ruleunit-springboot-example-1.13.1-SNAPSHOT-sources.jar
[2023-10-26T12:45:55.529Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/ruleunit-springboot-example/1.13.1-SNAPSHOT/ruleunit-springboot-example-1.13.1-SNAPSHOT-test-sources.jar
[2023-10-26T12:45:55.529Z] [INFO] ------------------------------------------------------------------------
[2023-10-26T12:45:55.529Z] [INFO] Reactor Summary for Kogito Example 1.13.1-SNAPSHOT:
[2023-10-26T12:45:55.529Z] [INFO]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example ..................................... SUCCESS [ 1.419 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: DMN Event-Driven :: Quarkus ...... SUCCESS [01:19 min]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot .. SUCCESS [01:31 min]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: DMN with listeners - Quarkus ..... SUCCESS [ 14.783 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot . SUCCESS [ 9.760 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: DMN :: PMML - QUARKUS ............ SUCCESS [ 21.842 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot ........ SUCCESS [ 26.058 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: DMN .............................. SUCCESS [ 13.749 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: DMN Metrics Quarkus .............. SUCCESS [ 39.926 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: DMN Metrics SpringBoot ........... FAILURE [ 14.275 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: DMN - Spring Boot ................ SUCCESS [ 8.308 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus ...... SUCCESS [01:04 min]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot .. SUCCESS [02:50 min]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: PMML - Quarkus ................... SUCCESS [ 14.105 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: PMML - Spring Boot ............... SUCCESS [ 14.520 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus ....... SUCCESS [ 12.434 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot ... SUCCESS [ 7.545 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: Rules HelloWorld ................. SUCCESS [ 11.266 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus SUCCESS [ 46.159 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot SUCCESS [01:05 min]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: RuleUnit - Quarkus ............... SUCCESS [ 12.396 s]
[2023-10-26T12:45:55.529Z] [INFO] Kogito Example :: RuleUnit - Spring Boot ........... SUCCESS [ 7.207 s]
[2023-10-26T12:45:55.529Z] [INFO] ------------------------------------------------------------------------
[2023-10-26T12:45:55.529Z] [INFO] BUILD FAILURE
[2023-10-26T12:45:55.529Z] [INFO] ------------------------------------------------------------------------
[2023-10-26T12:45:55.529Z] [INFO] Total time: 12:28 min
[2023-10-26T12:45:55.529Z] [INFO] Finished at: 2023-10-26T08:45:55-04:00
[2023-10-26T12:45:55.529Z] [INFO] ------------------------------------------------------------------------
[2023-10-26T12:45:55.529Z] [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (docker-build) on project dmn-drools-springboot-metrics: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[2023-10-26T12:45:55.529Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (docker-build) on project dmn-drools-springboot-metrics: Command execution failed.
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-10-26T12:45:55.529Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-10-26T12:45:55.529Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-10-26T12:45:55.529Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-10-26T12:45:55.529Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-10-26T12:45:55.529Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-10-26T12:45:55.529Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-10-26T12:45:55.529Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-10-26T12:45:55.529Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-10-26T12:45:55.529Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-10-26T12:45:55.529Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-10-26T12:45:55.529Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed.
[2023-10-26T12:45:55.529Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:326)
[2023-10-26T12:45:55.529Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-10-26T12:45:55.529Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-10-26T12:45:55.529Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-10-26T12:45:55.529Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-10-26T12:45:55.529Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-10-26T12:45:55.529Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-10-26T12:45:55.529Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-10-26T12:45:55.529Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-10-26T12:45:55.529Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-10-26T12:45:55.529Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-10-26T12:45:55.529Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-10-26T12:45:55.529Z] Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[2023-10-26T12:45:55.529Z] at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
[2023-10-26T12:45:55.529Z] at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
[2023-10-26T12:45:55.529Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
[2023-10-26T12:45:55.529Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
[2023-10-26T12:45:55.529Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
[2023-10-26T12:45:55.529Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-10-26T12:45:55.529Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-10-26T12:45:55.529Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-10-26T12:45:55.529Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-10-26T12:45:55.529Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-10-26T12:45:55.529Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-10-26T12:45:55.529Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-10-26T12:45:55.529Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-10-26T12:45:55.529Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-10-26T12:45:55.529Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-10-26T12:45:55.529Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-10-26T12:45:55.529Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-10-26T12:45:55.529Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-10-26T12:45:55.529Z] [ERROR]
[2023-10-26T12:45:55.529Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-10-26T12:45:55.529Z] [ERROR]
[2023-10-26T12:45:55.529Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-10-26T12:45:55.529Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-10-26T12:45:55.529Z] [ERROR]
[2023-10-26T12:45:55.529Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-10-26T12:45:55.529Z] [ERROR] mvn -rf :dmn-drools-springboot-metrics
[2023-10-26T12:45:56.096Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-10-26T12:45:56.096Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-10-26T12:45:56.096Z] [INFO] [BEFORE] No commands were found for kiegroup/kogito-examples
[2023-10-26T12:45:56.096Z] # [COMMANDS] [kiegroup/kogito-examples] mvn -f kogito-examples/pom.xml dependency:tree clean install -Dvalidate-formatting -Dproductized -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples@tmp/config1443282602189471731tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2023-10-26T12:45:56.096Z] [INFO] NOT OK [Executed in 749801.866104 ms]
[2023-10-26T12:45:56.096Z] [ERROR] The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[2023-10-26T12:45:56.096Z]
[2023-10-26T12:45:56.096Z] [INFO] [AFTER] Skipped kiegroup/kogito-examples
[2023-10-26T12:45:56.096Z]
[2023-10-26T12:45:56.096Z] # Uploading artifacts
[2023-10-26T12:45:56.096Z] [INFO] Will not upload any artifacts in CLI environment
[2023-10-26T12:45:56.096Z]
[2023-10-26T12:45:56.096Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-10-26T12:45:56.096Z] [ERROR] Failed to execute mvn -f kogito-examples/pom.xml dependency:tree clean install -Dvalidate-formatting -Dproductized -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples@tmp/config1443282602189471731tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true :
[2023-10-26T12:45:56.096Z] [ERROR] The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-10-26T12:45:56.173Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2023-10-26T12:45:56.273Z] Recording test results
[2023-10-26T12:45:57.328Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-10-26T12:45:57.345Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-10-26T12:45:58.762Z] + rm -rf console.log
[Pipeline] sh

@kie-ci1
Copy link

kie-ci1 commented Oct 26, 2023

(tests) - optaplanner job #69 was: UNSTABLE
Possible explanation: This should be test failures

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/1.13.x/job/pullrequest/job/kogito-runtimes.tests.downstream.optaplanner/69/display/redirect

Test results:

  • PASSED: 3704
  • FAILED: 3

Those are the test failures:

org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testModelPage java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:221)
at org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testModelPage(OptaPlannerDevUITest.java:81)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testConstraintsPage java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:221)
at org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testConstraintsPage(OptaPlannerDevUITest.java:100)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testSolverConfigPage java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:221)
at org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testSolverConfigPage(OptaPlannerDevUITest.java:58)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

@mareknovotny
Copy link
Member Author

Jenkins run kogito-examples tests

@mareknovotny
Copy link
Member Author

Jenkins run optaplanner tests

@kie-ci1
Copy link

kie-ci1 commented Oct 31, 2023

(tests) - kogito-examples job #74 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/1.13.x/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/74/display/redirect

Test results:

  • PASSED: 146
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-10-31T10:41:10.312Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitQueryFindNotApprovedIdAndAmountEndpoint.java
[2023-10-31T10:41:10.312Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitQueryFindNotApprovedIdAndAmount.java
[2023-10-31T10:41:10.312Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitRuleUnit.java
[2023-10-31T10:41:10.312Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitRuleUnitInstance.java
[2023-10-31T10:41:10.312Z] [INFO] Generating: org/kie/kogito/app/Application.java
[2023-10-31T10:41:10.312Z] [INFO] Generating: org/kie/kogito/app/RuleUnits.java
[2023-10-31T10:41:10.312Z] [INFO] Generating: org/kie/kogito/app/ConfigBean.java
[2023-10-31T10:41:10.312Z] [INFO] Generating: org/kie/kogito/app/RuleConfig.java
[2023-10-31T10:41:10.312Z] [INFO] Generating: org/kie/kogito/app/ApplicationConfig.java
[2023-10-31T10:41:10.312Z] [INFO] Generating: org/kie/kogito/app/GlobalObjectMapper.java
[2023-10-31T10:41:10.312Z] [INFO]
[2023-10-31T10:41:10.312Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile-1) @ ruleunit-springboot-example ---
[2023-10-31T10:41:10.312Z] [INFO] Changes detected - recompiling the module!
[2023-10-31T10:41:10.312Z] [INFO] Compiling 37 source files to /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/classes
[2023-10-31T10:41:10.884Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/queries/LoanUnitRuleUnitInstance.java:[14,46] unchecked method invocation: method subscribe in interface org.kie.kogito.rules.DataSource is applied to given types
[2023-10-31T10:41:10.884Z] required: org.kie.kogito.rules.DataProcessor
[2023-10-31T10:41:10.884Z] found: org.kie.kogito.rules.units.EntryPointDataProcessor
[2023-10-31T10:41:10.884Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/queries/LoanUnitRuleUnitInstance.java:[14,47] unchecked conversion
[2023-10-31T10:41:10.884Z] required: org.kie.kogito.rules.DataProcessor
[2023-10-31T10:41:10.884Z] found: org.kie.kogito.rules.units.EntryPointDataProcessor
[2023-10-31T10:41:10.884Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/queries/LoanUnitRuleUnitInstance.java:[22,60] unchecked cast
[2023-10-31T10:41:10.884Z] required: org.kie.kogito.rules.RuleUnitQuery
[2023-10-31T10:41:10.884Z] found: org.kie.kogito.queries.LoanUnitQueryFindApproved
[2023-10-31T10:41:10.884Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/queries/LoanUnitRuleUnitInstance.java:[24,60] unchecked cast
[2023-10-31T10:41:10.884Z] required: org.kie.kogito.rules.RuleUnitQuery
[2023-10-31T10:41:10.884Z] found: org.kie.kogito.queries.LoanUnitQueryFindNotApprovedIdAndAmount
[2023-10-31T10:41:10.884Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/app/KogitoObjectMapper.java:[64,25] unchecked call to forEach(java.util.function.Consumer) as a member of the raw type java.lang.Iterable
[2023-10-31T10:41:10.884Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/app/KogitoObjectMapper.java:[64,26] unchecked call to append(T) as a member of the raw type org.kie.kogito.rules.DataStream
[2023-10-31T10:41:10.884Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/app/KogitoObjectMapper.java:[85,25] unchecked call to forEach(java.util.function.Consumer) as a member of the raw type java.lang.Iterable
[2023-10-31T10:41:10.884Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/app/KogitoObjectMapper.java:[85,26] unchecked call to add(T) as a member of the raw type org.kie.kogito.rules.DataStore
[2023-10-31T10:41:10.884Z] [WARNING] /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/generated-sources/kogito/org/kie/kogito/app/KogitoObjectMapper.java:[105,22] unchecked call to set(T) as a member of the raw type org.kie.kogito.rules.SingletonStore
[2023-10-31T10:41:10.884Z] [INFO]
[2023-10-31T10:41:10.884Z] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ ruleunit-springboot-example ---
[2023-10-31T10:41:10.884Z] [debug] execute contextualize
[2023-10-31T10:41:10.884Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-10-31T10:41:10.884Z] [INFO] Copying 1 resource
[2023-10-31T10:41:10.884Z] [INFO]
[2023-10-31T10:41:10.884Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ruleunit-springboot-example ---
[2023-10-31T10:41:10.884Z] [INFO] Changes detected - recompiling the module!
[2023-10-31T10:41:10.884Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/test-classes
[2023-10-31T10:41:10.884Z] [INFO]
[2023-10-31T10:41:10.884Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ ruleunit-springboot-example ---
[2023-10-31T10:41:10.884Z] [INFO] Surefire report directory: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/surefire-reports
[2023-10-31T10:41:10.884Z] [INFO]
[2023-10-31T10:41:10.884Z] [INFO] -------------------------------------------------------
[2023-10-31T10:41:10.884Z] [INFO] T E S T S
[2023-10-31T10:41:10.884Z] [INFO] -------------------------------------------------------
[2023-10-31T10:41:11.138Z] [ERROR] Could not load Logmanager "org.jboss.logmanager.LogManager"
[2023-10-31T10:41:11.138Z] [ERROR] java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
[2023-10-31T10:41:11.138Z] [ERROR] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
[2023-10-31T10:41:11.138Z] [ERROR] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
[2023-10-31T10:41:11.138Z] [ERROR] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
[2023-10-31T10:41:11.138Z] [ERROR] at java.logging/java.util.logging.LogManager$1.run(LogManager.java:239)
[2023-10-31T10:41:11.138Z] [ERROR] at java.logging/java.util.logging.LogManager$1.run(LogManager.java:223)
[2023-10-31T10:41:11.138Z] [ERROR] at java.base/java.security.AccessController.doPrivileged(Native Method)
[2023-10-31T10:41:11.138Z] [ERROR] at java.logging/java.util.logging.LogManager.(LogManager.java:223)
[2023-10-31T10:41:11.138Z] [ERROR] at java.logging/java.util.logging.Logger.demandLogger(Logger.java:648)
[2023-10-31T10:41:11.138Z] [ERROR] at java.logging/java.util.logging.Logger.getLogger(Logger.java:717)
[2023-10-31T10:41:11.138Z] [ERROR] at java.logging/java.util.logging.Logger.getLogger(Logger.java:701)
[2023-10-31T10:41:11.138Z] [ERROR] at org.junit.platform.commons.logging.LoggerFactory$DelegatingLogger.(LoggerFactory.java:80)
[2023-10-31T10:41:11.138Z] [ERROR] at org.junit.platform.commons.logging.LoggerFactory.getLogger(LoggerFactory.java:51)
[2023-10-31T10:41:11.138Z] [ERROR] at org.junit.platform.launcher.core.ServiceLoaderRegistry.(ServiceLoaderRegistry.java:27)
[2023-10-31T10:41:11.138Z] [ERROR] at org.junit.platform.launcher.core.LauncherFactory.(LauncherFactory.java:66)
[2023-10-31T10:41:11.138Z] [ERROR] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.(JUnitPlatformProvider.java:90)
[2023-10-31T10:41:11.138Z] [ERROR] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[2023-10-31T10:41:11.138Z] [ERROR] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[2023-10-31T10:41:11.138Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[2023-10-31T10:41:11.138Z] [ERROR] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
[2023-10-31T10:41:11.138Z] [ERROR] at org.apache.maven.surefire.api.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:123)
[2023-10-31T10:41:11.138Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.createProviderInCurrentClassloader(ForkedBooter.java:491)
[2023-10-31T10:41:11.138Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
[2023-10-31T10:41:11.138Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
[2023-10-31T10:41:11.138Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
[2023-10-31T10:41:11.138Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
[2023-10-31T10:41:11.392Z] [INFO] Running org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest
[2023-10-31T10:41:15.543Z] 06:41:11.144 [main] INFO o.s.t.c.s.AbstractTestContextBootstrapper.buildDefaultMergedContextConfiguration:305 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest], using SpringBootContextLoader
[2023-10-31T10:41:15.543Z] 06:41:11.149 [main] INFO o.s.t.c.s.AbstractContextLoader.generateDefaultLocations:264 - Could not detect default resource locations for test class [org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest]: no resource found for suffixes {-context.xml, Context.groovy}.
[2023-10-31T10:41:15.543Z] 06:41:11.261 [main] INFO o.s.t.c.s.AbstractTestContextBootstrapper.getDefaultTestExecutionListenerClassNames:245 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
[2023-10-31T10:41:15.543Z] 06:41:11.269 [main] INFO o.s.t.c.s.AbstractTestContextBootstrapper.getTestExecutionListeners:174 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2e61d218, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3569fc08, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@20b12f8a, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@e84a8e1, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2e554a3b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@54a67a45, org.springframework.test.context.event.EventPublishingTestExecutionListener@7d42c224, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@56aaaecd, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@522a32b1, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@35390ee3, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5e01a982, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5ddea849, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@5ee2b6f9]
[2023-10-31T10:41:15.543Z]
[2023-10-31T10:41:15.543Z] . ____ _ __ _ _
[2023-10-31T10:41:15.543Z] /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
[2023-10-31T10:41:15.543Z] ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
[2023-10-31T10:41:15.543Z] \\/ ___)| |_)| | | | | || (_| | ) ) ) )
[2023-10-31T10:41:15.543Z] ' |____| .__|_| |_|_| |_\__, | / / / /
[2023-10-31T10:41:15.543Z] =========|_|==============|___/=/_/_/_/
[2023-10-31T10:41:15.543Z] :: Spring Boot :: (v2.5.12)
[2023-10-31T10:41:15.543Z]
[2023-10-31T10:41:15.543Z] 06:41:11.518 [main] INFO o.s.boot.StartupInfoLogger.logStarting:55 - Starting RestQueryTest using Java 11.0.20 on rhos-01-kie-psi-rhel7-xlarge-2364 with PID 22457 (started by jenkins in /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example)
[2023-10-31T10:41:15.543Z] 06:41:11.519 [main] INFO o.s.boot.SpringApplication.logStartupProfileInfo:675 - No active profile set, falling back to 1 default profile: "default"
[2023-10-31T10:41:15.543Z] 06:41:12.710 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer.initialize:108 - Tomcat initialized with port(s): 0 (http)
[2023-10-31T10:41:15.543Z] 06:41:12.718 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing ProtocolHandler ["http-nio-0.0.0.0-auto-1"]
[2023-10-31T10:41:15.543Z] 06:41:12.718 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting service [Tomcat]
[2023-10-31T10:41:15.543Z] 06:41:12.719 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting Servlet engine: [Apache Tomcat/9.0.60]
[2023-10-31T10:41:15.543Z] 06:41:12.829 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing Spring embedded WebApplicationContext
[2023-10-31T10:41:15.543Z] 06:41:12.830 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext:290 - Root WebApplicationContext: initialization completed in 1100 ms
[2023-10-31T10:41:15.543Z] 06:41:14.479 [main] INFO o.s.b.a.e.web.EndpointLinksResolver.:58 - Exposing 1 endpoint(s) beneath base path '/actuator'
[2023-10-31T10:41:15.543Z] 06:41:14.659 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting ProtocolHandler ["http-nio-0.0.0.0-auto-1"]
[2023-10-31T10:41:15.543Z] 06:41:14.674 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer.start:220 - Tomcat started on port(s): 43884 (http) with context path ''
[2023-10-31T10:41:15.543Z] 06:41:14.688 [main] INFO o.s.boot.StartupInfoLogger.logStarted:61 - Started RestQueryTest in 3.39 seconds (JVM running for 4.207)
[2023-10-31T10:41:16.900Z] 06:41:15.678 [http-nio-0.0.0.0-auto-1-exec-1] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
[2023-10-31T10:41:16.900Z] 06:41:15.679 [http-nio-0.0.0.0-auto-1-exec-1] INFO o.s.web.servlet.FrameworkServlet.initServletBean:525 - Initializing Servlet 'dispatcherServlet'
[2023-10-31T10:41:16.900Z] 06:41:15.680 [http-nio-0.0.0.0-auto-1-exec-1] INFO o.s.web.servlet.FrameworkServlet.initServletBean:547 - Completed initialization in 1 ms
[2023-10-31T10:41:16.900Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.395 s - in org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest
[2023-10-31T10:41:16.900Z] [INFO]
[2023-10-31T10:41:16.900Z] [INFO] Results:
[2023-10-31T10:41:16.900Z] [INFO]
[2023-10-31T10:41:16.900Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[2023-10-31T10:41:16.900Z] [INFO]
[2023-10-31T10:41:16.900Z] [INFO]
[2023-10-31T10:41:16.900Z] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ ruleunit-springboot-example ---
[2023-10-31T10:41:16.900Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example.jar
[2023-10-31T10:41:16.900Z] [INFO]
[2023-10-31T10:41:16.900Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ ruleunit-springboot-example ---
[2023-10-31T10:41:16.900Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-tests.jar
[2023-10-31T10:41:16.900Z] [INFO]
[2023-10-31T10:41:16.900Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ruleunit-springboot-example ---
[2023-10-31T10:41:16.900Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-sources.jar
[2023-10-31T10:41:16.900Z] [INFO]
[2023-10-31T10:41:16.900Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ ruleunit-springboot-example ---
[2023-10-31T10:41:16.900Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-test-sources.jar
[2023-10-31T10:41:16.900Z] [INFO]
[2023-10-31T10:41:16.900Z] [INFO] --- spring-boot-maven-plugin:2.5.12:repackage (default) @ ruleunit-springboot-example ---
[2023-10-31T10:41:17.154Z] [INFO] Replacing main artifact with repackaged archive
[2023-10-31T10:41:17.154Z] [INFO]
[2023-10-31T10:41:17.154Z] [INFO] --- maven-resources-plugin:2.5:copy-resources (add-it-resources) @ ruleunit-springboot-example ---
[2023-10-31T10:41:17.154Z] [debug] execute contextualize
[2023-10-31T10:41:17.154Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-10-31T10:41:17.154Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/classes/META-INF
[2023-10-31T10:41:17.154Z] [INFO]
[2023-10-31T10:41:17.155Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ruleunit-springboot-example ---
[2023-10-31T10:41:17.155Z] [INFO]
[2023-10-31T10:41:17.155Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ ruleunit-springboot-example ---
[2023-10-31T10:41:17.155Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2023-10-31T10:41:17.155Z] [INFO]
[2023-10-31T10:41:17.155Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ ruleunit-springboot-example ---
[2023-10-31T10:41:17.155Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/failsafe-reports
[2023-10-31T10:41:17.155Z] [INFO]
[2023-10-31T10:41:17.155Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ ruleunit-springboot-example ---
[2023-10-31T10:41:17.155Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/failsafe-reports
[2023-10-31T10:41:17.155Z] [INFO]
[2023-10-31T10:41:17.155Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ruleunit-springboot-example ---
[2023-10-31T10:41:17.155Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/ruleunit-springboot-example/1.13.1-SNAPSHOT/ruleunit-springboot-example-1.13.1-SNAPSHOT.jar
[2023-10-31T10:41:17.155Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/ruleunit-springboot-example/1.13.1-SNAPSHOT/ruleunit-springboot-example-1.13.1-SNAPSHOT.pom
[2023-10-31T10:41:17.155Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/ruleunit-springboot-example/1.13.1-SNAPSHOT/ruleunit-springboot-example-1.13.1-SNAPSHOT-tests.jar
[2023-10-31T10:41:17.155Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/ruleunit-springboot-example/1.13.1-SNAPSHOT/ruleunit-springboot-example-1.13.1-SNAPSHOT-sources.jar
[2023-10-31T10:41:17.155Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito-examples/kogito-examples/ruleunit-springboot-example/target/ruleunit-springboot-example-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/ruleunit-springboot-example/1.13.1-SNAPSHOT/ruleunit-springboot-example-1.13.1-SNAPSHOT-test-sources.jar
[2023-10-31T10:41:17.155Z] [INFO] ------------------------------------------------------------------------
[2023-10-31T10:41:17.155Z] [INFO] Reactor Summary for Kogito Example 1.13.1-SNAPSHOT:
[2023-10-31T10:41:17.155Z] [INFO]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example ..................................... SUCCESS [ 1.572 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: DMN Event-Driven :: Quarkus ...... SUCCESS [01:17 min]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot .. SUCCESS [01:31 min]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: DMN with listeners - Quarkus ..... SUCCESS [ 14.294 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot . SUCCESS [ 9.995 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: DMN :: PMML - QUARKUS ............ SUCCESS [ 20.401 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot ........ SUCCESS [ 24.978 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: DMN .............................. SUCCESS [ 13.329 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: DMN Metrics Quarkus .............. SUCCESS [ 45.246 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: DMN Metrics SpringBoot ........... FAILURE [ 13.267 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: DMN - Spring Boot ................ SUCCESS [ 7.833 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus ...... SUCCESS [01:04 min]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot .. SUCCESS [01:21 min]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: PMML - Quarkus ................... SUCCESS [ 12.987 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: PMML - Spring Boot ............... SUCCESS [ 12.723 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus ....... SUCCESS [ 11.279 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot ... SUCCESS [ 7.263 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: Rules HelloWorld ................. SUCCESS [ 10.608 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus SUCCESS [ 45.367 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot SUCCESS [01:05 min]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: RuleUnit - Quarkus ............... SUCCESS [ 11.769 s]
[2023-10-31T10:41:17.155Z] [INFO] Kogito Example :: RuleUnit - Spring Boot ........... SUCCESS [ 7.063 s]
[2023-10-31T10:41:17.155Z] [INFO] ------------------------------------------------------------------------
[2023-10-31T10:41:17.155Z] [INFO] BUILD FAILURE
[2023-10-31T10:41:17.155Z] [INFO] ------------------------------------------------------------------------
[2023-10-31T10:41:17.155Z] [INFO] Total time: 10:51 min
[2023-10-31T10:41:17.155Z] [INFO] Finished at: 2023-10-31T06:41:16-04:00
[2023-10-31T10:41:17.155Z] [INFO] ------------------------------------------------------------------------
[2023-10-31T10:41:17.155Z] [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (docker-build) on project dmn-drools-springboot-metrics: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[2023-10-31T10:41:17.155Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (docker-build) on project dmn-drools-springboot-metrics: Command execution failed.
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-10-31T10:41:17.155Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-10-31T10:41:17.155Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-10-31T10:41:17.155Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-10-31T10:41:17.155Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-10-31T10:41:17.155Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-10-31T10:41:17.155Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-10-31T10:41:17.155Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-10-31T10:41:17.155Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-10-31T10:41:17.155Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-10-31T10:41:17.155Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-10-31T10:41:17.155Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-10-31T10:41:17.155Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-10-31T10:41:17.155Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-10-31T10:41:17.155Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-10-31T10:41:17.155Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed.
[2023-10-31T10:41:17.155Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:326)
[2023-10-31T10:41:17.155Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-10-31T10:41:17.155Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-10-31T10:41:17.155Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-10-31T10:41:17.155Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-10-31T10:41:17.155Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-10-31T10:41:17.155Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-10-31T10:41:17.155Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-10-31T10:41:17.155Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-10-31T10:41:17.155Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-10-31T10:41:17.155Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-10-31T10:41:17.155Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-10-31T10:41:17.155Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-10-31T10:41:17.155Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-10-31T10:41:17.155Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-10-31T10:41:17.155Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-10-31T10:41:17.155Z] Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[2023-10-31T10:41:17.155Z] at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
[2023-10-31T10:41:17.155Z] at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
[2023-10-31T10:41:17.155Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
[2023-10-31T10:41:17.155Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
[2023-10-31T10:41:17.155Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
[2023-10-31T10:41:17.155Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-10-31T10:41:17.155Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-10-31T10:41:17.155Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-10-31T10:41:17.155Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-10-31T10:41:17.155Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-10-31T10:41:17.155Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-10-31T10:41:17.155Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-10-31T10:41:17.156Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-10-31T10:41:17.156Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-10-31T10:41:17.156Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-10-31T10:41:17.156Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-10-31T10:41:17.156Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-10-31T10:41:17.156Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-10-31T10:41:17.156Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-10-31T10:41:17.156Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-10-31T10:41:17.156Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-10-31T10:41:17.156Z] [ERROR]
[2023-10-31T10:41:17.156Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-10-31T10:41:17.156Z] [ERROR]
[2023-10-31T10:41:17.156Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-10-31T10:41:17.156Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-10-31T10:41:17.156Z] [ERROR]
[2023-10-31T10:41:17.156Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-10-31T10:41:17.156Z] [ERROR] mvn -rf :dmn-drools-springboot-metrics
[2023-10-31T10:41:17.156Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-10-31T10:41:17.156Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-10-31T10:41:17.156Z] [INFO] [BEFORE] No commands were found for kiegroup/kogito-examples
[2023-10-31T10:41:17.156Z] # [COMMANDS] [kiegroup/kogito-examples] mvn -f kogito-examples/pom.xml dependency:tree clean install -Dvalidate-formatting -Dproductized -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples@tmp/config17568972601101831687tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2023-10-31T10:41:17.156Z] [INFO] NOT OK [Executed in 652184.358158 ms]
[2023-10-31T10:41:17.156Z] [ERROR] The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[2023-10-31T10:41:17.156Z]
[2023-10-31T10:41:17.156Z] [INFO] [AFTER] Skipped kiegroup/kogito-examples
[2023-10-31T10:41:17.156Z]
[2023-10-31T10:41:17.156Z] # Uploading artifacts
[2023-10-31T10:41:17.156Z] [INFO] Will not upload any artifacts in CLI environment
[2023-10-31T10:41:17.156Z]
[2023-10-31T10:41:17.156Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-10-31T10:41:17.156Z] [ERROR] Failed to execute mvn -f kogito-examples/pom.xml dependency:tree clean install -Dvalidate-formatting -Dproductized -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/1.13.x/pullrequest/kogito-runtimes.tests.downstream.kogito-examples@tmp/config17568972601101831687tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true :
[2023-10-31T10:41:17.156Z] [ERROR] The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-10-31T10:41:17.226Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2023-10-31T10:41:17.319Z] Recording test results
[2023-10-31T10:41:18.365Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-10-31T10:41:18.384Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-10-31T10:41:19.783Z] + rm -rf console.log
[Pipeline] sh

@kie-ci1
Copy link

kie-ci1 commented Oct 31, 2023

(tests) - optaplanner job #70 was: UNSTABLE
Possible explanation: This should be test failures

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/1.13.x/job/pullrequest/job/kogito-runtimes.tests.downstream.optaplanner/70/display/redirect

Test results:

  • PASSED: 3704
  • FAILED: 3

Those are the test failures:

org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testModelPage java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:221)
at org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testModelPage(OptaPlannerDevUITest.java:81)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testConstraintsPage java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:221)
at org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testConstraintsPage(OptaPlannerDevUITest.java:100)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testSolverConfigPage java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:221)
at org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest.testSolverConfigPage(OptaPlannerDevUITest.java:58)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

@mareknovotny
Copy link
Member Author

there is related failure on optaweb-vehicle-rooting
java.lang.NoSuchMethodError: 'void org.yaml.snakeyaml.parser.ParserImpl.<init>(org.yaml.snakeyaml.reader.StreamReader)'

@mareknovotny
Copy link
Member Author

@yurloc could you please look at optaplanner NPEs thrown in:

testModelPage – org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest7s
testConstraintsPage – org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest4s
testSolverConfigPage – org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest

and optaweb-vehicle-rooting error? it seems that the upgrade of snakeyaml is not forward compatible:

DataSetMarshallerTest.unmarshal_data_set:53 java.lang.NoSuchMethodError: 'void org.yaml.snakeyaml.parser.ParserImpl.<init>(org.yaml.snakeyaml.reader.StreamReader)'

@yurloc
Copy link
Member

yurloc commented Nov 8, 2023

This is the exception stack trace from Quarkus Dev UI:

java.lang.NoSuchMethodError: org.yaml.snakeyaml.constructor.SafeConstructor: method 'void <init>()' not found
	at io.quarkus.vertx.http.deployment.devmode.console.DevConsole.initLazyState(DevConsole.java:78)
	at io.quarkus.vertx.http.deployment.devmode.console.DevConsole.handle(DevConsole.java:108)
	at io.quarkus.vertx.http.deployment.devmode.console.DevConsole.handle(DevConsole.java:39)
	at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284)
	at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173)
	at io.vertx.ext.web.impl.RoutingContextWrapper.next(RoutingContextWrapper.java:200)
	at io.quarkus.vertx.http.deployment.devmode.console.FlashScopeHandler.handle(FlashScopeHandler.java:12)
	at io.quarkus.vertx.http.deployment.devmode.console.FlashScopeHandler.handle(FlashScopeHandler.java:7)
	at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284)
	at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173)
	at io.vertx.ext.web.impl.RoutingContextWrapper.next(RoutingContextWrapper.java:200)
	at io.vertx.ext.web.impl.RouterImpl.handleContext(RouterImpl.java:250)
	at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284)
	at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173)
	at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140)
	at io.vertx.ext.web.impl.RouterImpl.handle(RouterImpl.java:68)
	at io.vertx.ext.web.impl.RouterImpl.handle(RouterImpl.java:37)
	at io.quarkus.vertx.http.deployment.devmode.console.DevConsoleProcessor$2$1.handle(DevConsoleProcessor.java:195)
	at io.quarkus.vertx.http.deployment.devmode.console.DevConsoleProcessor$2$1.handle(DevConsoleProcessor.java:192)
	at io.vertx.core.impl.EventLoopContext.emit(EventLoopContext.java:55)
	at io.vertx.core.impl.EventLoopContext.lambda$emit$1(EventLoopContext.java:62)
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:829)

Maybe we can't simply upgrade one dependency to the next major version and expect the whole Quarkus platform to keep working. Not yet sure, investigation in progress.

@yurloc
Copy link
Member

yurloc commented Nov 8, 2023

Look what they changed in Quarkus in order to upgrade to SnakeYaml 2.0: https://github.com/quarkusio/quarkus/pull/31594/files.

So, I'd say we have these options:

  1. Upgrade to Quarkus 3.x, which already has upgraded to SnakeYaml 2.0,
  2. Upgrade only SnakeYaml and break Quarkus Dev UI in the optaplanner-quarkus extension.
  3. Keep SnakeYaml 1.33 and ignore the CVE alert.
  4. Upgrade SnakeYaml in kogito-runtimes but override it to 1.33 in optaplanner-quarkus to keep Dev UI working (and ignore the CVE alert).

@mareknovotny
Copy link
Member Author

what about to use different Yaml parser? i read on https://issues.redhat.com/browse/QUARKUS-2717 that they actually moved to use SmallRye Config to read yaml files?

@yurloc
Copy link
Member

yurloc commented Nov 9, 2023

what about to use different Yaml parser? i read on https://issues.redhat.com/browse/QUARKUS-2717 that they actually moved to use SmallRye Config to read yaml files?

That's nice but smallrye-config-source-yaml uses SnakeYaml inside. See https://github.com/smallrye/smallrye-config/pull/858/files for example.

  • I can't change the YAML parser in the Quarkus Dev UI used by optaplanner-quarkus because that's not our code.
  • I could change the YAML parser in optaweb-vehicle-routing but I can't you SmallRye config as that only reads config whereas OVR also has the ability to export the current data set into a YAML file.

@yurloc
Copy link
Member

yurloc commented Nov 9, 2023

I've done some more research and I believe this whole SnakeYaml upgrade is useless. We're not vulnerable to the CVE exploit as neither the Dev UI nor optaweb-vehicle-routing consume YAML files from external/untrusted sources.

See https://bitbucket.org/snakeyaml/snakeyaml/wiki/CVE%20&%20NIST.md

@mareknovotny
Copy link
Member Author

@yurloc i know, but still people are looking at snakeyaml existence and their not smart scanners will report the CVE dependency. I am aware of https://bitbucket.org/snakeyaml/snakeyaml/wiki/CVE%20&%20NIST.md and the long discussion at https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in. So this upgrade is good to have not because of vulnerability impact/affection, but due to be clean in terms of cve scanners ;)

@yurloc
Copy link
Member

yurloc commented Nov 10, 2023

@yurloc i know, but still people are looking at snakeyaml existence and their not smart scanners will report the CVE dependency. I am aware of https://bitbucket.org/snakeyaml/snakeyaml/wiki/CVE%20&%20NIST.md and the long discussion at https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in. So this upgrade is good to have not because of vulnerability impact/affection, but due to be clean in terms of cve scanners ;)

@mareknovotny Yup, keeping the project clean from security alerts no matter whether they're false positive is a legitimate goal. I understand that. But in my opinion, we can give up the goal if the vulnerability is not real and the cost of upgrading the dependency is too high.

In optaweb-vehicle-routing it's easy, we just need to upgrade to a higher version of Jackson (2.15.2) that works with snakeyaml 2.0.

I'm not sure about optaplanner-quaruks. Following the logic above, we just need to upgrade to a higher version of Quarkus (3.x). Is that doable? If not, we could try only upgrading the component that uses Dev UI (vertx-http). But can we override a single component version without breaking anything? Not sure.

We could perhaps sacrifice the Dev UI. I'm not sure how important it is for optaplanner-quarkus extension but it seems just like a developer experience tool. So, can we remove it from the product in a patch release without breaking any rules? (And all that just to make a security reporting tool happy while not improving the security at all?)

@yurloc
Copy link
Member

yurloc commented Nov 10, 2023

Jenkins run optaweb-vehicle-routing tests

@yurloc
Copy link
Member

yurloc commented Nov 13, 2023

Unfortunately, the last build I requested in the previous comment didn't check out the RHPAM-4700 branch in optaweb-vehicle-routing. I have no idea why.

[2023-11-10T14:03:21.728Z] # Checkout summary
[2023-11-10T14:03:21.728Z] [INFO] [kiegroup/kogito-runtimes]
[2023-11-10T14:03:21.728Z] [INFO] 	 Project taken from kiegroup/kogito-runtimes:1.13.x (Branch HEAD ce67b60f327152ec3223259b9ad129329c93d2fb)
[2023-11-10T14:03:21.728Z] [INFO] 	 Merged kiegroup/kogito-runtimes:RHPAM-4700 into branch 1.13.x
[2023-11-10T14:03:21.728Z] [INFO] [kiegroup/optaplanner]
[2023-11-10T14:03:21.728Z] [INFO] 	 Project taken from kiegroup/optaplanner:8.13.x (Branch HEAD bc01fc5fd71a5f93650a2a7475a8757e645e5a85)
[2023-11-10T14:03:21.728Z] [INFO] 	 Merged kiegroup/optaplanner:RHPAM-4700 into branch 8.13.x
[2023-11-10T14:03:21.728Z] [INFO] [kiegroup/optaweb-vehicle-routing]
[2023-11-10T14:03:21.728Z] [INFO] 	 Project taken from kiegroup/optaweb-vehicle-routing:8.13.x (Branch HEAD ad1a92f706d79ed4e0d04741bfeb9042b37a5a84)
[2023-11-10T14:03:21.728Z]  
[2023-11-10T14:03:21.728Z] # Executing kiegroup/kogito-runtimes

@mareknovotny
Copy link
Member Author

Jenkins run optaweb-vehicle-routing tests

@mareknovotny
Copy link
Member Author

Jenkins run optaplanner tests

@mareknovotny
Copy link
Member Author

Jenkins run kogito-examples tests

@mareknovotny mareknovotny merged commit 82f8ba5 into 1.13.x Nov 24, 2023
5 checks passed
@mareknovotny mareknovotny deleted the RHPAM-4700 branch November 24, 2023 15:14
github-actions bot pushed a commit that referenced this pull request Nov 24, 2023
[1.13.x][RHPAM-4700][CVE-2022-1471] snake-yaml to 2.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants