incubator-kie-kogito-runtimes icon indicating copy to clipboard operation
incubator-kie-kogito-runtimes copied to clipboard

KOGITO-7676: Implement Flyway migration for Runtimes persistence based on Quarkus and Spring Boot

Open akumar074 opened this issue 2 years ago • 62 comments

JIRA: KOGITO-7676

Reference PR: https://github.com/kiegroup/kogito-apps/pull/1431

Many thanks for submitting your Pull Request :heart:!

Please make sure that your PR meets the following requirements:

  • [ ] You have read the contributors guide
  • [ ] Your code is properly formatted according to this configuration
  • [ ] Pull Request title is properly formatted: KOGITO-XYZ Subject
  • [ ] Pull Request title contains the target branch if not targeting main: [0.9.x] KOGITO-XYZ Subject
  • [ ] Pull Request contains link to the JIRA issue
  • [ ] Pull Request contains link to any dependent or related Pull Request
  • [ ] Pull Request contains description of the issue
  • [ ] Pull Request does not include fixes for issues other than the main ticket
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-branch

  • 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 mandrel checks
    Run native checks against Mandrel image Please add comment: Jenkins run mandrel

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

  • 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 ...

akumar074 avatar Aug 22 '22 11:08 akumar074

(tests) - kogito-apps job #843 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1937
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 22 '22 13:08 kie-ci3

(tests) - kogito-examples job #760 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/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/760/display/redirect

Test results:

  • PASSED: 472
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-08-22T13:17:48.315Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-08-22T13:17:48.315Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.11.2.Final:compile
[2022-08-22T13:17:48.315Z] [INFO]
[2022-08-22T13:17:48.315Z] [INFO] ----------------
[2022-08-22T13:17:48.315Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-08-22T13:17:48.315Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-08-22T13:17:48.315Z] [INFO]
[2022-08-22T13:17:48.315Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.315Z] [INFO]
[2022-08-22T13:17:48.315Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.315Z] [INFO]
[2022-08-22T13:17:48.315Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.315Z] [INFO]
[2022-08-22T13:17:48.315Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.315Z] [INFO]
[2022-08-22T13:17:48.315Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO] You have 0 Checkstyle violations.
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-08-22T13:17:48.572Z] [INFO] Number of files to be formatted: 0
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO] Using compiler compliance level: JAVA_11
[2022-08-22T13:17:48.572Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-08-22T13:17:48.572Z] [INFO] Already Sorted: 0
[2022-08-22T13:17:48.572Z] [INFO] Needed Sorting: 0
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO] Skipping packaging of the test-jar
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO] No tests to run.
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO] No tests to run.
[2022-08-22T13:17:48.572Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-08-22T13:17:48.572Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-08-22T13:17:48.572Z] [INFO] ------------------------------------------------------------------------
[2022-08-22T13:17:48.572Z] [INFO] Reactor Summary:
[2022-08-22T13:17:48.572Z] [INFO]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 3.161 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.086 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.061 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [03:18 min]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 17.667 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [03:00 min]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 2.233 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 29.785 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.042 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 33.212 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 20.026 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 27.962 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 26.936 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.006 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 33.834 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 16.638 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.007 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 14.880 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 26.419 s]
[2022-08-22T13:17:48.572Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.031 s]
[2022-08-22T13:17:48.572Z] [INFO] ------------------------------------------------------------------------
[2022-08-22T13:17:48.572Z] [INFO] BUILD FAILURE
[2022-08-22T13:17:48.572Z] [INFO] ------------------------------------------------------------------------
[2022-08-22T13:17:48.572Z] [INFO] Total time: 10:34 min
[2022-08-22T13:17:48.572Z] [INFO] Finished at: 2022-08-22T09:17:47-04:00
[2022-08-22T13:17:48.572Z] [INFO] ------------------------------------------------------------------------
[2022-08-22T13:17:48.573Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-22T13:17:48.573Z] [ERROR] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-22T13:17:48.573Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-22T13:17:48.573Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-22T13:17:48.573Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-22T13:17:48.573Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-22T13:17:48.573Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-22T13:17:48.573Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-22T13:17:48.573Z] [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-22T13:17:48.573Z] [ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-22T13:17:48.573Z] [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-22T13:17:48.573Z] [ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-22T13:17:48.573Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-22T13:17:48.573Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-22T13:17:48.573Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-22T13:17:48.573Z] [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-22T13:17:48.573Z] [ERROR] -> [Help 1]
[2022-08-22T13:17:48.573Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-22T13:17:48.573Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-22T13:17:48.573Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-22T13:17:48.573Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-22T13:17:48.573Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-22T13:17:48.573Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-22T13:17:48.573Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-22T13:17:48.573Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-22T13:17:48.573Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-22T13:17:48.573Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-22T13:17:48.573Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-22T13:17:48.573Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to build quarkus application
[2022-08-22T13:17:48.573Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:165)
[2022-08-22T13:17:48.573Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-22T13:17:48.573Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-22T13:17:48.573Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-22T13:17:48.573Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-22T13:17:48.573Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-22T13:17:48.573Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-22T13:17:48.573Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-22T13:17:48.573Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-22T13:17:48.573Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-22T13:17:48.573Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-22T13:17:48.573Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-22T13:17:48.573Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-22T13:17:48.573Z] Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-22T13:17:48.573Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-22T13:17:48.573Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-22T13:17:48.573Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-22T13:17:48.573Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-22T13:17:48.573Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-22T13:17:48.573Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-22T13:17:48.573Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-22T13:17:48.573Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-22T13:17:48.573Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-22T13:17:48.573Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-22T13:17:48.573Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-22T13:17:48.573Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-22T13:17:48.573Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-22T13:17:48.573Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-22T13:17:48.573Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-22T13:17:48.573Z]
[2022-08-22T13:17:48.573Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:330)
[2022-08-22T13:17:48.573Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-22T13:17:48.573Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-22T13:17:48.573Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-22T13:17:48.573Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-22T13:17:48.573Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-22T13:17:48.573Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-22T13:17:48.573Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-22T13:17:48.573Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-22T13:17:48.573Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-22T13:17:48.573Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-22T13:17:48.573Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-22T13:17:48.573Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-22T13:17:48.573Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-22T13:17:48.573Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-22T13:17:48.573Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-22T13:17:48.573Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-22T13:17:48.573Z] Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-22T13:17:48.573Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-22T13:17:48.573Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-22T13:17:48.574Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-22T13:17:48.574Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-22T13:17:48.574Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-22T13:17:48.574Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-22T13:17:48.574Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-22T13:17:48.574Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-22T13:17:48.574Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-22T13:17:48.574Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-22T13:17:48.574Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-22T13:17:48.574Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-22T13:17:48.574Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-22T13:17:48.574Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-22T13:17:48.574Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-22T13:17:48.574Z]
[2022-08-22T13:17:48.574Z] at io.quarkus.builder.Execution.run (Execution.java:123)
[2022-08-22T13:17:48.574Z] at io.quarkus.builder.BuildExecutionBuilder.execute (BuildExecutionBuilder.java:79)
[2022-08-22T13:17:48.574Z] at io.quarkus.deployment.QuarkusAugmentor.run (QuarkusAugmentor.java:158)
[2022-08-22T13:17:48.574Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:328)
[2022-08-22T13:17:48.574Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-22T13:17:48.574Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-22T13:17:48.574Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-22T13:17:48.574Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-22T13:17:48.574Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-22T13:17:48.574Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-22T13:17:48.574Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-22T13:17:48.574Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-22T13:17:48.574Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-22T13:17:48.574Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-22T13:17:48.574Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-22T13:17:48.574Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-22T13:17:48.574Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-22T13:17:48.574Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-22T13:17:48.574Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-22T13:17:48.574Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-22T13:17:48.574Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-22T13:17:48.574Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-22T13:17:48.574Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-22T13:17:48.574Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-22T13:17:48.574Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-22T13:17:48.574Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-22T13:17:48.574Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-22T13:17:48.574Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-22T13:17:48.574Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-22T13:17:48.574Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-22T13:17:48.574Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-22T13:17:48.574Z] Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-22T13:17:48.574Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver (AgroalProcessor.java:345)
[2022-08-22T13:17:48.574Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems (AgroalProcessor.java:291)
[2022-08-22T13:17:48.574Z] at io.quarkus.agroal.deployment.AgroalProcessor.build (AgroalProcessor.java:83)
[2022-08-22T13:17:48.574Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-22T13:17:48.574Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-22T13:17:48.574Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-22T13:17:48.574Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-22T13:17:48.574Z] at io.quarkus.deployment.ExtensionLoader$3.execute (ExtensionLoader.java:977)
[2022-08-22T13:17:48.574Z] at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
[2022-08-22T13:17:48.574Z] at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
[2022-08-22T13:17:48.574Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run (EnhancedQueueExecutor.java:2449)
[2022-08-22T13:17:48.574Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1478)
[2022-08-22T13:17:48.574Z] at java.lang.Thread.run (Thread.java:829)
[2022-08-22T13:17:48.574Z] at org.jboss.threads.JBossThread.run (JBossThread.java:501)
[2022-08-22T13:17:48.574Z] [ERROR]
[2022-08-22T13:17:48.574Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-08-22T13:17:48.574Z] [ERROR]
[2022-08-22T13:17:48.574Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-08-22T13:17:48.574Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2022-08-22T13:17:48.574Z] [ERROR]
[2022-08-22T13:17:48.574Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-08-22T13:17:48.574Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-08-22T13:17:48.831Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-08-22T13:17:48.831Z] [INFO] Archive artifact won't be executed
[2022-08-22T13:17:48.831Z] ::group::[Pull Request Flow] Execution Summary...
[2022-08-22T13:17:48.831Z] [INFO] ----------------------------------------------
[2022-08-22T13:17:48.831Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 4m 55.1s (295183 ms)
[2022-08-22T13:17:48.831Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 23.4s (203434 ms)
[2022-08-22T13:17:48.831Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 55.1s (175113 ms)
[2022-08-22T13:17:48.831Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 4m 7.1s (3847159 ms)
[2022-08-22T13:17:48.831Z] [INFO] ----------------------------------------------
[2022-08-22T13:17:48.831Z] ::endgroup::
[2022-08-22T13:17:49.087Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[2022-08-22T13:17:49.087Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-08-22T13:17:49.187Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-08-22T13:17:49.277Z] Recording test results
[2022-08-22T13:17:58.206Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-08-22T13:17:58.233Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-08-22T13:18:00.740Z] + rm -rf console.log
[Pipeline] sh
[2022-08-22T13:18:01.038Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/760/consoleText
[2022-08-22T13:18:01.038Z] + tail -n 300

kie-ci3 avatar Aug 22 '22 13:08 kie-ci3

Jenkins retest this

akumar074 avatar Aug 23 '22 09:08 akumar074

(tests) - kogito-runtimes job #712 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 2916
  • FAILED: 2

Those are the test failures:

org.kie.kogito.addon.quarkus.messaging.common.QuarkusEventThreadPoolTest.testQuarkusEventThreadPoolMultiThreadLongQueueNotStopTest org.opentest4j.AssertionFailedError: expected: but was:
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:527)
at org.kie.kogito.addon.quarkus.messaging.common.QuarkusEventThreadPoolTest.assertNotStop(QuarkusEventThreadPoolTest.java:127)
at org.kie.kogito.addon.quarkus.messaging.common.QuarkusEventThreadPoolTest.testQuarkusEventThreadPoolMultiThreadLongQueueNotStopTest(QuarkusEventThreadPoolTest.java:99)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
org.kie.kogito.tracing.QuarkusTracingAddonDevServicesIT.testExecutionsAreStored java.net.ConnectException: Connection refused (Connection refused)
at org.kie.kogito.tracing.QuarkusTracingAddonDevServicesIT.lambda$testExecutionsAreStored$2(QuarkusTracingAddonDevServicesIT.java:79)

kie-ci3 avatar Aug 23 '22 10:08 kie-ci3

(tests) - kogito-apps job #847 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1938
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 23 '22 10:08 kie-ci3

(tests) - kogito-examples job #764 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/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/764/display/redirect

Test results:

  • PASSED: 472
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-08-23T10:25:12.947Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-08-23T10:25:12.947Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.11.2.Final:compile
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] ----------------
[2022-08-23T10:25:12.947Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-08-23T10:25:12.947Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO] You have 0 Checkstyle violations.
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-08-23T10:25:12.947Z] [INFO] Number of files to be formatted: 0
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO] Using compiler compliance level: JAVA_11
[2022-08-23T10:25:12.947Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-08-23T10:25:12.947Z] [INFO] Already Sorted: 0
[2022-08-23T10:25:12.947Z] [INFO] Needed Sorting: 0
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO] Skipping packaging of the test-jar
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO] No tests to run.
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO] No tests to run.
[2022-08-23T10:25:12.947Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-08-23T10:25:12.947Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-08-23T10:25:12.947Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T10:25:12.947Z] [INFO] Reactor Summary:
[2022-08-23T10:25:12.947Z] [INFO]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 3.090 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.049 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.051 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [02:58 min]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 17.062 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 53.381 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 1.961 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 27.014 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.041 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 29.027 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 17.567 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 25.021 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 25.422 s]
[2022-08-23T10:25:12.947Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2022-08-23T10:25:12.948Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 31.230 s]
[2022-08-23T10:25:12.948Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 16.337 s]
[2022-08-23T10:25:12.948Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-08-23T10:25:12.948Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 13.186 s]
[2022-08-23T10:25:12.948Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 23.812 s]
[2022-08-23T10:25:12.948Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.032 s]
[2022-08-23T10:25:12.948Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T10:25:12.948Z] [INFO] BUILD FAILURE
[2022-08-23T10:25:12.948Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T10:25:12.948Z] [INFO] Total time: 07:46 min
[2022-08-23T10:25:12.948Z] [INFO] Finished at: 2022-08-23T06:25:12-04:00
[2022-08-23T10:25:12.948Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T10:25:12.948Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T10:25:12.948Z] [ERROR] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T10:25:12.948Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T10:25:12.948Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T10:25:12.948Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T10:25:12.948Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T10:25:12.948Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T10:25:12.948Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T10:25:12.948Z] [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T10:25:12.948Z] [ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T10:25:12.948Z] [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T10:25:12.948Z] [ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T10:25:12.948Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T10:25:12.948Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T10:25:12.948Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T10:25:12.948Z] [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T10:25:12.948Z] [ERROR] -> [Help 1]
[2022-08-23T10:25:12.948Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T10:25:12.948Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T10:25:12.948Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T10:25:12.948Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T10:25:12.948Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T10:25:12.948Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T10:25:12.948Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T10:25:12.948Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T10:25:12.948Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T10:25:12.948Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T10:25:12.948Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T10:25:12.948Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T10:25:12.948Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T10:25:12.948Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T10:25:12.948Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T10:25:12.948Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to build quarkus application
[2022-08-23T10:25:12.948Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:165)
[2022-08-23T10:25:12.948Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T10:25:12.948Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T10:25:12.948Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T10:25:12.948Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T10:25:12.948Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T10:25:12.948Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T10:25:12.948Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T10:25:12.948Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T10:25:12.948Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T10:25:12.948Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T10:25:12.948Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T10:25:12.948Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T10:25:12.948Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T10:25:12.948Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T10:25:12.948Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T10:25:12.948Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T10:25:12.948Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T10:25:12.948Z] Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T10:25:12.948Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T10:25:12.948Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T10:25:12.948Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T10:25:12.948Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T10:25:12.948Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T10:25:12.948Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T10:25:12.948Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T10:25:12.948Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T10:25:12.948Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T10:25:12.948Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T10:25:12.948Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T10:25:12.949Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T10:25:12.949Z]
[2022-08-23T10:25:12.949Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:330)
[2022-08-23T10:25:12.949Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-23T10:25:12.949Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-23T10:25:12.949Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T10:25:12.949Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T10:25:12.949Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T10:25:12.949Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T10:25:12.949Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T10:25:12.949Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T10:25:12.949Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T10:25:12.949Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T10:25:12.949Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T10:25:12.949Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T10:25:12.949Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T10:25:12.949Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T10:25:12.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T10:25:12.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T10:25:12.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T10:25:12.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T10:25:12.949Z] Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T10:25:12.949Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T10:25:12.949Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T10:25:12.949Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T10:25:12.949Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T10:25:12.949Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T10:25:12.949Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T10:25:12.949Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T10:25:12.949Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T10:25:12.949Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T10:25:12.949Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T10:25:12.949Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T10:25:12.949Z]
[2022-08-23T10:25:12.949Z] at io.quarkus.builder.Execution.run (Execution.java:123)
[2022-08-23T10:25:12.949Z] at io.quarkus.builder.BuildExecutionBuilder.execute (BuildExecutionBuilder.java:79)
[2022-08-23T10:25:12.949Z] at io.quarkus.deployment.QuarkusAugmentor.run (QuarkusAugmentor.java:158)
[2022-08-23T10:25:12.949Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:328)
[2022-08-23T10:25:12.949Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-23T10:25:12.949Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-23T10:25:12.949Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T10:25:12.949Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T10:25:12.949Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T10:25:12.949Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T10:25:12.949Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T10:25:12.949Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T10:25:12.949Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T10:25:12.949Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T10:25:12.949Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T10:25:12.949Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T10:25:12.949Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T10:25:12.949Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T10:25:12.949Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T10:25:12.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T10:25:12.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T10:25:12.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T10:25:12.949Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T10:25:12.949Z] Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T10:25:12.949Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver (AgroalProcessor.java:345)
[2022-08-23T10:25:12.949Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems (AgroalProcessor.java:291)
[2022-08-23T10:25:12.949Z] at io.quarkus.agroal.deployment.AgroalProcessor.build (AgroalProcessor.java:83)
[2022-08-23T10:25:12.949Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T10:25:12.949Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T10:25:12.949Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T10:25:12.949Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T10:25:12.949Z] at io.quarkus.deployment.ExtensionLoader$3.execute (ExtensionLoader.java:977)
[2022-08-23T10:25:12.949Z] at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run (EnhancedQueueExecutor.java:2449)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1478)
[2022-08-23T10:25:12.949Z] at java.lang.Thread.run (Thread.java:829)
[2022-08-23T10:25:12.949Z] at org.jboss.threads.JBossThread.run (JBossThread.java:501)
[2022-08-23T10:25:12.949Z] [ERROR]
[2022-08-23T10:25:12.949Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-08-23T10:25:12.949Z] [ERROR]
[2022-08-23T10:25:12.949Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-08-23T10:25:12.949Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2022-08-23T10:25:12.949Z] [ERROR]
[2022-08-23T10:25:12.949Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-08-23T10:25:12.949Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-08-23T10:25:13.204Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-08-23T10:25:13.204Z] [INFO] Archive artifact won't be executed
[2022-08-23T10:25:13.204Z] ::group::[Pull Request Flow] Execution Summary...
[2022-08-23T10:25:13.204Z] [INFO] ----------------------------------------------
[2022-08-23T10:25:13.204Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 5m 25.9s (325934 ms)
[2022-08-23T10:25:13.204Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 33.4s (213430 ms)
[2022-08-23T10:25:13.204Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 3m 0.9s (181000 ms)
[2022-08-23T10:25:13.204Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 59m 22.1s (3562184 ms)
[2022-08-23T10:25:13.204Z] [INFO] ----------------------------------------------
[2022-08-23T10:25:13.204Z] ::endgroup::
[2022-08-23T10:25:13.204Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[2022-08-23T10:25:13.204Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-08-23T10:25:13.281Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-08-23T10:25:13.381Z] Recording test results
[2022-08-23T10:25:21.279Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-08-23T10:25:21.302Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-08-23T10:25:23.629Z] + rm -rf console.log
[Pipeline] sh
[2022-08-23T10:25:23.919Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/764/consoleText
[2022-08-23T10:25:23.919Z] + tail -n 300

kie-ci3 avatar Aug 23 '22 10:08 kie-ci3

Jenkins retest this

akumar074 avatar Aug 23 '22 12:08 akumar074

(tests) - kogito-apps job #849 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1938
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 23 '22 14:08 kie-ci3

(tests) - kogito-examples job #766 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/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/766/display/redirect

Test results:

  • PASSED: 472
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-08-23T14:08:59.933Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-08-23T14:08:59.933Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.11.2.Final:compile
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] ----------------
[2022-08-23T14:08:59.933Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-08-23T14:08:59.933Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO] You have 0 Checkstyle violations.
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-08-23T14:08:59.933Z] [INFO] Number of files to be formatted: 0
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO] Using compiler compliance level: JAVA_11
[2022-08-23T14:08:59.933Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-08-23T14:08:59.933Z] [INFO] Already Sorted: 0
[2022-08-23T14:08:59.933Z] [INFO] Needed Sorting: 0
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO] Skipping packaging of the test-jar
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO] No tests to run.
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO] No tests to run.
[2022-08-23T14:08:59.933Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-08-23T14:08:59.933Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-08-23T14:08:59.933Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T14:08:59.933Z] [INFO] Reactor Summary:
[2022-08-23T14:08:59.933Z] [INFO]
[2022-08-23T14:08:59.933Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 2.729 s]
[2022-08-23T14:08:59.933Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.056 s]
[2022-08-23T14:08:59.933Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.053 s]
[2022-08-23T14:08:59.933Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [03:36 min]
[2022-08-23T14:08:59.933Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 17.150 s]
[2022-08-23T14:08:59.933Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 59.919 s]
[2022-08-23T14:08:59.933Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 2.080 s]
[2022-08-23T14:08:59.933Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 26.458 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.039 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 32.728 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 17.682 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 25.496 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 27.312 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 32.463 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 16.952 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.007 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 13.920 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 24.115 s]
[2022-08-23T14:08:59.934Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.027 s]
[2022-08-23T14:08:59.934Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T14:08:59.934Z] [INFO] BUILD FAILURE
[2022-08-23T14:08:59.934Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T14:08:59.934Z] [INFO] Total time: 08:38 min
[2022-08-23T14:08:59.934Z] [INFO] Finished at: 2022-08-23T10:09:00-04:00
[2022-08-23T14:08:59.934Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T14:08:59.934Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T14:08:59.934Z] [ERROR] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T14:08:59.934Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T14:08:59.934Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T14:08:59.934Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T14:08:59.934Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T14:08:59.934Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T14:08:59.934Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T14:08:59.934Z] [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T14:08:59.934Z] [ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T14:08:59.934Z] [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T14:08:59.934Z] [ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T14:08:59.934Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T14:08:59.934Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T14:08:59.934Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T14:08:59.934Z] [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T14:08:59.934Z] [ERROR] -> [Help 1]
[2022-08-23T14:08:59.934Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T14:08:59.934Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T14:08:59.934Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T14:08:59.934Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T14:08:59.934Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T14:08:59.934Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T14:08:59.934Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T14:08:59.934Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T14:08:59.934Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T14:08:59.934Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T14:08:59.934Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T14:08:59.934Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T14:08:59.934Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T14:08:59.934Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T14:08:59.934Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T14:08:59.934Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to build quarkus application
[2022-08-23T14:08:59.934Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:165)
[2022-08-23T14:08:59.934Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T14:08:59.934Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T14:08:59.934Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T14:08:59.934Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T14:08:59.934Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T14:08:59.934Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T14:08:59.934Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T14:08:59.934Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T14:08:59.934Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T14:08:59.934Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T14:08:59.934Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T14:08:59.934Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T14:08:59.934Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T14:08:59.934Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T14:08:59.934Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T14:08:59.934Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T14:08:59.934Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T14:08:59.934Z] Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T14:08:59.934Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T14:08:59.934Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T14:08:59.934Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T14:08:59.934Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T14:08:59.934Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T14:08:59.934Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T14:08:59.934Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T14:08:59.934Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T14:08:59.934Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T14:08:59.934Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T14:08:59.934Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T14:08:59.934Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T14:08:59.934Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T14:08:59.934Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T14:08:59.934Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T14:08:59.935Z]
[2022-08-23T14:08:59.935Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:330)
[2022-08-23T14:08:59.935Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-23T14:08:59.935Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-23T14:08:59.935Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T14:08:59.935Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T14:08:59.935Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T14:08:59.935Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T14:08:59.935Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T14:08:59.935Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T14:08:59.935Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T14:08:59.935Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T14:08:59.935Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T14:08:59.935Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T14:08:59.935Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T14:08:59.935Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T14:08:59.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T14:08:59.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T14:08:59.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T14:08:59.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T14:08:59.935Z] Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T14:08:59.935Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T14:08:59.935Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T14:08:59.935Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T14:08:59.935Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T14:08:59.935Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T14:08:59.935Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T14:08:59.935Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T14:08:59.935Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T14:08:59.935Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T14:08:59.935Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T14:08:59.935Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T14:08:59.935Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T14:08:59.935Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T14:08:59.935Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T14:08:59.935Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T14:08:59.935Z]
[2022-08-23T14:08:59.935Z] at io.quarkus.builder.Execution.run (Execution.java:123)
[2022-08-23T14:08:59.935Z] at io.quarkus.builder.BuildExecutionBuilder.execute (BuildExecutionBuilder.java:79)
[2022-08-23T14:08:59.935Z] at io.quarkus.deployment.QuarkusAugmentor.run (QuarkusAugmentor.java:158)
[2022-08-23T14:08:59.935Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:328)
[2022-08-23T14:08:59.935Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-23T14:08:59.935Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-23T14:08:59.935Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T14:08:59.935Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T14:08:59.935Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T14:08:59.935Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T14:08:59.935Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T14:08:59.935Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T14:08:59.935Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T14:08:59.935Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T14:08:59.935Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T14:08:59.935Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T14:08:59.935Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T14:08:59.935Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T14:08:59.935Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T14:08:59.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T14:08:59.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T14:08:59.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T14:08:59.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T14:08:59.935Z] Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T14:08:59.935Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver (AgroalProcessor.java:345)
[2022-08-23T14:08:59.935Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems (AgroalProcessor.java:291)
[2022-08-23T14:08:59.935Z] at io.quarkus.agroal.deployment.AgroalProcessor.build (AgroalProcessor.java:83)
[2022-08-23T14:08:59.935Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T14:08:59.935Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T14:08:59.935Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T14:08:59.935Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T14:08:59.935Z] at io.quarkus.deployment.ExtensionLoader$3.execute (ExtensionLoader.java:977)
[2022-08-23T14:08:59.935Z] at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
[2022-08-23T14:08:59.935Z] at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
[2022-08-23T14:08:59.935Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run (EnhancedQueueExecutor.java:2449)
[2022-08-23T14:08:59.935Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1478)
[2022-08-23T14:08:59.935Z] at java.lang.Thread.run (Thread.java:829)
[2022-08-23T14:08:59.935Z] at org.jboss.threads.JBossThread.run (JBossThread.java:501)
[2022-08-23T14:08:59.935Z] [ERROR]
[2022-08-23T14:08:59.935Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-08-23T14:08:59.935Z] [ERROR]
[2022-08-23T14:08:59.935Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-08-23T14:08:59.935Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2022-08-23T14:08:59.935Z] [ERROR]
[2022-08-23T14:08:59.935Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-08-23T14:08:59.935Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-08-23T14:09:00.190Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-08-23T14:09:00.190Z] [INFO] Archive artifact won't be executed
[2022-08-23T14:09:00.190Z] ::group::[Pull Request Flow] Execution Summary...
[2022-08-23T14:09:00.190Z] [INFO] ----------------------------------------------
[2022-08-23T14:09:00.190Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 4m 21.6s (261620 ms)
[2022-08-23T14:09:00.190Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 13.4s (193437 ms)
[2022-08-23T14:09:00.190Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 45.3s (165329 ms)
[2022-08-23T14:09:00.190Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 59m 56.3s (3596326 ms)
[2022-08-23T14:09:00.190Z] [INFO] ----------------------------------------------
[2022-08-23T14:09:00.190Z] ::endgroup::
[2022-08-23T14:09:00.445Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[2022-08-23T14:09:00.445Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-08-23T14:09:00.895Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-08-23T14:09:00.995Z] Recording test results
[2022-08-23T14:09:09.805Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-08-23T14:09:09.823Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-08-23T14:09:12.040Z] + rm -rf console.log
[Pipeline] sh
[2022-08-23T14:09:12.341Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/766/consoleText
[2022-08-23T14:09:12.342Z] + tail -n 300

kie-ci3 avatar Aug 23 '22 14:08 kie-ci3

Jenkins retest this

akumar074 avatar Aug 23 '22 14:08 akumar074

(tests) - kogito-apps job #851 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1938
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 23 '22 15:08 kie-ci3

(tests) - kogito-apps job #852 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1938
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 23 '22 16:08 kie-ci3

(tests) - kogito-examples job #768 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/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/768/display/redirect

Test results:

  • PASSED: 472
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-08-23T16:00:24.630Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-08-23T16:00:24.630Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.11.2.Final:compile
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] ----------------
[2022-08-23T16:00:24.630Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-08-23T16:00:24.630Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO] You have 0 Checkstyle violations.
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-08-23T16:00:24.630Z] [INFO] Number of files to be formatted: 0
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO] Using compiler compliance level: JAVA_11
[2022-08-23T16:00:24.630Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-08-23T16:00:24.630Z] [INFO] Already Sorted: 0
[2022-08-23T16:00:24.630Z] [INFO] Needed Sorting: 0
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO] Skipping packaging of the test-jar
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO] No tests to run.
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.630Z] [INFO] No tests to run.
[2022-08-23T16:00:24.630Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-08-23T16:00:24.630Z] [INFO]
[2022-08-23T16:00:24.630Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.631Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-23T16:00:24.631Z] [INFO]
[2022-08-23T16:00:24.631Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.631Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-23T16:00:24.631Z] [INFO]
[2022-08-23T16:00:24.631Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.631Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2022-08-23T16:00:24.631Z] [INFO]
[2022-08-23T16:00:24.631Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-08-23T16:00:24.631Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-08-23T16:00:24.631Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T16:00:24.631Z] [INFO] Reactor Summary:
[2022-08-23T16:00:24.631Z] [INFO]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 3.263 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.054 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.053 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [03:46 min]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 17.855 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 51.574 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 2.265 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 29.240 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.048 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 30.824 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 17.618 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 27.742 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 27.223 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 33.596 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 16.691 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 14.327 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 24.761 s]
[2022-08-23T16:00:24.631Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.028 s]
[2022-08-23T16:00:24.631Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T16:00:24.631Z] [INFO] BUILD FAILURE
[2022-08-23T16:00:24.631Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T16:00:24.631Z] [INFO] Total time: 08:46 min
[2022-08-23T16:00:24.631Z] [INFO] Finished at: 2022-08-23T12:00:23-04:00
[2022-08-23T16:00:24.631Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T16:00:24.631Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T16:00:24.631Z] [ERROR] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T16:00:24.631Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T16:00:24.631Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T16:00:24.631Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T16:00:24.631Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T16:00:24.631Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T16:00:24.631Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:00:24.631Z] [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T16:00:24.631Z] [ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T16:00:24.631Z] [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T16:00:24.631Z] [ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T16:00:24.631Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T16:00:24.631Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T16:00:24.631Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T16:00:24.631Z] [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T16:00:24.631Z] [ERROR] -> [Help 1]
[2022-08-23T16:00:24.631Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T16:00:24.631Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T16:00:24.631Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T16:00:24.631Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T16:00:24.631Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T16:00:24.631Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T16:00:24.631Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T16:00:24.631Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T16:00:24.631Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T16:00:24.631Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:00:24.631Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T16:00:24.631Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T16:00:24.631Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T16:00:24.631Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T16:00:24.631Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T16:00:24.631Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to build quarkus application
[2022-08-23T16:00:24.631Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:165)
[2022-08-23T16:00:24.631Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T16:00:24.631Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T16:00:24.631Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T16:00:24.631Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T16:00:24.631Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T16:00:24.631Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T16:00:24.631Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T16:00:24.631Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T16:00:24.631Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T16:00:24.631Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T16:00:24.631Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T16:00:24.631Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:00:24.631Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T16:00:24.631Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T16:00:24.632Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T16:00:24.632Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T16:00:24.632Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T16:00:24.632Z] Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T16:00:24.632Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T16:00:24.632Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T16:00:24.632Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T16:00:24.632Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T16:00:24.632Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T16:00:24.632Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T16:00:24.632Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:00:24.632Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T16:00:24.632Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T16:00:24.632Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T16:00:24.632Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T16:00:24.632Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T16:00:24.632Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T16:00:24.632Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T16:00:24.632Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T16:00:24.632Z]
[2022-08-23T16:00:24.632Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:330)
[2022-08-23T16:00:24.632Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-23T16:00:24.632Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-23T16:00:24.632Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T16:00:24.632Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T16:00:24.632Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T16:00:24.632Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T16:00:24.632Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T16:00:24.632Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T16:00:24.632Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T16:00:24.632Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T16:00:24.632Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T16:00:24.632Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T16:00:24.632Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:00:24.632Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T16:00:24.632Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T16:00:24.632Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T16:00:24.632Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T16:00:24.632Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T16:00:24.632Z] Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T16:00:24.632Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T16:00:24.632Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T16:00:24.632Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T16:00:24.632Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T16:00:24.632Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T16:00:24.632Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T16:00:24.632Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:00:24.632Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T16:00:24.632Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T16:00:24.632Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T16:00:24.632Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T16:00:24.632Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T16:00:24.632Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T16:00:24.632Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T16:00:24.632Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T16:00:24.632Z]
[2022-08-23T16:00:24.632Z] at io.quarkus.builder.Execution.run (Execution.java:123)
[2022-08-23T16:00:24.632Z] at io.quarkus.builder.BuildExecutionBuilder.execute (BuildExecutionBuilder.java:79)
[2022-08-23T16:00:24.632Z] at io.quarkus.deployment.QuarkusAugmentor.run (QuarkusAugmentor.java:158)
[2022-08-23T16:00:24.632Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:328)
[2022-08-23T16:00:24.632Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-23T16:00:24.632Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-23T16:00:24.632Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T16:00:24.632Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T16:00:24.632Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T16:00:24.633Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T16:00:24.633Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T16:00:24.633Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T16:00:24.633Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T16:00:24.633Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T16:00:24.633Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T16:00:24.633Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T16:00:24.633Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T16:00:24.633Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T16:00:24.633Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:00:24.633Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T16:00:24.633Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T16:00:24.633Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T16:00:24.633Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T16:00:24.633Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T16:00:24.633Z] Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T16:00:24.633Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver (AgroalProcessor.java:345)
[2022-08-23T16:00:24.633Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems (AgroalProcessor.java:291)
[2022-08-23T16:00:24.633Z] at io.quarkus.agroal.deployment.AgroalProcessor.build (AgroalProcessor.java:83)
[2022-08-23T16:00:24.633Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T16:00:24.633Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T16:00:24.633Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:00:24.633Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T16:00:24.633Z] at io.quarkus.deployment.ExtensionLoader$3.execute (ExtensionLoader.java:977)
[2022-08-23T16:00:24.633Z] at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
[2022-08-23T16:00:24.633Z] at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
[2022-08-23T16:00:24.633Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run (EnhancedQueueExecutor.java:2449)
[2022-08-23T16:00:24.633Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1478)
[2022-08-23T16:00:24.633Z] at java.lang.Thread.run (Thread.java:829)
[2022-08-23T16:00:24.633Z] at org.jboss.threads.JBossThread.run (JBossThread.java:501)
[2022-08-23T16:00:24.633Z] [ERROR]
[2022-08-23T16:00:24.633Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-08-23T16:00:24.633Z] [ERROR]
[2022-08-23T16:00:24.633Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-08-23T16:00:24.633Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2022-08-23T16:00:24.633Z] [ERROR]
[2022-08-23T16:00:24.633Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-08-23T16:00:24.633Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-08-23T16:00:24.633Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-08-23T16:00:24.633Z] [INFO] Archive artifact won't be executed
[2022-08-23T16:00:24.633Z] ::group::[Pull Request Flow] Execution Summary...
[2022-08-23T16:00:24.633Z] [INFO] ----------------------------------------------
[2022-08-23T16:00:24.633Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 4m 42.6s (282651 ms)
[2022-08-23T16:00:24.633Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 22.8s (202870 ms)
[2022-08-23T16:00:24.633Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 47.2s (167247 ms)
[2022-08-23T16:00:24.633Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 59m 8.7s (3548756 ms)
[2022-08-23T16:00:24.633Z] [INFO] ----------------------------------------------
[2022-08-23T16:00:24.633Z] ::endgroup::
[2022-08-23T16:00:24.889Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[2022-08-23T16:00:24.889Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-08-23T16:00:24.978Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-08-23T16:00:25.091Z] Recording test results
[2022-08-23T16:00:34.311Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-08-23T16:00:34.331Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-08-23T16:00:36.631Z] + rm -rf console.log
[Pipeline] sh
[2022-08-23T16:00:36.981Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/768/consoleText
[2022-08-23T16:00:36.981Z] + tail -n 300

kie-ci3 avatar Aug 23 '22 16:08 kie-ci3

(tests) - kogito-examples job #769 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/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/769/display/redirect

Test results:

  • PASSED: 472
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-08-23T16:04:27.257Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-08-23T16:04:27.257Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.11.2.Final:compile
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] ----------------
[2022-08-23T16:04:27.257Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-08-23T16:04:27.257Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO] You have 0 Checkstyle violations.
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-08-23T16:04:27.257Z] [INFO] Number of files to be formatted: 0
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO] Using compiler compliance level: JAVA_11
[2022-08-23T16:04:27.257Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-08-23T16:04:27.257Z] [INFO] Already Sorted: 0
[2022-08-23T16:04:27.257Z] [INFO] Needed Sorting: 0
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO] Skipping packaging of the test-jar
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO] No tests to run.
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO] No tests to run.
[2022-08-23T16:04:27.257Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-08-23T16:04:27.257Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-08-23T16:04:27.257Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T16:04:27.257Z] [INFO] Reactor Summary:
[2022-08-23T16:04:27.257Z] [INFO]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 3.295 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.089 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.063 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [03:08 min]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 19.816 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 54.084 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 2.234 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 29.362 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.039 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 31.593 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 19.592 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 28.588 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 26.816 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.007 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 33.436 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 16.661 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.006 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 15.083 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 24.830 s]
[2022-08-23T16:04:27.257Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.031 s]
[2022-08-23T16:04:27.257Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T16:04:27.257Z] [INFO] BUILD FAILURE
[2022-08-23T16:04:27.257Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T16:04:27.257Z] [INFO] Total time: 08:17 min
[2022-08-23T16:04:27.257Z] [INFO] Finished at: 2022-08-23T12:04:26-04:00
[2022-08-23T16:04:27.257Z] [INFO] ------------------------------------------------------------------------
[2022-08-23T16:04:27.257Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T16:04:27.257Z] [ERROR] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T16:04:27.257Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T16:04:27.257Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T16:04:27.257Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T16:04:27.257Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T16:04:27.257Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T16:04:27.257Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:04:27.257Z] [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T16:04:27.257Z] [ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T16:04:27.257Z] [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T16:04:27.257Z] [ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T16:04:27.257Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T16:04:27.257Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T16:04:27.257Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T16:04:27.257Z] [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T16:04:27.258Z] [ERROR] -> [Help 1]
[2022-08-23T16:04:27.258Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T16:04:27.258Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T16:04:27.258Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T16:04:27.258Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T16:04:27.258Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T16:04:27.258Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T16:04:27.258Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T16:04:27.258Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T16:04:27.258Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T16:04:27.258Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:04:27.258Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T16:04:27.258Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to build quarkus application
[2022-08-23T16:04:27.258Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:165)
[2022-08-23T16:04:27.258Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T16:04:27.258Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T16:04:27.258Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T16:04:27.258Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T16:04:27.258Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T16:04:27.258Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T16:04:27.258Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T16:04:27.258Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T16:04:27.258Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T16:04:27.258Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T16:04:27.258Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:04:27.258Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T16:04:27.258Z] Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T16:04:27.258Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T16:04:27.258Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T16:04:27.258Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T16:04:27.258Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T16:04:27.258Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T16:04:27.258Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T16:04:27.258Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:04:27.258Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T16:04:27.258Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T16:04:27.258Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T16:04:27.258Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T16:04:27.258Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T16:04:27.258Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T16:04:27.258Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T16:04:27.258Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T16:04:27.258Z]
[2022-08-23T16:04:27.258Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:330)
[2022-08-23T16:04:27.258Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-23T16:04:27.258Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-23T16:04:27.258Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T16:04:27.258Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T16:04:27.258Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T16:04:27.258Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T16:04:27.258Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T16:04:27.258Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T16:04:27.258Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T16:04:27.258Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T16:04:27.258Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T16:04:27.258Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T16:04:27.258Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T16:04:27.258Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:04:27.258Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T16:04:27.258Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T16:04:27.258Z] Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-23T16:04:27.259Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T16:04:27.259Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-23T16:04:27.259Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-23T16:04:27.259Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-23T16:04:27.259Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-23T16:04:27.259Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-23T16:04:27.259Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:04:27.259Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-23T16:04:27.259Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-23T16:04:27.259Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-23T16:04:27.259Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-23T16:04:27.259Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-23T16:04:27.259Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-23T16:04:27.259Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-23T16:04:27.259Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-23T16:04:27.259Z]
[2022-08-23T16:04:27.259Z] at io.quarkus.builder.Execution.run (Execution.java:123)
[2022-08-23T16:04:27.259Z] at io.quarkus.builder.BuildExecutionBuilder.execute (BuildExecutionBuilder.java:79)
[2022-08-23T16:04:27.259Z] at io.quarkus.deployment.QuarkusAugmentor.run (QuarkusAugmentor.java:158)
[2022-08-23T16:04:27.259Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:328)
[2022-08-23T16:04:27.259Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-23T16:04:27.259Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-23T16:04:27.259Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-23T16:04:27.259Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-23T16:04:27.259Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-23T16:04:27.259Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-23T16:04:27.259Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-23T16:04:27.259Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-23T16:04:27.259Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-23T16:04:27.259Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-23T16:04:27.259Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-23T16:04:27.259Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-23T16:04:27.259Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-23T16:04:27.259Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-23T16:04:27.259Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-23T16:04:27.259Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-23T16:04:27.259Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-23T16:04:27.259Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-23T16:04:27.259Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-23T16:04:27.259Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T16:04:27.259Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T16:04:27.259Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:04:27.259Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T16:04:27.259Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-23T16:04:27.259Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-23T16:04:27.259Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-23T16:04:27.259Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-23T16:04:27.259Z] Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-23T16:04:27.259Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver (AgroalProcessor.java:345)
[2022-08-23T16:04:27.259Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems (AgroalProcessor.java:291)
[2022-08-23T16:04:27.259Z] at io.quarkus.agroal.deployment.AgroalProcessor.build (AgroalProcessor.java:83)
[2022-08-23T16:04:27.259Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-23T16:04:27.259Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-23T16:04:27.259Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-23T16:04:27.259Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-23T16:04:27.259Z] at io.quarkus.deployment.ExtensionLoader$3.execute (ExtensionLoader.java:977)
[2022-08-23T16:04:27.259Z] at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
[2022-08-23T16:04:27.259Z] at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
[2022-08-23T16:04:27.259Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run (EnhancedQueueExecutor.java:2449)
[2022-08-23T16:04:27.259Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1478)
[2022-08-23T16:04:27.259Z] at java.lang.Thread.run (Thread.java:829)
[2022-08-23T16:04:27.259Z] at org.jboss.threads.JBossThread.run (JBossThread.java:501)
[2022-08-23T16:04:27.259Z] [ERROR]
[2022-08-23T16:04:27.259Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-08-23T16:04:27.259Z] [ERROR]
[2022-08-23T16:04:27.259Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-08-23T16:04:27.259Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2022-08-23T16:04:27.259Z] [ERROR]
[2022-08-23T16:04:27.259Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-08-23T16:04:27.259Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-08-23T16:04:27.514Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-08-23T16:04:27.514Z] [INFO] Archive artifact won't be executed
[2022-08-23T16:04:27.514Z] ::group::[Pull Request Flow] Execution Summary...
[2022-08-23T16:04:27.514Z] [INFO] ----------------------------------------------
[2022-08-23T16:04:27.514Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 4m 53.5s (293567 ms)
[2022-08-23T16:04:27.514Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 16.9s (196993 ms)
[2022-08-23T16:04:27.514Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 53.1s (173102 ms)
[2022-08-23T16:04:27.514Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 35.6s (3635667 ms)
[2022-08-23T16:04:27.514Z] [INFO] ----------------------------------------------
[2022-08-23T16:04:27.514Z] ::endgroup::
[2022-08-23T16:04:27.770Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[2022-08-23T16:04:27.770Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-08-23T16:04:27.867Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-08-23T16:04:27.993Z] Recording test results
[2022-08-23T16:04:37.142Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-08-23T16:04:37.161Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-08-23T16:04:39.520Z] + rm -rf console.log
[Pipeline] sh
[2022-08-23T16:04:39.814Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/769/consoleText
[2022-08-23T16:04:39.814Z] + tail -n 300

kie-ci3 avatar Aug 23 '22 16:08 kie-ci3

Jenkins retest this

akumar074 avatar Aug 26 '22 05:08 akumar074

(tests) - kogito-apps job #875 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1941
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 26 '22 06:08 kie-ci3

(tests) - kogito-examples job #791 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/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/791/display/redirect

Test results:

  • PASSED: 472
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-08-26T06:29:00.499Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-08-26T06:29:00.499Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.11.2.Final:compile
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] ----------------
[2022-08-26T06:29:00.499Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-08-26T06:29:00.499Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.499Z] [INFO] You have 0 Checkstyle violations.
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.499Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-08-26T06:29:00.499Z] [INFO] Number of files to be formatted: 0
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.499Z] [INFO] Using compiler compliance level: JAVA_11
[2022-08-26T06:29:00.499Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-08-26T06:29:00.499Z] [INFO] Already Sorted: 0
[2022-08-26T06:29:00.499Z] [INFO] Needed Sorting: 0
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.499Z] [INFO] Skipping packaging of the test-jar
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.499Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.499Z] [INFO]
[2022-08-26T06:29:00.500Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.500Z] [INFO]
[2022-08-26T06:29:00.500Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.500Z] [INFO] No tests to run.
[2022-08-26T06:29:00.500Z] [INFO]
[2022-08-26T06:29:00.500Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.500Z] [INFO] No tests to run.
[2022-08-26T06:29:00.500Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-08-26T06:29:00.500Z] [INFO]
[2022-08-26T06:29:00.500Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.500Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-26T06:29:00.500Z] [INFO]
[2022-08-26T06:29:00.500Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.500Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-26T06:29:00.500Z] [INFO]
[2022-08-26T06:29:00.500Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.500Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2022-08-26T06:29:00.500Z] [INFO]
[2022-08-26T06:29:00.500Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-08-26T06:29:00.500Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-08-26T06:29:00.500Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T06:29:00.500Z] [INFO] Reactor Summary:
[2022-08-26T06:29:00.500Z] [INFO]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 3.277 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.079 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.068 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [03:16 min]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 21.272 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [01:02 min]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 2.698 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 32.939 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.046 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 34.942 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 21.185 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 30.550 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 29.893 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.006 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 38.344 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 17.942 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 15.653 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 27.715 s]
[2022-08-26T06:29:00.500Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.039 s]
[2022-08-26T06:29:00.500Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T06:29:00.500Z] [INFO] BUILD FAILURE
[2022-08-26T06:29:00.500Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T06:29:00.500Z] [INFO] Total time: 08:59 min
[2022-08-26T06:29:00.500Z] [INFO] Finished at: 2022-08-26T02:29:00-04:00
[2022-08-26T06:29:00.500Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T06:29:00.500Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-26T06:29:00.500Z] [ERROR] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T06:29:00.500Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-26T06:29:00.500Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-26T06:29:00.500Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-26T06:29:00.500Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-26T06:29:00.500Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-26T06:29:00.500Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-26T06:29:00.500Z] [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-26T06:29:00.500Z] [ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-26T06:29:00.500Z] [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-26T06:29:00.500Z] [ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-26T06:29:00.500Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-26T06:29:00.500Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-26T06:29:00.500Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-26T06:29:00.500Z] [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-26T06:29:00.500Z] [ERROR] -> [Help 1]
[2022-08-26T06:29:00.500Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T06:29:00.500Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T06:29:00.500Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T06:29:00.500Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T06:29:00.500Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T06:29:00.500Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T06:29:00.500Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T06:29:00.500Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T06:29:00.500Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T06:29:00.500Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T06:29:00.500Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T06:29:00.500Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T06:29:00.500Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T06:29:00.500Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T06:29:00.500Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T06:29:00.500Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to build quarkus application
[2022-08-26T06:29:00.500Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:165)
[2022-08-26T06:29:00.500Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-26T06:29:00.500Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T06:29:00.500Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T06:29:00.500Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T06:29:00.501Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T06:29:00.501Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T06:29:00.501Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T06:29:00.501Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T06:29:00.501Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T06:29:00.501Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T06:29:00.501Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T06:29:00.501Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T06:29:00.501Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T06:29:00.501Z] Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-26T06:29:00.501Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T06:29:00.501Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-26T06:29:00.501Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-26T06:29:00.501Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-26T06:29:00.501Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-26T06:29:00.501Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-26T06:29:00.501Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-26T06:29:00.501Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-26T06:29:00.501Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-26T06:29:00.501Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-26T06:29:00.501Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-26T06:29:00.501Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-26T06:29:00.501Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-26T06:29:00.501Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-26T06:29:00.501Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-26T06:29:00.501Z]
[2022-08-26T06:29:00.501Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:330)
[2022-08-26T06:29:00.501Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-26T06:29:00.501Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-26T06:29:00.501Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-26T06:29:00.501Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T06:29:00.501Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T06:29:00.501Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T06:29:00.501Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T06:29:00.501Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T06:29:00.501Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T06:29:00.501Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T06:29:00.501Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T06:29:00.501Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T06:29:00.501Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T06:29:00.501Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T06:29:00.501Z] Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-26T06:29:00.501Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T06:29:00.501Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-26T06:29:00.501Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-26T06:29:00.501Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-26T06:29:00.501Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-26T06:29:00.501Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-26T06:29:00.501Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-26T06:29:00.501Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-26T06:29:00.501Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-26T06:29:00.501Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-26T06:29:00.501Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-26T06:29:00.501Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-26T06:29:00.501Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-26T06:29:00.501Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-26T06:29:00.501Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-26T06:29:00.501Z]
[2022-08-26T06:29:00.501Z] at io.quarkus.builder.Execution.run (Execution.java:123)
[2022-08-26T06:29:00.501Z] at io.quarkus.builder.BuildExecutionBuilder.execute (BuildExecutionBuilder.java:79)
[2022-08-26T06:29:00.501Z] at io.quarkus.deployment.QuarkusAugmentor.run (QuarkusAugmentor.java:158)
[2022-08-26T06:29:00.501Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:328)
[2022-08-26T06:29:00.501Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-26T06:29:00.501Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-26T06:29:00.501Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-26T06:29:00.501Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T06:29:00.501Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T06:29:00.501Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T06:29:00.501Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T06:29:00.501Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T06:29:00.501Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T06:29:00.501Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T06:29:00.501Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T06:29:00.501Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T06:29:00.501Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T06:29:00.501Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T06:29:00.501Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T06:29:00.501Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T06:29:00.501Z] Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T06:29:00.502Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver (AgroalProcessor.java:345)
[2022-08-26T06:29:00.502Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems (AgroalProcessor.java:291)
[2022-08-26T06:29:00.502Z] at io.quarkus.agroal.deployment.AgroalProcessor.build (AgroalProcessor.java:83)
[2022-08-26T06:29:00.502Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T06:29:00.502Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T06:29:00.502Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T06:29:00.502Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T06:29:00.502Z] at io.quarkus.deployment.ExtensionLoader$3.execute (ExtensionLoader.java:977)
[2022-08-26T06:29:00.502Z] at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
[2022-08-26T06:29:00.502Z] at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
[2022-08-26T06:29:00.502Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run (EnhancedQueueExecutor.java:2449)
[2022-08-26T06:29:00.502Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1478)
[2022-08-26T06:29:00.502Z] at java.lang.Thread.run (Thread.java:829)
[2022-08-26T06:29:00.502Z] at org.jboss.threads.JBossThread.run (JBossThread.java:501)
[2022-08-26T06:29:00.502Z] [ERROR]
[2022-08-26T06:29:00.502Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-08-26T06:29:00.502Z] [ERROR]
[2022-08-26T06:29:00.502Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-08-26T06:29:00.502Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2022-08-26T06:29:00.502Z] [ERROR]
[2022-08-26T06:29:00.502Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-08-26T06:29:00.502Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-08-26T06:29:00.757Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-08-26T06:29:00.757Z] [INFO] Archive artifact won't be executed
[2022-08-26T06:29:00.757Z] ::group::[Pull Request Flow] Execution Summary...
[2022-08-26T06:29:00.757Z] [INFO] ----------------------------------------------
[2022-08-26T06:29:00.757Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 4m 59.7s (299704 ms)
[2022-08-26T06:29:00.757Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 23.3s (203330 ms)
[2022-08-26T06:29:00.757Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 53.7s (173763 ms)
[2022-08-26T06:29:00.757Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 2m 39.5s (3759516 ms)
[2022-08-26T06:29:00.757Z] [INFO] ----------------------------------------------
[2022-08-26T06:29:00.757Z] ::endgroup::
[2022-08-26T06:29:00.757Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[2022-08-26T06:29:00.757Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-08-26T06:29:00.837Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-08-26T06:29:00.939Z] Recording test results
[2022-08-26T06:29:10.680Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-08-26T06:29:10.697Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-08-26T06:29:13.082Z] + rm -rf console.log
[Pipeline] sh
[2022-08-26T06:29:13.375Z] + tail -n 300
[2022-08-26T06:29:13.375Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/791/consoleText

kie-ci3 avatar Aug 26 '22 06:08 kie-ci3

(tests) - kogito-apps job #874 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1941
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 26 '22 06:08 kie-ci3

Jenkins retest this

akumar074 avatar Aug 26 '22 09:08 akumar074

(tests) - kogito-apps job #876 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1941
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 26 '22 11:08 kie-ci3

(tests) - kogito-examples job #792 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/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/792/display/redirect

Test results:

  • PASSED: 472
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-08-26T11:20:25.524Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-08-26T11:20:25.524Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.11.2.Final:compile
[2022-08-26T11:20:25.524Z] [INFO]
[2022-08-26T11:20:25.524Z] [INFO] ----------------
[2022-08-26T11:20:25.524Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-08-26T11:20:25.524Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-08-26T11:20:25.524Z] [INFO]
[2022-08-26T11:20:25.524Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.524Z] [INFO]
[2022-08-26T11:20:25.524Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.524Z] [INFO]
[2022-08-26T11:20:25.524Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.524Z] [INFO]
[2022-08-26T11:20:25.524Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.524Z] [INFO]
[2022-08-26T11:20:25.524Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.524Z] [INFO] You have 0 Checkstyle violations.
[2022-08-26T11:20:25.524Z] [INFO]
[2022-08-26T11:20:25.524Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.524Z] [INFO]
[2022-08-26T11:20:25.524Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.524Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-08-26T11:20:25.524Z] [INFO] Number of files to be formatted: 0
[2022-08-26T11:20:25.524Z] [INFO]
[2022-08-26T11:20:25.524Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.524Z] [INFO] Using compiler compliance level: JAVA_11
[2022-08-26T11:20:25.524Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-08-26T11:20:25.525Z] [INFO] Already Sorted: 0
[2022-08-26T11:20:25.525Z] [INFO] Needed Sorting: 0
[2022-08-26T11:20:25.525Z] [INFO]
[2022-08-26T11:20:25.525Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.525Z] [INFO] Skipping packaging of the test-jar
[2022-08-26T11:20:25.525Z] [INFO]
[2022-08-26T11:20:25.525Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.525Z] [INFO]
[2022-08-26T11:20:25.525Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.525Z] [INFO]
[2022-08-26T11:20:25.525Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.525Z] [INFO] No tests to run.
[2022-08-26T11:20:25.525Z] [INFO]
[2022-08-26T11:20:25.525Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.525Z] [INFO] No tests to run.
[2022-08-26T11:20:25.525Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-08-26T11:20:25.525Z] [INFO]
[2022-08-26T11:20:25.525Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.525Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-26T11:20:25.525Z] [INFO]
[2022-08-26T11:20:25.525Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.525Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-26T11:20:25.525Z] [INFO]
[2022-08-26T11:20:25.525Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.525Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2022-08-26T11:20:25.525Z] [INFO]
[2022-08-26T11:20:25.525Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-08-26T11:20:25.525Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-08-26T11:20:25.525Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T11:20:25.525Z] [INFO] Reactor Summary:
[2022-08-26T11:20:25.525Z] [INFO]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 5.768 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.136 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.082 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [03:18 min]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 27.162 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [01:08 min]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 2.891 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 40.158 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.062 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 44.560 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 24.043 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 35.948 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 34.379 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 42.372 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 21.970 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.007 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 17.806 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 31.384 s]
[2022-08-26T11:20:25.525Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.038 s]
[2022-08-26T11:20:25.525Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T11:20:25.525Z] [INFO] BUILD FAILURE
[2022-08-26T11:20:25.525Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T11:20:25.525Z] [INFO] Total time: 10:01 min
[2022-08-26T11:20:25.525Z] [INFO] Finished at: 2022-08-26T07:20:24-04:00
[2022-08-26T11:20:25.525Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T11:20:25.525Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-26T11:20:25.525Z] [ERROR] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T11:20:25.525Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-26T11:20:25.525Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-26T11:20:25.525Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-26T11:20:25.525Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-26T11:20:25.525Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-26T11:20:25.525Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-26T11:20:25.525Z] [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-26T11:20:25.525Z] [ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-26T11:20:25.525Z] [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-26T11:20:25.525Z] [ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-26T11:20:25.525Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-26T11:20:25.525Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-26T11:20:25.525Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-26T11:20:25.525Z] [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-26T11:20:25.525Z] [ERROR] -> [Help 1]
[2022-08-26T11:20:25.525Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T11:20:25.525Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T11:20:25.525Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T11:20:25.525Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T11:20:25.525Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T11:20:25.525Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T11:20:25.525Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T11:20:25.525Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T11:20:25.525Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T11:20:25.525Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T11:20:25.525Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T11:20:25.525Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T11:20:25.525Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T11:20:25.525Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T11:20:25.525Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T11:20:25.525Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to build quarkus application
[2022-08-26T11:20:25.525Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:165)
[2022-08-26T11:20:25.525Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-26T11:20:25.525Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T11:20:25.525Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T11:20:25.525Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T11:20:25.525Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T11:20:25.525Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T11:20:25.525Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T11:20:25.525Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T11:20:25.526Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T11:20:25.526Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T11:20:25.526Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T11:20:25.526Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T11:20:25.526Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T11:20:25.526Z] Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-26T11:20:25.526Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T11:20:25.526Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-26T11:20:25.526Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-26T11:20:25.526Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-26T11:20:25.526Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-26T11:20:25.526Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-26T11:20:25.526Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-26T11:20:25.526Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-26T11:20:25.526Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-26T11:20:25.526Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-26T11:20:25.526Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-26T11:20:25.526Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-26T11:20:25.526Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-26T11:20:25.526Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-26T11:20:25.526Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-26T11:20:25.526Z]
[2022-08-26T11:20:25.526Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:330)
[2022-08-26T11:20:25.526Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-26T11:20:25.526Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-26T11:20:25.526Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-26T11:20:25.526Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T11:20:25.526Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T11:20:25.526Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T11:20:25.526Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T11:20:25.526Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T11:20:25.526Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T11:20:25.526Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T11:20:25.526Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T11:20:25.526Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T11:20:25.526Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T11:20:25.526Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T11:20:25.526Z] Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-26T11:20:25.526Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T11:20:25.526Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-26T11:20:25.526Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-26T11:20:25.526Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-26T11:20:25.526Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-26T11:20:25.526Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-26T11:20:25.526Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-26T11:20:25.526Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-26T11:20:25.526Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-26T11:20:25.526Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-26T11:20:25.526Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-26T11:20:25.526Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-26T11:20:25.526Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-26T11:20:25.526Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-26T11:20:25.526Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-26T11:20:25.526Z]
[2022-08-26T11:20:25.526Z] at io.quarkus.builder.Execution.run (Execution.java:123)
[2022-08-26T11:20:25.526Z] at io.quarkus.builder.BuildExecutionBuilder.execute (BuildExecutionBuilder.java:79)
[2022-08-26T11:20:25.526Z] at io.quarkus.deployment.QuarkusAugmentor.run (QuarkusAugmentor.java:158)
[2022-08-26T11:20:25.526Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:328)
[2022-08-26T11:20:25.526Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-26T11:20:25.526Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-26T11:20:25.526Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-26T11:20:25.526Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T11:20:25.526Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T11:20:25.526Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T11:20:25.526Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T11:20:25.526Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T11:20:25.526Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T11:20:25.526Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T11:20:25.526Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T11:20:25.526Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T11:20:25.526Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T11:20:25.526Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T11:20:25.526Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T11:20:25.526Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T11:20:25.526Z] Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T11:20:25.526Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver (AgroalProcessor.java:345)
[2022-08-26T11:20:25.526Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems (AgroalProcessor.java:291)
[2022-08-26T11:20:25.526Z] at io.quarkus.agroal.deployment.AgroalProcessor.build (AgroalProcessor.java:83)
[2022-08-26T11:20:25.527Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T11:20:25.527Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T11:20:25.527Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T11:20:25.527Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T11:20:25.527Z] at io.quarkus.deployment.ExtensionLoader$3.execute (ExtensionLoader.java:977)
[2022-08-26T11:20:25.527Z] at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
[2022-08-26T11:20:25.527Z] at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
[2022-08-26T11:20:25.527Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run (EnhancedQueueExecutor.java:2449)
[2022-08-26T11:20:25.527Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1478)
[2022-08-26T11:20:25.527Z] at java.lang.Thread.run (Thread.java:829)
[2022-08-26T11:20:25.527Z] at org.jboss.threads.JBossThread.run (JBossThread.java:501)
[2022-08-26T11:20:25.527Z] [ERROR]
[2022-08-26T11:20:25.527Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-08-26T11:20:25.527Z] [ERROR]
[2022-08-26T11:20:25.527Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-08-26T11:20:25.527Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2022-08-26T11:20:25.527Z] [ERROR]
[2022-08-26T11:20:25.527Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-08-26T11:20:25.527Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-08-26T11:20:25.783Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-08-26T11:20:25.783Z] [INFO] Archive artifact won't be executed
[2022-08-26T11:20:25.783Z] ::group::[Pull Request Flow] Execution Summary...
[2022-08-26T11:20:25.783Z] [INFO] ----------------------------------------------
[2022-08-26T11:20:25.783Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 5m 41.9s (341977 ms)
[2022-08-26T11:20:25.783Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 4m 2.9s (242981 ms)
[2022-08-26T11:20:25.783Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 3m 38.2s (218238 ms)
[2022-08-26T11:20:25.783Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 13m 3.2s (4383214 ms)
[2022-08-26T11:20:25.783Z] [INFO] ----------------------------------------------
[2022-08-26T11:20:25.783Z] ::endgroup::
[2022-08-26T11:20:25.784Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[2022-08-26T11:20:25.784Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-08-26T11:20:25.860Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-08-26T11:20:25.955Z] Recording test results
[2022-08-26T11:20:37.269Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-08-26T11:20:37.292Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-08-26T11:20:39.857Z] + rm -rf console.log
[Pipeline] sh
[2022-08-26T11:20:40.149Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/792/consoleText
[2022-08-26T11:20:40.149Z] + tail -n 300

kie-ci3 avatar Aug 26 '22 11:08 kie-ci3

(tests) - kogito-apps job #877 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1941
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 26 '22 11:08 kie-ci3

(tests) - kogito-apps job #878 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1941
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 26 '22 12:08 kie-ci3

(tests) - kogito-examples job #793 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/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/793/display/redirect

Test results:

  • PASSED: 472
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-08-26T12:17:52.248Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-08-26T12:17:52.248Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.11.2.Final:compile
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] ----------------
[2022-08-26T12:17:52.248Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-08-26T12:17:52.248Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.248Z] [INFO] You have 0 Checkstyle violations.
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.248Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-08-26T12:17:52.248Z] [INFO] Number of files to be formatted: 0
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.248Z] [INFO] Using compiler compliance level: JAVA_11
[2022-08-26T12:17:52.248Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-08-26T12:17:52.248Z] [INFO] Already Sorted: 0
[2022-08-26T12:17:52.248Z] [INFO] Needed Sorting: 0
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.248Z] [INFO] Skipping packaging of the test-jar
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.248Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.248Z] [INFO]
[2022-08-26T12:17:52.249Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.249Z] [INFO]
[2022-08-26T12:17:52.249Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.249Z] [INFO] No tests to run.
[2022-08-26T12:17:52.249Z] [INFO]
[2022-08-26T12:17:52.249Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.249Z] [INFO] No tests to run.
[2022-08-26T12:17:52.249Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-08-26T12:17:52.249Z] [INFO]
[2022-08-26T12:17:52.249Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.249Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-26T12:17:52.249Z] [INFO]
[2022-08-26T12:17:52.249Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.249Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-26T12:17:52.249Z] [INFO]
[2022-08-26T12:17:52.249Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.249Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2022-08-26T12:17:52.249Z] [INFO]
[2022-08-26T12:17:52.249Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-08-26T12:17:52.249Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-08-26T12:17:52.249Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T12:17:52.249Z] [INFO] Reactor Summary:
[2022-08-26T12:17:52.249Z] [INFO]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 4.203 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.068 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.078 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [03:19 min]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 21.854 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [01:02 min]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 2.764 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 36.901 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.067 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 42.316 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 23.924 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 35.663 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 34.521 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.034 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 42.011 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 21.914 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.008 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 18.090 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 31.273 s]
[2022-08-26T12:17:52.249Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.053 s]
[2022-08-26T12:17:52.249Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T12:17:52.249Z] [INFO] BUILD FAILURE
[2022-08-26T12:17:52.249Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T12:17:52.249Z] [INFO] Total time: 09:41 min
[2022-08-26T12:17:52.249Z] [INFO] Finished at: 2022-08-26T08:17:52-04:00
[2022-08-26T12:17:52.249Z] [INFO] ------------------------------------------------------------------------
[2022-08-26T12:17:52.249Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-26T12:17:52.249Z] [ERROR] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T12:17:52.249Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-26T12:17:52.249Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-26T12:17:52.249Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-26T12:17:52.249Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-26T12:17:52.249Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-26T12:17:52.249Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-26T12:17:52.249Z] [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-26T12:17:52.249Z] [ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-26T12:17:52.249Z] [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-26T12:17:52.249Z] [ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-26T12:17:52.249Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-26T12:17:52.249Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-26T12:17:52.249Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-26T12:17:52.249Z] [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-26T12:17:52.249Z] [ERROR] -> [Help 1]
[2022-08-26T12:17:52.249Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T12:17:52.249Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T12:17:52.249Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T12:17:52.249Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T12:17:52.249Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T12:17:52.249Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T12:17:52.249Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T12:17:52.249Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T12:17:52.249Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T12:17:52.249Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T12:17:52.249Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T12:17:52.249Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T12:17:52.249Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T12:17:52.249Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T12:17:52.249Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T12:17:52.249Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to build quarkus application
[2022-08-26T12:17:52.249Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:165)
[2022-08-26T12:17:52.249Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-26T12:17:52.249Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T12:17:52.249Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T12:17:52.249Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T12:17:52.250Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T12:17:52.250Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T12:17:52.250Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T12:17:52.250Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T12:17:52.250Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T12:17:52.250Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T12:17:52.250Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T12:17:52.250Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T12:17:52.250Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T12:17:52.250Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T12:17:52.250Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T12:17:52.250Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T12:17:52.250Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T12:17:52.250Z] Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-26T12:17:52.250Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T12:17:52.250Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-26T12:17:52.250Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-26T12:17:52.250Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-26T12:17:52.250Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-26T12:17:52.250Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-26T12:17:52.250Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-26T12:17:52.250Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-26T12:17:52.250Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-26T12:17:52.250Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-26T12:17:52.250Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-26T12:17:52.250Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-26T12:17:52.250Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-26T12:17:52.250Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-26T12:17:52.250Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-26T12:17:52.250Z]
[2022-08-26T12:17:52.250Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:330)
[2022-08-26T12:17:52.250Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-26T12:17:52.250Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-26T12:17:52.250Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-26T12:17:52.250Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T12:17:52.250Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T12:17:52.250Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T12:17:52.250Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T12:17:52.250Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T12:17:52.250Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T12:17:52.250Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T12:17:52.250Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T12:17:52.250Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T12:17:52.250Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T12:17:52.250Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T12:17:52.250Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T12:17:52.250Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T12:17:52.250Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T12:17:52.250Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T12:17:52.250Z] Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-26T12:17:52.250Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T12:17:52.250Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-26T12:17:52.250Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-26T12:17:52.250Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-26T12:17:52.250Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-26T12:17:52.250Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-26T12:17:52.250Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-26T12:17:52.250Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-26T12:17:52.250Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-26T12:17:52.250Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-26T12:17:52.250Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-26T12:17:52.250Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-26T12:17:52.250Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-26T12:17:52.250Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-26T12:17:52.250Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-26T12:17:52.250Z]
[2022-08-26T12:17:52.250Z] at io.quarkus.builder.Execution.run (Execution.java:123)
[2022-08-26T12:17:52.250Z] at io.quarkus.builder.BuildExecutionBuilder.execute (BuildExecutionBuilder.java:79)
[2022-08-26T12:17:52.250Z] at io.quarkus.deployment.QuarkusAugmentor.run (QuarkusAugmentor.java:158)
[2022-08-26T12:17:52.250Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:328)
[2022-08-26T12:17:52.250Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-26T12:17:52.250Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-26T12:17:52.250Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-26T12:17:52.250Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-26T12:17:52.250Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-26T12:17:52.250Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-26T12:17:52.250Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-26T12:17:52.250Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-26T12:17:52.250Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-26T12:17:52.250Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-26T12:17:52.250Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-26T12:17:52.251Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T12:17:52.251Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T12:17:52.251Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T12:17:52.251Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T12:17:52.251Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-26T12:17:52.251Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-26T12:17:52.251Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-26T12:17:52.251Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-26T12:17:52.251Z] Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-26T12:17:52.251Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver (AgroalProcessor.java:345)
[2022-08-26T12:17:52.251Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems (AgroalProcessor.java:291)
[2022-08-26T12:17:52.251Z] at io.quarkus.agroal.deployment.AgroalProcessor.build (AgroalProcessor.java:83)
[2022-08-26T12:17:52.251Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-26T12:17:52.251Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-26T12:17:52.251Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-26T12:17:52.251Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-26T12:17:52.251Z] at io.quarkus.deployment.ExtensionLoader$3.execute (ExtensionLoader.java:977)
[2022-08-26T12:17:52.251Z] at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
[2022-08-26T12:17:52.251Z] at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
[2022-08-26T12:17:52.251Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run (EnhancedQueueExecutor.java:2449)
[2022-08-26T12:17:52.251Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1478)
[2022-08-26T12:17:52.251Z] at java.lang.Thread.run (Thread.java:829)
[2022-08-26T12:17:52.251Z] at org.jboss.threads.JBossThread.run (JBossThread.java:501)
[2022-08-26T12:17:52.251Z] [ERROR]
[2022-08-26T12:17:52.251Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-08-26T12:17:52.251Z] [ERROR]
[2022-08-26T12:17:52.251Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-08-26T12:17:52.251Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2022-08-26T12:17:52.251Z] [ERROR]
[2022-08-26T12:17:52.251Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-08-26T12:17:52.251Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-08-26T12:17:52.510Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-08-26T12:17:52.510Z] [INFO] Archive artifact won't be executed
[2022-08-26T12:17:52.510Z] ::group::[Pull Request Flow] Execution Summary...
[2022-08-26T12:17:52.510Z] [INFO] ----------------------------------------------
[2022-08-26T12:17:52.510Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 5m 31.2s (331262 ms)
[2022-08-26T12:17:52.510Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 4m 4.4s (244470 ms)
[2022-08-26T12:17:52.510Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 3m 43.5s (223559 ms)
[2022-08-26T12:17:52.510Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 11m 52.5s (4312516 ms)
[2022-08-26T12:17:52.510Z] [INFO] ----------------------------------------------
[2022-08-26T12:17:52.510Z] ::endgroup::
[2022-08-26T12:17:52.766Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[2022-08-26T12:17:52.766Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-08-26T12:17:53.187Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-08-26T12:17:53.391Z] Recording test results
[2022-08-26T12:18:05.919Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-08-26T12:18:05.970Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-08-26T12:18:08.974Z] + rm -rf console.log
[Pipeline] sh
[2022-08-26T12:18:09.372Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/793/consoleText
[2022-08-26T12:18:09.372Z] + tail -n 300

kie-ci3 avatar Aug 26 '22 12:08 kie-ci3

Jenkins retest this

akumar074 avatar Aug 27 '22 04:08 akumar074

(tests) - kogito-examples job #801 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/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/801/display/redirect

Test results:

  • PASSED: 472
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-08-27T05:28:36.226Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-08-27T05:28:36.226Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.11.2.Final:compile
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] ----------------
[2022-08-27T05:28:36.226Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-08-27T05:28:36.226Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO] You have 0 Checkstyle violations.
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-08-27T05:28:36.226Z] [INFO] Number of files to be formatted: 0
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO] Using compiler compliance level: JAVA_11
[2022-08-27T05:28:36.226Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-08-27T05:28:36.226Z] [INFO] Already Sorted: 0
[2022-08-27T05:28:36.226Z] [INFO] Needed Sorting: 0
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO] Skipping packaging of the test-jar
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO] No tests to run.
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO] No tests to run.
[2022-08-27T05:28:36.226Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-08-27T05:28:36.226Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-08-27T05:28:36.226Z] [INFO] ------------------------------------------------------------------------
[2022-08-27T05:28:36.226Z] [INFO] Reactor Summary:
[2022-08-27T05:28:36.226Z] [INFO]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 3.076 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.057 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.056 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [02:58 min]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 18.333 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 54.703 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 2.270 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 31.752 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.044 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 31.075 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 18.544 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 28.144 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 28.273 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.006 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 33.560 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 16.972 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 14.488 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 25.318 s]
[2022-08-27T05:28:36.226Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.034 s]
[2022-08-27T05:28:36.226Z] [INFO] ------------------------------------------------------------------------
[2022-08-27T05:28:36.226Z] [INFO] BUILD FAILURE
[2022-08-27T05:28:36.226Z] [INFO] ------------------------------------------------------------------------
[2022-08-27T05:28:36.226Z] [INFO] Total time: 08:08 min
[2022-08-27T05:28:36.226Z] [INFO] Finished at: 2022-08-27T01:28:35-04:00
[2022-08-27T05:28:36.226Z] [INFO] ------------------------------------------------------------------------
[2022-08-27T05:28:36.226Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-27T05:28:36.226Z] [ERROR] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-27T05:28:36.226Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-27T05:28:36.226Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-27T05:28:36.226Z] [ERROR] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-27T05:28:36.226Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-27T05:28:36.226Z] [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-27T05:28:36.226Z] [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-27T05:28:36.226Z] [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-27T05:28:36.226Z] [ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-27T05:28:36.226Z] [ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-27T05:28:36.226Z] [ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-27T05:28:36.226Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-27T05:28:36.226Z] [ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-27T05:28:36.226Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-27T05:28:36.226Z] [ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-27T05:28:36.226Z] [ERROR] -> [Help 1]
[2022-08-27T05:28:36.226Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.11.2.Final:build (default) on project process-postgresql-persistence-quarkus: Failed to build quarkus application
[2022-08-27T05:28:36.226Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-08-27T05:28:36.226Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-27T05:28:36.226Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-27T05:28:36.226Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-27T05:28:36.226Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-27T05:28:36.226Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-27T05:28:36.226Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-27T05:28:36.226Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-27T05:28:36.226Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-27T05:28:36.226Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-27T05:28:36.226Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-27T05:28:36.226Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-27T05:28:36.226Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-27T05:28:36.226Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-27T05:28:36.226Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-27T05:28:36.226Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-27T05:28:36.226Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-27T05:28:36.226Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-27T05:28:36.226Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-27T05:28:36.226Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-27T05:28:36.226Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-27T05:28:36.227Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-27T05:28:36.227Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-27T05:28:36.227Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to build quarkus application
[2022-08-27T05:28:36.227Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:165)
[2022-08-27T05:28:36.227Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-27T05:28:36.227Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-27T05:28:36.227Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-27T05:28:36.227Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-27T05:28:36.227Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-27T05:28:36.227Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-27T05:28:36.227Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-27T05:28:36.227Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-27T05:28:36.227Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-27T05:28:36.227Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-27T05:28:36.227Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-27T05:28:36.227Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-27T05:28:36.227Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-27T05:28:36.227Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-27T05:28:36.227Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-27T05:28:36.227Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-27T05:28:36.227Z] Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-27T05:28:36.227Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-27T05:28:36.227Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-27T05:28:36.227Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-27T05:28:36.227Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-27T05:28:36.227Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-27T05:28:36.227Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-27T05:28:36.227Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-27T05:28:36.227Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-27T05:28:36.227Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-27T05:28:36.227Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-27T05:28:36.227Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-27T05:28:36.227Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-27T05:28:36.227Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-27T05:28:36.227Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-27T05:28:36.227Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-27T05:28:36.227Z]
[2022-08-27T05:28:36.227Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:330)
[2022-08-27T05:28:36.227Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-27T05:28:36.227Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-27T05:28:36.227Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-27T05:28:36.227Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-27T05:28:36.227Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-27T05:28:36.227Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-27T05:28:36.227Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-27T05:28:36.227Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-27T05:28:36.227Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-27T05:28:36.227Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-27T05:28:36.227Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-27T05:28:36.227Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-27T05:28:36.227Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-27T05:28:36.227Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-27T05:28:36.227Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-27T05:28:36.227Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-27T05:28:36.227Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-27T05:28:36.227Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-27T05:28:36.227Z] Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-08-27T05:28:36.227Z] [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-27T05:28:36.227Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver(AgroalProcessor.java:345)
[2022-08-27T05:28:36.227Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems(AgroalProcessor.java:291)
[2022-08-27T05:28:36.227Z] at io.quarkus.agroal.deployment.AgroalProcessor.build(AgroalProcessor.java:83)
[2022-08-27T05:28:36.227Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-08-27T05:28:36.227Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-08-27T05:28:36.227Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-08-27T05:28:36.227Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-08-27T05:28:36.227Z] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:977)
[2022-08-27T05:28:36.227Z] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[2022-08-27T05:28:36.227Z] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[2022-08-27T05:28:36.227Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[2022-08-27T05:28:36.227Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[2022-08-27T05:28:36.227Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2022-08-27T05:28:36.227Z] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
[2022-08-27T05:28:36.227Z]
[2022-08-27T05:28:36.227Z] at io.quarkus.builder.Execution.run (Execution.java:123)
[2022-08-27T05:28:36.227Z] at io.quarkus.builder.BuildExecutionBuilder.execute (BuildExecutionBuilder.java:79)
[2022-08-27T05:28:36.227Z] at io.quarkus.deployment.QuarkusAugmentor.run (QuarkusAugmentor.java:158)
[2022-08-27T05:28:36.227Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment (AugmentActionImpl.java:328)
[2022-08-27T05:28:36.227Z] at io.quarkus.runner.bootstrap.AugmentActionImpl.createProductionApplication (AugmentActionImpl.java:175)
[2022-08-27T05:28:36.227Z] at io.quarkus.maven.BuildMojo.doExecute (BuildMojo.java:132)
[2022-08-27T05:28:36.227Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2022-08-27T05:28:36.227Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-08-27T05:28:36.227Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-08-27T05:28:36.227Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-08-27T05:28:36.227Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-08-27T05:28:36.227Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-08-27T05:28:36.228Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-08-27T05:28:36.228Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-08-27T05:28:36.228Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-08-27T05:28:36.228Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-27T05:28:36.228Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-27T05:28:36.228Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-27T05:28:36.228Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-27T05:28:36.228Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-08-27T05:28:36.228Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-08-27T05:28:36.228Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-08-27T05:28:36.228Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-08-27T05:28:36.228Z] Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource. Either provide a suitable JDBC driver extension, define the driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
[2022-08-27T05:28:36.228Z] at io.quarkus.agroal.deployment.AgroalProcessor.resolveDriver (AgroalProcessor.java:345)
[2022-08-27T05:28:36.228Z] at io.quarkus.agroal.deployment.AgroalProcessor.getAggregatedConfigBuildItems (AgroalProcessor.java:291)
[2022-08-27T05:28:36.228Z] at io.quarkus.agroal.deployment.AgroalProcessor.build (AgroalProcessor.java:83)
[2022-08-27T05:28:36.228Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-08-27T05:28:36.228Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-08-27T05:28:36.228Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-08-27T05:28:36.228Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-08-27T05:28:36.228Z] at io.quarkus.deployment.ExtensionLoader$3.execute (ExtensionLoader.java:977)
[2022-08-27T05:28:36.228Z] at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
[2022-08-27T05:28:36.228Z] at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
[2022-08-27T05:28:36.228Z] at org.jboss.threads.EnhancedQueueExecutor$Task.run (EnhancedQueueExecutor.java:2449)
[2022-08-27T05:28:36.228Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1478)
[2022-08-27T05:28:36.228Z] at java.lang.Thread.run (Thread.java:829)
[2022-08-27T05:28:36.228Z] at org.jboss.threads.JBossThread.run (JBossThread.java:501)
[2022-08-27T05:28:36.228Z] [ERROR]
[2022-08-27T05:28:36.228Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-08-27T05:28:36.228Z] [ERROR]
[2022-08-27T05:28:36.228Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-08-27T05:28:36.228Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2022-08-27T05:28:36.228Z] [ERROR]
[2022-08-27T05:28:36.228Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-08-27T05:28:36.228Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-08-27T05:28:36.483Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-08-27T05:28:36.483Z] [INFO] Archive artifact won't be executed
[2022-08-27T05:28:36.483Z] ::group::[Pull Request Flow] Execution Summary...
[2022-08-27T05:28:36.483Z] [INFO] ----------------------------------------------
[2022-08-27T05:28:36.483Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 4m 44.6s (284644 ms)
[2022-08-27T05:28:36.483Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 21.2s (201207 ms)
[2022-08-27T05:28:36.483Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 56.7s (176720 ms)
[2022-08-27T05:28:36.484Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 59m 40s (3580042 ms)
[2022-08-27T05:28:36.484Z] [INFO] ----------------------------------------------
[2022-08-27T05:28:36.484Z] ::endgroup::
[2022-08-27T05:28:36.484Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[2022-08-27T05:28:36.484Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B'. Message: Error: The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-08-27T05:28:36.800Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-08-27T05:28:36.891Z] Recording test results
[2022-08-27T05:28:45.746Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-08-27T05:28:45.770Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-08-27T05:28:48.059Z] + rm -rf console.log
[Pipeline] sh
[2022-08-27T05:28:48.350Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-examples/801/consoleText
[2022-08-27T05:28:48.351Z] + tail -n 300

kie-ci3 avatar Aug 27 '22 05:08 kie-ci3

(tests) - kogito-apps job #884 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1941
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 27 '22 05:08 kie-ci3

Jenkins retest this

akumar074 avatar Aug 29 '22 04:08 akumar074

(tests) - kogito-runtimes job #757 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 2880
  • FAILED: 11

Those are the test failures:

Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testPersistence java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testMultipleEmbeddedInstance java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testEmbeddedProcess java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testAsyncWIH java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testMultipleInstance java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testParallelPersistence java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

Build projects / org.kie.kogito.it.JDBCPersistenceIT.testPersistence java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

Build projects / org.kie.kogito.it.JDBCPersistenceIT.testMultipleEmbeddedInstance java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

Build projects / org.kie.kogito.it.JDBCPersistenceIT.testEmbeddedProcess java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

Build projects / org.kie.kogito.it.JDBCPersistenceIT.testAsyncWIH java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

Build projects / org.kie.kogito.it.JDBCPersistenceIT.testMultipleInstance java.lang.AssertionError:
1 expectation failed.
Expected status code but was .

kie-ci3 avatar Aug 30 '22 09:08 kie-ci3

(tests) - kogito-apps job #892 was: UNSTABLE Possible explanation: This should be test failures

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

Test results:

  • PASSED: 1911
  • FAILED: 2

Those are the test failures:

org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)
org.kie.kogito.index.ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents java.net.ConnectException: Connection refused (Connection refused)

kie-ci3 avatar Aug 30 '22 09:08 kie-ci3