Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

Ginxo
Copy link
Contributor

@Ginxo Ginxo commented Aug 30, 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.

@Ginxo Ginxo changed the title snake-yaml to 2.0 [1.13.x][RHPAM-4700][CVE-2022-1471] snake-yaml to 2.0 Aug 30, 2023
@Ginxo Ginxo requested a review from lampajr August 30, 2023 15:35
@Ginxo Ginxo added the backport-1.13.x-blue Generate backport PR for 1.13.x-blue branch label Aug 30, 2023
Copy link
Contributor

@lampajr lampajr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kie-ci1
Copy link

kie-ci1 commented Aug 30, 2023

(tests) - kogito-examples job #72 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/72/display/redirect

Test results:

  • PASSED: 146
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-08-30T15:52:19.605Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitQueryFindNotApprovedIdAndAmountEndpoint.java
[2023-08-30T15:52:19.605Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitQueryFindNotApprovedIdAndAmount.java
[2023-08-30T15:52:19.605Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitRuleUnit.java
[2023-08-30T15:52:19.605Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitRuleUnitInstance.java
[2023-08-30T15:52:19.605Z] [INFO] Generating: org/kie/kogito/app/Application.java
[2023-08-30T15:52:19.605Z] [INFO] Generating: org/kie/kogito/app/RuleUnits.java
[2023-08-30T15:52:19.605Z] [INFO] Generating: org/kie/kogito/app/ConfigBean.java
[2023-08-30T15:52:19.605Z] [INFO] Generating: org/kie/kogito/app/RuleConfig.java
[2023-08-30T15:52:19.605Z] [INFO] Generating: org/kie/kogito/app/ApplicationConfig.java
[2023-08-30T15:52:19.605Z] [INFO] Generating: org/kie/kogito/app/GlobalObjectMapper.java
[2023-08-30T15:52:19.605Z] [INFO]
[2023-08-30T15:52:19.605Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile-1) @ ruleunit-springboot-example ---
[2023-08-30T15:52:19.605Z] [INFO] Changes detected - recompiling the module!
[2023-08-30T15:52:19.605Z] [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-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] required: org.kie.kogito.rules.DataProcessor
[2023-08-30T15:52:19.860Z] found: org.kie.kogito.rules.units.EntryPointDataProcessor
[2023-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] required: org.kie.kogito.rules.DataProcessor
[2023-08-30T15:52:19.860Z] found: org.kie.kogito.rules.units.EntryPointDataProcessor
[2023-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] required: org.kie.kogito.rules.RuleUnitQuery
[2023-08-30T15:52:19.860Z] found: org.kie.kogito.queries.LoanUnitQueryFindApproved
[2023-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] required: org.kie.kogito.rules.RuleUnitQuery
[2023-08-30T15:52:19.860Z] found: org.kie.kogito.queries.LoanUnitQueryFindNotApprovedIdAndAmount
[2023-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] [INFO]
[2023-08-30T15:52:19.860Z] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ ruleunit-springboot-example ---
[2023-08-30T15:52:19.860Z] [debug] execute contextualize
[2023-08-30T15:52:19.860Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-08-30T15:52:19.860Z] [INFO] Copying 1 resource
[2023-08-30T15:52:19.860Z] [INFO]
[2023-08-30T15:52:19.860Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ruleunit-springboot-example ---
[2023-08-30T15:52:19.860Z] [INFO] Changes detected - recompiling the module!
[2023-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] [INFO]
[2023-08-30T15:52:19.860Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ ruleunit-springboot-example ---
[2023-08-30T15:52:19.860Z] [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-08-30T15:52:19.860Z] [INFO]
[2023-08-30T15:52:19.860Z] [INFO] -------------------------------------------------------
[2023-08-30T15:52:19.860Z] [INFO] T E S T S
[2023-08-30T15:52:19.860Z] [INFO] -------------------------------------------------------
[2023-08-30T15:52:20.115Z] [ERROR] Could not load Logmanager "org.jboss.logmanager.LogManager"
[2023-08-30T15:52:20.115Z] [ERROR] java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
[2023-08-30T15:52:20.115Z] [ERROR] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
[2023-08-30T15:52:20.115Z] [ERROR] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
[2023-08-30T15:52:20.115Z] [ERROR] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
[2023-08-30T15:52:20.115Z] [ERROR] at java.logging/java.util.logging.LogManager$1.run(LogManager.java:239)
[2023-08-30T15:52:20.115Z] [ERROR] at java.logging/java.util.logging.LogManager$1.run(LogManager.java:223)
[2023-08-30T15:52:20.115Z] [ERROR] at java.base/java.security.AccessController.doPrivileged(Native Method)
[2023-08-30T15:52:20.115Z] [ERROR] at java.logging/java.util.logging.LogManager.(LogManager.java:223)
[2023-08-30T15:52:20.115Z] [ERROR] at java.logging/java.util.logging.Logger.demandLogger(Logger.java:648)
[2023-08-30T15:52:20.115Z] [ERROR] at java.logging/java.util.logging.Logger.getLogger(Logger.java:717)
[2023-08-30T15:52:20.115Z] [ERROR] at java.logging/java.util.logging.Logger.getLogger(Logger.java:701)
[2023-08-30T15:52:20.115Z] [ERROR] at org.junit.platform.commons.logging.LoggerFactory$DelegatingLogger.(LoggerFactory.java:80)
[2023-08-30T15:52:20.115Z] [ERROR] at org.junit.platform.commons.logging.LoggerFactory.getLogger(LoggerFactory.java:51)
[2023-08-30T15:52:20.115Z] [ERROR] at org.junit.platform.launcher.core.ServiceLoaderRegistry.(ServiceLoaderRegistry.java:27)
[2023-08-30T15:52:20.115Z] [ERROR] at org.junit.platform.launcher.core.LauncherFactory.(LauncherFactory.java:66)
[2023-08-30T15:52:20.115Z] [ERROR] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.(JUnitPlatformProvider.java:90)
[2023-08-30T15:52:20.115Z] [ERROR] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[2023-08-30T15:52:20.115Z] [ERROR] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[2023-08-30T15:52:20.115Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[2023-08-30T15:52:20.115Z] [ERROR] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
[2023-08-30T15:52:20.115Z] [ERROR] at org.apache.maven.surefire.api.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:123)
[2023-08-30T15:52:20.115Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.createProviderInCurrentClassloader(ForkedBooter.java:491)
[2023-08-30T15:52:20.115Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
[2023-08-30T15:52:20.115Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
[2023-08-30T15:52:20.115Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
[2023-08-30T15:52:20.115Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
[2023-08-30T15:52:20.674Z] [INFO] Running org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest
[2023-08-30T15:52:24.840Z] 11:52:19.480 [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-08-30T15:52:24.840Z] 11:52:19.487 [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-08-30T15:52:24.840Z] 11:52:19.616 [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-08-30T15:52:24.840Z] 11:52:19.626 [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-08-30T15:52:24.840Z]
[2023-08-30T15:52:24.840Z] . ____ _ __ _ _
[2023-08-30T15:52:24.840Z] /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
[2023-08-30T15:52:24.840Z] ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
[2023-08-30T15:52:24.840Z] \\/ ___)| |_)| | | | | || (_| | ) ) ) )
[2023-08-30T15:52:24.840Z] ' |____| .__|_| |_|_| |_\__, | / / / /
[2023-08-30T15:52:24.840Z] =========|_|==============|___/=/_/_/_/
[2023-08-30T15:52:24.840Z] :: Spring Boot :: (v2.5.12)
[2023-08-30T15:52:24.840Z]
[2023-08-30T15:52:24.840Z] 11:52:19.905 [main] INFO o.s.boot.StartupInfoLogger.logStarting:55 - Starting RestQueryTest using Java 11.0.20 on rhos-01-kie-psi-rhel7-xlarge-1478 with PID 22413 (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-08-30T15:52:24.840Z] 11:52:19.906 [main] INFO o.s.boot.SpringApplication.logStartupProfileInfo:675 - No active profile set, falling back to 1 default profile: "default"
[2023-08-30T15:52:24.840Z] 11:52:21.194 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer.initialize:108 - Tomcat initialized with port(s): 0 (http)
[2023-08-30T15:52:24.840Z] 11:52:21.204 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing ProtocolHandler ["http-nio-0.0.0.0-auto-1"]
[2023-08-30T15:52:24.840Z] 11:52:21.204 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting service [Tomcat]
[2023-08-30T15:52:24.840Z] 11:52:21.205 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting Servlet engine: [Apache Tomcat/9.0.60]
[2023-08-30T15:52:24.841Z] 11:52:21.328 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing Spring embedded WebApplicationContext
[2023-08-30T15:52:24.841Z] 11:52:21.329 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext:290 - Root WebApplicationContext: initialization completed in 1175 ms
[2023-08-30T15:52:24.841Z] 11:52:23.081 [main] INFO o.s.b.a.e.web.EndpointLinksResolver.:58 - Exposing 1 endpoint(s) beneath base path '/actuator'
[2023-08-30T15:52:24.841Z] 11:52:23.312 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting ProtocolHandler ["http-nio-0.0.0.0-auto-1"]
[2023-08-30T15:52:24.841Z] 11:52:23.332 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer.start:220 - Tomcat started on port(s): 39706 (http) with context path ''
[2023-08-30T15:52:24.841Z] 11:52:23.348 [main] INFO o.s.boot.StartupInfoLogger.logStarted:61 - Started RestQueryTest in 3.691 seconds (JVM running for 4.619)
[2023-08-30T15:52:26.721Z] 11:52:24.466 [http-nio-0.0.0.0-auto-1-exec-1] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
[2023-08-30T15:52:26.721Z] 11:52:24.467 [http-nio-0.0.0.0-auto-1-exec-1] INFO o.s.web.servlet.FrameworkServlet.initServletBean:525 - Initializing Servlet 'dispatcherServlet'
[2023-08-30T15:52:26.721Z] 11:52:24.468 [http-nio-0.0.0.0-auto-1-exec-1] INFO o.s.web.servlet.FrameworkServlet.initServletBean:547 - Completed initialization in 1 ms
[2023-08-30T15:52:26.721Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.028 s - in org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest
[2023-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] Results:
[2023-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[2023-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- spring-boot-maven-plugin:2.5.12:repackage (default) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [INFO] Replacing main artifact with repackaged archive
[2023-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- maven-resources-plugin:2.5:copy-resources (add-it-resources) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [debug] execute contextualize
[2023-08-30T15:52:26.721Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2023-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ruleunit-springboot-example ---
[2023-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [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-08-30T15:52:26.721Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T15:52:26.721Z] [INFO] Reactor Summary for Kogito Example 1.13.1-SNAPSHOT:
[2023-08-30T15:52:26.721Z] [INFO]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example ..................................... SUCCESS [ 1.498 s]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example :: DMN Event-Driven :: Quarkus ...... SUCCESS [01:20 min]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot .. SUCCESS [01:32 min]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example :: DMN with listeners - Quarkus ..... SUCCESS [ 15.803 s]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot . SUCCESS [ 10.788 s]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example :: DMN :: PMML - QUARKUS ............ SUCCESS [ 23.044 s]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot ........ SUCCESS [ 28.250 s]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example :: DMN .............................. SUCCESS [ 14.482 s]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example :: DMN Metrics Quarkus .............. SUCCESS [ 49.069 s]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example :: DMN Metrics SpringBoot ........... FAILURE [ 13.022 s]
[2023-08-30T15:52:26.721Z] [INFO] Kogito Example :: DMN - Spring Boot ................ SUCCESS [ 8.622 s]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus ...... SUCCESS [01:05 min]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot .. SUCCESS [01:22 min]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: PMML - Quarkus ................... SUCCESS [ 15.077 s]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: PMML - Spring Boot ............... SUCCESS [ 15.066 s]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus ....... SUCCESS [ 12.750 s]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot ... SUCCESS [ 8.886 s]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: Rules HelloWorld ................. SUCCESS [ 12.171 s]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus SUCCESS [ 47.050 s]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot SUCCESS [01:06 min]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: RuleUnit - Quarkus ............... SUCCESS [ 13.043 s]
[2023-08-30T15:52:26.722Z] [INFO] Kogito Example :: RuleUnit - Spring Boot ........... SUCCESS [ 7.837 s]
[2023-08-30T15:52:26.722Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T15:52:26.722Z] [INFO] BUILD FAILURE
[2023-08-30T15:52:26.722Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T15:52:26.722Z] [INFO] Total time: 11:25 min
[2023-08-30T15:52:26.722Z] [INFO] Finished at: 2023-08-30T11:52:25-04:00
[2023-08-30T15:52:26.722Z] [INFO] ------------------------------------------------------------------------
[2023-08-30T15:52:26.722Z] [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-08-30T15:52:26.722Z] 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-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-30T15:52:26.722Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-08-30T15:52:26.722Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-30T15:52:26.722Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-30T15:52:26.722Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-30T15:52:26.722Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-30T15:52:26.722Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-30T15:52:26.722Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-30T15:52:26.722Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-30T15:52:26.722Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-30T15:52:26.722Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-30T15:52:26.722Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed.
[2023-08-30T15:52:26.722Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:326)
[2023-08-30T15:52:26.722Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-30T15:52:26.722Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-08-30T15:52:26.722Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-30T15:52:26.722Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-30T15:52:26.722Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-30T15:52:26.722Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-30T15:52:26.722Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-30T15:52:26.722Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-30T15:52:26.722Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-30T15:52:26.722Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-30T15:52:26.722Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-30T15:52:26.722Z] Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[2023-08-30T15:52:26.722Z] at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
[2023-08-30T15:52:26.722Z] at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
[2023-08-30T15:52:26.722Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
[2023-08-30T15:52:26.722Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
[2023-08-30T15:52:26.722Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
[2023-08-30T15:52:26.722Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-30T15:52:26.722Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-30T15:52:26.722Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-08-30T15:52:26.722Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-30T15:52:26.722Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-30T15:52:26.722Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-30T15:52:26.722Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-30T15:52:26.722Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-30T15:52:26.722Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-30T15:52:26.722Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-30T15:52:26.722Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-30T15:52:26.722Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-30T15:52:26.722Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-30T15:52:26.722Z] [ERROR]
[2023-08-30T15:52:26.722Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-30T15:52:26.722Z] [ERROR]
[2023-08-30T15:52:26.722Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-30T15:52:26.722Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-08-30T15:52:26.722Z] [ERROR]
[2023-08-30T15:52:26.722Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-30T15:52:26.722Z] [ERROR] mvn -rf :dmn-drools-springboot-metrics
[2023-08-30T15:52:27.644Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-08-30T15:52:27.644Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-08-30T15:52:27.644Z] [INFO] [BEFORE] No commands were found for kiegroup/kogito-examples
[2023-08-30T15:52:27.644Z] # [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/config9431786734110172325tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2023-08-30T15:52:27.644Z] [INFO] NOT OK [Executed in 687482.100918 ms]
[2023-08-30T15:52:27.644Z] [ERROR] The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[2023-08-30T15:52:27.644Z]
[2023-08-30T15:52:27.644Z] [INFO] [AFTER] Skipped kiegroup/kogito-examples
[2023-08-30T15:52:27.644Z]
[2023-08-30T15:52:27.644Z] # Uploading artifacts
[2023-08-30T15:52:27.644Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-30T15:52:27.644Z]
[2023-08-30T15:52:27.644Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-08-30T15:52:27.644Z] [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/config9431786734110172325tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true :
[2023-08-30T15:52:27.644Z] [ERROR] The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-30T15:52:27.708Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2023-08-30T15:52:27.792Z] Recording test results
[2023-08-30T15:52:28.881Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-30T15:52:28.897Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-30T15:52:30.248Z] + rm -rf console.log
[Pipeline] sh

@tkobayas
Copy link
Contributor

Jenkins kogito-examples : Doesn't seem to be related to this PR.

[2023-08-30T15:46:28.173Z] [INFO] --- exec-maven-plugin:1.6.0:exec (docker-build) @ dmn-drools-springboot-metrics ---
...
[2023-08-30T15:46:31.239Z] ERROR: failed to solve: fabric8/java-alpine-openjdk11-jre: failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://ba-docker-registry.usersys.redhat.com:5000/v2/fabric8/java-alpine-openjdk11-jre/manifests/sha256:b459cc59d6c7ddc9fd52f981fc4c187f44a401f2433a1b4110810d2dd9e98a07?ns=docker.io": http: server gave HTTP response to HTTPS client
[2023-08-30T15:46:31.239Z] [ERROR] Command execution failed

GHA OptaPlanner Build : Seems to be related to this PR.

2023-08-30T16:42:30.8035979Z [INFO] Running org.optaplanner.quarkus.it.devui.OptaPlannerDevUITest
2023-08-30T16:42:41.7378973Z 2023-08-30 16:42:35,138 INFO  [org.jbo.threads] (main) JBoss Threads version 3.4.3.Final
2023-08-30T16:42:41.7381688Z Tests paused
2023-08-30T16:42:41.7382727Z 2023-08-30 16:42:39,891 INFO  [io.quarkus] (Quarkus Main Thread) optaplanner-quarkus-devui-integration-test 8.13.1-SNAPSHOT on JVM (powered by Quarkus 2.13.8.Final) started in 6.003s. Listening on: http://localhost:8080
2023-08-30T16:42:41.7383653Z 2023-08-30 16:42:39,892 INFO  [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
2023-08-30T16:42:41.7384488Z 2023-08-30 16:42:39,892 INFO  [io.quarkus] (Quarkus Main Thread) Installed features: [cdi, optaplanner, resteasy, smallrye-context-propagation, vertx]
2023-08-30T16:42:41.7385724Z 2023-08-30 16:42:41,385 ERROR [io.qua.ver.htt.dep.dev.con.DevConsoleProcessor] ([DevConsole]vert.x-eventloop-thread-0) Dev console request failed: java.lang.NoSuchMethodError: org.yaml.snakeyaml.constructor.SafeConstructor: method 'void <init>()' not found
2023-08-30T16:42:41.7386806Z    at io.quarkus.vertx.http.deployment.devmode.console.DevConsole.initLazyState(DevConsole.java:78)

@mareknovotny
Copy link
Contributor

@mareknovotny
Copy link
Contributor

@Ginxo can you please close this and re-sent to target it to https://github.com/kiegroup/kogito-runtimes/tree/1.13.x ?

@mareknovotny
Copy link
Contributor

created replacement as kiegroup#9

@mareknovotny
Copy link
Contributor

please close this @Ginxo

@Ginxo Ginxo closed this Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-1.13.x-blue Generate backport PR for 1.13.x-blue branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants