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] quarkus to 2.13.8.Final #3095

Closed
wants to merge 1 commit into from
Closed

Conversation

Ginxo
Copy link
Contributor

@Ginxo Ginxo commented Jun 28, 2023

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

  • Full Kogito testing (with cloud images and operator BDD testing)
    Please add comment: Jenkins run BDD
    This check should be used only if a big change is done as it takes time to run, need resources and one full BDD tests check can be done at a time ...

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.

@kie-ci1
Copy link

kie-ci1 commented Jun 28, 2023

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

Test results:

  • PASSED: 146
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-06-28T07:19:10.430Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitQueryFindNotApprovedIdAndAmountEndpoint.java
[2023-06-28T07:19:10.430Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitQueryFindNotApprovedIdAndAmount.java
[2023-06-28T07:19:10.430Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitRuleUnit.java
[2023-06-28T07:19:10.430Z] [INFO] Generating: org/kie/kogito/queries/LoanUnitRuleUnitInstance.java
[2023-06-28T07:19:10.430Z] [INFO] Generating: org/kie/kogito/app/Application.java
[2023-06-28T07:19:10.430Z] [INFO] Generating: org/kie/kogito/app/RuleUnits.java
[2023-06-28T07:19:10.430Z] [INFO] Generating: org/kie/kogito/app/ConfigBean.java
[2023-06-28T07:19:10.430Z] [INFO] Generating: org/kie/kogito/app/RuleConfig.java
[2023-06-28T07:19:10.430Z] [INFO] Generating: org/kie/kogito/app/ApplicationConfig.java
[2023-06-28T07:19:10.430Z] [INFO] Generating: org/kie/kogito/app/GlobalObjectMapper.java
[2023-06-28T07:19:10.430Z] [INFO]
[2023-06-28T07:19:10.430Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile-1) @ ruleunit-springboot-example ---
[2023-06-28T07:19:10.430Z] [INFO] Changes detected - recompiling the module!
[2023-06-28T07:19:10.430Z] [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-06-28T07:19:10.688Z] [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-06-28T07:19:10.688Z] required: org.kie.kogito.rules.DataProcessor
[2023-06-28T07:19:10.688Z] found: org.kie.kogito.rules.units.EntryPointDataProcessor
[2023-06-28T07:19:10.688Z] [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-06-28T07:19:10.688Z] required: org.kie.kogito.rules.DataProcessor
[2023-06-28T07:19:10.688Z] found: org.kie.kogito.rules.units.EntryPointDataProcessor
[2023-06-28T07:19:10.688Z] [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-06-28T07:19:10.688Z] required: org.kie.kogito.rules.RuleUnitQuery
[2023-06-28T07:19:10.688Z] found: org.kie.kogito.queries.LoanUnitQueryFindApproved
[2023-06-28T07:19:10.688Z] [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-06-28T07:19:10.688Z] required: org.kie.kogito.rules.RuleUnitQuery
[2023-06-28T07:19:10.688Z] found: org.kie.kogito.queries.LoanUnitQueryFindNotApprovedIdAndAmount
[2023-06-28T07:19:10.688Z] [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-06-28T07:19:10.688Z] [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-06-28T07:19:10.688Z] [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-06-28T07:19:10.688Z] [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-06-28T07:19:10.688Z] [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-06-28T07:19:10.688Z] [INFO]
[2023-06-28T07:19:10.688Z] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ ruleunit-springboot-example ---
[2023-06-28T07:19:10.688Z] [debug] execute contextualize
[2023-06-28T07:19:10.688Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-06-28T07:19:10.688Z] [INFO] Copying 1 resource
[2023-06-28T07:19:10.688Z] [INFO]
[2023-06-28T07:19:10.688Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ruleunit-springboot-example ---
[2023-06-28T07:19:10.688Z] [INFO] Changes detected - recompiling the module!
[2023-06-28T07:19:10.688Z] [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-06-28T07:19:10.688Z] [INFO]
[2023-06-28T07:19:10.688Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ ruleunit-springboot-example ---
[2023-06-28T07:19:10.688Z] [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-06-28T07:19:10.943Z] [INFO]
[2023-06-28T07:19:10.943Z] [INFO] -------------------------------------------------------
[2023-06-28T07:19:10.943Z] [INFO] T E S T S
[2023-06-28T07:19:10.943Z] [INFO] -------------------------------------------------------
[2023-06-28T07:19:11.200Z] [ERROR] Could not load Logmanager "org.jboss.logmanager.LogManager"
[2023-06-28T07:19:11.200Z] [ERROR] java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
[2023-06-28T07:19:11.200Z] [ERROR] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
[2023-06-28T07:19:11.200Z] [ERROR] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
[2023-06-28T07:19:11.200Z] [ERROR] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
[2023-06-28T07:19:11.200Z] [ERROR] at java.logging/java.util.logging.LogManager$1.run(LogManager.java:239)
[2023-06-28T07:19:11.200Z] [ERROR] at java.logging/java.util.logging.LogManager$1.run(LogManager.java:223)
[2023-06-28T07:19:11.200Z] [ERROR] at java.base/java.security.AccessController.doPrivileged(Native Method)
[2023-06-28T07:19:11.200Z] [ERROR] at java.logging/java.util.logging.LogManager.(LogManager.java:223)
[2023-06-28T07:19:11.200Z] [ERROR] at java.logging/java.util.logging.Logger.demandLogger(Logger.java:648)
[2023-06-28T07:19:11.200Z] [ERROR] at java.logging/java.util.logging.Logger.getLogger(Logger.java:717)
[2023-06-28T07:19:11.200Z] [ERROR] at java.logging/java.util.logging.Logger.getLogger(Logger.java:701)
[2023-06-28T07:19:11.200Z] [ERROR] at org.junit.platform.commons.logging.LoggerFactory$DelegatingLogger.(LoggerFactory.java:80)
[2023-06-28T07:19:11.200Z] [ERROR] at org.junit.platform.commons.logging.LoggerFactory.getLogger(LoggerFactory.java:51)
[2023-06-28T07:19:11.200Z] [ERROR] at org.junit.platform.launcher.core.ServiceLoaderRegistry.(ServiceLoaderRegistry.java:27)
[2023-06-28T07:19:11.200Z] [ERROR] at org.junit.platform.launcher.core.LauncherFactory.(LauncherFactory.java:66)
[2023-06-28T07:19:11.200Z] [ERROR] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.(JUnitPlatformProvider.java:90)
[2023-06-28T07:19:11.200Z] [ERROR] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[2023-06-28T07:19:11.200Z] [ERROR] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[2023-06-28T07:19:11.200Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[2023-06-28T07:19:11.200Z] [ERROR] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
[2023-06-28T07:19:11.200Z] [ERROR] at org.apache.maven.surefire.api.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:123)
[2023-06-28T07:19:11.200Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.createProviderInCurrentClassloader(ForkedBooter.java:491)
[2023-06-28T07:19:11.200Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
[2023-06-28T07:19:11.200Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
[2023-06-28T07:19:11.200Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
[2023-06-28T07:19:11.200Z] [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
[2023-06-28T07:19:11.456Z] [INFO] Running org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest
[2023-06-28T07:19:15.633Z] 03:19:11.317 [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-06-28T07:19:15.633Z] 03:19:11.323 [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-06-28T07:19:15.633Z] 03:19:11.441 [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-06-28T07:19:15.633Z] 03:19:11.449 [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-06-28T07:19:15.633Z]
[2023-06-28T07:19:15.633Z] . ____ _ __ _ _
[2023-06-28T07:19:15.633Z] /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
[2023-06-28T07:19:15.633Z] ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
[2023-06-28T07:19:15.633Z] \\/ ___)| |_)| | | | | || (_| | ) ) ) )
[2023-06-28T07:19:15.633Z] ' |____| .__|_| |_|_| |_\__, | / / / /
[2023-06-28T07:19:15.633Z] =========|_|==============|___/=/_/_/_/
[2023-06-28T07:19:15.633Z] :: Spring Boot :: (v2.5.12)
[2023-06-28T07:19:15.633Z]
[2023-06-28T07:19:15.633Z] 03:19:11.715 [main] INFO o.s.boot.StartupInfoLogger.logStarting:55 - Starting RestQueryTest using Java 11.0.19 on rhos-01-kie-psi-rhel7-xlarge-2379 with PID 22491 (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-06-28T07:19:15.633Z] 03:19:11.716 [main] INFO o.s.boot.SpringApplication.logStartupProfileInfo:675 - No active profile set, falling back to 1 default profile: "default"
[2023-06-28T07:19:15.633Z] 03:19:13.015 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer.initialize:108 - Tomcat initialized with port(s): 0 (http)
[2023-06-28T07:19:15.633Z] 03:19:13.024 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing ProtocolHandler ["http-nio-0.0.0.0-auto-1"]
[2023-06-28T07:19:15.633Z] 03:19:13.024 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting service [Tomcat]
[2023-06-28T07:19:15.633Z] 03:19:13.024 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting Servlet engine: [Apache Tomcat/9.0.60]
[2023-06-28T07:19:15.633Z] 03:19:13.141 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing Spring embedded WebApplicationContext
[2023-06-28T07:19:15.633Z] 03:19:13.141 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext:290 - Root WebApplicationContext: initialization completed in 1186 ms
[2023-06-28T07:19:15.634Z] 03:19:15.040 [main] INFO o.s.b.a.e.web.EndpointLinksResolver.:58 - Exposing 1 endpoint(s) beneath base path '/actuator'
[2023-06-28T07:19:15.634Z] 03:19:15.235 [main] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Starting ProtocolHandler ["http-nio-0.0.0.0-auto-1"]
[2023-06-28T07:19:15.634Z] 03:19:15.252 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer.start:220 - Tomcat started on port(s): 44321 (http) with context path ''
[2023-06-28T07:19:15.634Z] 03:19:15.268 [main] INFO o.s.boot.StartupInfoLogger.logStarted:61 - Started RestQueryTest in 3.788 seconds (JVM running for 4.795)
[2023-06-28T07:19:17.519Z] 03:19:16.305 [http-nio-0.0.0.0-auto-1-exec-1] INFO org.apache.juli.logging.DirectJDKLog.log:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
[2023-06-28T07:19:17.519Z] 03:19:16.306 [http-nio-0.0.0.0-auto-1-exec-1] INFO o.s.web.servlet.FrameworkServlet.initServletBean:525 - Initializing Servlet 'dispatcherServlet'
[2023-06-28T07:19:17.519Z] 03:19:16.307 [http-nio-0.0.0.0-auto-1-exec-1] INFO o.s.web.servlet.FrameworkServlet.initServletBean:547 - Completed initialization in 1 ms
[2023-06-28T07:19:17.519Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.893 s - in org.kie.kogito.decisiontable.springboot.ruleunit.RestQueryTest
[2023-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] Results:
[2023-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[2023-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- spring-boot-maven-plugin:2.5.12:repackage (default) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [INFO] Replacing main artifact with repackaged archive
[2023-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- maven-resources-plugin:2.5:copy-resources (add-it-resources) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [debug] execute contextualize
[2023-06-28T07:19:17.519Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2023-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ruleunit-springboot-example ---
[2023-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] [INFO] ------------------------------------------------------------------------
[2023-06-28T07:19:17.519Z] [INFO] Reactor Summary for Kogito Example 1.13.1-SNAPSHOT:
[2023-06-28T07:19:17.519Z] [INFO]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example ..................................... SUCCESS [ 1.411 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: DMN Event-Driven :: Quarkus ...... SUCCESS [01:20 min]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot .. SUCCESS [01:32 min]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: DMN with listeners - Quarkus ..... SUCCESS [ 15.587 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot . SUCCESS [ 10.756 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: DMN :: PMML - QUARKUS ............ SUCCESS [ 22.695 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot ........ SUCCESS [ 27.629 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: DMN .............................. SUCCESS [ 14.707 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: DMN Metrics Quarkus .............. SUCCESS [ 46.200 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: DMN Metrics SpringBoot ........... FAILURE [ 10.381 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: DMN - Spring Boot ................ SUCCESS [ 8.603 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus ...... SUCCESS [01:05 min]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot .. SUCCESS [01:21 min]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: PMML - Quarkus ................... SUCCESS [ 15.343 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: PMML - Spring Boot ............... SUCCESS [ 14.044 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus ....... SUCCESS [ 12.672 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot ... SUCCESS [ 8.309 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: Rules HelloWorld ................. SUCCESS [ 11.206 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus SUCCESS [ 46.188 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot SUCCESS [01:05 min]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: RuleUnit - Quarkus ............... SUCCESS [ 12.944 s]
[2023-06-28T07:19:17.519Z] [INFO] Kogito Example :: RuleUnit - Spring Boot ........... SUCCESS [ 7.592 s]
[2023-06-28T07:19:17.519Z] [INFO] ------------------------------------------------------------------------
[2023-06-28T07:19:17.519Z] [INFO] BUILD FAILURE
[2023-06-28T07:19:17.519Z] [INFO] ------------------------------------------------------------------------
[2023-06-28T07:19:17.519Z] [INFO] Total time: 11:13 min
[2023-06-28T07:19:17.519Z] [INFO] Finished at: 2023-06-28T03:19:17-04:00
[2023-06-28T07:19:17.519Z] [INFO] ------------------------------------------------------------------------
[2023-06-28T07:19:17.519Z] [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-06-28T07:19:17.519Z] 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-06-28T07:19:17.519Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-06-28T07:19:17.519Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-06-28T07:19:17.519Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-06-28T07:19:17.519Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-06-28T07:19:17.519Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-06-28T07:19:17.519Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-06-28T07:19:17.519Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-06-28T07:19:17.520Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-06-28T07:19:17.520Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-06-28T07:19:17.520Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-06-28T07:19:17.520Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-06-28T07:19:17.520Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-06-28T07:19:17.520Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-06-28T07:19:17.520Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-06-28T07:19:17.520Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-06-28T07:19:17.520Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-06-28T07:19:17.520Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-06-28T07:19:17.520Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed.
[2023-06-28T07:19:17.520Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:326)
[2023-06-28T07:19:17.520Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-06-28T07:19:17.520Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-06-28T07:19:17.520Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-06-28T07:19:17.520Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-06-28T07:19:17.520Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-06-28T07:19:17.520Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-06-28T07:19:17.520Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-06-28T07:19:17.520Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-06-28T07:19:17.520Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-06-28T07:19:17.520Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-06-28T07:19:17.520Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-06-28T07:19:17.520Z] Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[2023-06-28T07:19:17.520Z] at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
[2023-06-28T07:19:17.520Z] at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
[2023-06-28T07:19:17.520Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
[2023-06-28T07:19:17.520Z] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
[2023-06-28T07:19:17.520Z] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
[2023-06-28T07:19:17.520Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-06-28T07:19:17.520Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-06-28T07:19:17.520Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2023-06-28T07:19:17.520Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-06-28T07:19:17.520Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-06-28T07:19:17.520Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-06-28T07:19:17.520Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-06-28T07:19:17.520Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-06-28T07:19:17.520Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-06-28T07:19:17.520Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-06-28T07:19:17.520Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-06-28T07:19:17.520Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-06-28T07:19:17.520Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-06-28T07:19:17.520Z] [ERROR]
[2023-06-28T07:19:17.520Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-06-28T07:19:17.520Z] [ERROR]
[2023-06-28T07:19:17.520Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-06-28T07:19:17.520Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-06-28T07:19:17.520Z] [ERROR]
[2023-06-28T07:19:17.520Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-06-28T07:19:17.520Z] [ERROR] mvn -rf :dmn-drools-springboot-metrics
[2023-06-28T07:19:17.775Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-06-28T07:19:17.775Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-06-28T07:19:17.775Z] [INFO] [BEFORE] No commands were found for kiegroup/kogito-examples
[2023-06-28T07:19:17.775Z] # [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/config2889214067900455480tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2023-06-28T07:19:17.775Z] [INFO] NOT OK [Executed in 674993.052251 ms]
[2023-06-28T07:19:17.775Z] [ERROR] The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[2023-06-28T07:19:17.775Z]
[2023-06-28T07:19:17.775Z] [INFO] [AFTER] Skipped kiegroup/kogito-examples
[2023-06-28T07:19:17.775Z]
[2023-06-28T07:19:17.775Z] # Uploading artifacts
[2023-06-28T07:19:17.775Z] [INFO] Will not upload any artifacts in CLI environment
[2023-06-28T07:19:17.775Z]
[2023-06-28T07:19:17.775Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-06-28T07:19:17.775Z] [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/config2889214067900455480tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true :
[2023-06-28T07:19:17.775Z] [ERROR] The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-06-28T07:19:17.857Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2023-06-28T07:19:17.966Z] Recording test results
[2023-06-28T07:19:18.932Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-06-28T07:19:18.959Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-28T07:19:20.200Z] + rm -rf console.log
[Pipeline] sh

@radtriste
Copy link
Contributor

It is not only updating this version
We also compare dependencies from bom
Why not using update-quarkus jobs in https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/1.13.x/job/tools/ to perform this update ?

@Ginxo
Copy link
Contributor Author

Ginxo commented Jun 28, 2023

@Ginxo Ginxo closed this Jun 28, 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.

4 participants