Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

KOGITO-7676: Implement Flyway migration for Runtimes persistence based on Quarkus #1404

Merged
merged 5 commits into from
Dec 9, 2022

Conversation

akumar074
Copy link
Contributor

@akumar074 akumar074 commented Sep 19, 2022

Disabling jdbc driver for PostgreSQL properties due to conflict on Flyway

Ensemble PRs:
https://github.com/kiegroup/kogito-runtimes/pull/2408
https://github.com/kiegroup/kogito-apps/pull/1431

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

WARNING! Please make sure you are opening your PR against main branch!

  • You have read the contributors guide
  • 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-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-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-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-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-examples] mandrel

@@ -5,6 +5,7 @@ kogito.persistence.type=postgresql
quarkus.datasource.username=kogito-user
quarkus.datasource.password=kogito-pass
quarkus.datasource.reactive.url=postgresql://localhost:5432/kogito
quarkus.datasource.jdbc=false

#run create tables scripts
kogito.persistence.auto.ddl=true
Copy link
Contributor

Choose a reason for hiding this comment

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

kogito.persistence.auto.ddl=true should be removed

@radtriste radtriste changed the base branch from stable to main September 21, 2022 14:19
@kie-ci3
Copy link
Contributor

kie-ci3 commented Oct 4, 2022

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

Test results:

  • PASSED: 445
  • FAILED: 2

Those are the test failures:

Build projects / org.acme.deals.DealsRestIT.testDealsRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.acme.deals.DealsRestIT.testDealsRest(DealsRestIT.java:40)
Build projects / org.acme.deals.DealsRestIT.testDealsRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.acme.deals.DealsRestIT.testDealsRest(DealsRestIT.java:54)

See console log:

Console Logs [2022-10-04T06:45:50.892Z] [INFO] | | \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3:test
[2022-10-04T06:45:50.892Z] [INFO] | +- org.xmlunit:xmlunit-core:jar:2.9.0:test
[2022-10-04T06:45:50.892Z] [INFO] | | \- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[2022-10-04T06:45:50.892Z] [INFO] | +- org.xmlunit:xmlunit-legacy:jar:2.9.0:test
[2022-10-04T06:45:50.892Z] [INFO] | +- org.xmlunit:xmlunit-placeholders:jar:2.9.0:test
[2022-10-04T06:45:50.892Z] [INFO] | +- net.javacrumbs.json-unit:json-unit-core:jar:2.33.0:test
[2022-10-04T06:45:50.892Z] [INFO] | | \- org.hamcrest:hamcrest-core:jar:2.2:test
[2022-10-04T06:45:50.892Z] [INFO] | +- com.jayway.jsonpath:json-path:jar:2.7.0:compile
[2022-10-04T06:45:50.892Z] [INFO] | | \- net.minidev:json-smart:jar:2.4.7:compile
[2022-10-04T06:45:50.892Z] [INFO] | | \- net.minidev:accessors-smart:jar:2.4.7:compile
[2022-10-04T06:45:50.892Z] [INFO] | +- org.ow2.asm:asm:jar:9.3:compile
[2022-10-04T06:45:50.892Z] [INFO] | +- org.slf4j:slf4j-api:jar:1.7.36:compile
[2022-10-04T06:45:50.892Z] [INFO] | +- net.sf.jopt-simple:jopt-simple:jar:5.0.4:test
[2022-10-04T06:45:50.892Z] [INFO] | +- com.github.jknack:handlebars:jar:4.3.0:test
[2022-10-04T06:45:50.892Z] [INFO] | +- com.github.jknack:handlebars-helpers:jar:4.3.0:test
[2022-10-04T06:45:50.892Z] [INFO] | +- commons-fileupload:commons-fileupload:jar:1.4:test
[2022-10-04T06:45:50.892Z] [INFO] | \- commons-io:commons-io:jar:2.11.0:compile
[2022-10-04T06:45:50.892Z] [INFO] +- org.kie.kogito.examples:serverless-workflow-newsletter-subscription-service:jar:1.0-SNAPSHOT:test
[2022-10-04T06:45:50.892Z] [INFO] | +- io.cloudevents:cloudevents-core:jar:2.3.0:compile
[2022-10-04T06:45:50.892Z] [INFO] | | \- io.cloudevents:cloudevents-api:jar:2.3.0:compile
[2022-10-04T06:45:50.892Z] [INFO] | +- io.cloudevents:cloudevents-json-jackson:jar:2.3.0:compile
[2022-10-04T06:45:50.892Z] [INFO] | \- io.quarkus:quarkus-reactive-pg-client:jar:2.13.0.Final:test
[2022-10-04T06:45:50.892Z] [INFO] | +- io.quarkus:quarkus-reactive-datasource:jar:2.13.0.Final:test
[2022-10-04T06:45:50.892Z] [INFO] | | \- io.vertx:vertx-sql-client:jar:4.3.3:test
[2022-10-04T06:45:50.892Z] [INFO] | +- io.vertx:vertx-pg-client:jar:4.3.3:test
[2022-10-04T06:45:50.892Z] [INFO] | +- com.ongres.scram:client:jar:2.1:test
[2022-10-04T06:45:50.892Z] [INFO] | | \- com.ongres.scram:common:jar:2.1:test
[2022-10-04T06:45:50.892Z] [INFO] | | \- com.ongres.stringprep:saslprep:jar:1.1:test
[2022-10-04T06:45:50.892Z] [INFO] | | \- com.ongres.stringprep:stringprep:jar:1.1:test
[2022-10-04T06:45:50.892Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-pg-client:jar:2.26.0:test
[2022-10-04T06:45:50.892Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-sql-client:jar:2.26.0:test
[2022-10-04T06:45:50.892Z] [INFO] +- org.awaitility:awaitility:jar:4.2.0:test
[2022-10-04T06:45:50.892Z] [INFO] +- org.kie.kogito:kogito-addons-quarkus-persistence-jdbc:jar:2.0.0-SNAPSHOT:compile
[2022-10-04T06:45:50.892Z] [INFO] | \- org.kie.kogito:kogito-addons-persistence-jdbc:jar:2.0.0-SNAPSHOT:compile
[2022-10-04T06:45:50.892Z] [INFO] +- io.quarkus:quarkus-jdbc-postgresql:jar:2.13.0.Final:compile
[2022-10-04T06:45:50.892Z] [INFO] | \- org.postgresql:postgresql:jar:42.5.0:compile
[2022-10-04T06:45:50.892Z] [INFO] \- io.quarkus:quarkus-agroal:jar:2.13.0.Final:compile
[2022-10-04T06:45:50.892Z] [INFO] +- io.quarkus:quarkus-datasource:jar:2.13.0.Final:compile
[2022-10-04T06:45:50.892Z] [INFO] | \- io.quarkus:quarkus-datasource-common:jar:2.13.0.Final:compile
[2022-10-04T06:45:50.892Z] [INFO] +- io.quarkus:quarkus-narayana-jta:jar:2.13.0.Final:compile
[2022-10-04T06:45:50.892Z] [INFO] | +- io.quarkus:quarkus-transaction-annotations:jar:2.13.0.Final:compile
[2022-10-04T06:45:50.892Z] [INFO] | +- io.smallrye:smallrye-context-propagation-jta:jar:1.2.2:compile
[2022-10-04T06:45:50.892Z] [INFO] | +- io.smallrye.reactive:smallrye-reactive-converter-api:jar:2.7.0:compile
[2022-10-04T06:45:50.892Z] [INFO] | +- io.smallrye.reactive:smallrye-reactive-converter-mutiny:jar:2.7.0:compile
[2022-10-04T06:45:50.892Z] [INFO] | +- org.jboss.narayana.jta:narayana-jta:jar:5.13.1.Alpha1:compile
[2022-10-04T06:45:50.892Z] [INFO] | | \- org.jboss.spec.javax.resource:jboss-connector-api_1.7_spec:jar:1.0.0.Final:compile
[2022-10-04T06:45:50.892Z] [INFO] | \- org.jboss.narayana.jts:narayana-jts-integration:jar:5.13.1.Alpha1:compile
[2022-10-04T06:45:50.892Z] [INFO] +- io.agroal:agroal-api:jar:1.16:compile
[2022-10-04T06:45:50.892Z] [INFO] +- io.agroal:agroal-narayana:jar:1.16:compile
[2022-10-04T06:45:50.892Z] [INFO] | \- org.jboss:jboss-transaction-spi:jar:7.6.0.Final:compile
[2022-10-04T06:45:50.892Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-10-04T06:45:50.892Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.13.0.Final:compile
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --------< org.kie.kogito.examples:serverless-workflow-examples >--------
[2022-10-04T06:45:50.892Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-10-04T06:45:50.892Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO] You have 0 Checkstyle violations.
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-10-04T06:45:50.892Z] [INFO] Number of files to be formatted: 0
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO] Using compiler compliance level: JAVA_11
[2022-10-04T06:45:50.892Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-10-04T06:45:50.892Z] [INFO] Already Sorted: 0
[2022-10-04T06:45:50.892Z] [INFO] Needed Sorting: 0
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO] Skipping packaging of the test-jar
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO] No tests to run.
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO] No tests to run.
[2022-10-04T06:45:50.892Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.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-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-10-04T06:45:50.892Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-10-04T06:45:50.892Z] [INFO] ------------------------------------------------------------------------
[2022-10-04T06:45:50.892Z] [INFO] Reactor Summary:
[2022-10-04T06:45:50.892Z] [INFO]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 1.940 s]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.052 s]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.047 s]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [04:18 min]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 17.184 s]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 58.068 s]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 36.542 s]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 27.798 s]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.042 s]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 28.823 s]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT FAILURE [ 16.212 s]
[2022-10-04T06:45:50.892Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 25.895 s]
[2022-10-04T06:45:50.893Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 29.484 s]
[2022-10-04T06:45:50.893Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-10-04T06:45:50.893Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 36.648 s]
[2022-10-04T06:45:50.893Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 15.134 s]
[2022-10-04T06:45:50.893Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2022-10-04T06:45:50.893Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 12.155 s]
[2022-10-04T06:45:50.893Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 26.150 s]
[2022-10-04T06:45:50.893Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.039 s]
[2022-10-04T06:45:50.893Z] [INFO] ------------------------------------------------------------------------
[2022-10-04T06:45:50.893Z] [INFO] BUILD FAILURE
[2022-10-04T06:45:50.893Z] [INFO] ------------------------------------------------------------------------
[2022-10-04T06:45:50.893Z] [INFO] Total time: 09:53 min
[2022-10-04T06:45:50.893Z] [INFO] Finished at: 2022-10-04T02:45:50-04:00
[2022-10-04T06:45:50.893Z] [INFO] ------------------------------------------------------------------------
[2022-10-04T06:45:50.893Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-quarkus: There are test failures.
[2022-10-04T06:45:50.893Z] [ERROR]
[2022-10-04T06:45:50.893Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-04T06:45:50.893Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T06:45:50.893Z] [ERROR] -> [Help 1]
[2022-10-04T06:45:50.893Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-quarkus: There are test failures.
[2022-10-04T06:45:50.893Z]
[2022-10-04T06:45:50.893Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-04T06:45:50.893Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-04T06:45:50.893Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-04T06:45:50.893Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-04T06:45:50.893Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-04T06:45:50.893Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-04T06:45:50.893Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-04T06:45:50.893Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-04T06:45:50.893Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-04T06:45:50.893Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-04T06:45:50.893Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-04T06:45:50.893Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-04T06:45:50.893Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-10-04T06:45:50.893Z]
[2022-10-04T06:45:50.893Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-04T06:45:50.893Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T06:45:50.893Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-10-04T06:45:50.893Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-10-04T06:45:50.893Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-10-04T06:45:50.893Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-04T06:45:50.893Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-04T06:45:50.893Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-04T06:45:50.893Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-04T06:45:50.893Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-04T06:45:50.893Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-04T06:45:50.893Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-04T06:45:50.893Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-04T06:45:50.893Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-04T06:45:50.893Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-04T06:45:50.893Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-04T06:45:50.893Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-04T06:45:50.893Z] [ERROR]
[2022-10-04T06:45:50.893Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-04T06:45:50.893Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T06:45:50.893Z] [ERROR] -> [Help 1]
[2022-10-04T06:45:50.893Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-04T06:45:50.893Z]
[2022-10-04T06:45:50.893Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-04T06:45:50.893Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-04T06:45:50.893Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-04T06:45:50.893Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-04T06:45:50.893Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-04T06:45:50.893Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-04T06:45:50.893Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-04T06:45:50.893Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-04T06:45:50.893Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-04T06:45:50.893Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-04T06:45:50.893Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-04T06:45:50.893Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-04T06:45:50.893Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-04T06:45:50.893Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-04T06:45:50.893Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-10-04T06:45:50.893Z]
[2022-10-04T06:45:50.894Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-04T06:45:50.894Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T06:45:50.894Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-10-04T06:45:50.894Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-10-04T06:45:50.894Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-10-04T06:45:50.894Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-04T06:45:50.894Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-04T06:45:50.894Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-04T06:45:50.894Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-04T06:45:50.894Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-04T06:45:50.894Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-04T06:45:50.894Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-04T06:45:50.894Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-04T06:45:50.894Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-04T06:45:50.894Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-04T06:45:50.894Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-04T06:45:50.894Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-04T06:45:50.894Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-04T06:45:50.894Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-04T06:45:50.894Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-04T06:45:50.894Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-04T06:45:50.894Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-04T06:45:50.894Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-04T06:45:50.894Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-04T06:45:50.894Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-04T06:45:50.894Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-04T06:45:50.894Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-04T06:45:50.894Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-04T06:45:50.894Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-04T06:45:50.894Z] [ERROR]
[2022-10-04T06:45:50.894Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-10-04T06:45:50.894Z] [ERROR]
[2022-10-04T06:45:50.894Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-10-04T06:45:50.894Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-10-04T06:45:50.894Z] [ERROR]
[2022-10-04T06:45:50.894Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-10-04T06:45:50.894Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-10-04T06:45:51.149Z] ::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-10-04T06:45:51.149Z] [INFO] Archive artifact won't be executed
[2022-10-04T06:45:51.149Z] ::group::[Pull Request Flow] Execution Summary...
[2022-10-04T06:45:51.149Z] [INFO] ----------------------------------------------
[2022-10-04T06:45:51.149Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 57.3s (177359 ms)
[2022-10-04T06:45:51.149Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 6.3s (186304 ms)
[2022-10-04T06:45:51.149Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 50.8s (170839 ms)
[2022-10-04T06:45:51.149Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 24.7s (3624715 ms)
[2022-10-04T06:45:51.149Z] [INFO] ----------------------------------------------
[2022-10-04T06:45:51.149Z] ::endgroup::
[2022-10-04T06:45:51.403Z] [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-10-04T06:45:51.403Z] [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-10-04T06:45:51.477Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-10-04T06:45:51.578Z] Recording test results
[2022-10-04T06:45:57.734Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-10-04T06:45:57.767Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-10-04T06:46:00.133Z] + rm -rf console.log
[Pipeline] sh
[2022-10-04T06:46:00.421Z] + 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-examples.tests.kogito-examples/362/consoleText
[2022-10-04T06:46:00.421Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Oct 4, 2022

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

Test results:

  • PASSED: 445
  • FAILED: 2

Those are the test failures:

Build projects / org.acme.deals.DealsRestIT.testDealsRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.acme.deals.DealsRestIT.testDealsRest(DealsRestIT.java:40)
Build projects / org.acme.deals.DealsRestIT.testDealsRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.acme.deals.DealsRestIT.testDealsRest(DealsRestIT.java:54)

See console log:

Console Logs [2022-10-04T08:10:50.915Z] [INFO] | | \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3:test
[2022-10-04T08:10:50.915Z] [INFO] | +- org.xmlunit:xmlunit-core:jar:2.9.0:test
[2022-10-04T08:10:50.915Z] [INFO] | | \- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[2022-10-04T08:10:50.915Z] [INFO] | +- org.xmlunit:xmlunit-legacy:jar:2.9.0:test
[2022-10-04T08:10:50.915Z] [INFO] | +- org.xmlunit:xmlunit-placeholders:jar:2.9.0:test
[2022-10-04T08:10:50.915Z] [INFO] | +- net.javacrumbs.json-unit:json-unit-core:jar:2.33.0:test
[2022-10-04T08:10:50.915Z] [INFO] | | \- org.hamcrest:hamcrest-core:jar:2.2:test
[2022-10-04T08:10:50.915Z] [INFO] | +- com.jayway.jsonpath:json-path:jar:2.7.0:compile
[2022-10-04T08:10:50.915Z] [INFO] | | \- net.minidev:json-smart:jar:2.4.7:compile
[2022-10-04T08:10:50.915Z] [INFO] | | \- net.minidev:accessors-smart:jar:2.4.7:compile
[2022-10-04T08:10:50.915Z] [INFO] | +- org.ow2.asm:asm:jar:9.3:compile
[2022-10-04T08:10:50.915Z] [INFO] | +- org.slf4j:slf4j-api:jar:1.7.36:compile
[2022-10-04T08:10:50.915Z] [INFO] | +- net.sf.jopt-simple:jopt-simple:jar:5.0.4:test
[2022-10-04T08:10:50.915Z] [INFO] | +- com.github.jknack:handlebars:jar:4.3.0:test
[2022-10-04T08:10:50.915Z] [INFO] | +- com.github.jknack:handlebars-helpers:jar:4.3.0:test
[2022-10-04T08:10:50.915Z] [INFO] | +- commons-fileupload:commons-fileupload:jar:1.4:test
[2022-10-04T08:10:50.915Z] [INFO] | \- commons-io:commons-io:jar:2.11.0:compile
[2022-10-04T08:10:50.915Z] [INFO] +- org.kie.kogito.examples:serverless-workflow-newsletter-subscription-service:jar:1.0-SNAPSHOT:test
[2022-10-04T08:10:50.915Z] [INFO] | +- io.cloudevents:cloudevents-core:jar:2.3.0:compile
[2022-10-04T08:10:50.915Z] [INFO] | | \- io.cloudevents:cloudevents-api:jar:2.3.0:compile
[2022-10-04T08:10:50.915Z] [INFO] | +- io.cloudevents:cloudevents-json-jackson:jar:2.3.0:compile
[2022-10-04T08:10:50.915Z] [INFO] | \- io.quarkus:quarkus-reactive-pg-client:jar:2.13.0.Final:test
[2022-10-04T08:10:50.915Z] [INFO] | +- io.quarkus:quarkus-reactive-datasource:jar:2.13.0.Final:test
[2022-10-04T08:10:50.915Z] [INFO] | | \- io.vertx:vertx-sql-client:jar:4.3.3:test
[2022-10-04T08:10:50.915Z] [INFO] | +- io.vertx:vertx-pg-client:jar:4.3.3:test
[2022-10-04T08:10:50.915Z] [INFO] | +- com.ongres.scram:client:jar:2.1:test
[2022-10-04T08:10:50.915Z] [INFO] | | \- com.ongres.scram:common:jar:2.1:test
[2022-10-04T08:10:50.915Z] [INFO] | | \- com.ongres.stringprep:saslprep:jar:1.1:test
[2022-10-04T08:10:50.915Z] [INFO] | | \- com.ongres.stringprep:stringprep:jar:1.1:test
[2022-10-04T08:10:50.915Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-pg-client:jar:2.26.0:test
[2022-10-04T08:10:50.915Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-sql-client:jar:2.26.0:test
[2022-10-04T08:10:50.915Z] [INFO] +- org.awaitility:awaitility:jar:4.2.0:test
[2022-10-04T08:10:50.915Z] [INFO] +- org.kie.kogito:kogito-addons-quarkus-persistence-jdbc:jar:2.0.0-SNAPSHOT:compile
[2022-10-04T08:10:50.915Z] [INFO] | \- org.kie.kogito:kogito-addons-persistence-jdbc:jar:2.0.0-SNAPSHOT:compile
[2022-10-04T08:10:50.915Z] [INFO] +- io.quarkus:quarkus-jdbc-postgresql:jar:2.13.0.Final:compile
[2022-10-04T08:10:50.915Z] [INFO] | \- org.postgresql:postgresql:jar:42.5.0:compile
[2022-10-04T08:10:50.915Z] [INFO] \- io.quarkus:quarkus-agroal:jar:2.13.0.Final:compile
[2022-10-04T08:10:50.915Z] [INFO] +- io.quarkus:quarkus-datasource:jar:2.13.0.Final:compile
[2022-10-04T08:10:50.916Z] [INFO] | \- io.quarkus:quarkus-datasource-common:jar:2.13.0.Final:compile
[2022-10-04T08:10:50.916Z] [INFO] +- io.quarkus:quarkus-narayana-jta:jar:2.13.0.Final:compile
[2022-10-04T08:10:50.916Z] [INFO] | +- io.quarkus:quarkus-transaction-annotations:jar:2.13.0.Final:compile
[2022-10-04T08:10:50.916Z] [INFO] | +- io.smallrye:smallrye-context-propagation-jta:jar:1.2.2:compile
[2022-10-04T08:10:50.916Z] [INFO] | +- io.smallrye.reactive:smallrye-reactive-converter-api:jar:2.7.0:compile
[2022-10-04T08:10:50.916Z] [INFO] | +- io.smallrye.reactive:smallrye-reactive-converter-mutiny:jar:2.7.0:compile
[2022-10-04T08:10:50.916Z] [INFO] | +- org.jboss.narayana.jta:narayana-jta:jar:5.13.1.Alpha1:compile
[2022-10-04T08:10:50.916Z] [INFO] | | \- org.jboss.spec.javax.resource:jboss-connector-api_1.7_spec:jar:1.0.0.Final:compile
[2022-10-04T08:10:50.916Z] [INFO] | \- org.jboss.narayana.jts:narayana-jts-integration:jar:5.13.1.Alpha1:compile
[2022-10-04T08:10:50.916Z] [INFO] +- io.agroal:agroal-api:jar:1.16:compile
[2022-10-04T08:10:50.916Z] [INFO] +- io.agroal:agroal-narayana:jar:1.16:compile
[2022-10-04T08:10:50.916Z] [INFO] | \- org.jboss:jboss-transaction-spi:jar:7.6.0.Final:compile
[2022-10-04T08:10:50.916Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-10-04T08:10:50.916Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.13.0.Final:compile
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --------< org.kie.kogito.examples:serverless-workflow-examples >--------
[2022-10-04T08:10:50.916Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-10-04T08:10:50.916Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO] You have 0 Checkstyle violations.
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-10-04T08:10:50.916Z] [INFO] Number of files to be formatted: 0
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO] Using compiler compliance level: JAVA_11
[2022-10-04T08:10:50.916Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-10-04T08:10:50.916Z] [INFO] Already Sorted: 0
[2022-10-04T08:10:50.916Z] [INFO] Needed Sorting: 0
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO] Skipping packaging of the test-jar
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO] No tests to run.
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO] No tests to run.
[2022-10-04T08:10:50.916Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.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-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-10-04T08:10:50.916Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-10-04T08:10:50.916Z] [INFO] ------------------------------------------------------------------------
[2022-10-04T08:10:50.916Z] [INFO] Reactor Summary:
[2022-10-04T08:10:50.916Z] [INFO]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 2.664 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.050 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.046 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [03:34 min]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 16.764 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 57.591 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 34.131 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 27.063 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.033 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 28.769 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT FAILURE [ 15.291 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 26.880 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 30.769 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 36.780 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 15.100 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 12.140 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 26.954 s]
[2022-10-04T08:10:50.916Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.032 s]
[2022-10-04T08:10:50.916Z] [INFO] ------------------------------------------------------------------------
[2022-10-04T08:10:50.916Z] [INFO] BUILD FAILURE
[2022-10-04T08:10:50.916Z] [INFO] ------------------------------------------------------------------------
[2022-10-04T08:10:50.916Z] [INFO] Total time: 09:08 min
[2022-10-04T08:10:50.916Z] [INFO] Finished at: 2022-10-04T04:10:50-04:00
[2022-10-04T08:10:50.916Z] [INFO] ------------------------------------------------------------------------
[2022-10-04T08:10:50.916Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-quarkus: There are test failures.
[2022-10-04T08:10:50.916Z] [ERROR]
[2022-10-04T08:10:50.916Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-04T08:10:50.916Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T08:10:50.916Z] [ERROR] -> [Help 1]
[2022-10-04T08:10:50.916Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-quarkus: There are test failures.
[2022-10-04T08:10:50.916Z]
[2022-10-04T08:10:50.916Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-04T08:10:50.916Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T08:10:50.916Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-04T08:10:50.916Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-04T08:10:50.916Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-04T08:10:50.916Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-04T08:10:50.916Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-04T08:10:50.916Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-04T08:10:50.916Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-04T08:10:50.916Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-04T08:10:50.916Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-04T08:10:50.916Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-04T08:10:50.916Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-04T08:10:50.916Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-04T08:10:50.916Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-04T08:10:50.916Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-04T08:10:50.916Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-04T08:10:50.916Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-04T08:10:50.916Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-04T08:10:50.916Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-04T08:10:50.916Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-04T08:10:50.916Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-04T08:10:50.916Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-04T08:10:50.916Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-04T08:10:50.916Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-04T08:10:50.917Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-10-04T08:10:50.917Z]
[2022-10-04T08:10:50.917Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-04T08:10:50.917Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T08:10:50.917Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-10-04T08:10:50.917Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-10-04T08:10:50.917Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-10-04T08:10:50.917Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-04T08:10:50.917Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-04T08:10:50.917Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-04T08:10:50.917Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-04T08:10:50.917Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-04T08:10:50.917Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-04T08:10:50.917Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-04T08:10:50.917Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-04T08:10:50.917Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-04T08:10:50.917Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-04T08:10:50.917Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-04T08:10:50.917Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-04T08:10:50.917Z] [ERROR]
[2022-10-04T08:10:50.917Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-04T08:10:50.917Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T08:10:50.917Z] [ERROR] -> [Help 1]
[2022-10-04T08:10:50.917Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-04T08:10:50.917Z]
[2022-10-04T08:10:50.917Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-04T08:10:50.917Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-04T08:10:50.917Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-04T08:10:50.917Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-04T08:10:50.917Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-04T08:10:50.917Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-04T08:10:50.917Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-04T08:10:50.917Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-04T08:10:50.917Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-04T08:10:50.917Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-04T08:10:50.917Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-04T08:10:50.917Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-04T08:10:50.917Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-10-04T08:10:50.917Z]
[2022-10-04T08:10:50.917Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-04T08:10:50.917Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-04T08:10:50.917Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-10-04T08:10:50.917Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-10-04T08:10:50.917Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-10-04T08:10:50.917Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-04T08:10:50.917Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-04T08:10:50.917Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-04T08:10:50.917Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-04T08:10:50.917Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-04T08:10:50.917Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-04T08:10:50.917Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-04T08:10:50.917Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-04T08:10:50.917Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-04T08:10:50.917Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-04T08:10:50.917Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-04T08:10:50.917Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-04T08:10:50.917Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-04T08:10:50.917Z] [ERROR]
[2022-10-04T08:10:50.917Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-10-04T08:10:50.917Z] [ERROR]
[2022-10-04T08:10:50.917Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-10-04T08:10:50.917Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-10-04T08:10:50.917Z] [ERROR]
[2022-10-04T08:10:50.917Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-10-04T08:10:50.917Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-10-04T08:10:51.172Z] ::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-10-04T08:10:51.172Z] [INFO] Archive artifact won't be executed
[2022-10-04T08:10:51.172Z] ::group::[Pull Request Flow] Execution Summary...
[2022-10-04T08:10:51.172Z] [INFO] ----------------------------------------------
[2022-10-04T08:10:51.172Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 55s (175092 ms)
[2022-10-04T08:10:51.172Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 4.6s (184699 ms)
[2022-10-04T08:10:51.172Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 49.2s (169289 ms)
[2022-10-04T08:10:51.172Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 58m 57.9s (3537920 ms)
[2022-10-04T08:10:51.172Z] [INFO] ----------------------------------------------
[2022-10-04T08:10:51.172Z] ::endgroup::
[2022-10-04T08:10:51.172Z] [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-10-04T08:10:51.172Z] [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-10-04T08:10:51.242Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-10-04T08:10:51.340Z] Recording test results
[2022-10-04T08:10:57.754Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-10-04T08:10:57.775Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-10-04T08:11:00.015Z] + rm -rf console.log
[Pipeline] sh
[2022-10-04T08:11:00.305Z] + 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-examples.tests.kogito-examples/363/consoleText
[2022-10-04T08:11:00.305Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Oct 5, 2022

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

Test results:

  • PASSED: 445
  • FAILED: 2

Those are the test failures:

Build projects / org.acme.deals.DealsRestIT.testDealsRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.acme.deals.DealsRestIT.testDealsRest(DealsRestIT.java:40)
Build projects / org.acme.deals.DealsRestIT.testDealsRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.acme.deals.DealsRestIT.testDealsRest(DealsRestIT.java:54)

See console log:

Console Logs [2022-10-05T09:30:03.994Z] [INFO] | | \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3:test
[2022-10-05T09:30:03.994Z] [INFO] | +- org.xmlunit:xmlunit-core:jar:2.9.0:test
[2022-10-05T09:30:03.994Z] [INFO] | | \- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[2022-10-05T09:30:03.994Z] [INFO] | +- org.xmlunit:xmlunit-legacy:jar:2.9.0:test
[2022-10-05T09:30:03.994Z] [INFO] | +- org.xmlunit:xmlunit-placeholders:jar:2.9.0:test
[2022-10-05T09:30:03.994Z] [INFO] | +- net.javacrumbs.json-unit:json-unit-core:jar:2.33.0:test
[2022-10-05T09:30:03.994Z] [INFO] | | \- org.hamcrest:hamcrest-core:jar:2.2:test
[2022-10-05T09:30:03.994Z] [INFO] | +- com.jayway.jsonpath:json-path:jar:2.7.0:compile
[2022-10-05T09:30:03.994Z] [INFO] | | \- net.minidev:json-smart:jar:2.4.7:compile
[2022-10-05T09:30:03.994Z] [INFO] | | \- net.minidev:accessors-smart:jar:2.4.7:compile
[2022-10-05T09:30:03.994Z] [INFO] | +- org.ow2.asm:asm:jar:9.3:compile
[2022-10-05T09:30:03.994Z] [INFO] | +- org.slf4j:slf4j-api:jar:1.7.36:compile
[2022-10-05T09:30:03.994Z] [INFO] | +- net.sf.jopt-simple:jopt-simple:jar:5.0.4:test
[2022-10-05T09:30:03.994Z] [INFO] | +- com.github.jknack:handlebars:jar:4.3.0:test
[2022-10-05T09:30:03.994Z] [INFO] | +- com.github.jknack:handlebars-helpers:jar:4.3.0:test
[2022-10-05T09:30:03.994Z] [INFO] | +- commons-fileupload:commons-fileupload:jar:1.4:test
[2022-10-05T09:30:03.994Z] [INFO] | \- commons-io:commons-io:jar:2.11.0:compile
[2022-10-05T09:30:03.994Z] [INFO] +- org.kie.kogito.examples:serverless-workflow-newsletter-subscription-service:jar:1.0-SNAPSHOT:test
[2022-10-05T09:30:03.994Z] [INFO] | +- io.cloudevents:cloudevents-core:jar:2.3.0:compile
[2022-10-05T09:30:03.994Z] [INFO] | | \- io.cloudevents:cloudevents-api:jar:2.3.0:compile
[2022-10-05T09:30:03.994Z] [INFO] | +- io.cloudevents:cloudevents-json-jackson:jar:2.3.0:compile
[2022-10-05T09:30:03.994Z] [INFO] | \- io.quarkus:quarkus-reactive-pg-client:jar:2.13.0.Final:test
[2022-10-05T09:30:03.994Z] [INFO] | +- io.quarkus:quarkus-reactive-datasource:jar:2.13.0.Final:test
[2022-10-05T09:30:03.994Z] [INFO] | | \- io.vertx:vertx-sql-client:jar:4.3.3:test
[2022-10-05T09:30:03.994Z] [INFO] | +- io.vertx:vertx-pg-client:jar:4.3.3:test
[2022-10-05T09:30:03.994Z] [INFO] | +- com.ongres.scram:client:jar:2.1:test
[2022-10-05T09:30:03.994Z] [INFO] | | \- com.ongres.scram:common:jar:2.1:test
[2022-10-05T09:30:03.994Z] [INFO] | | \- com.ongres.stringprep:saslprep:jar:1.1:test
[2022-10-05T09:30:03.994Z] [INFO] | | \- com.ongres.stringprep:stringprep:jar:1.1:test
[2022-10-05T09:30:03.994Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-pg-client:jar:2.26.0:test
[2022-10-05T09:30:03.994Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-sql-client:jar:2.26.0:test
[2022-10-05T09:30:03.994Z] [INFO] +- org.awaitility:awaitility:jar:4.2.0:test
[2022-10-05T09:30:03.994Z] [INFO] +- org.kie.kogito:kogito-addons-quarkus-persistence-jdbc:jar:2.0.0-SNAPSHOT:compile
[2022-10-05T09:30:03.994Z] [INFO] | \- org.kie.kogito:kogito-addons-persistence-jdbc:jar:2.0.0-SNAPSHOT:compile
[2022-10-05T09:30:03.995Z] [INFO] +- io.quarkus:quarkus-jdbc-postgresql:jar:2.13.0.Final:compile
[2022-10-05T09:30:03.995Z] [INFO] | \- org.postgresql:postgresql:jar:42.5.0:compile
[2022-10-05T09:30:03.995Z] [INFO] \- io.quarkus:quarkus-agroal:jar:2.13.0.Final:compile
[2022-10-05T09:30:03.995Z] [INFO] +- io.quarkus:quarkus-datasource:jar:2.13.0.Final:compile
[2022-10-05T09:30:03.995Z] [INFO] | \- io.quarkus:quarkus-datasource-common:jar:2.13.0.Final:compile
[2022-10-05T09:30:03.995Z] [INFO] +- io.quarkus:quarkus-narayana-jta:jar:2.13.0.Final:compile
[2022-10-05T09:30:03.995Z] [INFO] | +- io.quarkus:quarkus-transaction-annotations:jar:2.13.0.Final:compile
[2022-10-05T09:30:03.995Z] [INFO] | +- io.smallrye:smallrye-context-propagation-jta:jar:1.2.2:compile
[2022-10-05T09:30:03.995Z] [INFO] | +- io.smallrye.reactive:smallrye-reactive-converter-api:jar:2.7.0:compile
[2022-10-05T09:30:03.995Z] [INFO] | +- io.smallrye.reactive:smallrye-reactive-converter-mutiny:jar:2.7.0:compile
[2022-10-05T09:30:03.995Z] [INFO] | +- org.jboss.narayana.jta:narayana-jta:jar:5.13.1.Alpha1:compile
[2022-10-05T09:30:03.995Z] [INFO] | | \- org.jboss.spec.javax.resource:jboss-connector-api_1.7_spec:jar:1.0.0.Final:compile
[2022-10-05T09:30:03.995Z] [INFO] | \- org.jboss.narayana.jts:narayana-jts-integration:jar:5.13.1.Alpha1:compile
[2022-10-05T09:30:03.995Z] [INFO] +- io.agroal:agroal-api:jar:1.16:compile
[2022-10-05T09:30:03.995Z] [INFO] +- io.agroal:agroal-narayana:jar:1.16:compile
[2022-10-05T09:30:03.995Z] [INFO] | \- org.jboss:jboss-transaction-spi:jar:7.6.0.Final:compile
[2022-10-05T09:30:03.995Z] [INFO] +- io.agroal:agroal-pool:jar:1.16:compile
[2022-10-05T09:30:03.995Z] [INFO] \- io.quarkus:quarkus-credentials:jar:2.13.0.Final:compile
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --------< org.kie.kogito.examples:serverless-workflow-examples >--------
[2022-10-05T09:30:03.995Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-10-05T09:30:03.995Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO] You have 0 Checkstyle violations.
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-10-05T09:30:03.995Z] [INFO] Number of files to be formatted: 0
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO] Using compiler compliance level: JAVA_11
[2022-10-05T09:30:03.995Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-10-05T09:30:03.995Z] [INFO] Already Sorted: 0
[2022-10-05T09:30:03.995Z] [INFO] Needed Sorting: 0
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO] Skipping packaging of the test-jar
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO] No tests to run.
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO] No tests to run.
[2022-10-05T09:30:03.995Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.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-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-10-05T09:30:03.995Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-10-05T09:30:03.995Z] [INFO] ------------------------------------------------------------------------
[2022-10-05T09:30:03.995Z] [INFO] Reactor Summary:
[2022-10-05T09:30:03.995Z] [INFO]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 2.251 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.065 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.051 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [03:08 min]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 18.011 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 59.539 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 35.053 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 29.699 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.031 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 31.237 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT FAILURE [ 16.818 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 28.631 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 30.079 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 37.863 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 15.583 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 13.369 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 27.390 s]
[2022-10-05T09:30:03.995Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.030 s]
[2022-10-05T09:30:03.995Z] [INFO] ------------------------------------------------------------------------
[2022-10-05T09:30:03.995Z] [INFO] BUILD FAILURE
[2022-10-05T09:30:03.995Z] [INFO] ------------------------------------------------------------------------
[2022-10-05T09:30:03.995Z] [INFO] Total time: 08:57 min
[2022-10-05T09:30:03.995Z] [INFO] Finished at: 2022-10-05T05:30:03-04:00
[2022-10-05T09:30:03.995Z] [INFO] ------------------------------------------------------------------------
[2022-10-05T09:30:03.995Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-quarkus: There are test failures.
[2022-10-05T09:30:03.995Z] [ERROR]
[2022-10-05T09:30:03.995Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-05T09:30:03.995Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-05T09:30:03.995Z] [ERROR] -> [Help 1]
[2022-10-05T09:30:03.995Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-quarkus: There are test failures.
[2022-10-05T09:30:03.995Z]
[2022-10-05T09:30:03.995Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-05T09:30:03.995Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-05T09:30:03.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-05T09:30:03.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-05T09:30:03.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-05T09:30:03.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-05T09:30:03.995Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-05T09:30:03.995Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-05T09:30:03.995Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-05T09:30:03.995Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-05T09:30:03.995Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-05T09:30:03.995Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-05T09:30:03.995Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-05T09:30:03.995Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-05T09:30:03.995Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-05T09:30:03.995Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-05T09:30:03.995Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-05T09:30:03.995Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-05T09:30:03.995Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-05T09:30:03.995Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-05T09:30:03.996Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-05T09:30:03.996Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-10-05T09:30:03.996Z]
[2022-10-05T09:30:03.996Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-05T09:30:03.996Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-05T09:30:03.996Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-10-05T09:30:03.996Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-10-05T09:30:03.996Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-10-05T09:30:03.996Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-05T09:30:03.996Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-05T09:30:03.996Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-05T09:30:03.996Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-05T09:30:03.996Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-05T09:30:03.996Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-05T09:30:03.996Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-05T09:30:03.996Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-05T09:30:03.996Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-05T09:30:03.996Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-05T09:30:03.996Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-05T09:30:03.996Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-05T09:30:03.996Z] [ERROR]
[2022-10-05T09:30:03.996Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-05T09:30:03.996Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-05T09:30:03.996Z] [ERROR] -> [Help 1]
[2022-10-05T09:30:03.996Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-05T09:30:03.996Z]
[2022-10-05T09:30:03.996Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-05T09:30:03.996Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-05T09:30:03.996Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-05T09:30:03.996Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-05T09:30:03.996Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-05T09:30:03.996Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-05T09:30:03.996Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-05T09:30:03.996Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-05T09:30:03.996Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-05T09:30:03.996Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-05T09:30:03.996Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-05T09:30:03.996Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-05T09:30:03.996Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-10-05T09:30:03.996Z]
[2022-10-05T09:30:03.996Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-05T09:30:03.996Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-05T09:30:03.996Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-10-05T09:30:03.996Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-10-05T09:30:03.996Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-10-05T09:30:03.996Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-05T09:30:03.996Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-05T09:30:03.996Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-05T09:30:03.996Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-05T09:30:03.996Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-05T09:30:03.996Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-05T09:30:03.996Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-05T09:30:03.996Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-05T09:30:03.996Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-05T09:30:03.996Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-05T09:30:03.996Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-05T09:30:03.996Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-05T09:30:03.996Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-05T09:30:03.996Z] [ERROR]
[2022-10-05T09:30:03.996Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-10-05T09:30:03.996Z] [ERROR]
[2022-10-05T09:30:03.996Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-10-05T09:30:03.996Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-10-05T09:30:03.996Z] [ERROR]
[2022-10-05T09:30:03.996Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-10-05T09:30:03.996Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-10-05T09:30:04.252Z] ::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-10-05T09:30:04.252Z] [INFO] Archive artifact won't be executed
[2022-10-05T09:30:04.252Z] ::group::[Pull Request Flow] Execution Summary...
[2022-10-05T09:30:04.252Z] [INFO] ----------------------------------------------
[2022-10-05T09:30:04.252Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 59.1s (179135 ms)
[2022-10-05T09:30:04.252Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 23s (203056 ms)
[2022-10-05T09:30:04.252Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 3m 0.1s (180119 ms)
[2022-10-05T09:30:04.252Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 2m 11.6s (3731664 ms)
[2022-10-05T09:30:04.252Z] [INFO] ----------------------------------------------
[2022-10-05T09:30:04.252Z] ::endgroup::
[2022-10-05T09:30:04.252Z] [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-10-05T09:30:04.252Z] [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-10-05T09:30:04.598Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-10-05T09:30:04.692Z] Recording test results
[2022-10-05T09:30:10.911Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-10-05T09:30:10.931Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-10-05T09:30:13.495Z] + rm -rf console.log
[Pipeline] sh
[2022-10-05T09:30:13.784Z] + 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-examples.tests.kogito-examples/365/consoleText
[2022-10-05T09:30:13.784Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Oct 6, 2022

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

Test results:

  • PASSED: 385
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-10-06T11:29:10.289Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-10-06T11:29:10.289Z] [INFO] Number of files to be formatted: 0
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO] You have 0 Checkstyle violations.
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- impsort-maven-plugin:1.5.0:check (default) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO] Using compiler compliance level: JAVA_11
[2022-10-06T11:29:10.289Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-10-06T11:29:10.289Z] [INFO] Already Sorted: 0
[2022-10-06T11:29:10.289Z] [INFO] Needed Sorting: 0
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO] Skipping packaging of the test-jar
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO] No tests to run.
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO] No tests to run.
[2022-10-06T11:29:10.289Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/serverless-workflow-examples/target/failsafe-reports
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/serverless-workflow-examples/target/failsafe-reports
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/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-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-10-06T11:29:10.289Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-10-06T11:29:10.289Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T11:29:10.289Z] [INFO] Reactor Summary:
[2022-10-06T11:29:10.289Z] [INFO]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 2.022 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.050 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Decision Table - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 19.779 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: DMN Metrics Quarkus 2.0.0-SNAPSHOT SUCCESS [01:12 min]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: DMN Event-Driven :: Quarkus 2.0.0-SNAPSHOT SUCCESS [01:08 min]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: DMN Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.090 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: DMN with Knative Eventing and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 17.025 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: DMN with listeners - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.706 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: DMN :: PMML - QUARKUS 2.0.0-SNAPSHOT SUCCESS [ 25.750 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: DMN 2.0.0-SNAPSHOT ............... SUCCESS [ 14.999 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: DMN Tracing - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 26.027 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Flexible Process - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 19.351 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Travel Agency 2.0.0-SNAPSHOT ..... SUCCESS [ 0.053 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Travel Agency :: Basic 2.0.0-SNAPSHOT SUCCESS [ 17.183 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Travel Agency :: Extended 2.0.0-SNAPSHOT SUCCESS [ 0.055 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Travel Agency :: Travels 2.0.0-SNAPSHOT SUCCESS [ 37.859 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Travel Agency :: Visas 2.0.0-SNAPSHOT SUCCESS [ 5.636 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.035 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [ 18.661 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 17.533 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 20.835 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus 2.0.0-SNAPSHOT SUCCESS [01:09 min]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: PMML Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.663 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: PMML - Quarkus 2.0.0-SNAPSHOT .... SUCCESS [ 21.011 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Business Rules Quarkus 2.0.0-SNAPSHOT SUCCESS [ 15.018 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process :: Decisions :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 18.416 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process :: Decisions :: REST Quarkus 2.0.0-SNAPSHOT SUCCESS [ 20.447 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Scripts With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 12.808 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.403 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Infinispan Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 24.093 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels, avro serialization 2.0.0-SNAPSHOT SUCCESS [ 26.649 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels 2.0.0-SNAPSHOT SUCCESS [ 19.075 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Kafka Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 21.751 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process with Kafka and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 18.415 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process with Knative Eventing and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 18.028 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process MongoDB Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 23.886 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Monitoring :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 21.247 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Quarkus 2.0.0-SNAPSHOT SUCCESS [01:45 min]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Client Performance test 2.0.0-SNAPSHOT SUCCESS [ 0.353 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Quarkus Performance test 2.0.0-SNAPSHOT SUCCESS [ 5.658 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 0.518 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 21.904 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Service Rest Cal with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.482 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Rest :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 14.458 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Service Rest WorkItem call with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.936 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Scripts With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.394 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Saga with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 16.270 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Service Calls with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 14.009 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Timer with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.386 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle 2.0.0-SNAPSHOT SUCCESS [ 14.576 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process with Usertasks Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 38.521 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process with Usertasks Quarkus 2.0.0-SNAPSHOT SUCCESS [ 14.812 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process UserTasks with Timer Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 33.163 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Usertasks Security OIDC Keycloak Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 59.026 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Keycloak Quarkus 2.0.0-SNAPSHOT SUCCESS [ 39.399 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Process Usertasks With Security Quarkus 2.0.0-SNAPSHOT SUCCESS [ 16.848 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Rules Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 12.471 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.844 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Rules HelloWorld 2.0.0-SNAPSHOT .. SUCCESS [ 12.055 s]
[2022-10-06T11:29:10.289Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 45.290 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: RuleUnit - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 14.091 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Trusty Tracing - Quarkus DevServices 2.0.0-SNAPSHOT SUCCESS [ 5.178 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.024 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Decision Table - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 17.691 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: DMN Metrics SpringBoot 2.0.0-SNAPSHOT SUCCESS [ 40.519 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [01:26 min]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 12.136 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 30.879 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: DMN - Spring Boot 2.0.0-SNAPSHOT . SUCCESS [ 11.502 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: DMN Tracing - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 47.441 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Flexible process with Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 13.179 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot 2.0.0-SNAPSHOT SUCCESS [01:23 min]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: PMML - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 19.839 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Business Rules Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 11.231 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process :: Decisions :: REST :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 13.889 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process :: Decisions :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 11.674 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Infinispan Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 22.263 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot, multiple channels 2.0.0-SNAPSHOT SUCCESS [ 15.480 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 14.771 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process MongoDB Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 17.211 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Monitoring :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 12.861 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 40.011 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Springboot Performance test 2.0.0-SNAPSHOT SUCCESS [ 6.027 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 18.251 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Service Rest Call Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 5.106 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Scripts With Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 9.642 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Service Calls with Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 11.778 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 16.731 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Timer With Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 5.085 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 11.734 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot :: Console 2.0.0-SNAPSHOT SUCCESS [ 32.669 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 11.511 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot :: Console 2.0.0-SNAPSHOT SUCCESS [01:46 min]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 43.439 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Process Usertasks With Security Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 15.067 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 10.077 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [01:08 min]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: RuleUnit - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 9.490 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus 1.0-SNAPSHOT SUCCESS [ 19.738 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus 1.0-SNAPSHOT SUCCESS [ 28.584 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 15.473 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 16.885 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Correlation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 27.688 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus 1.0-SNAPSHOT SUCCESS [ 15.437 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 22.554 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus 1.0-SNAPSHOT SUCCESS [ 15.113 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus 1.0-SNAPSHOT SUCCESS [ 15.110 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 31.094 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus 1.0-SNAPSHOT SUCCESS [ 18.236 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services 1.0-SNAPSHOT SUCCESS [ 8.082 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow 1.0-SNAPSHOT SUCCESS [ 19.607 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: PR Checker Workflow 1.0-SNAPSHOT SUCCESS [ 24.283 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: GitHub Service 1.0-SNAPSHOT SUCCESS [ 9.758 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: Notification Service 1.0-SNAPSHOT SUCCESS [ 4.842 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus 1.0-SNAPSHOT SUCCESS [ 14.830 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow grpc example 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Server:: Quarkus 1.0-SNAPSHOT SUCCESS [ 3.801 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Client:: Quarkus 1.0-SNAPSHOT SUCCESS [ 19.799 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Hello World :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 17.553 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Order Processing 1.0-SNAPSHOT SUCCESS [ 19.778 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Parallel Execution :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 18.166 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Order Saga :: Quarkus 1.0-SNAPSHOT SUCCESS [ 15.658 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus 1.0-SNAPSHOT SUCCESS [ 22.354 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 0.007 s]
[2022-10-06T11:29:10.290Z] [INFO] stock-profit 2.0.0-SNAPSHOT ........................ SUCCESS [ 21.137 s]
[2022-10-06T11:29:10.290Z] [INFO] stock-portfolio-service 2.0.0-SNAPSHOT ............. SUCCESS [ 3.021 s]
[2022-10-06T11:29:10.290Z] [INFO] real-stock-service 2.0.0-SNAPSHOT .................. SUCCESS [ 2.610 s]
[2022-10-06T11:29:10.290Z] [INFO] fake-stock-service 2.0.0-SNAPSHOT .................. SUCCESS [ 2.333 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion 1.0-SNAPSHOT SUCCESS [ 0.006 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service 1.0-SNAPSHOT SUCCESS [ 8.962 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service 1.0-SNAPSHOT SUCCESS [ 9.202 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service 1.0-SNAPSHOT SUCCESS [ 20.284 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Full Service 1.0-SNAPSHOT SUCCESS [ 20.604 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Function Service 1.0-SNAPSHOT SUCCESS [ 20.603 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Spec Service 1.0-SNAPSHOT SUCCESS [ 20.102 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Testing with REST Assured :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 17.079 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 25.969 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 14.275 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 12.842 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 23.530 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: ACME Financial Service 1.0-SNAPSHOT SUCCESS [ 29.565 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: Currency Exchange 1.0-SNAPSHOT SUCCESS [ 8.196 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase 1.0-SNAPSHOT SUCCESS [01:17 min]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Custom type :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 0.006 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Server :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 0.243 s]
[2022-10-06T11:29:10.290Z] [INFO] Kogito Example:: Serverless Workflow Custom RPC :: Runtime 2.0.0-SNAPSHOT SUCCESS [ 1.524 s]
[2022-10-06T11:29:10.291Z] [INFO] Kogito Example:: Serverless Workflow Custom RPC:: deployment 2.0.0-SNAPSHOT SUCCESS [ 0.750 s]
[2022-10-06T11:29:10.291Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Client :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 15.477 s]
[2022-10-06T11:29:10.291Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.059 s]
[2022-10-06T11:29:10.291Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T11:29:10.291Z] [INFO] BUILD FAILURE
[2022-10-06T11:29:10.291Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T11:29:10.291Z] [INFO] Total time: 49:41 min
[2022-10-06T11:29:10.291Z] [INFO] Finished at: 2022-10-06T07:29:09-04:00
[2022-10-06T11:29:10.291Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T11:29:10.291Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project process-postgresql-persistence-quarkus: Compilation failure
[2022-10-06T11:29:10.291Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/kogito-quarkus-examples/process-postgresql-persistence-quarkus/src/test/java/org/acme/deals/DealsRestIT.java:[18,25] package org.flywaydb.core does not exist
[2022-10-06T11:29:10.291Z] [ERROR] -> [Help 1]
[2022-10-06T11:29:10.291Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project process-postgresql-persistence-quarkus: Compilation failure
[2022-10-06T11:29:10.291Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/kogito-quarkus-examples/process-postgresql-persistence-quarkus/src/test/java/org/acme/deals/DealsRestIT.java:[18,25] package org.flywaydb.core does not exist
[2022-10-06T11:29:10.291Z]
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-06T11:29:10.291Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-06T11:29:10.291Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-06T11:29:10.291Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-06T11:29:10.291Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-06T11:29:10.291Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-06T11:29:10.291Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-06T11:29:10.291Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-06T11:29:10.291Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-06T11:29:10.291Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-06T11:29:10.291Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-06T11:29:10.291Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-06T11:29:10.291Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-06T11:29:10.291Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-06T11:29:10.291Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-06T11:29:10.291Z] Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
[2022-10-06T11:29:10.291Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/kogito-quarkus-examples/process-postgresql-persistence-quarkus/src/test/java/org/acme/deals/DealsRestIT.java:[18,25] package org.flywaydb.core does not exist
[2022-10-06T11:29:10.291Z]
[2022-10-06T11:29:10.291Z] at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
[2022-10-06T11:29:10.291Z] at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
[2022-10-06T11:29:10.291Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-06T11:29:10.291Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-06T11:29:10.291Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-06T11:29:10.291Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-06T11:29:10.291Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-06T11:29:10.291Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-06T11:29:10.291Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-06T11:29:10.291Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-06T11:29:10.291Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-06T11:29:10.291Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-06T11:29:10.291Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-06T11:29:10.291Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-06T11:29:10.291Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-06T11:29:10.291Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-06T11:29:10.291Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-06T11:29:10.291Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-06T11:29:10.291Z] [ERROR]
[2022-10-06T11:29:10.291Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-10-06T11:29:10.291Z] [ERROR]
[2022-10-06T11:29:10.291Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-10-06T11:29:10.291Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-10-06T11:29:10.291Z] [ERROR]
[2022-10-06T11:29:10.291Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-10-06T11:29:10.291Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-10-06T11:29:10.852Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples@tmp/config9124723766104120017tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2022-10-06T11:29:10.852Z] [INFO] Archive artifact won't be executed
[2022-10-06T11:29:10.852Z] ::group::[Pull Request Flow] Execution Summary...
[2022-10-06T11:29:10.852Z] [INFO] ----------------------------------------------
[2022-10-06T11:29:10.852Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 48.1s (168174 ms)
[2022-10-06T11:29:10.852Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 2m 59.3s (179396 ms)
[2022-10-06T11:29:10.852Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 50s (170084 ms)
[2022-10-06T11:29:10.852Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 49m 43.7s (2983717 ms)
[2022-10-06T11:29:10.852Z] [INFO] ----------------------------------------------
[2022-10-06T11:29:10.852Z] ::endgroup::
[2022-10-06T11:29:11.107Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples@tmp/config9124723766104120017tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[2022-10-06T11:29:11.107Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples@tmp/config9124723766104120017tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-10-06T11:29:11.178Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-10-06T11:29:11.302Z] Recording test results
[2022-10-06T11:29:17.653Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-10-06T11:29:17.669Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-10-06T11:29:19.934Z] + rm -rf console.log
[Pipeline] sh
[2022-10-06T11:29:20.257Z] + 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-examples.tests.kogito-examples/374/consoleText
[2022-10-06T11:29:20.257Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Oct 6, 2022

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

Test results:

  • PASSED: 385
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2022-10-06T11:37:47.206Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-10-06T11:37:47.206Z] [INFO] Number of files to be formatted: 0
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO] You have 0 Checkstyle violations.
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- impsort-maven-plugin:1.5.0:check (default) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO] Using compiler compliance level: JAVA_11
[2022-10-06T11:37:47.206Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-10-06T11:37:47.206Z] [INFO] Already Sorted: 0
[2022-10-06T11:37:47.206Z] [INFO] Needed Sorting: 0
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO] Skipping packaging of the test-jar
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO] No tests to run.
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO] No tests to run.
[2022-10-06T11:37:47.206Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/serverless-workflow-examples/target/failsafe-reports
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/serverless-workflow-examples/target/failsafe-reports
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/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-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-10-06T11:37:47.206Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-10-06T11:37:47.206Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T11:37:47.206Z] [INFO] Reactor Summary:
[2022-10-06T11:37:47.206Z] [INFO]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 2.035 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.048 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Decision Table - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 19.066 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: DMN Metrics Quarkus 2.0.0-SNAPSHOT SUCCESS [01:09 min]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: DMN Event-Driven :: Quarkus 2.0.0-SNAPSHOT SUCCESS [01:09 min]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: DMN Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.304 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: DMN with Knative Eventing and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 17.493 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: DMN with listeners - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 14.115 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: DMN :: PMML - QUARKUS 2.0.0-SNAPSHOT SUCCESS [ 25.684 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: DMN 2.0.0-SNAPSHOT ............... SUCCESS [ 14.544 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: DMN Tracing - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 25.695 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Flexible Process - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 18.711 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Travel Agency 2.0.0-SNAPSHOT ..... SUCCESS [ 0.067 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Travel Agency :: Basic 2.0.0-SNAPSHOT SUCCESS [ 17.373 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Travel Agency :: Extended 2.0.0-SNAPSHOT SUCCESS [ 0.065 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Travel Agency :: Travels 2.0.0-SNAPSHOT SUCCESS [ 38.534 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Travel Agency :: Visas 2.0.0-SNAPSHOT SUCCESS [ 5.744 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.030 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [ 17.163 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 17.075 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 20.753 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus 2.0.0-SNAPSHOT SUCCESS [01:10 min]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: PMML Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.573 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: PMML - Quarkus 2.0.0-SNAPSHOT .... SUCCESS [ 21.157 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process Business Rules Quarkus 2.0.0-SNAPSHOT SUCCESS [ 14.353 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process :: Decisions :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 18.596 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process :: Decisions :: REST Quarkus 2.0.0-SNAPSHOT SUCCESS [ 19.960 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process Scripts With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 12.807 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 12.937 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process Infinispan Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 24.276 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels, avro serialization 2.0.0-SNAPSHOT SUCCESS [ 25.905 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels 2.0.0-SNAPSHOT SUCCESS [ 18.757 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process Kafka Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 21.276 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process with Kafka and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 18.209 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process with Knative Eventing and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 18.209 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process MongoDB Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 22.853 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process Monitoring :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 20.703 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Quarkus 2.0.0-SNAPSHOT SUCCESS [01:46 min]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Client Performance test 2.0.0-SNAPSHOT SUCCESS [ 0.337 s]
[2022-10-06T11:37:47.206Z] [INFO] Kogito Example :: Quarkus Performance test 2.0.0-SNAPSHOT SUCCESS [ 5.469 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 0.485 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 21.674 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Service Rest Cal with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.899 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Rest :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.944 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Service Rest WorkItem call with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.956 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Scripts With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.774 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Saga with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 15.645 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Service Calls with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 13.108 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Timer with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.689 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle 2.0.0-SNAPSHOT SUCCESS [ 14.584 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process with Usertasks Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 37.574 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process with Usertasks Quarkus 2.0.0-SNAPSHOT SUCCESS [ 14.304 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process UserTasks with Timer Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 31.763 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Usertasks Security OIDC Keycloak Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 59.587 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Keycloak Quarkus 2.0.0-SNAPSHOT SUCCESS [ 39.893 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Usertasks With Security Quarkus 2.0.0-SNAPSHOT SUCCESS [ 17.261 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Rules Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 14.133 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 15.174 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Rules HelloWorld 2.0.0-SNAPSHOT .. SUCCESS [ 14.521 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 47.387 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: RuleUnit - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 14.970 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Trusty Tracing - Quarkus DevServices 2.0.0-SNAPSHOT SUCCESS [ 5.805 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.029 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Decision Table - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 17.838 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: DMN Metrics SpringBoot 2.0.0-SNAPSHOT SUCCESS [ 47.032 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [01:27 min]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 12.276 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 31.200 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: DMN - Spring Boot 2.0.0-SNAPSHOT . SUCCESS [ 11.845 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: DMN Tracing - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 46.868 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Flexible process with Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 13.152 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot 2.0.0-SNAPSHOT SUCCESS [01:23 min]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: PMML - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 19.207 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Business Rules Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 11.234 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process :: Decisions :: REST :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 14.434 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process :: Decisions :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 11.950 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Infinispan Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 23.744 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot, multiple channels 2.0.0-SNAPSHOT SUCCESS [ 17.230 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 16.122 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process MongoDB Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 19.050 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Monitoring :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 14.361 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 43.154 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Springboot Performance test 2.0.0-SNAPSHOT SUCCESS [ 5.604 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 17.615 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Service Rest Call Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 5.235 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Scripts With Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 9.838 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Service Calls with Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 10.839 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 16.720 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Timer With Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 5.421 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 11.940 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot :: Console 2.0.0-SNAPSHOT SUCCESS [ 31.683 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 11.028 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot :: Console 2.0.0-SNAPSHOT SUCCESS [01:53 min]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 47.489 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Process Usertasks With Security Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 17.320 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 11.410 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [01:10 min]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: RuleUnit - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 10.815 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus 1.0-SNAPSHOT SUCCESS [ 19.728 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus 1.0-SNAPSHOT SUCCESS [ 29.855 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 17.113 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 17.409 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Correlation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 29.337 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus 1.0-SNAPSHOT SUCCESS [ 16.583 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 24.178 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus 1.0-SNAPSHOT SUCCESS [ 17.053 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus 1.0-SNAPSHOT SUCCESS [ 17.374 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 31.493 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus 1.0-SNAPSHOT SUCCESS [ 17.382 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services 1.0-SNAPSHOT SUCCESS [ 8.619 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow 1.0-SNAPSHOT SUCCESS [ 20.087 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: PR Checker Workflow 1.0-SNAPSHOT SUCCESS [ 25.455 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: GitHub Service 1.0-SNAPSHOT SUCCESS [ 9.164 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: Notification Service 1.0-SNAPSHOT SUCCESS [ 4.754 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus 1.0-SNAPSHOT SUCCESS [ 16.281 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow grpc example 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Server:: Quarkus 1.0-SNAPSHOT SUCCESS [ 3.620 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Client:: Quarkus 1.0-SNAPSHOT SUCCESS [ 20.851 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Hello World :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 17.915 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Order Processing 1.0-SNAPSHOT SUCCESS [ 19.648 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Parallel Execution :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 18.263 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Order Saga :: Quarkus 1.0-SNAPSHOT SUCCESS [ 16.343 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus 1.0-SNAPSHOT SUCCESS [ 22.319 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 0.006 s]
[2022-10-06T11:37:47.207Z] [INFO] stock-profit 2.0.0-SNAPSHOT ........................ SUCCESS [ 21.087 s]
[2022-10-06T11:37:47.207Z] [INFO] stock-portfolio-service 2.0.0-SNAPSHOT ............. SUCCESS [ 3.127 s]
[2022-10-06T11:37:47.207Z] [INFO] real-stock-service 2.0.0-SNAPSHOT .................. SUCCESS [ 2.734 s]
[2022-10-06T11:37:47.207Z] [INFO] fake-stock-service 2.0.0-SNAPSHOT .................. SUCCESS [ 2.084 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service 1.0-SNAPSHOT SUCCESS [ 9.503 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service 1.0-SNAPSHOT SUCCESS [ 10.048 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service 1.0-SNAPSHOT SUCCESS [ 20.853 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Full Service 1.0-SNAPSHOT SUCCESS [ 21.067 s]
[2022-10-06T11:37:47.207Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Function Service 1.0-SNAPSHOT SUCCESS [ 20.492 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Spec Service 1.0-SNAPSHOT SUCCESS [ 20.163 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Testing with REST Assured :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 16.435 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 26.353 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 14.667 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 12.830 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 23.973 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: ACME Financial Service 1.0-SNAPSHOT SUCCESS [ 29.546 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: Currency Exchange 1.0-SNAPSHOT SUCCESS [ 8.172 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase 1.0-SNAPSHOT SUCCESS [01:17 min]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Custom type :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 0.006 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Server :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 0.259 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example:: Serverless Workflow Custom RPC :: Runtime 2.0.0-SNAPSHOT SUCCESS [ 1.753 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example:: Serverless Workflow Custom RPC:: deployment 2.0.0-SNAPSHOT SUCCESS [ 0.610 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Client :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 16.170 s]
[2022-10-06T11:37:47.208Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.051 s]
[2022-10-06T11:37:47.208Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T11:37:47.208Z] [INFO] BUILD FAILURE
[2022-10-06T11:37:47.208Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T11:37:47.208Z] [INFO] Total time: 50:35 min
[2022-10-06T11:37:47.208Z] [INFO] Finished at: 2022-10-06T07:37:47-04:00
[2022-10-06T11:37:47.208Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T11:37:47.208Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project process-postgresql-persistence-quarkus: Compilation failure
[2022-10-06T11:37:47.208Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/kogito-quarkus-examples/process-postgresql-persistence-quarkus/src/test/java/org/acme/deals/DealsRestIT.java:[18,25] package org.flywaydb.core does not exist
[2022-10-06T11:37:47.208Z] [ERROR] -> [Help 1]
[2022-10-06T11:37:47.208Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project process-postgresql-persistence-quarkus: Compilation failure
[2022-10-06T11:37:47.208Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/kogito-quarkus-examples/process-postgresql-persistence-quarkus/src/test/java/org/acme/deals/DealsRestIT.java:[18,25] package org.flywaydb.core does not exist
[2022-10-06T11:37:47.208Z]
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-06T11:37:47.208Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-06T11:37:47.208Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-06T11:37:47.208Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-06T11:37:47.208Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-06T11:37:47.208Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-06T11:37:47.208Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-06T11:37:47.208Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-06T11:37:47.208Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-06T11:37:47.208Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-06T11:37:47.208Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-06T11:37:47.208Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-06T11:37:47.208Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-06T11:37:47.208Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-06T11:37:47.208Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-06T11:37:47.208Z] Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
[2022-10-06T11:37:47.208Z] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples/kogito-quarkus-examples/process-postgresql-persistence-quarkus/src/test/java/org/acme/deals/DealsRestIT.java:[18,25] package org.flywaydb.core does not exist
[2022-10-06T11:37:47.208Z]
[2022-10-06T11:37:47.208Z] at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
[2022-10-06T11:37:47.208Z] at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
[2022-10-06T11:37:47.208Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-06T11:37:47.208Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-06T11:37:47.208Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-06T11:37:47.208Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-06T11:37:47.208Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-06T11:37:47.208Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-06T11:37:47.208Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-06T11:37:47.208Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-06T11:37:47.208Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-06T11:37:47.208Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-06T11:37:47.208Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-06T11:37:47.208Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-06T11:37:47.208Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-06T11:37:47.208Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-06T11:37:47.208Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-06T11:37:47.208Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-06T11:37:47.208Z] [ERROR]
[2022-10-06T11:37:47.208Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-10-06T11:37:47.208Z] [ERROR]
[2022-10-06T11:37:47.208Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-10-06T11:37:47.208Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-10-06T11:37:47.208Z] [ERROR]
[2022-10-06T11:37:47.208Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-10-06T11:37:47.208Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-10-06T11:37:47.771Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples@tmp/config6490961946781561570tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2022-10-06T11:37:47.771Z] [INFO] Archive artifact won't be executed
[2022-10-06T11:37:47.771Z] ::group::[Pull Request Flow] Execution Summary...
[2022-10-06T11:37:47.771Z] [INFO] ----------------------------------------------
[2022-10-06T11:37:47.771Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 55.1s (175180 ms)
[2022-10-06T11:37:47.771Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 3.7s (183721 ms)
[2022-10-06T11:37:47.771Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 52.1s (172198 ms)
[2022-10-06T11:37:47.771Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 50m 37.2s (3037286 ms)
[2022-10-06T11:37:47.771Z] [INFO] ----------------------------------------------
[2022-10-06T11:37:47.771Z] ::endgroup::
[2022-10-06T11:37:48.025Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples@tmp/config6490961946781561570tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[2022-10-06T11:37:48.026Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples@tmp/config6490961946781561570tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.6/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-10-06T11:37:48.083Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-10-06T11:37:48.185Z] Recording test results
[2022-10-06T11:37:55.150Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-10-06T11:37:55.167Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-10-06T11:37:57.444Z] + rm -rf console.log
[Pipeline] sh
[2022-10-06T11:37:57.738Z] + 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-examples.tests.kogito-examples/375/consoleText
[2022-10-06T11:37:57.738Z] + tail -n 300

@akumar074 akumar074 force-pushed the KOGITO-7676 branch 2 times, most recently from 0e0c69b to 4bc1abd Compare October 6, 2022 19:59
@kie-ci3
Copy link
Contributor

kie-ci3 commented Oct 6, 2022

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

Test results:

  • PASSED: 445
  • FAILED: 2

Those are the test failures:

Build projects / org.acme.deals.DealsRestIT.testDealsRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.acme.deals.DealsRestIT.testDealsRest(DealsRestIT.java:40)
Build projects / org.acme.deals.DealsRestIT.testDealsRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.acme.deals.DealsRestIT.testDealsRest(DealsRestIT.java:54)

See console log:

Console Logs [2022-10-06T20:58:53.093Z] [INFO] | +- org.eclipse.jetty:jetty-proxy:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- org.eclipse.jetty:jetty-client:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | +- org.eclipse.jetty.http2:http2-server:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- org.eclipse.jetty.http2:http2-common:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- org.eclipse.jetty.http2:http2-hpack:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-server:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-java-server:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-openjdk8-server:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-java-client:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- org.eclipse.jetty:jetty-alpn-client:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-openjdk8-client:jar:9.4.46.v20220331:test
[2022-10-06T20:58:53.093Z] [INFO] | +- com.google.guava:guava:jar:31.1-jre:compile
[2022-10-06T20:58:53.093Z] [INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile
[2022-10-06T20:58:53.093Z] [INFO] | | +- org.checkerframework:checker-qual:jar:3.25.0:compile
[2022-10-06T20:58:53.093Z] [INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.15.0:compile
[2022-10-06T20:58:53.093Z] [INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[2022-10-06T20:58:53.093Z] [INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[2022-10-06T20:58:53.093Z] [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[2022-10-06T20:58:53.093Z] [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4:compile
[2022-10-06T20:58:53.093Z] [INFO] | +- org.apache.httpcomponents.client5:httpclient5:jar:5.1.3:test
[2022-10-06T20:58:53.093Z] [INFO] | | +- org.apache.httpcomponents.core5:httpcore5:jar:5.1.3:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3:test
[2022-10-06T20:58:53.093Z] [INFO] | +- org.xmlunit:xmlunit-core:jar:2.9.0:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[2022-10-06T20:58:53.093Z] [INFO] | +- org.xmlunit:xmlunit-legacy:jar:2.9.0:test
[2022-10-06T20:58:53.093Z] [INFO] | +- org.xmlunit:xmlunit-placeholders:jar:2.9.0:test
[2022-10-06T20:58:53.093Z] [INFO] | +- net.javacrumbs.json-unit:json-unit-core:jar:2.33.0:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- org.hamcrest:hamcrest-core:jar:2.2:test
[2022-10-06T20:58:53.093Z] [INFO] | +- com.jayway.jsonpath:json-path:jar:2.7.0:compile
[2022-10-06T20:58:53.093Z] [INFO] | | \- net.minidev:json-smart:jar:2.4.7:compile
[2022-10-06T20:58:53.093Z] [INFO] | | \- net.minidev:accessors-smart:jar:2.4.7:compile
[2022-10-06T20:58:53.093Z] [INFO] | +- org.ow2.asm:asm:jar:9.3:compile
[2022-10-06T20:58:53.093Z] [INFO] | +- org.slf4j:slf4j-api:jar:1.7.36:compile
[2022-10-06T20:58:53.093Z] [INFO] | +- net.sf.jopt-simple:jopt-simple:jar:5.0.4:test
[2022-10-06T20:58:53.093Z] [INFO] | +- com.github.jknack:handlebars:jar:4.3.0:test
[2022-10-06T20:58:53.093Z] [INFO] | +- com.github.jknack:handlebars-helpers:jar:4.3.0:test
[2022-10-06T20:58:53.093Z] [INFO] | +- commons-fileupload:commons-fileupload:jar:1.4:test
[2022-10-06T20:58:53.093Z] [INFO] | \- commons-io:commons-io:jar:2.11.0:compile
[2022-10-06T20:58:53.093Z] [INFO] +- org.kie.kogito.examples:serverless-workflow-newsletter-subscription-service:jar:1.0-SNAPSHOT:test
[2022-10-06T20:58:53.093Z] [INFO] | \- io.quarkus:quarkus-reactive-pg-client:jar:2.13.0.Final:test
[2022-10-06T20:58:53.093Z] [INFO] | +- io.quarkus:quarkus-reactive-datasource:jar:2.13.0.Final:test
[2022-10-06T20:58:53.093Z] [INFO] | | +- io.quarkus:quarkus-datasource:jar:2.13.0.Final:test
[2022-10-06T20:58:53.093Z] [INFO] | | | \- io.quarkus:quarkus-datasource-common:jar:2.13.0.Final:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- io.vertx:vertx-sql-client:jar:4.3.3:test
[2022-10-06T20:58:53.093Z] [INFO] | +- io.vertx:vertx-pg-client:jar:4.3.3:test
[2022-10-06T20:58:53.093Z] [INFO] | +- com.ongres.scram:client:jar:2.1:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- com.ongres.scram:common:jar:2.1:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- com.ongres.stringprep:saslprep:jar:1.1:test
[2022-10-06T20:58:53.093Z] [INFO] | | \- com.ongres.stringprep:stringprep:jar:1.1:test
[2022-10-06T20:58:53.093Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-pg-client:jar:2.26.0:test
[2022-10-06T20:58:53.093Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-sql-client:jar:2.26.0:test
[2022-10-06T20:58:53.093Z] [INFO] \- org.awaitility:awaitility:jar:4.2.0:test
[2022-10-06T20:58:53.093Z] [INFO]
[2022-10-06T20:58:53.093Z] [INFO] --------< org.kie.kogito.examples:serverless-workflow-examples >--------
[2022-10-06T20:58:53.094Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-10-06T20:58:53.094Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO] You have 0 Checkstyle violations.
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-10-06T20:58:53.094Z] [INFO] Number of files to be formatted: 0
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO] Using compiler compliance level: JAVA_11
[2022-10-06T20:58:53.094Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-10-06T20:58:53.094Z] [INFO] Already Sorted: 0
[2022-10-06T20:58:53.094Z] [INFO] Needed Sorting: 0
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO] Skipping packaging of the test-jar
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO] No tests to run.
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO] No tests to run.
[2022-10-06T20:58:53.094Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.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-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-10-06T20:58:53.094Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-10-06T20:58:53.094Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T20:58:53.094Z] [INFO] Reactor Summary:
[2022-10-06T20:58:53.094Z] [INFO]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 2.917 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.068 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.050 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [07:44 min]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 18.132 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [01:02 min]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT FAILURE [ 35.848 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 29.950 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.038 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 30.884 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT FAILURE [ 15.662 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 26.074 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 32.107 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.006 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 36.938 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 16.317 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 12.254 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 26.565 s]
[2022-10-06T20:58:53.094Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.027 s]
[2022-10-06T20:58:53.094Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T20:58:53.094Z] [INFO] BUILD FAILURE
[2022-10-06T20:58:53.094Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T20:58:53.094Z] [INFO] Total time: 13:33 min
[2022-10-06T20:58:53.094Z] [INFO] Finished at: 2022-10-06T16:58:52-04:00
[2022-10-06T20:58:53.094Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T20:58:53.094Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-quarkus: There are test failures.
[2022-10-06T20:58:53.094Z] [ERROR]
[2022-10-06T20:58:53.094Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-06T20:58:53.094Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-06T20:58:53.094Z] [ERROR] -> [Help 1]
[2022-10-06T20:58:53.094Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-quarkus: There are test failures.
[2022-10-06T20:58:53.094Z]
[2022-10-06T20:58:53.094Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-06T20:58:53.094Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-06T20:58:53.094Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-06T20:58:53.094Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-06T20:58:53.094Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-06T20:58:53.094Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-06T20:58:53.094Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-06T20:58:53.094Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-06T20:58:53.094Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-06T20:58:53.094Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-06T20:58:53.094Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-06T20:58:53.094Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-06T20:58:53.094Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-06T20:58:53.094Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-06T20:58:53.094Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-06T20:58:53.094Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-06T20:58:53.094Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-10-06T20:58:53.094Z]
[2022-10-06T20:58:53.094Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-quarkus-examples/process-postgresql-persistence-quarkus/target/failsafe-reports for the individual test results.
[2022-10-06T20:58:53.094Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-06T20:58:53.094Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-10-06T20:58:53.094Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-10-06T20:58:53.094Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-10-06T20:58:53.094Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-06T20:58:53.094Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-06T20:58:53.094Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-06T20:58:53.094Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-06T20:58:53.095Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-06T20:58:53.095Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-06T20:58:53.095Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-06T20:58:53.095Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-06T20:58:53.095Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-06T20:58:53.095Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-06T20:58:53.095Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-06T20:58:53.095Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-06T20:58:53.095Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-06T20:58:53.095Z] [ERROR]
[2022-10-06T20:58:53.095Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-06T20:58:53.095Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-06T20:58:53.095Z] [ERROR] -> [Help 1]
[2022-10-06T20:58:53.095Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-06T20:58:53.095Z]
[2022-10-06T20:58:53.095Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-06T20:58:53.095Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-06T20:58:53.095Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-06T20:58:53.095Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-06T20:58:53.095Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-06T20:58:53.095Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-06T20:58:53.095Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-06T20:58:53.095Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-06T20:58:53.095Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-06T20:58:53.095Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-06T20:58:53.095Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-06T20:58:53.095Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-06T20:58:53.095Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-10-06T20:58:53.095Z]
[2022-10-06T20:58:53.095Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-06T20:58:53.095Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-06T20:58:53.095Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-10-06T20:58:53.095Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-10-06T20:58:53.095Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-10-06T20:58:53.095Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-06T20:58:53.095Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-06T20:58:53.095Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-06T20:58:53.095Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-06T20:58:53.095Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-06T20:58:53.095Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-06T20:58:53.095Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-06T20:58:53.095Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-06T20:58:53.095Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-06T20:58:53.095Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-06T20:58:53.095Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-06T20:58:53.095Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-06T20:58:53.095Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-06T20:58:53.095Z] [ERROR]
[2022-10-06T20:58:53.095Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-10-06T20:58:53.095Z] [ERROR]
[2022-10-06T20:58:53.095Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-10-06T20:58:53.095Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-10-06T20:58:53.095Z] [ERROR]
[2022-10-06T20:58:53.095Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-10-06T20:58:53.095Z] [ERROR] mvn -rf :process-postgresql-persistence-quarkus
[2022-10-06T20:58:53.350Z] ::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 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-10-06T20:58:53.350Z] [INFO] Archive artifact won't be executed
[2022-10-06T20:58:53.350Z] ::group::[Pull Request Flow] Execution Summary...
[2022-10-06T20:58:53.350Z] [INFO] ----------------------------------------------
[2022-10-06T20:58:53.350Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 53.7s (173756 ms)
[2022-10-06T20:58:53.350Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 7s (187032 ms)
[2022-10-06T20:58:53.350Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 54.5s (174590 ms)
[2022-10-06T20:58:53.350Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 5m 23.7s (3923766 ms)
[2022-10-06T20:58:53.350Z] [INFO] ----------------------------------------------
[2022-10-06T20:58:53.350Z] ::endgroup::
[2022-10-06T20:58:53.606Z] [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 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree ; 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-10-06T20:58:53.606Z] [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 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree ; 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-10-06T20:58:53.704Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-10-06T20:58:53.855Z] Recording test results
[2022-10-06T20:59:00.821Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-10-06T20:59:00.841Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-10-06T20:59:03.193Z] + rm -rf console.log
[Pipeline] sh
[2022-10-06T20:59:03.488Z] + 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-examples.tests.kogito-examples/385/consoleText
[2022-10-06T20:59:03.488Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Oct 6, 2022

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

Test results:

  • PASSED: 446
  • FAILED: 1

Those are the test failures:

Build projects / org.acme.deals.DealsRestIT.testDealsRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.acme.deals.DealsRestIT.testDealsRest(DealsRestIT.java:54)

See console log:

Console Logs [2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.apache.maven:maven-model-builder:jar:3.8.6:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.apache.maven:maven-builder-support:jar:3.8.6:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-api:jar:1.6.3:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-util:jar:1.6.3:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.apache.maven.shared:maven-shared-utils:jar:3.3.4:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- com.google.inject:guice:jar:no_aop:4.2.2:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.codehaus.plexus:plexus-cipher:jar:2.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | \- commons-cli:commons-cli:jar:1.4:test
[2022-10-06T21:12:52.909Z] [INFO] | | | +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:test
[2022-10-06T21:12:52.909Z] [INFO] | | | +- org.apache.maven:maven-settings-builder:jar:3.8.6:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | \- org.codehaus.plexus:plexus-interpolation:jar:1.26:test
[2022-10-06T21:12:52.909Z] [INFO] | | | +- org.apache.maven:maven-resolver-provider:jar:3.8.6:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.apache.maven:maven-repository-metadata:jar:3.8.6:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | \- org.codehaus.plexus:plexus-utils:jar:3.3.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.6.3:test
[2022-10-06T21:12:52.909Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-transport-wagon:jar:1.6.3:test
[2022-10-06T21:12:52.909Z] [INFO] | | | +- org.apache.maven.wagon:wagon-http:jar:3.5.1:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | +- org.apache.maven.wagon:wagon-http-shared:jar:3.5.1:test
[2022-10-06T21:12:52.909Z] [INFO] | | | | \- org.apache.maven.wagon:wagon-provider-api:jar:3.5.1:test
[2022-10-06T21:12:52.909Z] [INFO] | | | \- org.apache.maven.wagon:wagon-file:jar:3.5.1:test
[2022-10-06T21:12:52.909Z] [INFO] | | \- io.quarkus:quarkus-bootstrap-gradle-resolver:jar:2.13.0.Final:test
[2022-10-06T21:12:52.909Z] [INFO] | +- io.quarkus:quarkus-junit5-properties:jar:2.13.0.Final:test
[2022-10-06T21:12:52.909Z] [INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.9.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.9.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | | +- org.opentest4j:opentest4j:jar:1.2.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | | +- org.junit.platform:junit-platform-commons:jar:1.9.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | | \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[2022-10-06T21:12:52.909Z] [INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.9.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.9.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | \- org.junit.platform:junit-platform-engine:jar:1.9.0:test
[2022-10-06T21:12:52.909Z] [INFO] | \- com.thoughtworks.xstream:xstream:jar:1.4.19:compile
[2022-10-06T21:12:52.909Z] [INFO] | \- io.github.x-stream:mxparser:jar:1.2.2:compile
[2022-10-06T21:12:52.909Z] [INFO] | \- xmlpull:xmlpull:jar:1.1.3.1:compile
[2022-10-06T21:12:52.909Z] [INFO] +- io.rest-assured:rest-assured:jar:4.5.1:test
[2022-10-06T21:12:52.909Z] [INFO] | +- org.codehaus.groovy:groovy:jar:3.0.9:test
[2022-10-06T21:12:52.909Z] [INFO] | +- org.codehaus.groovy:groovy-xml:jar:3.0.9:test
[2022-10-06T21:12:52.909Z] [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[2022-10-06T21:12:52.909Z] [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.15:compile
[2022-10-06T21:12:52.909Z] [INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.13:test
[2022-10-06T21:12:52.909Z] [INFO] | +- org.hamcrest:hamcrest:jar:2.1:test
[2022-10-06T21:12:52.909Z] [INFO] | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[2022-10-06T21:12:52.909Z] [INFO] | +- io.rest-assured:json-path:jar:4.5.1:test
[2022-10-06T21:12:52.909Z] [INFO] | | +- org.codehaus.groovy:groovy-json:jar:3.0.9:test
[2022-10-06T21:12:52.909Z] [INFO] | | \- io.rest-assured:rest-assured-common:jar:4.5.1:test
[2022-10-06T21:12:52.909Z] [INFO] | \- io.rest-assured:xml-path:jar:4.5.1:test
[2022-10-06T21:12:52.909Z] [INFO] +- org.assertj:assertj-core:jar:3.22.0:test
[2022-10-06T21:12:52.909Z] [INFO] +- com.github.tomakehurst:wiremock-jre8:jar:2.33.2:test
[2022-10-06T21:12:52.909Z] [INFO] | +- org.eclipse.jetty:jetty-server:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.909Z] [INFO] | | +- javax.servlet:javax.servlet-api:jar:3.1.0:test
[2022-10-06T21:12:52.909Z] [INFO] | | +- org.eclipse.jetty:jetty-http:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.909Z] [INFO] | | \- org.eclipse.jetty:jetty-io:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.909Z] [INFO] | +- org.eclipse.jetty:jetty-servlet:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.909Z] [INFO] | | +- org.eclipse.jetty:jetty-security:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- org.eclipse.jetty:jetty-util-ajax:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.eclipse.jetty:jetty-servlets:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | | +- org.eclipse.jetty:jetty-continuation:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- org.eclipse.jetty:jetty-util:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.eclipse.jetty:jetty-webapp:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- org.eclipse.jetty:jetty-xml:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.eclipse.jetty:jetty-proxy:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- org.eclipse.jetty:jetty-client:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.eclipse.jetty.http2:http2-server:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- org.eclipse.jetty.http2:http2-common:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- org.eclipse.jetty.http2:http2-hpack:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-server:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-java-server:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-openjdk8-server:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-java-client:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- org.eclipse.jetty:jetty-alpn-client:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-openjdk8-client:jar:9.4.46.v20220331:test
[2022-10-06T21:12:52.910Z] [INFO] | +- com.google.guava:guava:jar:31.1-jre:compile
[2022-10-06T21:12:52.910Z] [INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile
[2022-10-06T21:12:52.910Z] [INFO] | | +- org.checkerframework:checker-qual:jar:3.25.0:compile
[2022-10-06T21:12:52.910Z] [INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.15.0:compile
[2022-10-06T21:12:52.910Z] [INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[2022-10-06T21:12:52.910Z] [INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[2022-10-06T21:12:52.910Z] [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[2022-10-06T21:12:52.910Z] [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4:compile
[2022-10-06T21:12:52.910Z] [INFO] | +- org.apache.httpcomponents.client5:httpclient5:jar:5.1.3:test
[2022-10-06T21:12:52.910Z] [INFO] | | +- org.apache.httpcomponents.core5:httpcore5:jar:5.1.3:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.xmlunit:xmlunit-core:jar:2.9.0:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.xmlunit:xmlunit-legacy:jar:2.9.0:test
[2022-10-06T21:12:52.910Z] [INFO] | +- org.xmlunit:xmlunit-placeholders:jar:2.9.0:test
[2022-10-06T21:12:52.910Z] [INFO] | +- net.javacrumbs.json-unit:json-unit-core:jar:2.33.0:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- org.hamcrest:hamcrest-core:jar:2.2:test
[2022-10-06T21:12:52.910Z] [INFO] | +- com.jayway.jsonpath:json-path:jar:2.7.0:compile
[2022-10-06T21:12:52.910Z] [INFO] | | \- net.minidev:json-smart:jar:2.4.7:compile
[2022-10-06T21:12:52.910Z] [INFO] | | \- net.minidev:accessors-smart:jar:2.4.7:compile
[2022-10-06T21:12:52.910Z] [INFO] | +- org.ow2.asm:asm:jar:9.3:compile
[2022-10-06T21:12:52.910Z] [INFO] | +- org.slf4j:slf4j-api:jar:1.7.36:compile
[2022-10-06T21:12:52.910Z] [INFO] | +- net.sf.jopt-simple:jopt-simple:jar:5.0.4:test
[2022-10-06T21:12:52.910Z] [INFO] | +- com.github.jknack:handlebars:jar:4.3.0:test
[2022-10-06T21:12:52.910Z] [INFO] | +- com.github.jknack:handlebars-helpers:jar:4.3.0:test
[2022-10-06T21:12:52.910Z] [INFO] | +- commons-fileupload:commons-fileupload:jar:1.4:test
[2022-10-06T21:12:52.910Z] [INFO] | \- commons-io:commons-io:jar:2.11.0:compile
[2022-10-06T21:12:52.910Z] [INFO] +- org.kie.kogito.examples:serverless-workflow-newsletter-subscription-service:jar:1.0-SNAPSHOT:test
[2022-10-06T21:12:52.910Z] [INFO] | \- io.quarkus:quarkus-reactive-pg-client:jar:2.13.0.Final:test
[2022-10-06T21:12:52.910Z] [INFO] | +- io.quarkus:quarkus-reactive-datasource:jar:2.13.0.Final:test
[2022-10-06T21:12:52.910Z] [INFO] | | +- io.quarkus:quarkus-datasource:jar:2.13.0.Final:test
[2022-10-06T21:12:52.910Z] [INFO] | | | \- io.quarkus:quarkus-datasource-common:jar:2.13.0.Final:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- io.vertx:vertx-sql-client:jar:4.3.3:test
[2022-10-06T21:12:52.910Z] [INFO] | +- io.vertx:vertx-pg-client:jar:4.3.3:test
[2022-10-06T21:12:52.910Z] [INFO] | +- com.ongres.scram:client:jar:2.1:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- com.ongres.scram:common:jar:2.1:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- com.ongres.stringprep:saslprep:jar:1.1:test
[2022-10-06T21:12:52.910Z] [INFO] | | \- com.ongres.stringprep:stringprep:jar:1.1:test
[2022-10-06T21:12:52.910Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-pg-client:jar:2.26.0:test
[2022-10-06T21:12:52.910Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-sql-client:jar:2.26.0:test
[2022-10-06T21:12:52.910Z] [INFO] \- org.awaitility:awaitility:jar:4.2.0:test
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --------< org.kie.kogito.examples:serverless-workflow-examples >--------
[2022-10-06T21:12:52.910Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-10-06T21:12:52.910Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO] You have 0 Checkstyle violations.
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-10-06T21:12:52.910Z] [INFO] Number of files to be formatted: 0
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO] Using compiler compliance level: JAVA_11
[2022-10-06T21:12:52.910Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-10-06T21:12:52.910Z] [INFO] Already Sorted: 0
[2022-10-06T21:12:52.910Z] [INFO] Needed Sorting: 0
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO] Skipping packaging of the test-jar
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO] No tests to run.
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO] No tests to run.
[2022-10-06T21:12:52.910Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.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-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-10-06T21:12:52.910Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-10-06T21:12:52.910Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T21:12:52.910Z] [INFO] Reactor Summary:
[2022-10-06T21:12:52.910Z] [INFO]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 2.110 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.053 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.048 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [05:47 min]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 16.533 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [01:03 min]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 39.527 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 28.943 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.028 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 28.616 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT FAILURE [ 15.232 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 25.920 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 30.561 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 36.716 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 15.678 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 12.012 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 25.789 s]
[2022-10-06T21:12:52.910Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.031 s]
[2022-10-06T21:12:52.910Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T21:12:52.910Z] [INFO] BUILD FAILURE
[2022-10-06T21:12:52.910Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T21:12:52.910Z] [INFO] Total time: 11:30 min
[2022-10-06T21:12:52.910Z] [INFO] Finished at: 2022-10-06T17:12:52-04:00
[2022-10-06T21:12:52.910Z] [INFO] ------------------------------------------------------------------------
[2022-10-06T21:12:52.911Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-06T21:12:52.911Z] [ERROR]
[2022-10-06T21:12:52.911Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-06T21:12:52.911Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-06T21:12:52.911Z] [ERROR] -> [Help 1]
[2022-10-06T21:12:52.911Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-06T21:12:52.911Z]
[2022-10-06T21:12:52.911Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-06T21:12:52.911Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-06T21:12:52.911Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-06T21:12:52.911Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-06T21:12:52.911Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-06T21:12:52.911Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-06T21:12:52.911Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-06T21:12:52.911Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-06T21:12:52.911Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-06T21:12:52.911Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-06T21:12:52.911Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-06T21:12:52.911Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-06T21:12:52.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-06T21:12:52.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-06T21:12:52.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-06T21:12:52.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-06T21:12:52.911Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-10-06T21:12:52.911Z]
[2022-10-06T21:12:52.911Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-06T21:12:52.911Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-06T21:12:52.911Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-10-06T21:12:52.911Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-10-06T21:12:52.911Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-10-06T21:12:52.911Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-06T21:12:52.911Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-06T21:12:52.911Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-06T21:12:52.911Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-06T21:12:52.911Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-06T21:12:52.911Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-06T21:12:52.911Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-06T21:12:52.911Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-06T21:12:52.911Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-06T21:12:52.911Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-06T21:12:52.911Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-06T21:12:52.911Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-06T21:12:52.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-06T21:12:52.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-06T21:12:52.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-06T21:12:52.911Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-06T21:12:52.911Z] [ERROR]
[2022-10-06T21:12:52.911Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-10-06T21:12:52.911Z] [ERROR]
[2022-10-06T21:12:52.911Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-10-06T21:12:52.911Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-10-06T21:12:52.911Z] [ERROR]
[2022-10-06T21:12:52.911Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-10-06T21:12:52.911Z] [ERROR] mvn -rf :process-postgresql-persistence-springboot
[2022-10-06T21:12:53.166Z] ::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 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-10-06T21:12:53.166Z] [INFO] Archive artifact won't be executed
[2022-10-06T21:12:53.166Z] ::group::[Pull Request Flow] Execution Summary...
[2022-10-06T21:12:53.166Z] [INFO] ----------------------------------------------
[2022-10-06T21:12:53.166Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 51.7s (171712 ms)
[2022-10-06T21:12:53.166Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 13.1s (193162 ms)
[2022-10-06T21:12:53.166Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 51.6s (171637 ms)
[2022-10-06T21:12:53.166Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 2m 34.1s (3754123 ms)
[2022-10-06T21:12:53.166Z] [INFO] ----------------------------------------------
[2022-10-06T21:12:53.166Z] ::endgroup::
[2022-10-06T21:12:53.421Z] [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 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree ; 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-10-06T21:12:53.421Z] [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 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree ; 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-10-06T21:12:53.486Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-10-06T21:12:53.571Z] Recording test results
[2022-10-06T21:12:59.495Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-10-06T21:12:59.516Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-10-06T21:13:01.900Z] + rm -rf console.log
[Pipeline] sh
[2022-10-06T21:13:02.198Z] + 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-examples.tests.kogito-examples/386/consoleText
[2022-10-06T21:13:02.198Z] + tail -n 300

@akumar074
Copy link
Contributor Author

Jenkins retest this

@kie-ci3
Copy link
Contributor

kie-ci3 commented Oct 7, 2022

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

Test results:

  • PASSED: 446
  • FAILED: 1

Those are the test failures:

Build projects / org.acme.deals.DealsRestIT.testDealsRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.acme.deals.DealsRestIT.testDealsRest(DealsRestIT.java:54)

See console log:

Console Logs [2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.apache.maven:maven-model-builder:jar:3.8.6:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.apache.maven:maven-builder-support:jar:3.8.6:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-api:jar:1.6.3:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-util:jar:1.6.3:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.apache.maven.shared:maven-shared-utils:jar:3.3.4:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- com.google.inject:guice:jar:no_aop:4.2.2:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.codehaus.plexus:plexus-cipher:jar:2.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | \- commons-cli:commons-cli:jar:1.4:test
[2022-10-07T03:49:01.125Z] [INFO] | | | +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:test
[2022-10-07T03:49:01.125Z] [INFO] | | | +- org.apache.maven:maven-settings-builder:jar:3.8.6:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | \- org.codehaus.plexus:plexus-interpolation:jar:1.26:test
[2022-10-07T03:49:01.125Z] [INFO] | | | +- org.apache.maven:maven-resolver-provider:jar:3.8.6:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.apache.maven:maven-repository-metadata:jar:3.8.6:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | \- org.codehaus.plexus:plexus-utils:jar:3.3.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.6.3:test
[2022-10-07T03:49:01.125Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-transport-wagon:jar:1.6.3:test
[2022-10-07T03:49:01.125Z] [INFO] | | | +- org.apache.maven.wagon:wagon-http:jar:3.5.1:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | +- org.apache.maven.wagon:wagon-http-shared:jar:3.5.1:test
[2022-10-07T03:49:01.125Z] [INFO] | | | | \- org.apache.maven.wagon:wagon-provider-api:jar:3.5.1:test
[2022-10-07T03:49:01.125Z] [INFO] | | | \- org.apache.maven.wagon:wagon-file:jar:3.5.1:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- io.quarkus:quarkus-bootstrap-gradle-resolver:jar:2.13.0.Final:test
[2022-10-07T03:49:01.125Z] [INFO] | +- io.quarkus:quarkus-junit5-properties:jar:2.13.0.Final:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.9.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.9.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | | +- org.opentest4j:opentest4j:jar:1.2.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | | +- org.junit.platform:junit-platform-commons:jar:1.9.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | | \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[2022-10-07T03:49:01.125Z] [INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.9.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.9.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.junit.platform:junit-platform-engine:jar:1.9.0:test
[2022-10-07T03:49:01.125Z] [INFO] | \- com.thoughtworks.xstream:xstream:jar:1.4.19:compile
[2022-10-07T03:49:01.125Z] [INFO] | \- io.github.x-stream:mxparser:jar:1.2.2:compile
[2022-10-07T03:49:01.125Z] [INFO] | \- xmlpull:xmlpull:jar:1.1.3.1:compile
[2022-10-07T03:49:01.125Z] [INFO] +- io.rest-assured:rest-assured:jar:4.5.1:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.codehaus.groovy:groovy:jar:3.0.9:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.codehaus.groovy:groovy-xml:jar:3.0.9:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.15:compile
[2022-10-07T03:49:01.125Z] [INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.13:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.hamcrest:hamcrest:jar:2.1:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[2022-10-07T03:49:01.125Z] [INFO] | +- io.rest-assured:json-path:jar:4.5.1:test
[2022-10-07T03:49:01.125Z] [INFO] | | +- org.codehaus.groovy:groovy-json:jar:3.0.9:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- io.rest-assured:rest-assured-common:jar:4.5.1:test
[2022-10-07T03:49:01.125Z] [INFO] | \- io.rest-assured:xml-path:jar:4.5.1:test
[2022-10-07T03:49:01.125Z] [INFO] +- org.assertj:assertj-core:jar:3.22.0:test
[2022-10-07T03:49:01.125Z] [INFO] +- com.github.tomakehurst:wiremock-jre8:jar:2.33.2:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty:jetty-server:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | +- javax.servlet:javax.servlet-api:jar:3.1.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | +- org.eclipse.jetty:jetty-http:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.eclipse.jetty:jetty-io:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty:jetty-servlet:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | +- org.eclipse.jetty:jetty-security:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.eclipse.jetty:jetty-util-ajax:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty:jetty-servlets:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | +- org.eclipse.jetty:jetty-continuation:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.eclipse.jetty:jetty-util:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty:jetty-webapp:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.eclipse.jetty:jetty-xml:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty:jetty-proxy:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.eclipse.jetty:jetty-client:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty.http2:http2-server:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.eclipse.jetty.http2:http2-common:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.eclipse.jetty.http2:http2-hpack:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-server:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-java-server:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-openjdk8-server:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-java-client:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.eclipse.jetty:jetty-alpn-client:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.eclipse.jetty:jetty-alpn-openjdk8-client:jar:9.4.46.v20220331:test
[2022-10-07T03:49:01.125Z] [INFO] | +- com.google.guava:guava:jar:31.1-jre:compile
[2022-10-07T03:49:01.125Z] [INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile
[2022-10-07T03:49:01.125Z] [INFO] | | +- org.checkerframework:checker-qual:jar:3.25.0:compile
[2022-10-07T03:49:01.125Z] [INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.15.0:compile
[2022-10-07T03:49:01.125Z] [INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[2022-10-07T03:49:01.125Z] [INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[2022-10-07T03:49:01.125Z] [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[2022-10-07T03:49:01.125Z] [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4:compile
[2022-10-07T03:49:01.125Z] [INFO] | +- org.apache.httpcomponents.client5:httpclient5:jar:5.1.3:test
[2022-10-07T03:49:01.125Z] [INFO] | | +- org.apache.httpcomponents.core5:httpcore5:jar:5.1.3:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.xmlunit:xmlunit-core:jar:2.9.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.xmlunit:xmlunit-legacy:jar:2.9.0:test
[2022-10-07T03:49:01.125Z] [INFO] | +- org.xmlunit:xmlunit-placeholders:jar:2.9.0:test
[2022-10-07T03:49:01.125Z] [INFO] | +- net.javacrumbs.json-unit:json-unit-core:jar:2.33.0:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- org.hamcrest:hamcrest-core:jar:2.2:test
[2022-10-07T03:49:01.125Z] [INFO] | +- com.jayway.jsonpath:json-path:jar:2.7.0:compile
[2022-10-07T03:49:01.125Z] [INFO] | | \- net.minidev:json-smart:jar:2.4.7:compile
[2022-10-07T03:49:01.125Z] [INFO] | | \- net.minidev:accessors-smart:jar:2.4.7:compile
[2022-10-07T03:49:01.125Z] [INFO] | +- org.ow2.asm:asm:jar:9.3:compile
[2022-10-07T03:49:01.125Z] [INFO] | +- org.slf4j:slf4j-api:jar:1.7.36:compile
[2022-10-07T03:49:01.125Z] [INFO] | +- net.sf.jopt-simple:jopt-simple:jar:5.0.4:test
[2022-10-07T03:49:01.125Z] [INFO] | +- com.github.jknack:handlebars:jar:4.3.0:test
[2022-10-07T03:49:01.125Z] [INFO] | +- com.github.jknack:handlebars-helpers:jar:4.3.0:test
[2022-10-07T03:49:01.125Z] [INFO] | +- commons-fileupload:commons-fileupload:jar:1.4:test
[2022-10-07T03:49:01.125Z] [INFO] | \- commons-io:commons-io:jar:2.11.0:compile
[2022-10-07T03:49:01.125Z] [INFO] +- org.kie.kogito.examples:serverless-workflow-newsletter-subscription-service:jar:1.0-SNAPSHOT:test
[2022-10-07T03:49:01.125Z] [INFO] | \- io.quarkus:quarkus-reactive-pg-client:jar:2.13.0.Final:test
[2022-10-07T03:49:01.125Z] [INFO] | +- io.quarkus:quarkus-reactive-datasource:jar:2.13.0.Final:test
[2022-10-07T03:49:01.125Z] [INFO] | | +- io.quarkus:quarkus-datasource:jar:2.13.0.Final:test
[2022-10-07T03:49:01.125Z] [INFO] | | | \- io.quarkus:quarkus-datasource-common:jar:2.13.0.Final:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- io.vertx:vertx-sql-client:jar:4.3.3:test
[2022-10-07T03:49:01.125Z] [INFO] | +- io.vertx:vertx-pg-client:jar:4.3.3:test
[2022-10-07T03:49:01.125Z] [INFO] | +- com.ongres.scram:client:jar:2.1:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- com.ongres.scram:common:jar:2.1:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- com.ongres.stringprep:saslprep:jar:1.1:test
[2022-10-07T03:49:01.125Z] [INFO] | | \- com.ongres.stringprep:stringprep:jar:1.1:test
[2022-10-07T03:49:01.125Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-pg-client:jar:2.26.0:test
[2022-10-07T03:49:01.125Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-sql-client:jar:2.26.0:test
[2022-10-07T03:49:01.125Z] [INFO] \- org.awaitility:awaitility:jar:4.2.0:test
[2022-10-07T03:49:01.125Z] [INFO]
[2022-10-07T03:49:01.125Z] [INFO] --------< org.kie.kogito.examples:serverless-workflow-examples >--------
[2022-10-07T03:49:01.125Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [20/20]
[2022-10-07T03:49:01.126Z] [INFO] --------------------------------[ pom ]---------------------------------
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO] You have 0 Checkstyle violations.
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-10-07T03:49:01.126Z] [INFO] Number of files to be formatted: 0
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- impsort-maven-plugin:1.5.0:sort (default) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO] Using compiler compliance level: JAVA_11
[2022-10-07T03:49:01.126Z] [INFO] Total Files Processed: 0 in 00:00.000
[2022-10-07T03:49:01.126Z] [INFO] Already Sorted: 0
[2022-10-07T03:49:01.126Z] [INFO] Needed Sorting: 0
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO] Skipping packaging of the test-jar
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO] No tests to run.
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO] No tests to run.
[2022-10-07T03:49:01.126Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/serverless-workflow-examples/target/failsafe-reports
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.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-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ serverless-workflow-examples ---
[2022-10-07T03:49:01.126Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2022-10-07T03:49:01.126Z] [INFO] ------------------------------------------------------------------------
[2022-10-07T03:49:01.126Z] [INFO] Reactor Summary:
[2022-10-07T03:49:01.126Z] [INFO]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 2.248 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.058 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.069 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [04:03 min]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 17.909 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [01:05 min]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 47.498 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 29.173 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.035 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 30.993 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT FAILURE [ 17.815 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 27.810 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 32.882 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 41.495 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 16.134 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.006 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 12.802 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 28.766 s]
[2022-10-07T03:49:01.126Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.037 s]
[2022-10-07T03:49:01.126Z] [INFO] ------------------------------------------------------------------------
[2022-10-07T03:49:01.126Z] [INFO] BUILD FAILURE
[2022-10-07T03:49:01.126Z] [INFO] ------------------------------------------------------------------------
[2022-10-07T03:49:01.126Z] [INFO] Total time: 10:17 min
[2022-10-07T03:49:01.126Z] [INFO] Finished at: 2022-10-06T23:49:00-04:00
[2022-10-07T03:49:01.126Z] [INFO] ------------------------------------------------------------------------
[2022-10-07T03:49:01.126Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-07T03:49:01.126Z] [ERROR]
[2022-10-07T03:49:01.126Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-07T03:49:01.126Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-07T03:49:01.126Z] [ERROR] -> [Help 1]
[2022-10-07T03:49:01.126Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project process-postgresql-persistence-springboot: There are test failures.
[2022-10-07T03:49:01.126Z]
[2022-10-07T03:49:01.126Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-07T03:49:01.126Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-07T03:49:01.126Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-10-07T03:49:01.126Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-07T03:49:01.126Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-07T03:49:01.126Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-07T03:49:01.126Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-07T03:49:01.126Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-07T03:49:01.126Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-07T03:49:01.126Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-07T03:49:01.126Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-07T03:49:01.126Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-07T03:49:01.126Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-07T03:49:01.126Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-07T03:49:01.126Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-07T03:49:01.126Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-07T03:49:01.126Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-07T03:49:01.126Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-07T03:49:01.126Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-07T03:49:01.126Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-07T03:49:01.126Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-07T03:49:01.126Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-07T03:49:01.126Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-07T03:49:01.126Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-07T03:49:01.126Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-07T03:49:01.126Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-10-07T03:49:01.126Z]
[2022-10-07T03:49:01.126Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-persistence/kogito-springboot-examples/process-postgresql-persistence-springboot/target/failsafe-reports for the individual test results.
[2022-10-07T03:49:01.127Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-10-07T03:49:01.127Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-10-07T03:49:01.127Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-10-07T03:49:01.127Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-10-07T03:49:01.127Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-10-07T03:49:01.127Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-10-07T03:49:01.127Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-10-07T03:49:01.127Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-10-07T03:49:01.127Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-10-07T03:49:01.127Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-10-07T03:49:01.127Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-10-07T03:49:01.127Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-10-07T03:49:01.127Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-10-07T03:49:01.127Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-10-07T03:49:01.127Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-10-07T03:49:01.127Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-10-07T03:49:01.127Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-10-07T03:49:01.127Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-10-07T03:49:01.127Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-10-07T03:49:01.127Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-10-07T03:49:01.127Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-10-07T03:49:01.127Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-10-07T03:49:01.127Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-10-07T03:49:01.127Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-10-07T03:49:01.127Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-10-07T03:49:01.127Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-10-07T03:49:01.127Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-10-07T03:49:01.127Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-10-07T03:49:01.127Z] [ERROR]
[2022-10-07T03:49:01.127Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-10-07T03:49:01.127Z] [ERROR]
[2022-10-07T03:49:01.127Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-10-07T03:49:01.127Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-10-07T03:49:01.127Z] [ERROR]
[2022-10-07T03:49:01.127Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-10-07T03:49:01.127Z] [ERROR] mvn -rf :process-postgresql-persistence-springboot
[2022-10-07T03:49:01.383Z] ::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 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree ; fi" -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2022-10-07T03:49:01.383Z] [INFO] Archive artifact won't be executed
[2022-10-07T03:49:01.383Z] ::group::[Pull Request Flow] Execution Summary...
[2022-10-07T03:49:01.383Z] [INFO] ----------------------------------------------
[2022-10-07T03:49:01.383Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 3m 7.9s (187911 ms)
[2022-10-07T03:49:01.383Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 21s (201070 ms)
[2022-10-07T03:49:01.383Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 3m 5.3s (185371 ms)
[2022-10-07T03:49:01.383Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 3m 43.9s (3823933 ms)
[2022-10-07T03:49:01.383Z] [INFO] ----------------------------------------------
[2022-10-07T03:49:01.383Z] ::endgroup::
[2022-10-07T03:49:01.639Z] [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 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree ; 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-10-07T03:49:01.639Z] [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 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree ; 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-10-07T03:49:01.711Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-10-07T03:49:01.809Z] Recording test results
[2022-10-07T03:49:07.192Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-10-07T03:49:07.214Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-10-07T03:49:09.568Z] + rm -rf console.log
[Pipeline] sh
[2022-10-07T03:49:09.883Z] + 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-examples.tests.kogito-examples/388/consoleText
[2022-10-07T03:49:09.883Z] + tail -n 300

@akumar074 akumar074 force-pushed the KOGITO-7676 branch 2 times, most recently from 34fdd44 to 2ca2f41 Compare October 7, 2022 09:12
@nmirasch
Copy link
Contributor

@akumar074 I guess the change would affect more examples with postgresql persistence enabled like: process-usertask-quarkus-with-console, or serverless-workflow-callback-quarkus. Can you double check the examples affected by the change, please? Thanks!

@akumar074
Copy link
Contributor Author

@nmirasch The examples mentioned above use the jdbc-addon with quarkus-postgresql instead of Postgresql-addon. The migration changes are currently for PostgreSQL-addon. Hence, these are unaffected by the change.

@nmirasch
Copy link
Contributor

@akumar074 makes sense, Thanks for the clarifications!

@akumar074
Copy link
Contributor Author

Thanks, @nmirasch !

@@ -64,6 +64,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>
<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

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

@akumar074 I guess this dependence is already under jdbc-persistence profile, adding that here it affect all the builds and -Ppersistence is failing regarding the driver expected has to be jdbc. Could you please check the work with the existing profiles: persistence and jdbc-persistence.

Copy link
Contributor Author

@akumar074 akumar074 Oct 19, 2022

Choose a reason for hiding this comment

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

@nmirasch I can add this dependency to persistence profile. This is due to the limitation of Flyway as it requires JDBC driver and does not support the reactive one yet.

@@ -1,2 +1,2 @@
# Quarkus
quarkus.http.test-port=0
Copy link
Contributor

Choose a reason for hiding this comment

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

@akumar074 unneeded change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added due to formatting. Will remove it.

@kie-ci3
Copy link
Contributor

kie-ci3 commented Oct 19, 2022

(tests) - kogito-examples job #401 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-examples.tests.kogito-examples/401/display/redirect
See console log:

Console Logs using credential kie-ci
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.37.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci service account with access to jboss-integration private github space
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d7a6a64461a18d569578dcd0cfbb487d5abbe103 (origin/main)
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f d7a6a64461a18d569578dcd0cfbb487d5abbe103 # timeout=10
Commit message: "PLANNER-2829 Remove INIT_BRANCH JobType (#658)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-10-19T05:51:06.682Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2022-10-19T05:51:06.849Z] Installing NodeJS from /var/jenkins_home/caches/nodejs/LINUX/amd64/16.2.0.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0 on rhos-01-kie-psi-rhel7-xlarge-2563
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-10-19T05:51:10.153Z] + printenv
[Pipeline] archiveArtifacts
[2022-10-19T05:51:10.267Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-10-19T05:51:11.347Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples
[Pipeline] {
[Pipeline] echo
[2022-10-19T05:51:11.378Z] [INFO] space left on the machine
[Pipeline] sh
[2022-10-19T05:51:11.734Z] + df -h
[2022-10-19T05:51:11.735Z] Filesystem Size Used Avail Use% Mounted on
[2022-10-19T05:51:11.735Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-10-19T05:51:11.735Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-10-19T05:51:11.735Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-10-19T05:51:11.735Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-10-19T05:51:11.735Z] /dev/vda1 80G 20G 61G 24% /
[2022-10-19T05:51:11.735Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-10-19T05:51:11.754Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-10-19T05:51:12.036Z] + du -h -d1 /home/jenkins
[2022-10-19T05:51:12.036Z] 4.0K /home/jenkins/.ssh
[2022-10-19T05:51:12.036Z] 0 /home/jenkins/go
[2022-10-19T05:51:12.036Z] 8.0K /home/jenkins/.vnc
[2022-10-19T05:51:12.036Z] 8.0K /home/jenkins/.m2
[2022-10-19T05:51:12.036Z] 2.1G /home/jenkins/git-repos
[2022-10-19T05:51:12.036Z] 8.0K /home/jenkins/.config
[2022-10-19T05:51:12.036Z] 4.0K /home/jenkins/.cekit
[2022-10-19T05:51:12.036Z] 82M /home/jenkins/virtenvs
[2022-10-19T05:51:12.036Z] 32M /home/jenkins/remoting
[2022-10-19T05:51:12.036Z] 0 /home/jenkins/.cache
[2022-10-19T05:51:12.036Z] 3.1M /home/jenkins/workspace
[2022-10-19T05:51:12.036Z] 0 /home/jenkins/.pki
[2022-10-19T05:51:12.036Z] 100M /home/jenkins/tools
[2022-10-19T05:51:12.036Z] 0 /home/jenkins/caches
[2022-10-19T05:51:12.036Z] 2.4G /home/jenkins
[Pipeline] echo
[2022-10-19T05:51:12.058Z] [INFO] space of workspace
[Pipeline] sh
[2022-10-19T05:51:12.345Z] + du -h -d3 /home/jenkins/workspace
[2022-10-19T05:51:12.345Z] 3.1M /home/jenkins/workspace/KIE/kogito/main
[2022-10-19T05:51:12.345Z] 3.1M /home/jenkins/workspace/KIE/kogito
[2022-10-19T05:51:12.345Z] 3.1M /home/jenkins/workspace/KIE
[2022-10-19T05:51:12.345Z] 3.1M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-10-19T05:51:12.883Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-10-19T05:51:13.637Z] [INFO] build-chain version recovered '2.3.36'
[Pipeline] sh
[2022-10-19T05:51:13.933Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-10-19T05:51:14.933Z] npm WARN ERESOLVE overriding peer dependency
[2022-10-19T05:51:14.933Z] npm WARN Found: @octokit/[email protected]
[2022-10-19T05:51:14.933Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-10-19T05:51:14.933Z] npm WARN @octokit/core@"^2.4.3" from @octokit/[email protected]
[2022-10-19T05:51:14.933Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-10-19T05:51:14.934Z] npm WARN @octokit/rest@"^17.6.0" from @kie/[email protected]
[2022-10-19T05:51:14.934Z] npm WARN node_modules/@kie/build-chain-action
[2022-10-19T05:51:14.934Z] npm WARN 1 more (@kie/build-chain-configuration-reader)
[2022-10-19T05:51:14.934Z] npm WARN 1 more (@octokit/plugin-paginate-rest)
[2022-10-19T05:51:14.934Z] npm WARN
[2022-10-19T05:51:14.934Z] npm WARN Could not resolve dependency:
[2022-10-19T05:51:14.934Z] npm WARN peer @octokit/core@">=3" from @octokit/[email protected]
[2022-10-19T05:51:14.934Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-10-19T05:51:14.934Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/[email protected]
[2022-10-19T05:51:14.934Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-10-19T05:51:17.563Z]
[2022-10-19T05:51:17.563Z] added 111 packages, and audited 112 packages in 4s
[2022-10-19T05:51:17.563Z]
[2022-10-19T05:51:17.563Z] 5 packages are looking for funding
[2022-10-19T05:51:17.563Z] run `npm fund` for details
[2022-10-19T05:51:17.563Z]
[2022-10-19T05:51:17.563Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-10-19T05:51:18.235Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2022-10-19T05:51:18.250Z] provisioning config files...
[2022-10-19T05:51:18.258Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples@tmp/config1220746241199006377tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-10-19T05:51:18.333Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-10-19T05:51:18.372Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-10-19T05:51:18.373Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-10-19T05:51:18.373Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-10-19T05:51:18.734Z] + build-chain-action -token=**** -df=https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -url=https://github.com/kiegroup/kogito-examples/pull/1404 -sp=kiegroup/kogito-examples --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples@tmp/config1220746241199006377tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-10-19T05:51:18.990Z] [INFO] Executing pull request flow for https://github.com/kiegroup/kogito-examples/pull/1404 in bc
[2022-10-19T05:51:18.990Z] (node:8158) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-10-19T05:51:18.990Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-10-19T05:51:19.246Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-10-19T05:51:19.534Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-10-19T05:51:19.534Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples'
[2022-10-19T05:51:19.534Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-10-19T05:51:19.534Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-10-19T05:51:19.534Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-10-19T05:51:19.534Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples'
[2022-10-19T05:51:19.534Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-10-19T05:51:19.534Z] BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-10-19T05:51:19.534Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-10-19T05:51:19.534Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples'
[2022-10-19T05:51:19.534Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-10-19T05:51:19.534Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' dependency:tree' value
[2022-10-19T05:51:19.534Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" dependency:tree"
[2022-10-19T05:51:19.534Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples'
[2022-10-19T05:51:19.534Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-10-19T05:51:19.534Z] BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-10-19T05:51:19.534Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"
[2022-10-19T05:51:19.534Z] ::endgroup::
[2022-10-19T05:51:19.790Z] ::group::[Pull Request Flow] Execution Plan...
[2022-10-19T05:51:19.790Z] [INFO] ----------------------------------------------
[2022-10-19T05:51:19.790Z] [INFO] [4] projects will be executed
[2022-10-19T05:51:19.790Z]
[2022-10-19T05:51:19.790Z] [INFO] [kiegroup/drools]
[2022-10-19T05:51:19.790Z] [INFO] Level Type: [upstream].
[2022-10-19T05:51:19.790Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-10-19T05:51:19.790Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-10-19T05:51:19.790Z]
[2022-10-19T05:51:19.790Z] [INFO] [kiegroup/kogito-runtimes]
[2022-10-19T05:51:19.790Z] [INFO] Level Type: [upstream].
[2022-10-19T05:51:19.790Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2022-10-19T05:51:19.790Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-10-19T05:51:19.790Z]
[2022-10-19T05:51:19.790Z] [INFO] [kiegroup/kogito-apps]
[2022-10-19T05:51:19.790Z] [INFO] Level Type: [upstream].
[2022-10-19T05:51:19.790Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-10-19T05:51:19.790Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-10-19T05:51:19.790Z]
[2022-10-19T05:51:19.790Z] [INFO] [kiegroup/kogito-examples]
[2022-10-19T05:51:19.790Z] [INFO] Level Type: [current].
[2022-10-19T05:51:19.790Z] [INFO] [
[2022-10-19T05:51:19.790Z] �[32m'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-10-19T05:51:19.790Z] �[32m'bash -c "if [ \'${{ env.DISABLE_PERSISTENCE }}\' != \'true\' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m,
[2022-10-19T05:51:19.790Z] �[32m'bash -c "if [ \'${{ env.DISABLE_EVENTS }}\' != \'true\' ]; then mvn -f kogito-examples-events/pom.xml clean install -Pevents ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m
[2022-10-19T05:51:19.790Z] ]
[2022-10-19T05:51:19.790Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-10-19T05:51:19.790Z]
[2022-10-19T05:51:19.790Z] [INFO] ----------------------------------------------
[2022-10-19T05:51:19.790Z] ::endgroup::
[2022-10-19T05:51:19.790Z] ::group::[Pull Request Flow] Checking out kiegroup/kogito-examples and its dependencies
[2022-10-19T05:51:19.790Z] [INFO] Tree for project kiegroup/kogito-examples. Dependencies:
[2022-10-19T05:51:19.790Z] kiegroup/drools,
[2022-10-19T05:51:19.790Z] kiegroup/kogito-runtimes,
[2022-10-19T05:51:19.790Z] kiegroup/kogito-apps,
[2022-10-19T05:51:19.790Z] kiegroup/kogito-examples
[2022-10-19T05:51:19.790Z] [INFO] [kiegroup/drools] Checking out project
[2022-10-19T05:51:20.352Z] [WARN] project github.com/akumar074/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-10-19T05:51:20.352Z] [WARN] project github.com/kiegroup/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-10-19T05:51:20.353Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-10-19T05:51:35.340Z] [INFO] [kiegroup/drools] Checked out.
[2022-10-19T05:51:35.340Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-10-19T05:51:37.296Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-10-19T05:51:37.296Z] [INFO] [kiegroup/kogito-runtimes] Checking out project
[2022-10-19T05:51:37.554Z] [INFO] [kiegroup/kogito-runtimes] Merging https://github.com/kiegroup/kogito-runtimes:main into https://github.com/akumar074/kogito-runtimes:KOGITO-7676
[2022-10-19T05:51:52.545Z] [ERROR] command git pull --no-rebase https://****@github.com/akumar074/kogito-runtimes KOGITO-7676 failed with code 1. Error Message: From https://github.com/akumar074/kogito-runtimes
[2022-10-19T05:51:52.545Z] * branch KOGITO-7676 -> FETCH_HEAD
[2022-10-19T05:51:52.545Z] Auto-merging kogito-build/kogito-dependencies-bom/pom.xml
[2022-10-19T05:51:52.545Z] CONFLICT (content): Merge conflict in kogito-build/kogito-dependencies-bom/pom.xml
[2022-10-19T05:51:52.545Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-10-19T05:51:52.545Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-10-19T05:51:52.649Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-10-19T05:51:52.783Z] Recording test results
[2022-10-19T05:51:53.483Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-2563
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:159)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:253)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-10-19T05:51:53.889Z] + rm -rf console.log
[Pipeline] sh

@akumar074
Copy link
Contributor Author

@radtriste @nmirasch We have a green build on CI. Please take a look.

Copy link
Contributor

@nmirasch nmirasch left a comment

Choose a reason for hiding this comment

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

I think it makes sense to merge the both touched examples working with all the profiles, as it explained in the readme's.

@@ -4,9 +4,8 @@ kogito.persistence.type=postgresql

quarkus.datasource.username=kogito-user
quarkus.datasource.password=kogito-pass
quarkus.datasource.reactive.url=postgresql://localhost:5432/kogito
quarkus.datasource.jdbc.url=jdbc://localhost:5432/kogito
Copy link
Contributor

Choose a reason for hiding this comment

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

To make this work I needed to change this property to:
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/kogito

Even when running with 'mvn clean compile quarkus:dev -Ppersistence` it throws the error:

Failed to start application (with profile dev): org.flywaydb.core.internal.license.FlywayEditionUpgradeRequiredException: Flyway Teams Edition or PostgreSQL upgrade required: PostgreSQL 9.6 is no longer supported by Flyway Community Edition, but still supported by Flyway Teams Edition. at org.flywaydb.core.internal.database.base.Database.ensureDatabaseNotOlderThanOtherwiseRecommendUpgradeToFlywayEdition(Database.java:130)

I guess the same issue about the version and flyway is happening in springboot example, Could you check it?

Copy link
Contributor

Choose a reason for hiding this comment

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

@akumar074 could you double check also the other profiles?.
With mvn clean compile quarkus:dev -Pjdbc-persistence
Only updating this properties in jdbc.properties I saw it working :
quarkus.datasource.password=pass
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/kogito

Copy link
Contributor

Choose a reason for hiding this comment

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

@akumar074 I saw many differences between the configuration and docker-compose provided like the postgres user default password.

Copy link
Contributor Author

@akumar074 akumar074 Nov 7, 2022

Choose a reason for hiding this comment

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

@nmirasch I updated the changes and the username and passwords configurations. Please take a look.

@nmirasch
Copy link
Contributor

Hello @akumar074, trying process-postgres-persistence-quarkus, this error is thrown and the table is not created:

ERROR [org.kie.kog.per.pos.PostgresqlProcessInstances] (main) Error creating process_instances table, the database should be configured properly before starting the application: java.util.concurrent.ExecutionException: io.vertx.pgclient.PgException: FATAL: database "db" does not exist (3D000).

@akumar074
Copy link
Contributor Author

Hello @nmirasch ,
I tested this earlier with both the dev and executable and was fine. I am having trouble with the local docker setup right now. I will check it again.
Thanks

@akumar074
Copy link
Contributor Author

@nmirasch I tested the process-postgres-persistence-quarkus with default, persistence & jdbc-persistence and it seems to working fine locally. Can you please check if the images are properly build here.

@kie-ci3
Copy link
Contributor

kie-ci3 commented Nov 16, 2022

(tests) - kogito-quarkus-examples job #6 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-examples.tests.kogito-quarkus-examples/6/display/redirect
See console log:

Console Logs [Pipeline] { (Declarative: Tool Install)
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.38.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci service account with access to jboss-integration private github space
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 99c504bba826bfa0a08f11c6b80ea596d213dbb2 # timeout=10
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T11:06:15.546Z] + printenv
[Pipeline] archiveArtifacts
[2022-11-16T11:06:15.572Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-11-16T11:06:16.065Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2022-11-16T11:06:16.098Z] [INFO] space left on the machine
[Pipeline] sh
[2022-11-16T11:06:16.374Z] + df -h
[2022-11-16T11:06:16.375Z] Filesystem Size Used Avail Use% Mounted on
[2022-11-16T11:06:16.375Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-11-16T11:06:16.375Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-11-16T11:06:16.375Z] tmpfs 7.8G 33M 7.8G 1% /run
[2022-11-16T11:06:16.375Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-11-16T11:06:16.375Z] /dev/vda1 80G 28G 53G 35% /
[2022-11-16T11:06:16.375Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-11-16T11:06:16.398Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-11-16T11:06:16.676Z] + du -h -d1 /home/jenkins
[2022-11-16T11:06:16.677Z] 4.0K /home/jenkins/.ssh
[2022-11-16T11:06:16.677Z] 0 /home/jenkins/go
[2022-11-16T11:06:16.677Z] 8.0K /home/jenkins/.vnc
[2022-11-16T11:06:16.677Z] 38M /home/jenkins/.m2
[2022-11-16T11:06:16.677Z] 2.2G /home/jenkins/git-repos
[2022-11-16T11:06:16.677Z] 56M /home/jenkins/.config
[2022-11-16T11:06:16.677Z] 4.0K /home/jenkins/.cekit
[2022-11-16T11:06:16.677Z] 69M /home/jenkins/virtenvs
[2022-11-16T11:06:16.677Z] 33M /home/jenkins/remoting
[2022-11-16T11:06:16.931Z] 2.5G /home/jenkins/.cache
[2022-11-16T11:06:16.931Z] 3.2M /home/jenkins/workspace
[2022-11-16T11:06:16.931Z] 28K /home/jenkins/.pki
[2022-11-16T11:06:16.931Z] 0 /home/jenkins/caches
[2022-11-16T11:06:16.931Z] 1.3G /home/jenkins/.gradle
[2022-11-16T11:06:17.185Z] 532M /home/jenkins/.npm
[2022-11-16T11:06:17.185Z] 0 /home/jenkins/.yarn
[2022-11-16T11:06:17.185Z] 0 /home/jenkins/.mozilla
[2022-11-16T11:06:17.185Z] 259M /home/jenkins/tools
[2022-11-16T11:06:17.185Z] 8.0K /home/jenkins/.java
[2022-11-16T11:06:17.185Z] 6.9G /home/jenkins
[Pipeline] echo
[2022-11-16T11:06:17.212Z] [INFO] space of workspace
[Pipeline] sh
[2022-11-16T11:06:17.489Z] + du -h -d3 /home/jenkins/workspace
[2022-11-16T11:06:17.490Z] 3.2M /home/jenkins/workspace/KIE/kogito/main
[2022-11-16T11:06:17.490Z] 0 /home/jenkins/workspace/KIE/kogito/1.13.x-blue
[2022-11-16T11:06:17.490Z] 0 /home/jenkins/workspace/KIE/kogito/1.13.x
[2022-11-16T11:06:17.490Z] 3.2M /home/jenkins/workspace/KIE/kogito
[2022-11-16T11:06:17.490Z] 0 /home/jenkins/workspace/KIE/7.67.x/daily-build-jdk11
[2022-11-16T11:06:17.490Z] 0 /home/jenkins/workspace/KIE/7.67.x
[2022-11-16T11:06:17.490Z] 0 /home/jenkins/workspace/KIE/main/daily-build-jdk11
[2022-11-16T11:06:17.490Z] 0 /home/jenkins/workspace/KIE/main
[2022-11-16T11:06:17.490Z] 3.2M /home/jenkins/workspace/KIE
[2022-11-16T11:06:17.490Z] 3.2M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-11-16T11:06:17.841Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-11-16T11:06:18.081Z] [INFO] build-chain version recovered '2.3.36'
[Pipeline] sh
[2022-11-16T11:06:18.361Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-11-16T11:06:19.286Z] npm WARN ERESOLVE overriding peer dependency
[2022-11-16T11:06:19.286Z] npm WARN Found: @octokit/[email protected]
[2022-11-16T11:06:19.286Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-11-16T11:06:19.286Z] npm WARN @octokit/core@"^2.4.3" from @octokit/[email protected]
[2022-11-16T11:06:19.286Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T11:06:19.286Z] npm WARN @octokit/rest@"^17.6.0" from @kie/[email protected]
[2022-11-16T11:06:19.286Z] npm WARN node_modules/@kie/build-chain-action
[2022-11-16T11:06:19.286Z] npm WARN 1 more (@octokit/plugin-paginate-rest)
[2022-11-16T11:06:19.286Z] npm WARN
[2022-11-16T11:06:19.286Z] npm WARN Could not resolve dependency:
[2022-11-16T11:06:19.286Z] npm WARN peer @octokit/core@">=3" from @octokit/[email protected]
[2022-11-16T11:06:19.286Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-11-16T11:06:19.286Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/[email protected]
[2022-11-16T11:06:19.286Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T11:06:20.645Z]
[2022-11-16T11:06:20.645Z] changed 110 packages, and audited 111 packages in 2s
[2022-11-16T11:06:20.645Z]
[2022-11-16T11:06:20.645Z] 5 packages are looking for funding
[2022-11-16T11:06:20.645Z] run `npm fund` for details
[2022-11-16T11:06:20.645Z]
[2022-11-16T11:06:20.645Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] configFileProvider
[2022-11-16T11:06:21.086Z] provisioning config files...
[2022-11-16T11:06:21.091Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config17956339180281372795tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-11-16T11:06:21.133Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2022-11-16T11:06:21.177Z] BUILD_MVN_OPTS = -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config17956339180281372795tmp
[Pipeline] echo
[2022-11-16T11:06:21.191Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] sh
[2022-11-16T11:06:21.208Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-11-16T11:06:21.208Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-11-16T11:06:21.208Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-11-16T11:06:21.475Z] + build-chain-action -token=**** -df=https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -url=https://github.com/kiegroup/kogito-examples/pull/1404 -sp=kiegroup/kogito-examples --skipParallelCheckout
[2022-11-16T11:06:21.731Z] [INFO] Executing pull request flow for https://github.com/kiegroup/kogito-examples/pull/1404 in bc
[2022-11-16T11:06:21.731Z] (node:14342) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-11-16T11:06:21.731Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-11-16T11:06:21.986Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-11-16T11:06:22.546Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-11-16T11:06:22.546Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config17956339180281372795tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples'
[2022-11-16T11:06:22.546Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T11:06:22.546Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config17956339180281372795tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-11-16T11:06:22.546Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config17956339180281372795tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T11:06:22.546Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config17956339180281372795tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples'
[2022-11-16T11:06:22.546Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config17956339180281372795tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T11:06:22.546Z] BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config17956339180281372795tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T11:06:22.546Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config17956339180281372795tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T11:06:22.546Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples'
[2022-11-16T11:06:22.546Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T11:06:22.546Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' dependency:tree' value
[2022-11-16T11:06:22.546Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" dependency:tree"
[2022-11-16T11:06:22.546Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples'
[2022-11-16T11:06:22.546Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T11:06:22.546Z] BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T11:06:22.546Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"
[2022-11-16T11:06:22.546Z] [INFO] Execute command 'echo "KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-quarkus-examples/"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples'
[2022-11-16T11:06:22.546Z] [command]/usr/bin/echo KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-quarkus-examples/
[2022-11-16T11:06:22.546Z] KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-quarkus-examples/
[2022-11-16T11:06:22.546Z] ::notice title= [PRE] [Execution OK]::echo "KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-quarkus-examples/"
[2022-11-16T11:06:22.546Z] ::endgroup::
[2022-11-16T11:06:22.546Z] ::group::[Pull Request Flow] Execution Plan...
[2022-11-16T11:06:22.546Z] [INFO] ----------------------------------------------
[2022-11-16T11:06:22.546Z] [INFO] [4] projects will be executed
[2022-11-16T11:06:22.546Z]
[2022-11-16T11:06:22.546Z] [INFO] [kiegroup/drools]
[2022-11-16T11:06:22.546Z] [INFO] Level Type: [upstream].
[2022-11-16T11:06:22.546Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T11:06:22.546Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:06:22.546Z]
[2022-11-16T11:06:22.546Z] [INFO] [kiegroup/kogito-runtimes]
[2022-11-16T11:06:22.546Z] [INFO] Level Type: [upstream].
[2022-11-16T11:06:22.546Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T11:06:22.546Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:06:22.546Z]
[2022-11-16T11:06:22.546Z] [INFO] [kiegroup/kogito-apps]
[2022-11-16T11:06:22.546Z] [INFO] Level Type: [upstream].
[2022-11-16T11:06:22.546Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T11:06:22.546Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:06:22.546Z]
[2022-11-16T11:06:22.546Z] [INFO] [kiegroup/kogito-examples]
[2022-11-16T11:06:22.546Z] [INFO] Level Type: [current].
[2022-11-16T11:06:22.546Z] [INFO] [
[2022-11-16T11:06:22.546Z] �[32m'mvn -f kogito-examples/pom.xml -pl :kogito-examples clean install ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T11:06:22.546Z] �[32m'mvn -f kogito-examples/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T11:06:22.546Z] �[32m'bash -c "if [ \'${{ env.DISABLE_PERSISTENCE }}\' != \'true\' ]; then mvn -f kogito-examples-persistence/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Ppersistence ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m,
[2022-11-16T11:06:22.546Z] �[32m'bash -c "if [ \'${{ env.DISABLE_EVENTS }}\' != \'true\' ]; then mvn -f kogito-examples-events/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Pevents ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m
[2022-11-16T11:06:22.546Z] ]
[2022-11-16T11:06:22.546Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:06:22.546Z]
[2022-11-16T11:06:22.546Z] [INFO] ----------------------------------------------
[2022-11-16T11:06:22.546Z] ::endgroup::
[2022-11-16T11:06:22.546Z] ::group::[Pull Request Flow] Checking out kiegroup/kogito-examples and its dependencies
[2022-11-16T11:06:22.546Z] [INFO] Tree for project kiegroup/kogito-examples. Dependencies:
[2022-11-16T11:06:22.546Z] kiegroup/drools,
[2022-11-16T11:06:22.546Z] kiegroup/kogito-runtimes,
[2022-11-16T11:06:22.546Z] kiegroup/kogito-apps,
[2022-11-16T11:06:22.546Z] kiegroup/kogito-examples
[2022-11-16T11:06:22.546Z] [INFO] [kiegroup/drools] Checking out project
[2022-11-16T11:06:22.801Z] [WARN] project github.com/akumar074/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T11:06:23.055Z] [WARN] project github.com/kiegroup/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T11:06:23.055Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-11-16T11:06:37.875Z] [INFO] [kiegroup/drools] Checked out.
[2022-11-16T11:06:37.875Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-11-16T11:06:40.385Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-11-16T11:06:40.385Z] [INFO] [kiegroup/kogito-runtimes] Checking out project
[2022-11-16T11:06:40.641Z] [INFO] [kiegroup/kogito-runtimes] Merging https://github.com/kiegroup/kogito-runtimes:main into https://github.com/akumar074/kogito-runtimes:KOGITO-7676
[2022-11-16T11:06:55.462Z] [ERROR] command git pull --no-rebase https://****@github.com/akumar074/kogito-runtimes KOGITO-7676 failed with code 1. Error Message: From https://github.com/akumar074/kogito-runtimes
[2022-11-16T11:06:55.462Z] * branch KOGITO-7676 -> FETCH_HEAD
[2022-11-16T11:06:55.462Z] Auto-merging addons/common/persistence/postgresql/src/test/java/org/kie/persistence/postgresql/PostgresqlProcessInstancesIT.java
[2022-11-16T11:06:55.462Z] Auto-merging kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T11:06:55.462Z] CONFLICT (content): Merge conflict in kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T11:06:55.462Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-11-16T11:06:55.462Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-11-16T11:06:55.532Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-11-16T11:06:55.635Z] Recording test results
[2022-11-16T11:06:56.085Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-3834
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:159)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:253)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T11:06:56.410Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Nov 16, 2022

(tests) - kogito-springboot-examples job #6 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-examples.tests.kogito-springboot-examples/6/display/redirect
See console log:

Console Logs [Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.38.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci service account with access to jboss-integration private github space
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 99c504bba826bfa0a08f11c6b80ea596d213dbb2 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T11:07:03.419Z] + printenv
[Pipeline] archiveArtifacts
[2022-11-16T11:07:03.446Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-11-16T11:07:03.845Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2022-11-16T11:07:03.882Z] [INFO] space left on the machine
[Pipeline] sh
[2022-11-16T11:07:04.158Z] + df -h
[2022-11-16T11:07:04.159Z] Filesystem Size Used Avail Use% Mounted on
[2022-11-16T11:07:04.159Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-11-16T11:07:04.159Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-11-16T11:07:04.159Z] tmpfs 7.8G 33M 7.8G 1% /run
[2022-11-16T11:07:04.159Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-11-16T11:07:04.159Z] /dev/vda1 80G 28G 53G 35% /
[2022-11-16T11:07:04.159Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-11-16T11:07:04.186Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-11-16T11:07:04.470Z] + du -h -d1 /home/jenkins
[2022-11-16T11:07:04.470Z] 4.0K /home/jenkins/.ssh
[2022-11-16T11:07:04.470Z] 0 /home/jenkins/go
[2022-11-16T11:07:04.470Z] 8.0K /home/jenkins/.vnc
[2022-11-16T11:07:04.470Z] 38M /home/jenkins/.m2
[2022-11-16T11:07:04.470Z] 2.2G /home/jenkins/git-repos
[2022-11-16T11:07:04.470Z] 56M /home/jenkins/.config
[2022-11-16T11:07:04.470Z] 4.0K /home/jenkins/.cekit
[2022-11-16T11:07:04.470Z] 69M /home/jenkins/virtenvs
[2022-11-16T11:07:04.470Z] 33M /home/jenkins/remoting
[2022-11-16T11:07:04.731Z] 2.5G /home/jenkins/.cache
[2022-11-16T11:07:04.731Z] 3.2M /home/jenkins/workspace
[2022-11-16T11:07:04.731Z] 28K /home/jenkins/.pki
[2022-11-16T11:07:04.731Z] 0 /home/jenkins/caches
[2022-11-16T11:07:04.731Z] 1.3G /home/jenkins/.gradle
[2022-11-16T11:07:04.986Z] 532M /home/jenkins/.npm
[2022-11-16T11:07:04.986Z] 0 /home/jenkins/.yarn
[2022-11-16T11:07:04.986Z] 0 /home/jenkins/.mozilla
[2022-11-16T11:07:04.986Z] 259M /home/jenkins/tools
[2022-11-16T11:07:04.986Z] 8.0K /home/jenkins/.java
[2022-11-16T11:07:04.986Z] 6.9G /home/jenkins
[Pipeline] echo
[2022-11-16T11:07:05.012Z] [INFO] space of workspace
[Pipeline] sh
[2022-11-16T11:07:05.290Z] + du -h -d3 /home/jenkins/workspace
[2022-11-16T11:07:05.291Z] 3.2M /home/jenkins/workspace/KIE/kogito/main
[2022-11-16T11:07:05.291Z] 0 /home/jenkins/workspace/KIE/kogito/1.13.x-blue
[2022-11-16T11:07:05.291Z] 0 /home/jenkins/workspace/KIE/kogito/1.13.x
[2022-11-16T11:07:05.291Z] 3.2M /home/jenkins/workspace/KIE/kogito
[2022-11-16T11:07:05.291Z] 0 /home/jenkins/workspace/KIE/7.67.x/daily-build-jdk11
[2022-11-16T11:07:05.291Z] 0 /home/jenkins/workspace/KIE/7.67.x
[2022-11-16T11:07:05.291Z] 0 /home/jenkins/workspace/KIE/main/daily-build-jdk11
[2022-11-16T11:07:05.291Z] 0 /home/jenkins/workspace/KIE/main
[2022-11-16T11:07:05.291Z] 3.2M /home/jenkins/workspace/KIE
[2022-11-16T11:07:05.291Z] 3.2M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-11-16T11:07:05.634Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-11-16T11:07:05.742Z] [INFO] build-chain version recovered '2.3.36'
[Pipeline] sh
[2022-11-16T11:07:06.027Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-11-16T11:07:06.586Z] npm WARN ERESOLVE overriding peer dependency
[2022-11-16T11:07:06.586Z] npm WARN Found: @octokit/[email protected]
[2022-11-16T11:07:06.586Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-11-16T11:07:06.586Z] npm WARN @octokit/core@"^2.4.3" from @octokit/[email protected]
[2022-11-16T11:07:06.586Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T11:07:06.586Z] npm WARN @octokit/rest@"^17.6.0" from @kie/[email protected]
[2022-11-16T11:07:06.586Z] npm WARN node_modules/@kie/build-chain-action
[2022-11-16T11:07:06.586Z] npm WARN 1 more (@octokit/plugin-paginate-rest)
[2022-11-16T11:07:06.586Z] npm WARN
[2022-11-16T11:07:06.586Z] npm WARN Could not resolve dependency:
[2022-11-16T11:07:06.586Z] npm WARN peer @octokit/core@">=3" from @octokit/[email protected]
[2022-11-16T11:07:06.586Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-11-16T11:07:06.586Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/[email protected]
[2022-11-16T11:07:06.586Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T11:07:07.947Z]
[2022-11-16T11:07:07.947Z] changed 110 packages, and audited 111 packages in 2s
[2022-11-16T11:07:07.947Z]
[2022-11-16T11:07:07.947Z] 5 packages are looking for funding
[2022-11-16T11:07:07.947Z] run `npm fund` for details
[2022-11-16T11:07:07.947Z]
[2022-11-16T11:07:07.947Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] configFileProvider
[2022-11-16T11:07:08.367Z] provisioning config files...
[2022-11-16T11:07:08.371Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config2496110052075652391tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-11-16T11:07:08.410Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2022-11-16T11:07:08.453Z] BUILD_MVN_OPTS = -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config2496110052075652391tmp
[Pipeline] echo
[2022-11-16T11:07:08.469Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] sh
[2022-11-16T11:07:08.485Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-11-16T11:07:08.485Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-11-16T11:07:08.485Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-11-16T11:07:08.760Z] + build-chain-action -token=**** -df=https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -url=https://github.com/kiegroup/kogito-examples/pull/1404 -sp=kiegroup/kogito-examples --skipParallelCheckout
[2022-11-16T11:07:09.014Z] [INFO] Executing pull request flow for https://github.com/kiegroup/kogito-examples/pull/1404 in bc
[2022-11-16T11:07:09.014Z] (node:14670) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-11-16T11:07:09.014Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-11-16T11:07:09.268Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-11-16T11:07:09.525Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-11-16T11:07:09.525Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config2496110052075652391tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples'
[2022-11-16T11:07:09.525Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T11:07:09.525Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config2496110052075652391tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-11-16T11:07:09.525Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config2496110052075652391tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T11:07:09.525Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config2496110052075652391tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples'
[2022-11-16T11:07:09.525Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config2496110052075652391tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T11:07:09.525Z] BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config2496110052075652391tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T11:07:09.525Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config2496110052075652391tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T11:07:09.525Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples'
[2022-11-16T11:07:09.525Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T11:07:09.525Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' dependency:tree' value
[2022-11-16T11:07:09.525Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" dependency:tree"
[2022-11-16T11:07:09.525Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples'
[2022-11-16T11:07:09.525Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T11:07:09.525Z] BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T11:07:09.525Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"
[2022-11-16T11:07:09.525Z] [INFO] Execute command 'echo "KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-springboot-examples/"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples'
[2022-11-16T11:07:09.525Z] [command]/usr/bin/echo KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-springboot-examples/
[2022-11-16T11:07:09.525Z] KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-springboot-examples/
[2022-11-16T11:07:09.525Z] ::notice title= [PRE] [Execution OK]::echo "KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-springboot-examples/"
[2022-11-16T11:07:09.525Z] ::endgroup::
[2022-11-16T11:07:09.525Z] ::group::[Pull Request Flow] Execution Plan...
[2022-11-16T11:07:09.525Z] [INFO] ----------------------------------------------
[2022-11-16T11:07:09.525Z] [INFO] [4] projects will be executed
[2022-11-16T11:07:09.525Z]
[2022-11-16T11:07:09.525Z] [INFO] [kiegroup/drools]
[2022-11-16T11:07:09.525Z] [INFO] Level Type: [upstream].
[2022-11-16T11:07:09.525Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T11:07:09.525Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:07:09.525Z]
[2022-11-16T11:07:09.525Z] [INFO] [kiegroup/kogito-runtimes]
[2022-11-16T11:07:09.525Z] [INFO] Level Type: [upstream].
[2022-11-16T11:07:09.525Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T11:07:09.525Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:07:09.525Z]
[2022-11-16T11:07:09.525Z] [INFO] [kiegroup/kogito-apps]
[2022-11-16T11:07:09.525Z] [INFO] Level Type: [upstream].
[2022-11-16T11:07:09.525Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T11:07:09.525Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:07:09.525Z]
[2022-11-16T11:07:09.525Z] [INFO] [kiegroup/kogito-examples]
[2022-11-16T11:07:09.525Z] [INFO] Level Type: [current].
[2022-11-16T11:07:09.525Z] [INFO] [
[2022-11-16T11:07:09.525Z] �[32m'mvn -f kogito-examples/pom.xml -pl :kogito-examples clean install ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T11:07:09.525Z] �[32m'mvn -f kogito-examples/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T11:07:09.525Z] �[32m'bash -c "if [ \'${{ env.DISABLE_PERSISTENCE }}\' != \'true\' ]; then mvn -f kogito-examples-persistence/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Ppersistence ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m,
[2022-11-16T11:07:09.525Z] �[32m'bash -c "if [ \'${{ env.DISABLE_EVENTS }}\' != \'true\' ]; then mvn -f kogito-examples-events/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Pevents ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m
[2022-11-16T11:07:09.525Z] ]
[2022-11-16T11:07:09.525Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:07:09.525Z]
[2022-11-16T11:07:09.525Z] [INFO] ----------------------------------------------
[2022-11-16T11:07:09.525Z] ::endgroup::
[2022-11-16T11:07:09.525Z] ::group::[Pull Request Flow] Checking out kiegroup/kogito-examples and its dependencies
[2022-11-16T11:07:09.525Z] [INFO] Tree for project kiegroup/kogito-examples. Dependencies:
[2022-11-16T11:07:09.525Z] kiegroup/drools,
[2022-11-16T11:07:09.525Z] kiegroup/kogito-runtimes,
[2022-11-16T11:07:09.525Z] kiegroup/kogito-apps,
[2022-11-16T11:07:09.525Z] kiegroup/kogito-examples
[2022-11-16T11:07:09.525Z] [INFO] [kiegroup/drools] Checking out project
[2022-11-16T11:07:09.779Z] [WARN] project github.com/akumar074/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T11:07:10.034Z] [WARN] project github.com/kiegroup/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T11:07:10.034Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-11-16T11:07:24.859Z] [INFO] [kiegroup/drools] Checked out.
[2022-11-16T11:07:24.859Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-11-16T11:07:26.748Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-11-16T11:07:26.748Z] [INFO] [kiegroup/kogito-runtimes] Checking out project
[2022-11-16T11:07:27.003Z] [INFO] [kiegroup/kogito-runtimes] Merging https://github.com/kiegroup/kogito-runtimes:main into https://github.com/akumar074/kogito-runtimes:KOGITO-7676
[2022-11-16T11:07:41.826Z] [ERROR] command git pull --no-rebase https://****@github.com/akumar074/kogito-runtimes KOGITO-7676 failed with code 1. Error Message: From https://github.com/akumar074/kogito-runtimes
[2022-11-16T11:07:41.826Z] * branch KOGITO-7676 -> FETCH_HEAD
[2022-11-16T11:07:41.826Z] Auto-merging addons/common/persistence/postgresql/src/test/java/org/kie/persistence/postgresql/PostgresqlProcessInstancesIT.java
[2022-11-16T11:07:41.826Z] Auto-merging kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T11:07:41.826Z] CONFLICT (content): Merge conflict in kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T11:07:41.826Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-11-16T11:07:41.826Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-11-16T11:07:41.923Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-11-16T11:07:42.025Z] Recording test results
[2022-11-16T11:07:42.423Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-3834
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:159)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:253)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T11:07:42.749Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Nov 16, 2022

(tests) - serverless-workflow-examples job #6 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-examples.tests.serverless-workflow-examples/6/display/redirect
See console log:

Console Logs [Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-11-16T11:07:49.437Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T11:07:50.115Z] + printenv
[Pipeline] archiveArtifacts
[2022-11-16T11:07:50.141Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-11-16T11:07:50.536Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2022-11-16T11:07:50.572Z] [INFO] space left on the machine
[Pipeline] sh
[2022-11-16T11:07:50.852Z] + df -h
[2022-11-16T11:07:50.852Z] Filesystem Size Used Avail Use% Mounted on
[2022-11-16T11:07:50.852Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-11-16T11:07:50.852Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-11-16T11:07:50.852Z] tmpfs 7.8G 33M 7.8G 1% /run
[2022-11-16T11:07:50.852Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-11-16T11:07:50.852Z] /dev/vda1 80G 28G 53G 35% /
[2022-11-16T11:07:50.852Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-11-16T11:07:50.880Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-11-16T11:07:51.158Z] + du -h -d1 /home/jenkins
[2022-11-16T11:07:51.159Z] 4.0K /home/jenkins/.ssh
[2022-11-16T11:07:51.159Z] 0 /home/jenkins/go
[2022-11-16T11:07:51.159Z] 8.0K /home/jenkins/.vnc
[2022-11-16T11:07:51.159Z] 38M /home/jenkins/.m2
[2022-11-16T11:07:51.159Z] 2.2G /home/jenkins/git-repos
[2022-11-16T11:07:51.159Z] 56M /home/jenkins/.config
[2022-11-16T11:07:51.159Z] 4.0K /home/jenkins/.cekit
[2022-11-16T11:07:51.159Z] 69M /home/jenkins/virtenvs
[2022-11-16T11:07:51.159Z] 33M /home/jenkins/remoting
[2022-11-16T11:07:51.413Z] 2.5G /home/jenkins/.cache
[2022-11-16T11:07:51.413Z] 3.2M /home/jenkins/workspace
[2022-11-16T11:07:51.413Z] 28K /home/jenkins/.pki
[2022-11-16T11:07:51.413Z] 0 /home/jenkins/caches
[2022-11-16T11:07:51.413Z] 1.3G /home/jenkins/.gradle
[2022-11-16T11:07:51.668Z] 532M /home/jenkins/.npm
[2022-11-16T11:07:51.668Z] 0 /home/jenkins/.yarn
[2022-11-16T11:07:51.668Z] 0 /home/jenkins/.mozilla
[2022-11-16T11:07:51.668Z] 259M /home/jenkins/tools
[2022-11-16T11:07:51.668Z] 8.0K /home/jenkins/.java
[2022-11-16T11:07:51.668Z] 6.9G /home/jenkins
[Pipeline] echo
[2022-11-16T11:07:51.695Z] [INFO] space of workspace
[Pipeline] sh
[2022-11-16T11:07:51.977Z] + du -h -d3 /home/jenkins/workspace
[2022-11-16T11:07:51.978Z] 3.2M /home/jenkins/workspace/KIE/kogito/main
[2022-11-16T11:07:51.978Z] 0 /home/jenkins/workspace/KIE/kogito/1.13.x-blue
[2022-11-16T11:07:51.978Z] 0 /home/jenkins/workspace/KIE/kogito/1.13.x
[2022-11-16T11:07:51.978Z] 3.2M /home/jenkins/workspace/KIE/kogito
[2022-11-16T11:07:51.978Z] 0 /home/jenkins/workspace/KIE/7.67.x/daily-build-jdk11
[2022-11-16T11:07:51.978Z] 0 /home/jenkins/workspace/KIE/7.67.x
[2022-11-16T11:07:51.979Z] 0 /home/jenkins/workspace/KIE/main/daily-build-jdk11
[2022-11-16T11:07:51.979Z] 0 /home/jenkins/workspace/KIE/main
[2022-11-16T11:07:51.979Z] 3.2M /home/jenkins/workspace/KIE
[2022-11-16T11:07:51.979Z] 3.2M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-11-16T11:07:52.395Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-11-16T11:07:52.640Z] [INFO] build-chain version recovered '2.3.36'
[Pipeline] sh
[2022-11-16T11:07:52.923Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-11-16T11:07:53.482Z] npm WARN ERESOLVE overriding peer dependency
[2022-11-16T11:07:53.482Z] npm WARN Found: @octokit/[email protected]
[2022-11-16T11:07:53.482Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-11-16T11:07:53.482Z] npm WARN @octokit/core@"^2.4.3" from @octokit/[email protected]
[2022-11-16T11:07:53.482Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T11:07:53.482Z] npm WARN @octokit/rest@"^17.6.0" from @kie/[email protected]
[2022-11-16T11:07:53.482Z] npm WARN node_modules/@kie/build-chain-action
[2022-11-16T11:07:53.482Z] npm WARN 1 more (@octokit/plugin-paginate-rest)
[2022-11-16T11:07:53.482Z] npm WARN
[2022-11-16T11:07:53.482Z] npm WARN Could not resolve dependency:
[2022-11-16T11:07:53.482Z] npm WARN peer @octokit/core@">=3" from @octokit/[email protected]
[2022-11-16T11:07:53.483Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-11-16T11:07:53.483Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/[email protected]
[2022-11-16T11:07:53.483Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T11:07:54.842Z]
[2022-11-16T11:07:54.842Z] changed 110 packages, and audited 111 packages in 2s
[2022-11-16T11:07:54.842Z]
[2022-11-16T11:07:54.842Z] 5 packages are looking for funding
[2022-11-16T11:07:54.842Z] run `npm fund` for details
[2022-11-16T11:07:54.842Z]
[2022-11-16T11:07:54.842Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] configFileProvider
[2022-11-16T11:07:55.251Z] provisioning config files...
[2022-11-16T11:07:55.255Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config4503340740463973502tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-11-16T11:07:55.295Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2022-11-16T11:07:55.337Z] BUILD_MVN_OPTS = -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config4503340740463973502tmp
[Pipeline] echo
[2022-11-16T11:07:55.351Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] sh
[2022-11-16T11:07:55.366Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-11-16T11:07:55.366Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-11-16T11:07:55.366Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-11-16T11:07:55.632Z] + build-chain-action -token=**** -df=https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -url=https://github.com/kiegroup/kogito-examples/pull/1404 -sp=kiegroup/kogito-examples --skipParallelCheckout
[2022-11-16T11:07:55.887Z] [INFO] Executing pull request flow for https://github.com/kiegroup/kogito-examples/pull/1404 in bc
[2022-11-16T11:07:55.887Z] (node:14995) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-11-16T11:07:55.887Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-11-16T11:07:56.141Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-11-16T11:07:56.396Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-11-16T11:07:56.396Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config4503340740463973502tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples'
[2022-11-16T11:07:56.396Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T11:07:56.396Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config4503340740463973502tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-11-16T11:07:56.396Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config4503340740463973502tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T11:07:56.396Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config4503340740463973502tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples'
[2022-11-16T11:07:56.396Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config4503340740463973502tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T11:07:56.396Z] BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config4503340740463973502tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T11:07:56.396Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config4503340740463973502tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T11:07:56.396Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples'
[2022-11-16T11:07:56.396Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T11:07:56.396Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' dependency:tree' value
[2022-11-16T11:07:56.396Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" dependency:tree"
[2022-11-16T11:07:56.396Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples'
[2022-11-16T11:07:56.396Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T11:07:56.396Z] BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T11:07:56.396Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"
[2022-11-16T11:07:56.396Z] [INFO] Execute command 'echo "KOGITO_EXAMPLES_SUBFOLDER_POM=serverless-workflow-examples/"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples'
[2022-11-16T11:07:56.396Z] [command]/usr/bin/echo KOGITO_EXAMPLES_SUBFOLDER_POM=serverless-workflow-examples/
[2022-11-16T11:07:56.396Z] KOGITO_EXAMPLES_SUBFOLDER_POM=serverless-workflow-examples/
[2022-11-16T11:07:56.396Z] ::notice title= [PRE] [Execution OK]::echo "KOGITO_EXAMPLES_SUBFOLDER_POM=serverless-workflow-examples/"
[2022-11-16T11:07:56.396Z] ::endgroup::
[2022-11-16T11:07:56.650Z] ::group::[Pull Request Flow] Execution Plan...
[2022-11-16T11:07:56.650Z] [INFO] ----------------------------------------------
[2022-11-16T11:07:56.650Z] [INFO] [4] projects will be executed
[2022-11-16T11:07:56.650Z]
[2022-11-16T11:07:56.650Z] [INFO] [kiegroup/drools]
[2022-11-16T11:07:56.650Z] [INFO] Level Type: [upstream].
[2022-11-16T11:07:56.650Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T11:07:56.650Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:07:56.650Z]
[2022-11-16T11:07:56.650Z] [INFO] [kiegroup/kogito-runtimes]
[2022-11-16T11:07:56.650Z] [INFO] Level Type: [upstream].
[2022-11-16T11:07:56.650Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T11:07:56.650Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:07:56.650Z]
[2022-11-16T11:07:56.650Z] [INFO] [kiegroup/kogito-apps]
[2022-11-16T11:07:56.650Z] [INFO] Level Type: [upstream].
[2022-11-16T11:07:56.650Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T11:07:56.650Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:07:56.650Z]
[2022-11-16T11:07:56.650Z] [INFO] [kiegroup/kogito-examples]
[2022-11-16T11:07:56.650Z] [INFO] Level Type: [current].
[2022-11-16T11:07:56.650Z] [INFO] [
[2022-11-16T11:07:56.650Z] �[32m'mvn -f kogito-examples/pom.xml -pl :kogito-examples clean install ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T11:07:56.650Z] �[32m'mvn -f kogito-examples/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T11:07:56.651Z] �[32m'bash -c "if [ \'${{ env.DISABLE_PERSISTENCE }}\' != \'true\' ]; then mvn -f kogito-examples-persistence/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Ppersistence ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m,
[2022-11-16T11:07:56.651Z] �[32m'bash -c "if [ \'${{ env.DISABLE_EVENTS }}\' != \'true\' ]; then mvn -f kogito-examples-events/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Pevents ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m
[2022-11-16T11:07:56.651Z] ]
[2022-11-16T11:07:56.651Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T11:07:56.651Z]
[2022-11-16T11:07:56.651Z] [INFO] ----------------------------------------------
[2022-11-16T11:07:56.651Z] ::endgroup::
[2022-11-16T11:07:56.651Z] ::group::[Pull Request Flow] Checking out kiegroup/kogito-examples and its dependencies
[2022-11-16T11:07:56.651Z] [INFO] Tree for project kiegroup/kogito-examples. Dependencies:
[2022-11-16T11:07:56.651Z] kiegroup/drools,
[2022-11-16T11:07:56.651Z] kiegroup/kogito-runtimes,
[2022-11-16T11:07:56.651Z] kiegroup/kogito-apps,
[2022-11-16T11:07:56.651Z] kiegroup/kogito-examples
[2022-11-16T11:07:56.651Z] [INFO] [kiegroup/drools] Checking out project
[2022-11-16T11:07:56.905Z] [WARN] project github.com/akumar074/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T11:07:56.905Z] [WARN] project github.com/kiegroup/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T11:07:57.160Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-11-16T11:08:11.988Z] [INFO] [kiegroup/drools] Checked out.
[2022-11-16T11:08:11.988Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-11-16T11:08:13.350Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-11-16T11:08:13.350Z] [INFO] [kiegroup/kogito-runtimes] Checking out project
[2022-11-16T11:08:13.605Z] [INFO] [kiegroup/kogito-runtimes] Merging https://github.com/kiegroup/kogito-runtimes:main into https://github.com/akumar074/kogito-runtimes:KOGITO-7676
[2022-11-16T11:08:28.426Z] [ERROR] command git pull --no-rebase https://****@github.com/akumar074/kogito-runtimes KOGITO-7676 failed with code 1. Error Message: From https://github.com/akumar074/kogito-runtimes
[2022-11-16T11:08:28.426Z] * branch KOGITO-7676 -> FETCH_HEAD
[2022-11-16T11:08:28.426Z] Auto-merging addons/common/persistence/postgresql/src/test/java/org/kie/persistence/postgresql/PostgresqlProcessInstancesIT.java
[2022-11-16T11:08:28.426Z] Auto-merging kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T11:08:28.426Z] CONFLICT (content): Merge conflict in kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T11:08:28.426Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-11-16T11:08:28.426Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-11-16T11:08:28.501Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-11-16T11:08:28.620Z] Recording test results
[2022-11-16T11:08:29.019Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-3834
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:159)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:253)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T11:08:29.343Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Nov 16, 2022

kogito-examples - null job #9 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-examples.tests.kogito-springboot-examples/9/display/redirect
See console log:

Console Logs [Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-11-16T12:01:58.639Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[2022-11-16T12:01:58.747Z] Installing NodeJS from /var/jenkins_home/caches/nodejs/LINUX/amd64/16.2.0.tar.gz to /home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0 on rhos-01-kie-psi-rhel7-xlarge-3928
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.38.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci service account with access to jboss-integration private github space
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 0a86fe4c5c967dddd9f471772a885c4fa3046dc5 # timeout=10
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T12:02:00.621Z] + printenv
[Pipeline] archiveArtifacts
[2022-11-16T12:02:00.649Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-11-16T12:02:01.259Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2022-11-16T12:02:01.307Z] [INFO] space left on the machine
[Pipeline] sh
[2022-11-16T12:02:01.592Z] + df -h
[2022-11-16T12:02:01.593Z] Filesystem Size Used Avail Use% Mounted on
[2022-11-16T12:02:01.593Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-11-16T12:02:01.593Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-11-16T12:02:01.593Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-11-16T12:02:01.593Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-11-16T12:02:01.593Z] /dev/vda1 80G 20G 61G 25% /
[2022-11-16T12:02:01.593Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[2022-11-16T12:02:01.593Z] tmpfs 1.6G 0 1.6G 0% /run/user/0
[Pipeline] echo
[2022-11-16T12:02:01.621Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-11-16T12:02:01.905Z] + du -h -d1 /home/jenkins
[2022-11-16T12:02:01.906Z] 4.0K /home/jenkins/.ssh
[2022-11-16T12:02:01.906Z] 0 /home/jenkins/go
[2022-11-16T12:02:01.906Z] 8.0K /home/jenkins/.vnc
[2022-11-16T12:02:01.906Z] 8.0K /home/jenkins/.m2
[2022-11-16T12:02:01.906Z] 2.2G /home/jenkins/git-repos
[2022-11-16T12:02:01.906Z] 8.0K /home/jenkins/.config
[2022-11-16T12:02:01.906Z] 4.0K /home/jenkins/.cekit
[2022-11-16T12:02:01.906Z] 69M /home/jenkins/virtenvs
[2022-11-16T12:02:01.906Z] 33M /home/jenkins/remoting
[2022-11-16T12:02:01.906Z] 0 /home/jenkins/.cache
[2022-11-16T12:02:01.906Z] 3.2M /home/jenkins/workspace
[2022-11-16T12:02:01.906Z] 0 /home/jenkins/.pki
[2022-11-16T12:02:01.906Z] 220M /home/jenkins/tools
[2022-11-16T12:02:01.906Z] 0 /home/jenkins/caches
[2022-11-16T12:02:01.906Z] 27M /home/jenkins/.npm
[2022-11-16T12:02:01.906Z] 8.0K /home/jenkins/.java
[2022-11-16T12:02:01.906Z] 2.5G /home/jenkins
[Pipeline] echo
[2022-11-16T12:02:01.938Z] [INFO] space of workspace
[Pipeline] sh
[2022-11-16T12:02:02.228Z] + du -h -d3 /home/jenkins/workspace
[2022-11-16T12:02:02.229Z] 0 /home/jenkins/workspace/KIE/kogito/1.13.x
[2022-11-16T12:02:02.229Z] 3.2M /home/jenkins/workspace/KIE/kogito/main
[2022-11-16T12:02:02.229Z] 3.2M /home/jenkins/workspace/KIE/kogito
[2022-11-16T12:02:02.229Z] 3.2M /home/jenkins/workspace/KIE
[2022-11-16T12:02:02.229Z] 3.2M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-11-16T12:02:02.610Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-11-16T12:02:02.843Z] [INFO] build-chain version recovered '2.3.36'
[Pipeline] sh
[2022-11-16T12:02:03.133Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-11-16T12:02:03.694Z] npm WARN ERESOLVE overriding peer dependency
[2022-11-16T12:02:03.694Z] npm WARN Found: @octokit/[email protected]
[2022-11-16T12:02:03.694Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-11-16T12:02:03.694Z] npm WARN @octokit/core@"^2.4.3" from @octokit/[email protected]
[2022-11-16T12:02:03.694Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T12:02:03.694Z] npm WARN @octokit/rest@"^17.6.0" from @kie/[email protected]
[2022-11-16T12:02:03.694Z] npm WARN node_modules/@kie/build-chain-action
[2022-11-16T12:02:03.694Z] npm WARN 1 more (@octokit/plugin-paginate-rest)
[2022-11-16T12:02:03.694Z] npm WARN
[2022-11-16T12:02:03.694Z] npm WARN Could not resolve dependency:
[2022-11-16T12:02:03.694Z] npm WARN peer @octokit/core@">=3" from @octokit/[email protected]
[2022-11-16T12:02:03.694Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-11-16T12:02:03.694Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/[email protected]
[2022-11-16T12:02:03.694Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T12:02:05.056Z]
[2022-11-16T12:02:05.056Z] added 110 packages, and audited 111 packages in 2s
[2022-11-16T12:02:05.056Z]
[2022-11-16T12:02:05.056Z] 5 packages are looking for funding
[2022-11-16T12:02:05.056Z] run `npm fund` for details
[2022-11-16T12:02:05.056Z]
[2022-11-16T12:02:05.056Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] configFileProvider
[2022-11-16T12:02:05.538Z] provisioning config files...
[2022-11-16T12:02:05.542Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config5248741222415782623tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-11-16T12:02:05.581Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2022-11-16T12:02:05.625Z] BUILD_MVN_OPTS = -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config5248741222415782623tmp
[Pipeline] echo
[2022-11-16T12:02:05.639Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] sh
[2022-11-16T12:02:05.660Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-11-16T12:02:05.660Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-11-16T12:02:05.660Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-11-16T12:02:05.928Z] + build-chain-action -token=**** -df=https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -sp=kiegroup/kogito-examples -url=https://github.com/kiegroup/kogito-examples/pull/1404 --skipParallelCheckout
[2022-11-16T12:02:06.183Z] [INFO] Executing pull request flow for https://github.com/kiegroup/kogito-examples/pull/1404 in bc
[2022-11-16T12:02:06.183Z] (node:16547) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-11-16T12:02:06.183Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-11-16T12:02:07.108Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-11-16T12:02:07.108Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-11-16T12:02:07.108Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config5248741222415782623tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples'
[2022-11-16T12:02:07.108Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T12:02:07.108Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config5248741222415782623tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-11-16T12:02:07.108Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config5248741222415782623tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T12:02:07.108Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config5248741222415782623tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples'
[2022-11-16T12:02:07.108Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config5248741222415782623tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T12:02:07.108Z] BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config5248741222415782623tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T12:02:07.108Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples@tmp/config5248741222415782623tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T12:02:07.108Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples'
[2022-11-16T12:02:07.108Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T12:02:07.108Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' dependency:tree' value
[2022-11-16T12:02:07.108Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" dependency:tree"
[2022-11-16T12:02:07.108Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples'
[2022-11-16T12:02:07.108Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T12:02:07.108Z] BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T12:02:07.108Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"
[2022-11-16T12:02:07.108Z] [INFO] Execute command 'echo "KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-springboot-examples/"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-springboot-examples'
[2022-11-16T12:02:07.108Z] [command]/usr/bin/echo KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-springboot-examples/
[2022-11-16T12:02:07.109Z] KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-springboot-examples/
[2022-11-16T12:02:07.109Z] ::notice title= [PRE] [Execution OK]::echo "KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-springboot-examples/"
[2022-11-16T12:02:07.109Z] ::endgroup::
[2022-11-16T12:02:07.364Z] ::group::[Pull Request Flow] Execution Plan...
[2022-11-16T12:02:07.364Z] [INFO] ----------------------------------------------
[2022-11-16T12:02:07.364Z] [INFO] [4] projects will be executed
[2022-11-16T12:02:07.364Z]
[2022-11-16T12:02:07.364Z] [INFO] [kiegroup/drools]
[2022-11-16T12:02:07.364Z] [INFO] Level Type: [upstream].
[2022-11-16T12:02:07.364Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T12:02:07.364Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:02:07.364Z]
[2022-11-16T12:02:07.364Z] [INFO] [kiegroup/kogito-runtimes]
[2022-11-16T12:02:07.364Z] [INFO] Level Type: [upstream].
[2022-11-16T12:02:07.364Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T12:02:07.364Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:02:07.364Z]
[2022-11-16T12:02:07.364Z] [INFO] [kiegroup/kogito-apps]
[2022-11-16T12:02:07.364Z] [INFO] Level Type: [upstream].
[2022-11-16T12:02:07.364Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T12:02:07.364Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:02:07.364Z]
[2022-11-16T12:02:07.364Z] [INFO] [kiegroup/kogito-examples]
[2022-11-16T12:02:07.364Z] [INFO] Level Type: [current].
[2022-11-16T12:02:07.364Z] [INFO] [
[2022-11-16T12:02:07.364Z] �[32m'mvn -f kogito-examples/pom.xml -pl :kogito-examples clean install ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T12:02:07.364Z] �[32m'mvn -f kogito-examples/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T12:02:07.364Z] �[32m'bash -c "if [ \'${{ env.DISABLE_PERSISTENCE }}\' != \'true\' ]; then mvn -f kogito-examples-persistence/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Ppersistence ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m,
[2022-11-16T12:02:07.364Z] �[32m'bash -c "if [ \'${{ env.DISABLE_EVENTS }}\' != \'true\' ]; then mvn -f kogito-examples-events/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Pevents ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m
[2022-11-16T12:02:07.364Z] ]
[2022-11-16T12:02:07.364Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:02:07.364Z]
[2022-11-16T12:02:07.364Z] [INFO] ----------------------------------------------
[2022-11-16T12:02:07.364Z] ::endgroup::
[2022-11-16T12:02:07.364Z] ::group::[Pull Request Flow] Checking out kiegroup/kogito-examples and its dependencies
[2022-11-16T12:02:07.364Z] [INFO] Tree for project kiegroup/kogito-examples. Dependencies:
[2022-11-16T12:02:07.364Z] kiegroup/drools,
[2022-11-16T12:02:07.364Z] kiegroup/kogito-runtimes,
[2022-11-16T12:02:07.364Z] kiegroup/kogito-apps,
[2022-11-16T12:02:07.364Z] kiegroup/kogito-examples
[2022-11-16T12:02:07.364Z] [INFO] [kiegroup/drools] Checking out project
[2022-11-16T12:02:07.619Z] [WARN] project github.com/akumar074/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T12:02:07.619Z] [WARN] project github.com/kiegroup/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T12:02:07.875Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-11-16T12:02:22.700Z] [INFO] [kiegroup/drools] Checked out.
[2022-11-16T12:02:22.700Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-11-16T12:02:24.585Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-11-16T12:02:24.585Z] [INFO] [kiegroup/kogito-runtimes] Checking out project
[2022-11-16T12:02:25.144Z] [INFO] [kiegroup/kogito-runtimes] Merging https://github.com/kiegroup/kogito-runtimes:main into https://github.com/akumar074/kogito-runtimes:KOGITO-7676
[2022-11-16T12:02:39.986Z] [ERROR] command git pull --no-rebase https://****@github.com/akumar074/kogito-runtimes KOGITO-7676 failed with code 1. Error Message: From https://github.com/akumar074/kogito-runtimes
[2022-11-16T12:02:39.986Z] * branch KOGITO-7676 -> FETCH_HEAD
[2022-11-16T12:02:39.986Z] Auto-merging addons/common/persistence/postgresql/src/test/java/org/kie/persistence/postgresql/PostgresqlProcessInstancesIT.java
[2022-11-16T12:02:39.986Z] Auto-merging kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T12:02:39.986Z] CONFLICT (content): Merge conflict in kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T12:02:39.986Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-11-16T12:02:39.986Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-11-16T12:02:40.069Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-11-16T12:02:40.173Z] Recording test results
[2022-11-16T12:02:40.628Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-3928
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:159)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:253)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T12:02:40.967Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Nov 16, 2022

kogito-examples - null job #9 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-examples.tests.kogito-quarkus-examples/9/display/redirect
See console log:

Console Logs [Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-11-16T12:02:47.193Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.38.1'
using GIT_ASKPASS to set credentials PSSWD: kie-ci service account with access to jboss-integration private github space
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 0a86fe4c5c967dddd9f471772a885c4fa3046dc5 # timeout=10
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T12:02:47.881Z] + printenv
[Pipeline] archiveArtifacts
[2022-11-16T12:02:47.910Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-11-16T12:02:48.452Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2022-11-16T12:02:48.489Z] [INFO] space left on the machine
[Pipeline] sh
[2022-11-16T12:02:48.772Z] + df -h
[2022-11-16T12:02:48.773Z] Filesystem Size Used Avail Use% Mounted on
[2022-11-16T12:02:48.773Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-11-16T12:02:48.773Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-11-16T12:02:48.773Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-11-16T12:02:48.773Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-11-16T12:02:48.773Z] /dev/vda1 80G 20G 61G 25% /
[2022-11-16T12:02:48.773Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[2022-11-16T12:02:48.773Z] tmpfs 1.6G 0 1.6G 0% /run/user/0
[Pipeline] echo
[2022-11-16T12:02:48.795Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-11-16T12:02:49.078Z] + du -h -d1 /home/jenkins
[2022-11-16T12:02:49.078Z] 4.0K /home/jenkins/.ssh
[2022-11-16T12:02:49.078Z] 0 /home/jenkins/go
[2022-11-16T12:02:49.078Z] 8.0K /home/jenkins/.vnc
[2022-11-16T12:02:49.078Z] 8.0K /home/jenkins/.m2
[2022-11-16T12:02:49.078Z] 2.2G /home/jenkins/git-repos
[2022-11-16T12:02:49.078Z] 8.0K /home/jenkins/.config
[2022-11-16T12:02:49.078Z] 4.0K /home/jenkins/.cekit
[2022-11-16T12:02:49.078Z] 69M /home/jenkins/virtenvs
[2022-11-16T12:02:49.078Z] 33M /home/jenkins/remoting
[2022-11-16T12:02:49.078Z] 0 /home/jenkins/.cache
[2022-11-16T12:02:49.078Z] 3.2M /home/jenkins/workspace
[2022-11-16T12:02:49.078Z] 0 /home/jenkins/.pki
[2022-11-16T12:02:49.078Z] 259M /home/jenkins/tools
[2022-11-16T12:02:49.078Z] 0 /home/jenkins/caches
[2022-11-16T12:02:49.078Z] 28M /home/jenkins/.npm
[2022-11-16T12:02:49.078Z] 8.0K /home/jenkins/.java
[2022-11-16T12:02:49.078Z] 2.5G /home/jenkins
[Pipeline] echo
[2022-11-16T12:02:49.105Z] [INFO] space of workspace
[Pipeline] sh
[2022-11-16T12:02:49.431Z] + du -h -d3 /home/jenkins/workspace
[2022-11-16T12:02:49.432Z] 0 /home/jenkins/workspace/KIE/kogito/1.13.x
[2022-11-16T12:02:49.432Z] 3.2M /home/jenkins/workspace/KIE/kogito/main
[2022-11-16T12:02:49.432Z] 3.2M /home/jenkins/workspace/KIE/kogito
[2022-11-16T12:02:49.432Z] 3.2M /home/jenkins/workspace/KIE
[2022-11-16T12:02:49.432Z] 3.2M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-11-16T12:02:50.076Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-11-16T12:02:50.212Z] [INFO] build-chain version recovered '2.3.36'
[Pipeline] sh
[2022-11-16T12:02:50.497Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-11-16T12:02:51.058Z] npm WARN ERESOLVE overriding peer dependency
[2022-11-16T12:02:51.058Z] npm WARN Found: @octokit/[email protected]
[2022-11-16T12:02:51.058Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-11-16T12:02:51.058Z] npm WARN @octokit/core@"^2.4.3" from @octokit/[email protected]
[2022-11-16T12:02:51.058Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T12:02:51.058Z] npm WARN @octokit/rest@"^17.6.0" from @kie/[email protected]
[2022-11-16T12:02:51.058Z] npm WARN node_modules/@kie/build-chain-action
[2022-11-16T12:02:51.058Z] npm WARN 1 more (@octokit/plugin-paginate-rest)
[2022-11-16T12:02:51.058Z] npm WARN
[2022-11-16T12:02:51.058Z] npm WARN Could not resolve dependency:
[2022-11-16T12:02:51.058Z] npm WARN peer @octokit/core@">=3" from @octokit/[email protected]
[2022-11-16T12:02:51.058Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-11-16T12:02:51.058Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/[email protected]
[2022-11-16T12:02:51.058Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T12:02:52.421Z]
[2022-11-16T12:02:52.421Z] changed 110 packages, and audited 111 packages in 2s
[2022-11-16T12:02:52.421Z]
[2022-11-16T12:02:52.421Z] 5 packages are looking for funding
[2022-11-16T12:02:52.421Z] run `npm fund` for details
[2022-11-16T12:02:52.421Z]
[2022-11-16T12:02:52.421Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] configFileProvider
[2022-11-16T12:02:52.925Z] provisioning config files...
[2022-11-16T12:02:52.930Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config1299484743786227555tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-11-16T12:02:53.013Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2022-11-16T12:02:53.061Z] BUILD_MVN_OPTS = -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config1299484743786227555tmp
[Pipeline] echo
[2022-11-16T12:02:53.078Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] sh
[2022-11-16T12:02:53.104Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-11-16T12:02:53.105Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-11-16T12:02:53.105Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-11-16T12:02:53.373Z] + build-chain-action -token=**** -df=https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -sp=kiegroup/kogito-examples -url=https://github.com/kiegroup/kogito-examples/pull/1404 --skipParallelCheckout
[2022-11-16T12:02:53.628Z] [INFO] Executing pull request flow for https://github.com/kiegroup/kogito-examples/pull/1404 in bc
[2022-11-16T12:02:53.628Z] (node:16876) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-11-16T12:02:53.628Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-11-16T12:02:53.883Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-11-16T12:02:54.138Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-11-16T12:02:54.138Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config1299484743786227555tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples'
[2022-11-16T12:02:54.138Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T12:02:54.138Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config1299484743786227555tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-11-16T12:02:54.138Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config1299484743786227555tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T12:02:54.138Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config1299484743786227555tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples'
[2022-11-16T12:02:54.138Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config1299484743786227555tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T12:02:54.138Z] BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config1299484743786227555tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T12:02:54.138Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples@tmp/config1299484743786227555tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T12:02:54.138Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples'
[2022-11-16T12:02:54.138Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T12:02:54.138Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' dependency:tree' value
[2022-11-16T12:02:54.138Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" dependency:tree"
[2022-11-16T12:02:54.138Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples'
[2022-11-16T12:02:54.138Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T12:02:54.138Z] BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T12:02:54.138Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"
[2022-11-16T12:02:54.138Z] [INFO] Execute command 'echo "KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-quarkus-examples/"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-quarkus-examples'
[2022-11-16T12:02:54.138Z] [command]/usr/bin/echo KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-quarkus-examples/
[2022-11-16T12:02:54.138Z] KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-quarkus-examples/
[2022-11-16T12:02:54.138Z] ::notice title= [PRE] [Execution OK]::echo "KOGITO_EXAMPLES_SUBFOLDER_POM=kogito-quarkus-examples/"
[2022-11-16T12:02:54.138Z] ::endgroup::
[2022-11-16T12:02:54.138Z] ::group::[Pull Request Flow] Execution Plan...
[2022-11-16T12:02:54.138Z] [INFO] ----------------------------------------------
[2022-11-16T12:02:54.138Z] [INFO] [4] projects will be executed
[2022-11-16T12:02:54.138Z]
[2022-11-16T12:02:54.138Z] [INFO] [kiegroup/drools]
[2022-11-16T12:02:54.138Z] [INFO] Level Type: [upstream].
[2022-11-16T12:02:54.138Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T12:02:54.138Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:02:54.138Z]
[2022-11-16T12:02:54.138Z] [INFO] [kiegroup/kogito-runtimes]
[2022-11-16T12:02:54.138Z] [INFO] Level Type: [upstream].
[2022-11-16T12:02:54.138Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T12:02:54.138Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:02:54.138Z]
[2022-11-16T12:02:54.138Z] [INFO] [kiegroup/kogito-apps]
[2022-11-16T12:02:54.138Z] [INFO] Level Type: [upstream].
[2022-11-16T12:02:54.138Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T12:02:54.138Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:02:54.138Z]
[2022-11-16T12:02:54.138Z] [INFO] [kiegroup/kogito-examples]
[2022-11-16T12:02:54.138Z] [INFO] Level Type: [current].
[2022-11-16T12:02:54.138Z] [INFO] [
[2022-11-16T12:02:54.138Z] �[32m'mvn -f kogito-examples/pom.xml -pl :kogito-examples clean install ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T12:02:54.138Z] �[32m'mvn -f kogito-examples/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T12:02:54.138Z] �[32m'bash -c "if [ \'${{ env.DISABLE_PERSISTENCE }}\' != \'true\' ]; then mvn -f kogito-examples-persistence/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Ppersistence ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m,
[2022-11-16T12:02:54.138Z] �[32m'bash -c "if [ \'${{ env.DISABLE_EVENTS }}\' != \'true\' ]; then mvn -f kogito-examples-events/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Pevents ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m
[2022-11-16T12:02:54.138Z] ]
[2022-11-16T12:02:54.138Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:02:54.138Z]
[2022-11-16T12:02:54.138Z] [INFO] ----------------------------------------------
[2022-11-16T12:02:54.138Z] ::endgroup::
[2022-11-16T12:02:54.138Z] ::group::[Pull Request Flow] Checking out kiegroup/kogito-examples and its dependencies
[2022-11-16T12:02:54.138Z] [INFO] Tree for project kiegroup/kogito-examples. Dependencies:
[2022-11-16T12:02:54.138Z] kiegroup/drools,
[2022-11-16T12:02:54.138Z] kiegroup/kogito-runtimes,
[2022-11-16T12:02:54.138Z] kiegroup/kogito-apps,
[2022-11-16T12:02:54.138Z] kiegroup/kogito-examples
[2022-11-16T12:02:54.138Z] [INFO] [kiegroup/drools] Checking out project
[2022-11-16T12:02:54.394Z] [WARN] project github.com/akumar074/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T12:02:54.394Z] [WARN] project github.com/kiegroup/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T12:02:54.650Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-11-16T12:03:09.479Z] [INFO] [kiegroup/drools] Checked out.
[2022-11-16T12:03:09.479Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-11-16T12:03:11.363Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-11-16T12:03:11.363Z] [INFO] [kiegroup/kogito-runtimes] Checking out project
[2022-11-16T12:03:11.618Z] [INFO] [kiegroup/kogito-runtimes] Merging https://github.com/kiegroup/kogito-runtimes:main into https://github.com/akumar074/kogito-runtimes:KOGITO-7676
[2022-11-16T12:03:26.450Z] [ERROR] command git pull --no-rebase https://****@github.com/akumar074/kogito-runtimes KOGITO-7676 failed with code 1. Error Message: From https://github.com/akumar074/kogito-runtimes
[2022-11-16T12:03:26.450Z] * branch KOGITO-7676 -> FETCH_HEAD
[2022-11-16T12:03:26.450Z] Auto-merging addons/common/persistence/postgresql/src/test/java/org/kie/persistence/postgresql/PostgresqlProcessInstancesIT.java
[2022-11-16T12:03:26.450Z] Auto-merging kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T12:03:26.450Z] CONFLICT (content): Merge conflict in kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T12:03:26.450Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-11-16T12:03:26.450Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-11-16T12:03:26.527Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-11-16T12:03:26.630Z] Recording test results
[2022-11-16T12:03:27.060Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-3928
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:159)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:253)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T12:03:27.621Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Nov 16, 2022

kogito-examples - null job #9 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-examples.tests.serverless-workflow-examples/9/display/redirect
See console log:

Console Logs Checking out Revision 0a86fe4c5c967dddd9f471772a885c4fa3046dc5 (origin/main)
Commit message: "KOGITO-6963 Setup build-chain branch build-and-test jobs (#694)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-11-16T12:03:34.291Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 0a86fe4c5c967dddd9f471772a885c4fa3046dc5 # timeout=10
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T12:03:34.977Z] + printenv
[Pipeline] archiveArtifacts
[2022-11-16T12:03:35.005Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-11-16T12:03:35.429Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2022-11-16T12:03:35.465Z] [INFO] space left on the machine
[Pipeline] sh
[2022-11-16T12:03:35.746Z] + df -h
[2022-11-16T12:03:35.746Z] Filesystem Size Used Avail Use% Mounted on
[2022-11-16T12:03:35.746Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-11-16T12:03:35.746Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-11-16T12:03:35.746Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-11-16T12:03:35.746Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-11-16T12:03:35.746Z] /dev/vda1 80G 20G 61G 25% /
[2022-11-16T12:03:35.746Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[2022-11-16T12:03:35.746Z] tmpfs 1.6G 0 1.6G 0% /run/user/0
[Pipeline] echo
[2022-11-16T12:03:35.768Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-11-16T12:03:36.049Z] + du -h -d1 /home/jenkins
[2022-11-16T12:03:36.049Z] 4.0K /home/jenkins/.ssh
[2022-11-16T12:03:36.049Z] 0 /home/jenkins/go
[2022-11-16T12:03:36.049Z] 8.0K /home/jenkins/.vnc
[2022-11-16T12:03:36.049Z] 8.0K /home/jenkins/.m2
[2022-11-16T12:03:36.049Z] 2.2G /home/jenkins/git-repos
[2022-11-16T12:03:36.049Z] 8.0K /home/jenkins/.config
[2022-11-16T12:03:36.049Z] 4.0K /home/jenkins/.cekit
[2022-11-16T12:03:36.049Z] 69M /home/jenkins/virtenvs
[2022-11-16T12:03:36.049Z] 33M /home/jenkins/remoting
[2022-11-16T12:03:36.049Z] 0 /home/jenkins/.cache
[2022-11-16T12:03:36.049Z] 3.2M /home/jenkins/workspace
[2022-11-16T12:03:36.049Z] 0 /home/jenkins/.pki
[2022-11-16T12:03:36.049Z] 259M /home/jenkins/tools
[2022-11-16T12:03:36.049Z] 0 /home/jenkins/caches
[2022-11-16T12:03:36.049Z] 28M /home/jenkins/.npm
[2022-11-16T12:03:36.049Z] 8.0K /home/jenkins/.java
[2022-11-16T12:03:36.049Z] 2.5G /home/jenkins
[Pipeline] echo
[2022-11-16T12:03:36.070Z] [INFO] space of workspace
[Pipeline] sh
[2022-11-16T12:03:36.348Z] + du -h -d3 /home/jenkins/workspace
[2022-11-16T12:03:36.352Z] 0 /home/jenkins/workspace/KIE/kogito/1.13.x
[2022-11-16T12:03:36.352Z] 3.2M /home/jenkins/workspace/KIE/kogito/main
[2022-11-16T12:03:36.352Z] 3.2M /home/jenkins/workspace/KIE/kogito
[2022-11-16T12:03:36.352Z] 3.2M /home/jenkins/workspace/KIE
[2022-11-16T12:03:36.352Z] 3.2M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-11-16T12:03:36.733Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-11-16T12:03:36.840Z] [INFO] build-chain version recovered '2.3.36'
[Pipeline] sh
[2022-11-16T12:03:37.124Z] + npm install -g @kie/[email protected] -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-11-16T12:03:37.687Z] npm WARN ERESOLVE overriding peer dependency
[2022-11-16T12:03:37.687Z] npm WARN Found: @octokit/[email protected]
[2022-11-16T12:03:37.687Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-11-16T12:03:37.687Z] npm WARN @octokit/core@"^2.4.3" from @octokit/[email protected]
[2022-11-16T12:03:37.687Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T12:03:37.687Z] npm WARN @octokit/rest@"^17.6.0" from @kie/[email protected]
[2022-11-16T12:03:37.687Z] npm WARN node_modules/@kie/build-chain-action
[2022-11-16T12:03:37.687Z] npm WARN 1 more (@octokit/plugin-paginate-rest)
[2022-11-16T12:03:37.687Z] npm WARN
[2022-11-16T12:03:37.687Z] npm WARN Could not resolve dependency:
[2022-11-16T12:03:37.688Z] npm WARN peer @octokit/core@">=3" from @octokit/[email protected]
[2022-11-16T12:03:37.688Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-11-16T12:03:37.688Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/[email protected]
[2022-11-16T12:03:37.688Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-11-16T12:03:39.050Z]
[2022-11-16T12:03:39.050Z] changed 110 packages, and audited 111 packages in 2s
[2022-11-16T12:03:39.050Z]
[2022-11-16T12:03:39.050Z] 5 packages are looking for funding
[2022-11-16T12:03:39.050Z] run `npm fund` for details
[2022-11-16T12:03:39.050Z]
[2022-11-16T12:03:39.050Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] configFileProvider
[2022-11-16T12:03:39.474Z] provisioning config files...
[2022-11-16T12:03:39.479Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13706861428707536658tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-11-16T12:03:39.514Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2022-11-16T12:03:39.555Z] BUILD_MVN_OPTS = -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13706861428707536658tmp
[Pipeline] echo
[2022-11-16T12:03:39.568Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] sh
[2022-11-16T12:03:39.589Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-11-16T12:03:39.589Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-11-16T12:03:39.589Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-11-16T12:03:39.859Z] + build-chain-action -token=**** -df=https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -sp=kiegroup/kogito-examples -url=https://github.com/kiegroup/kogito-examples/pull/1404 --skipParallelCheckout
[2022-11-16T12:03:40.114Z] [INFO] Executing pull request flow for https://github.com/kiegroup/kogito-examples/pull/1404 in bc
[2022-11-16T12:03:40.114Z] (node:17200) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-11-16T12:03:40.114Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-11-16T12:03:40.369Z] [INFO] https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-11-16T12:03:40.624Z] ::group::[PRE] Executing pre section for https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-11-16T12:03:40.624Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13706861428707536658tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples'
[2022-11-16T12:03:40.624Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T12:03:40.625Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13706861428707536658tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-11-16T12:03:40.625Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13706861428707536658tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T12:03:40.625Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13706861428707536658tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples'
[2022-11-16T12:03:40.625Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13706861428707536658tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T12:03:40.625Z] BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13706861428707536658tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-11-16T12:03:40.625Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config13706861428707536658tmp -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-11-16T12:03:40.625Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples'
[2022-11-16T12:03:40.625Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-11-16T12:03:40.625Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' dependency:tree' value
[2022-11-16T12:03:40.625Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" dependency:tree"
[2022-11-16T12:03:40.625Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples'
[2022-11-16T12:03:40.625Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T12:03:40.625Z] BUILD_MVN_OPTS_CURRENT= dependency:tree
[2022-11-16T12:03:40.625Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= dependency:tree"
[2022-11-16T12:03:40.625Z] [INFO] Execute command 'echo "KOGITO_EXAMPLES_SUBFOLDER_POM=serverless-workflow-examples/"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples'
[2022-11-16T12:03:40.625Z] [command]/usr/bin/echo KOGITO_EXAMPLES_SUBFOLDER_POM=serverless-workflow-examples/
[2022-11-16T12:03:40.625Z] KOGITO_EXAMPLES_SUBFOLDER_POM=serverless-workflow-examples/
[2022-11-16T12:03:40.625Z] ::notice title= [PRE] [Execution OK]::echo "KOGITO_EXAMPLES_SUBFOLDER_POM=serverless-workflow-examples/"
[2022-11-16T12:03:40.625Z] ::endgroup::
[2022-11-16T12:03:40.880Z] ::group::[Pull Request Flow] Execution Plan...
[2022-11-16T12:03:40.880Z] [INFO] ----------------------------------------------
[2022-11-16T12:03:40.880Z] [INFO] [4] projects will be executed
[2022-11-16T12:03:40.880Z]
[2022-11-16T12:03:40.880Z] [INFO] [kiegroup/drools]
[2022-11-16T12:03:40.880Z] [INFO] Level Type: [upstream].
[2022-11-16T12:03:40.880Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T12:03:40.880Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:03:40.880Z]
[2022-11-16T12:03:40.880Z] [INFO] [kiegroup/kogito-runtimes]
[2022-11-16T12:03:40.880Z] [INFO] Level Type: [upstream].
[2022-11-16T12:03:40.880Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T12:03:40.880Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:03:40.880Z]
[2022-11-16T12:03:40.880Z] [INFO] [kiegroup/kogito-apps]
[2022-11-16T12:03:40.880Z] [INFO] Level Type: [upstream].
[2022-11-16T12:03:40.880Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-11-16T12:03:40.880Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:03:40.880Z]
[2022-11-16T12:03:40.880Z] [INFO] [kiegroup/kogito-examples]
[2022-11-16T12:03:40.880Z] [INFO] Level Type: [current].
[2022-11-16T12:03:40.880Z] [INFO] [
[2022-11-16T12:03:40.880Z] �[32m'mvn -f kogito-examples/pom.xml -pl :kogito-examples clean install ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T12:03:40.880Z] �[32m'mvn -f kogito-examples/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-11-16T12:03:40.880Z] �[32m'bash -c "if [ \'${{ env.DISABLE_PERSISTENCE }}\' != \'true\' ]; then mvn -f kogito-examples-persistence/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Ppersistence ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m,
[2022-11-16T12:03:40.880Z] �[32m'bash -c "if [ \'${{ env.DISABLE_EVENTS }}\' != \'true\' ]; then mvn -f kogito-examples-events/${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean install -Pevents ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m
[2022-11-16T12:03:40.880Z] ]
[2022-11-16T12:03:40.880Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-11-16T12:03:40.880Z]
[2022-11-16T12:03:40.880Z] [INFO] ----------------------------------------------
[2022-11-16T12:03:40.880Z] ::endgroup::
[2022-11-16T12:03:40.880Z] ::group::[Pull Request Flow] Checking out kiegroup/kogito-examples and its dependencies
[2022-11-16T12:03:40.880Z] [INFO] Tree for project kiegroup/kogito-examples. Dependencies:
[2022-11-16T12:03:40.880Z] kiegroup/drools,
[2022-11-16T12:03:40.880Z] kiegroup/kogito-runtimes,
[2022-11-16T12:03:40.880Z] kiegroup/kogito-apps,
[2022-11-16T12:03:40.880Z] kiegroup/kogito-examples
[2022-11-16T12:03:40.880Z] [INFO] [kiegroup/drools] Checking out project
[2022-11-16T12:03:41.135Z] [WARN] project github.com/akumar074/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T12:03:41.135Z] [WARN] project github.com/kiegroup/drools:KOGITO-7676 does not exist. It's not necessarily an error.
[2022-11-16T12:03:41.390Z] [INFO] [kiegroup/drools] Checking out 'https://github.com/kiegroup/drools:main' into 'bc/kiegroup_drools'
[2022-11-16T12:03:56.218Z] [INFO] [kiegroup/drools] Checked out.
[2022-11-16T12:03:56.218Z] [INFO] [kiegroup/drools] Cloning folder bc/kiegroup_drools into drools
[2022-11-16T12:03:58.101Z] [INFO] [kiegroup/drools] Cloned folder bc/kiegroup_drools into bc/kiegroup_drools/drools
[2022-11-16T12:03:58.101Z] [INFO] [kiegroup/kogito-runtimes] Checking out project
[2022-11-16T12:03:58.660Z] [INFO] [kiegroup/kogito-runtimes] Merging https://github.com/kiegroup/kogito-runtimes:main into https://github.com/akumar074/kogito-runtimes:KOGITO-7676
[2022-11-16T12:04:13.484Z] [ERROR] command git pull --no-rebase https://****@github.com/akumar074/kogito-runtimes KOGITO-7676 failed with code 1. Error Message: From https://github.com/akumar074/kogito-runtimes
[2022-11-16T12:04:13.484Z] * branch KOGITO-7676 -> FETCH_HEAD
[2022-11-16T12:04:13.484Z] Auto-merging addons/common/persistence/postgresql/src/test/java/org/kie/persistence/postgresql/PostgresqlProcessInstancesIT.java
[2022-11-16T12:04:13.484Z] Auto-merging kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T12:04:13.484Z] CONFLICT (content): Merge conflict in kogito-build/kogito-dependencies-bom/pom.xml
[2022-11-16T12:04:13.484Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-11-16T12:04:13.484Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-11-16T12:04:13.562Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-11-16T12:04:13.666Z] Recording test results
[2022-11-16T12:04:14.095Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-3928
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:159)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:253)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-11-16T12:04:14.443Z] + rm -rf console.log
[Pipeline] sh

@radtriste
Copy link
Contributor

jenkins retest this

Copy link
Contributor

@radtriste radtriste left a comment

Choose a reason for hiding this comment

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

minor comment

@@ -4,9 +4,8 @@ kogito.persistence.type=postgresql

quarkus.datasource.username=kogito-user
quarkus.datasource.password=kogito-pass
quarkus.datasource.reactive.url=postgresql://localhost:5432/kogito
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/kogito
Copy link
Contributor

Choose a reason for hiding this comment

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

why changing from reactive to jdbc ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The Flyway currently doesn't support the Hibernate- reactive, hence changing the URL with the JDBC.
For reference: quarkusio/quarkus#10716 (comment)

Copy link
Contributor

Choose a reason for hiding this comment

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

isn't that a regression ? cc @nmirasch @cristianonicolai

Copy link
Contributor

Choose a reason for hiding this comment

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

@radtriste Flyway needs the JDBC datasource in order to work. Because this postgresql addon uses the Reactive driver, we need to include the jdbc url. Meaning, it now needs both jdbc and reactive, if users want Flyway.

@@ -4,9 +4,8 @@ kogito.persistence.type=postgresql

quarkus.datasource.username=kogito-user
quarkus.datasource.password=kogito-pass
quarkus.datasource.reactive.url=postgresql://localhost:5432/kogito
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/kogito
Copy link
Contributor

Choose a reason for hiding this comment

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

@radtriste Flyway needs the JDBC datasource in order to work. Because this postgresql addon uses the Reactive driver, we need to include the jdbc url. Meaning, it now needs both jdbc and reactive, if users want Flyway.

 * fixing flyway for reactive client
@akumar074
Copy link
Contributor Author

Jenkins run native

@cristianonicolai cristianonicolai merged commit 3029823 into apache:main Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants