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-7453: Extend error handling example to show usage of error code #1341

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

martinweiler
Copy link

Extension of the serverless-workflow-error-quarkus example to show usage of different error definitions:

  "errors": [
    {
      "name": "odd number",
      "code": "java.lang.RuntimeException"
     },
     {
      "name": "bad request",
      "code": "HTTP:400"
     }
  ],

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 22, 2022

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

Test results:

  • PASSED: 527
  • FAILED: 2

Those are the test failures:

Build projects / org.kie.kogito.examples.ErrorRestIT.testErrorRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.kie.kogito.examples.ErrorRestIT.testErrorRest(ErrorRestIT.java:37)
Build projects / org.kie.kogito.examples.ErrorRestIT.testErrorRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.kie.kogito.examples.ErrorRestIT.testErrorRest(ErrorRestIT.java:37)

See console log:

Console Logs [2022-07-22T17:25:43.714Z] [INFO] | | | \- com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
[2022-07-22T17:25:43.714Z] [INFO] | | \- io.smallrye.common:smallrye-common-annotation:jar:1.13.0:compile
[2022-07-22T17:25:43.714Z] [INFO] | +- org.kie.kogito:kogito-addons-quarkus-messaging:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.714Z] [INFO] | | +- org.kie.kogito:kogito-addons-quarkus-messaging-common:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.714Z] [INFO] | | | +- org.kie.kogito:kogito-addons-messaging:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.714Z] [INFO] | | | \- io.cloudevents:cloudevents-json-jackson:jar:2.3.0:compile
[2022-07-22T17:25:43.714Z] [INFO] | | \- io.cloudevents:cloudevents-http-restful-ws:jar:2.3.0:compile
[2022-07-22T17:25:43.714Z] [INFO] | | +- io.cloudevents:cloudevents-core:jar:2.3.0:compile
[2022-07-22T17:25:43.714Z] [INFO] | | | \- io.cloudevents:cloudevents-api:jar:2.3.0:compile
[2022-07-22T17:25:43.714Z] [INFO] | | \- jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6:compile
[2022-07-22T17:25:43.714Z] [INFO] | +- io.quarkus:quarkus-smallrye-reactive-messaging:jar:2.11.0.Final:compile
[2022-07-22T17:25:43.714Z] [INFO] | | +- io.quarkus:quarkus-mutiny-reactive-streams-operators:jar:2.11.0.Final:compile
[2022-07-22T17:25:43.714Z] [INFO] | | | +- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api:jar:1.0.1:compile
[2022-07-22T17:25:43.714Z] [INFO] | | | +- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core:jar:1.0.1:compile
[2022-07-22T17:25:43.714Z] [INFO] | | | \- io.smallrye.reactive:mutiny-reactive-streams-operators:jar:1.6.0:compile
[2022-07-22T17:25:43.714Z] [INFO] | | +- io.quarkus:quarkus-smallrye-reactive-messaging-kotlin:jar:2.11.0.Final:compile
[2022-07-22T17:25:43.714Z] [INFO] | | | \- io.smallrye.reactive:smallrye-reactive-messaging-api:jar:3.18.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- io.opentelemetry:opentelemetry-api:jar:1.15.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- io.opentelemetry:opentelemetry-context:jar:1.15.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | | +- io.smallrye.reactive:smallrye-reactive-messaging-provider:jar:3.18.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- io.smallrye.reactive:smallrye-reactive-converter-api:jar:2.7.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | | \- io.smallrye.reactive:smallrye-reactive-messaging-health:jar:3.18.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | | \- org.eclipse.microprofile.health:microprofile-health-api:jar:3.1:compile
[2022-07-22T17:25:43.715Z] [INFO] | +- io.quarkiverse.reactivemessaging.http:quarkus-reactive-messaging-http:jar:1.0.3:compile
[2022-07-22T17:25:43.715Z] [INFO] | | \- io.quarkus:quarkus-reactive-routes:jar:2.11.0.Final:compile
[2022-07-22T17:25:43.715Z] [INFO] | +- org.kie.kogito:kogito-serverless-workflow-runtime:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.kie.kogito:jbpm-flow:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.kie.kogito:kogito-events-api:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.kie.kogito:kogito-services:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.kie.kogito:process-workitems:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.kie.kogito:kogito-dmn:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | +- org.kie:kie-dmn-core:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | | +- org.kie:kie-dmn-backend:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | | +- org.kie:kie-dmn-feel:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | | | \- ch.obermuhlner:big-math:jar:2.0.1:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | | +- org.drools:drools-canonical-model:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | | +- org.drools:drools-alphanetwork-compiler:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | | +- org.antlr:antlr4-runtime:jar:4.9.2:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | | \- org.jpmml:pmml-model:jar:1.5.1:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | | \- org.jpmml:pmml-agent:jar:1.5.1:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | \- org.kie:kie-dmn-validation:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | +- com.github.javaparser:javaparser-symbol-solver-core:jar:3.24.2:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | \- org.javassist:javassist:jar:3.28.0-GA:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- org.drools:drools-mvel:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.kie.kogito:kogito-jackson-utils:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.13.3:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- org.json:json:jar:20190722:compile
[2022-07-22T17:25:43.715Z] [INFO] | | +- com.github.erosb:everit-json-schema:jar:1.14.1:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | +- commons-validator:commons-validator:jar:1.7:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | +- commons-digester:commons-digester:jar:2.1:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | +- commons-logging:commons-logging:jar:1.2:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | +- com.damnhandy:handy-uri-templates:jar:2.1.8:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | | \- joda-time:joda-time:jar:2.10.2:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- com.google.re2j:re2j:jar:1.6:compile
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.kie.kogito:kogito-serverless-workflow-utils:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- io.serverlessworkflow:serverlessworkflow-api:jar:4.0.3.Final:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- javax.validation:validation-api:jar:2.0.1.Final:compile
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.kie.kogito:kogito-rest-workitem:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- io.smallrye.reactive:smallrye-mutiny-vertx-auth-oauth2:jar:2.24.1:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- io.vertx:vertx-auth-oauth2:jar:4.3.2:compile
[2022-07-22T17:25:43.715Z] [INFO] | | +- io.grpc:grpc-protobuf:jar:1.47.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | +- com.google.api.grpc:proto-google-common-protos:jar:2.9.1:compile
[2022-07-22T17:25:43.715Z] [INFO] | | | \- io.grpc:grpc-protobuf-lite:jar:1.47.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | | \- com.google.protobuf:protobuf-java-util:jar:3.19.3:compile
[2022-07-22T17:25:43.715Z] [INFO] | | +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[2022-07-22T17:25:43.715Z] [INFO] | | \- com.google.code.gson:gson:jar:2.9.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | +- org.kie.kogito:kogito-jsonpath-expression:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | +- org.kie.kogito:kogito-jq-expression:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T17:25:43.715Z] [INFO] | | \- net.thisptr:jackson-jq:jar:1.0.0-preview.20210928:compile
[2022-07-22T17:25:43.715Z] [INFO] | | \- org.jruby.joni:joni:jar:2.1.41:compile
[2022-07-22T17:25:43.715Z] [INFO] | | \- org.jruby.jcodings:jcodings:jar:1.0.55:compile
[2022-07-22T17:25:43.715Z] [INFO] | +- io.quarkiverse.jackson-jq:quarkus-jackson-jq:jar:1.0.1:compile
[2022-07-22T17:25:43.715Z] [INFO] | \- io.quarkiverse.openapi.generator:quarkus-openapi-generator:jar:0.9.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | \- io.quarkus:quarkus-qute:jar:2.11.0.Final:compile
[2022-07-22T17:25:43.715Z] [INFO] | \- io.quarkus.qute:qute-core:jar:2.11.0.Final:compile
[2022-07-22T17:25:43.715Z] [INFO] \- io.quarkus:quarkus-junit5:jar:2.11.0.Final:test
[2022-07-22T17:25:43.715Z] [INFO] +- io.quarkus:quarkus-bootstrap-core:jar:2.11.0.Final:test
[2022-07-22T17:25:43.715Z] [INFO] | +- io.quarkus:quarkus-bootstrap-app-model:jar:2.11.0.Final:test
[2022-07-22T17:25:43.715Z] [INFO] | +- io.quarkus:quarkus-bootstrap-maven-resolver:jar:2.11.0.Final:test
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.apache.maven:maven-embedder:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven:maven-settings:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven:maven-core:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | | +- org.apache.maven:maven-artifact:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | | \- org.codehaus.plexus:plexus-component-annotations:jar:1.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven:maven-plugin-api:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven:maven-model:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven:maven-model-builder:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven:maven-builder-support:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-api:jar:1.6.3:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-util:jar:1.6.3:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven.shared:maven-shared-utils:jar:3.3.4:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- com.google.inject:guice:jar:no_aop:4.2.2:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.codehaus.plexus:plexus-cipher:jar:2.0:test
[2022-07-22T17:25:43.715Z] [INFO] | | | \- commons-cli:commons-cli:jar:1.4:test
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:test
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.apache.maven:maven-settings-builder:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | \- org.codehaus.plexus:plexus-interpolation:jar:1.26:test
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.apache.maven:maven-resolver-provider:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven:maven-repository-metadata:jar:3.8.6:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3:test
[2022-07-22T17:25:43.715Z] [INFO] | | | \- org.codehaus.plexus:plexus-utils:jar:3.3.0:test
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.6.3:test
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.apache.maven.resolver:maven-resolver-transport-wagon:jar:1.6.3:test
[2022-07-22T17:25:43.715Z] [INFO] | | +- org.apache.maven.wagon:wagon-http:jar:3.5.1:test
[2022-07-22T17:25:43.715Z] [INFO] | | | +- org.apache.maven.wagon:wagon-http-shared:jar:3.5.1:test
[2022-07-22T17:25:43.715Z] [INFO] | | | \- org.apache.maven.wagon:wagon-provider-api:jar:3.5.1:test
[2022-07-22T17:25:43.715Z] [INFO] | | \- org.apache.maven.wagon:wagon-file:jar:3.5.1:test
[2022-07-22T17:25:43.715Z] [INFO] | +- io.quarkus:quarkus-bootstrap-gradle-resolver:jar:2.11.0.Final:test
[2022-07-22T17:25:43.715Z] [INFO] | \- io.smallrye.common:smallrye-common-io:jar:1.13.0:compile
[2022-07-22T17:25:43.715Z] [INFO] +- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5:test
[2022-07-22T17:25:43.715Z] [INFO] +- io.quarkus:quarkus-test-common:jar:2.11.0.Final:test
[2022-07-22T17:25:43.715Z] [INFO] | \- io.quarkus:quarkus-core-deployment:jar:2.11.0.Final:test
[2022-07-22T17:25:43.715Z] [INFO] | +- org.aesh:readline:jar:2.2:test
[2022-07-22T17:25:43.715Z] [INFO] | | \- org.fusesource.jansi:jansi:jar:1.18:test
[2022-07-22T17:25:43.715Z] [INFO] | +- org.aesh:aesh:jar:2.6:test
[2022-07-22T17:25:43.715Z] [INFO] | +- org.apache.commons:commons-lang3:jar:3.12.0:compile
[2022-07-22T17:25:43.715Z] [INFO] | +- org.ow2.asm:asm:jar:9.3:compile
[2022-07-22T17:25:43.716Z] [INFO] | +- org.ow2.asm:asm-commons:jar:9.3:test
[2022-07-22T17:25:43.716Z] [INFO] | | +- org.ow2.asm:asm-tree:jar:9.3:compile
[2022-07-22T17:25:43.716Z] [INFO] | | \- org.ow2.asm:asm-analysis:jar:9.3:compile
[2022-07-22T17:25:43.716Z] [INFO] | +- io.quarkus:quarkus-class-change-agent:jar:2.11.0.Final:test
[2022-07-22T17:25:43.716Z] [INFO] | +- io.quarkus:quarkus-devtools-utilities:jar:2.11.0.Final:test
[2022-07-22T17:25:43.716Z] [INFO] | +- io.quarkus:quarkus-builder:jar:2.11.0.Final:test
[2022-07-22T17:25:43.716Z] [INFO] | \- org.junit.platform:junit-platform-launcher:jar:1.8.2:test
[2022-07-22T17:25:43.716Z] [INFO] +- io.quarkus:quarkus-junit5-properties:jar:2.11.0.Final:test
[2022-07-22T17:25:43.716Z] [INFO] +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[2022-07-22T17:25:43.716Z] [INFO] | +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[2022-07-22T17:25:43.716Z] [INFO] | | +- org.opentest4j:opentest4j:jar:1.2.0:test
[2022-07-22T17:25:43.716Z] [INFO] | | +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[2022-07-22T17:25:43.716Z] [INFO] | | \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[2022-07-22T17:25:43.716Z] [INFO] | +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[2022-07-22T17:25:43.716Z] [INFO] | \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[2022-07-22T17:25:43.716Z] [INFO] | \- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[2022-07-22T17:25:43.716Z] [INFO] \- com.thoughtworks.xstream:xstream:jar:1.4.19:compile
[2022-07-22T17:25:43.716Z] [INFO] \- io.github.x-stream:mxparser:jar:1.2.2:compile
[2022-07-22T17:25:43.716Z] [INFO] \- xmlpull:xmlpull:jar:1.1.3.1:compile
[2022-07-22T17:25:43.716Z] [INFO] ------------------------------------------------------------------------
[2022-07-22T17:25:43.716Z] [INFO] Reactor Summary for Kogito Example 2.0.0-SNAPSHOT:
[2022-07-22T17:25:43.716Z] [INFO]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example ..................................... SUCCESS [ 1.342 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Quarkus .......................... SUCCESS [ 0.074 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Process and Quarkus .............. SUCCESS [ 27.123 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Spring Boot ...................... SUCCESS [ 0.036 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Process and Spring Boot .......... SUCCESS [ 22.017 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow .............. SUCCESS [ 0.033 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus SUCCESS [ 12.488 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus SUCCESS [ 18.194 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus SUCCESS [ 13.698 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus SUCCESS [ 12.972 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Correlation :: Quarkus SUCCESS [ 23.647 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus FAILURE [ 11.610 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus SUCCESS [ 18.402 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus SUCCESS [ 12.051 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus SUCCESS [ 14.334 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus SUCCESS [ 25.009 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus SUCCESS [ 12.899 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy ..... SUCCESS [ 0.027 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services SUCCESS [ 8.697 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow SUCCESS [ 15.236 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase SUCCESS [ 0.027 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: PR Checker Workflow SUCCESS [ 26.756 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: GitHub Service SUCCESS [ 10.607 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: Notification Service SUCCESS [ 3.166 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus SUCCESS [ 12.180 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow grpc example . SUCCESS [ 0.027 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Server:: Quarkus SUCCESS [ 1.192 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Client:: Quarkus SUCCESS [ 18.448 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Order Processing SUCCESS [ 18.528 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Order Saga :: Quarkus SUCCESS [ 12.737 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus SUCCESS [ 17.134 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion SUCCESS [ 0.032 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service SUCCESS [ 11.544 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service SUCCESS [ 9.275 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 16.841 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 16.698 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 16.824 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 16.931 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase SUCCESS [ 0.025 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service SUCCESS [ 23.714 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service SUCCESS [ 14.904 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase SUCCESS [ 0.025 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service SUCCESS [ 10.712 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow SUCCESS [ 19.106 s]
[2022-07-22T17:25:43.716Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example SUCCESS [ 0.045 s]
[2022-07-22T17:25:43.716Z] [INFO] acme-financial-service ............................. SUCCESS [ 16.566 s]
[2022-07-22T17:25:43.716Z] [INFO] currency-exchange-workflow ......................... SUCCESS [ 7.638 s]
[2022-07-22T17:25:43.716Z] [INFO] ------------------------------------------------------------------------
[2022-07-22T17:25:43.716Z] [INFO] BUILD FAILURE
[2022-07-22T17:25:43.716Z] [INFO] ------------------------------------------------------------------------
[2022-07-22T17:25:43.716Z] [INFO] Total time: 09:13 min
[2022-07-22T17:25:43.716Z] [INFO] Finished at: 2022-07-22T13:25:42-04:00
[2022-07-22T17:25:43.716Z] [INFO] ------------------------------------------------------------------------
[2022-07-22T17:25:43.716Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project serverless-workflow-error-quarkus: There are test failures.
[2022-07-22T17:25:43.716Z] [ERROR]
[2022-07-22T17:25:43.716Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-events/serverless-workflow-examples/serverless-workflow-error-quarkus/target/failsafe-reports for the individual test results.
[2022-07-22T17:25:43.716Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-07-22T17:25:43.716Z] [ERROR] -> [Help 1]
[2022-07-22T17:25:43.716Z] 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 serverless-workflow-error-quarkus: There are test failures.
[2022-07-22T17:25:43.716Z]
[2022-07-22T17:25:43.716Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-events/serverless-workflow-examples/serverless-workflow-error-quarkus/target/failsafe-reports for the individual test results.
[2022-07-22T17:25:43.716Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-07-22T17:25:43.716Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-07-22T17:25:43.716Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-07-22T17:25:43.717Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-07-22T17:25:43.717Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-07-22T17:25:43.717Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-07-22T17:25:43.717Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-07-22T17:25:43.717Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-07-22T17:25:43.717Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-07-22T17:25:43.717Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-07-22T17:25:43.717Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-07-22T17:25:43.717Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-07-22T17:25:43.717Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-07-22T17:25:43.717Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-07-22T17:25:43.717Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-07-22T17:25:43.717Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-07-22T17:25:43.717Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-07-22T17:25:43.717Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-07-22T17:25:43.717Z]
[2022-07-22T17:25:43.717Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-events/serverless-workflow-examples/serverless-workflow-error-quarkus/target/failsafe-reports for the individual test results.
[2022-07-22T17:25:43.717Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-07-22T17:25:43.717Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-07-22T17:25:43.717Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-07-22T17:25:43.717Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-07-22T17:25:43.717Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-07-22T17:25:43.717Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-07-22T17:25:43.717Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-07-22T17:25:43.717Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-07-22T17:25:43.717Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-07-22T17:25:43.717Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-07-22T17:25:43.717Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-07-22T17:25:43.717Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-07-22T17:25:43.717Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-07-22T17:25:43.717Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-07-22T17:25:43.717Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-07-22T17:25:43.717Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-07-22T17:25:43.717Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-07-22T17:25:43.717Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-07-22T17:25:43.717Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-07-22T17:25:43.717Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-07-22T17:25:43.717Z] [ERROR]
[2022-07-22T17:25:43.717Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-07-22T17:25:43.717Z] [ERROR]
[2022-07-22T17:25:43.717Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-07-22T17:25:43.717Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-07-22T17:25:43.717Z] [ERROR]
[2022-07-22T17:25:43.717Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-07-22T17:25:43.717Z] [ERROR] mvn -rf :serverless-workflow-error-quarkus
[2022-07-22T17:25:43.972Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-events/pom.xml clean install -Pevents -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-07-22T17:25:43.972Z] [INFO] Archive artifact won't be executed
[2022-07-22T17:25:43.972Z] ::group::[Pull Request Flow] Execution Summary...
[2022-07-22T17:25:43.972Z] [INFO] ----------------------------------------------
[2022-07-22T17:25:43.972Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 47.3s (167318 ms)
[2022-07-22T17:25:43.972Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 2m 51.4s (171437 ms)
[2022-07-22T17:25:43.972Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 42.8s (162838 ms)
[2022-07-22T17:25:43.972Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 3m 51.7s (3831738 ms)
[2022-07-22T17:25:43.972Z] [INFO] ----------------------------------------------
[2022-07-22T17:25:43.972Z] ::endgroup::
[2022-07-22T17:25:44.227Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-events/pom.xml clean install -Pevents -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-07-22T17:25:44.227Z] [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-events/pom.xml clean install -Pevents -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-07-22T17:25:44.293Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-07-22T17:25:44.377Z] Recording test results
[2022-07-22T17:25:48.757Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-07-22T17:25:48.782Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-22T17:25:51.267Z] + rm -rf console.log
[Pipeline] sh
[2022-07-22T17:25:51.568Z] + 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/161/consoleText
[2022-07-22T17:25:51.568Z] + tail -n 300

Copy link
Member

@ricardozanini ricardozanini left a comment

Choose a reason for hiding this comment

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

👌

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 22, 2022

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

Test results:

  • PASSED: 527
  • FAILED: 2

Those are the test failures:

Build projects / org.kie.kogito.examples.ErrorRestIT.testErrorRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.kie.kogito.examples.ErrorRestIT.testErrorRest(ErrorRestIT.java:37)
Build projects / org.kie.kogito.examples.ErrorRestIT.testErrorRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.kie.kogito.examples.ErrorRestIT.testErrorRest(ErrorRestIT.java:37)

See console log:

Console Logs [2022-07-22T19:02:17.838Z] [INFO] | | | \- com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | \- io.smallrye.common:smallrye-common-annotation:jar:1.13.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | +- org.kie.kogito:kogito-addons-quarkus-messaging:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | +- org.kie.kogito:kogito-addons-quarkus-messaging-common:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | +- org.kie.kogito:kogito-addons-messaging:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | \- io.cloudevents:cloudevents-json-jackson:jar:2.3.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | \- io.cloudevents:cloudevents-http-restful-ws:jar:2.3.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | +- io.cloudevents:cloudevents-core:jar:2.3.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | \- io.cloudevents:cloudevents-api:jar:2.3.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | \- jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6:compile
[2022-07-22T19:02:17.838Z] [INFO] | +- io.quarkus:quarkus-smallrye-reactive-messaging:jar:2.11.0.Final:compile
[2022-07-22T19:02:17.838Z] [INFO] | | +- io.quarkus:quarkus-mutiny-reactive-streams-operators:jar:2.11.0.Final:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | +- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api:jar:1.0.1:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | +- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core:jar:1.0.1:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | \- io.smallrye.reactive:mutiny-reactive-streams-operators:jar:1.6.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | +- io.quarkus:quarkus-smallrye-reactive-messaging-kotlin:jar:2.11.0.Final:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | \- io.smallrye.reactive:smallrye-reactive-messaging-api:jar:3.18.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | \- io.opentelemetry:opentelemetry-api:jar:1.15.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | \- io.opentelemetry:opentelemetry-context:jar:1.15.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | +- io.smallrye.reactive:smallrye-reactive-messaging-provider:jar:3.18.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | \- io.smallrye.reactive:smallrye-reactive-converter-api:jar:2.7.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | \- io.smallrye.reactive:smallrye-reactive-messaging-health:jar:3.18.0:compile
[2022-07-22T19:02:17.838Z] [INFO] | | \- org.eclipse.microprofile.health:microprofile-health-api:jar:3.1:compile
[2022-07-22T19:02:17.838Z] [INFO] | +- io.quarkiverse.reactivemessaging.http:quarkus-reactive-messaging-http:jar:1.0.3:compile
[2022-07-22T19:02:17.838Z] [INFO] | | \- io.quarkus:quarkus-reactive-routes:jar:2.11.0.Final:compile
[2022-07-22T19:02:17.838Z] [INFO] | +- org.kie.kogito:kogito-serverless-workflow-runtime:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | +- org.kie.kogito:jbpm-flow:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | +- org.kie.kogito:kogito-events-api:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | +- org.kie.kogito:kogito-services:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | +- org.kie.kogito:process-workitems:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | +- org.kie.kogito:kogito-dmn:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | | +- org.kie:kie-dmn-core:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | | | +- org.kie:kie-dmn-backend:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | | | +- org.kie:kie-dmn-feel:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T19:02:17.838Z] [INFO] | | | | | | \- ch.obermuhlner:big-math:jar:2.0.1:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | | +- org.drools:drools-canonical-model:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | | +- org.drools:drools-alphanetwork-compiler:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | | +- org.antlr:antlr4-runtime:jar:4.9.2:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | | \- org.jpmml:pmml-model:jar:1.5.1:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | | \- org.jpmml:pmml-agent:jar:1.5.1:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | \- org.kie:kie-dmn-validation:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | +- com.github.javaparser:javaparser-symbol-solver-core:jar:3.24.2:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | \- org.javassist:javassist:jar:3.28.0-GA:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | \- org.drools:drools-mvel:jar:8.26.0-SNAPSHOT:compile
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.kie.kogito:kogito-jackson-utils:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.839Z] [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.13.3:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | \- org.json:json:jar:20190722:compile
[2022-07-22T19:02:17.839Z] [INFO] | | +- com.github.erosb:everit-json-schema:jar:1.14.1:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | +- commons-validator:commons-validator:jar:1.7:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | +- commons-digester:commons-digester:jar:2.1:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | +- commons-logging:commons-logging:jar:1.2:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | +- com.damnhandy:handy-uri-templates:jar:2.1.8:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | | \- joda-time:joda-time:jar:2.10.2:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | \- com.google.re2j:re2j:jar:1.6:compile
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.kie.kogito:kogito-serverless-workflow-utils:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | \- io.serverlessworkflow:serverlessworkflow-api:jar:4.0.3.Final:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | \- javax.validation:validation-api:jar:2.0.1.Final:compile
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.kie.kogito:kogito-rest-workitem:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | \- io.smallrye.reactive:smallrye-mutiny-vertx-auth-oauth2:jar:2.24.1:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | \- io.vertx:vertx-auth-oauth2:jar:4.3.2:compile
[2022-07-22T19:02:17.839Z] [INFO] | | +- io.grpc:grpc-protobuf:jar:1.47.0:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | +- com.google.api.grpc:proto-google-common-protos:jar:2.9.1:compile
[2022-07-22T19:02:17.839Z] [INFO] | | | \- io.grpc:grpc-protobuf-lite:jar:1.47.0:compile
[2022-07-22T19:02:17.839Z] [INFO] | | \- com.google.protobuf:protobuf-java-util:jar:3.19.3:compile
[2022-07-22T19:02:17.839Z] [INFO] | | +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[2022-07-22T19:02:17.839Z] [INFO] | | \- com.google.code.gson:gson:jar:2.9.0:compile
[2022-07-22T19:02:17.839Z] [INFO] | +- org.kie.kogito:kogito-jsonpath-expression:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.839Z] [INFO] | +- org.kie.kogito:kogito-jq-expression:jar:2.0.0-SNAPSHOT:compile
[2022-07-22T19:02:17.839Z] [INFO] | | \- net.thisptr:jackson-jq:jar:1.0.0-preview.20210928:compile
[2022-07-22T19:02:17.839Z] [INFO] | | \- org.jruby.joni:joni:jar:2.1.41:compile
[2022-07-22T19:02:17.839Z] [INFO] | | \- org.jruby.jcodings:jcodings:jar:1.0.55:compile
[2022-07-22T19:02:17.839Z] [INFO] | +- io.quarkiverse.jackson-jq:quarkus-jackson-jq:jar:1.0.1:compile
[2022-07-22T19:02:17.839Z] [INFO] | \- io.quarkiverse.openapi.generator:quarkus-openapi-generator:jar:0.9.0:compile
[2022-07-22T19:02:17.839Z] [INFO] | \- io.quarkus:quarkus-qute:jar:2.11.0.Final:compile
[2022-07-22T19:02:17.839Z] [INFO] | \- io.quarkus.qute:qute-core:jar:2.11.0.Final:compile
[2022-07-22T19:02:17.839Z] [INFO] \- io.quarkus:quarkus-junit5:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] +- io.quarkus:quarkus-bootstrap-core:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] | +- io.quarkus:quarkus-bootstrap-app-model:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] | +- io.quarkus:quarkus-bootstrap-maven-resolver:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.apache.maven:maven-embedder:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven:maven-settings:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven:maven-core:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | | +- org.apache.maven:maven-artifact:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | | \- org.codehaus.plexus:plexus-component-annotations:jar:1.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven:maven-plugin-api:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven:maven-model:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven:maven-model-builder:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven:maven-builder-support:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-api:jar:1.6.3:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-util:jar:1.6.3:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven.shared:maven-shared-utils:jar:3.3.4:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- com.google.inject:guice:jar:no_aop:4.2.2:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.codehaus.plexus:plexus-cipher:jar:2.0:test
[2022-07-22T19:02:17.839Z] [INFO] | | | \- commons-cli:commons-cli:jar:1.4:test
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:test
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.apache.maven:maven-settings-builder:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | \- org.codehaus.plexus:plexus-interpolation:jar:1.26:test
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.apache.maven:maven-resolver-provider:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven:maven-repository-metadata:jar:3.8.6:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3:test
[2022-07-22T19:02:17.839Z] [INFO] | | | \- org.codehaus.plexus:plexus-utils:jar:3.3.0:test
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.6.3:test
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.apache.maven.resolver:maven-resolver-transport-wagon:jar:1.6.3:test
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.apache.maven.wagon:wagon-http:jar:3.5.1:test
[2022-07-22T19:02:17.839Z] [INFO] | | | +- org.apache.maven.wagon:wagon-http-shared:jar:3.5.1:test
[2022-07-22T19:02:17.839Z] [INFO] | | | \- org.apache.maven.wagon:wagon-provider-api:jar:3.5.1:test
[2022-07-22T19:02:17.839Z] [INFO] | | \- org.apache.maven.wagon:wagon-file:jar:3.5.1:test
[2022-07-22T19:02:17.839Z] [INFO] | +- io.quarkus:quarkus-bootstrap-gradle-resolver:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] | \- io.smallrye.common:smallrye-common-io:jar:1.13.0:compile
[2022-07-22T19:02:17.839Z] [INFO] +- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5:test
[2022-07-22T19:02:17.839Z] [INFO] +- io.quarkus:quarkus-test-common:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] | \- io.quarkus:quarkus-core-deployment:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] | +- org.aesh:readline:jar:2.2:test
[2022-07-22T19:02:17.839Z] [INFO] | | \- org.fusesource.jansi:jansi:jar:1.18:test
[2022-07-22T19:02:17.839Z] [INFO] | +- org.aesh:aesh:jar:2.6:test
[2022-07-22T19:02:17.839Z] [INFO] | +- org.apache.commons:commons-lang3:jar:3.12.0:compile
[2022-07-22T19:02:17.839Z] [INFO] | +- org.ow2.asm:asm:jar:9.3:compile
[2022-07-22T19:02:17.839Z] [INFO] | +- org.ow2.asm:asm-commons:jar:9.3:test
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.ow2.asm:asm-tree:jar:9.3:compile
[2022-07-22T19:02:17.839Z] [INFO] | | \- org.ow2.asm:asm-analysis:jar:9.3:compile
[2022-07-22T19:02:17.839Z] [INFO] | +- io.quarkus:quarkus-class-change-agent:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] | +- io.quarkus:quarkus-devtools-utilities:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] | +- io.quarkus:quarkus-builder:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] | \- org.junit.platform:junit-platform-launcher:jar:1.8.2:test
[2022-07-22T19:02:17.839Z] [INFO] +- io.quarkus:quarkus-junit5-properties:jar:2.11.0.Final:test
[2022-07-22T19:02:17.839Z] [INFO] +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[2022-07-22T19:02:17.839Z] [INFO] | +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.opentest4j:opentest4j:jar:1.2.0:test
[2022-07-22T19:02:17.839Z] [INFO] | | +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[2022-07-22T19:02:17.839Z] [INFO] | | \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[2022-07-22T19:02:17.839Z] [INFO] | +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[2022-07-22T19:02:17.839Z] [INFO] | \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[2022-07-22T19:02:17.839Z] [INFO] | \- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[2022-07-22T19:02:17.839Z] [INFO] \- com.thoughtworks.xstream:xstream:jar:1.4.19:compile
[2022-07-22T19:02:17.839Z] [INFO] \- io.github.x-stream:mxparser:jar:1.2.2:compile
[2022-07-22T19:02:17.839Z] [INFO] \- xmlpull:xmlpull:jar:1.1.3.1:compile
[2022-07-22T19:02:17.839Z] [INFO] ------------------------------------------------------------------------
[2022-07-22T19:02:17.839Z] [INFO] Reactor Summary for Kogito Example 2.0.0-SNAPSHOT:
[2022-07-22T19:02:17.839Z] [INFO]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example ..................................... SUCCESS [ 1.486 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Quarkus .......................... SUCCESS [ 0.049 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Process and Quarkus .............. SUCCESS [ 28.149 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Spring Boot ...................... SUCCESS [ 0.042 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Process and Spring Boot .......... SUCCESS [ 23.207 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow .............. SUCCESS [ 0.034 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus SUCCESS [ 13.293 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus SUCCESS [ 19.637 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus SUCCESS [ 13.863 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus SUCCESS [ 13.275 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Correlation :: Quarkus SUCCESS [ 25.397 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus FAILURE [ 12.015 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus SUCCESS [ 18.473 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus SUCCESS [ 12.084 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus SUCCESS [ 14.008 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus SUCCESS [ 25.152 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus SUCCESS [ 13.390 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy ..... SUCCESS [ 0.029 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services SUCCESS [ 9.514 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow SUCCESS [ 16.210 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase SUCCESS [ 0.027 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: PR Checker Workflow SUCCESS [ 27.883 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: GitHub Service SUCCESS [ 11.118 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: Notification Service SUCCESS [ 3.606 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus SUCCESS [ 12.918 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow grpc example . SUCCESS [ 0.028 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Server:: Quarkus SUCCESS [ 1.349 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Client:: Quarkus SUCCESS [ 19.628 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Order Processing SUCCESS [ 20.166 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Order Saga :: Quarkus SUCCESS [ 13.397 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus SUCCESS [ 17.942 s]
[2022-07-22T19:02:17.839Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion SUCCESS [ 0.029 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service SUCCESS [ 11.958 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service SUCCESS [ 9.081 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 17.917 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 17.830 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 17.762 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 17.871 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase SUCCESS [ 0.029 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service SUCCESS [ 24.247 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service SUCCESS [ 15.257 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase SUCCESS [ 0.027 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service SUCCESS [ 11.040 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow SUCCESS [ 19.893 s]
[2022-07-22T19:02:17.840Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example SUCCESS [ 0.026 s]
[2022-07-22T19:02:17.840Z] [INFO] acme-financial-service ............................. SUCCESS [ 17.097 s]
[2022-07-22T19:02:17.840Z] [INFO] currency-exchange-workflow ......................... SUCCESS [ 8.108 s]
[2022-07-22T19:02:17.840Z] [INFO] ------------------------------------------------------------------------
[2022-07-22T19:02:17.840Z] [INFO] BUILD FAILURE
[2022-07-22T19:02:17.840Z] [INFO] ------------------------------------------------------------------------
[2022-07-22T19:02:17.840Z] [INFO] Total time: 09:37 min
[2022-07-22T19:02:17.840Z] [INFO] Finished at: 2022-07-22T15:02:16-04:00
[2022-07-22T19:02:17.840Z] [INFO] ------------------------------------------------------------------------
[2022-07-22T19:02:17.840Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project serverless-workflow-error-quarkus: There are test failures.
[2022-07-22T19:02:17.840Z] [ERROR]
[2022-07-22T19:02:17.840Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-events/serverless-workflow-examples/serverless-workflow-error-quarkus/target/failsafe-reports for the individual test results.
[2022-07-22T19:02:17.840Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-07-22T19:02:17.840Z] [ERROR] -> [Help 1]
[2022-07-22T19:02:17.840Z] 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 serverless-workflow-error-quarkus: There are test failures.
[2022-07-22T19:02:17.840Z]
[2022-07-22T19:02:17.840Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-events/serverless-workflow-examples/serverless-workflow-error-quarkus/target/failsafe-reports for the individual test results.
[2022-07-22T19:02:17.840Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-07-22T19:02:17.840Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-07-22T19:02:17.840Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-07-22T19:02:17.840Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-07-22T19:02:17.840Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-07-22T19:02:17.840Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-07-22T19:02:17.840Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-07-22T19:02:17.840Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-07-22T19:02:17.840Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-07-22T19:02:17.840Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-07-22T19:02:17.840Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-07-22T19:02:17.840Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-07-22T19:02:17.840Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-07-22T19:02:17.840Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-07-22T19:02:17.840Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-07-22T19:02:17.840Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-07-22T19:02:17.840Z]
[2022-07-22T19:02:17.840Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-events/serverless-workflow-examples/serverless-workflow-error-quarkus/target/failsafe-reports for the individual test results.
[2022-07-22T19:02:17.840Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-07-22T19:02:17.840Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-07-22T19:02:17.840Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-07-22T19:02:17.840Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-07-22T19:02:17.840Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-07-22T19:02:17.840Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-07-22T19:02:17.840Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-07-22T19:02:17.840Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-07-22T19:02:17.840Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-07-22T19:02:17.840Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-07-22T19:02:17.840Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-07-22T19:02:17.840Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-07-22T19:02:17.840Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-07-22T19:02:17.840Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-07-22T19:02:17.840Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-07-22T19:02:17.840Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-07-22T19:02:17.840Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-07-22T19:02:17.840Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-07-22T19:02:17.840Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-07-22T19:02:17.840Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-07-22T19:02:17.840Z] [ERROR]
[2022-07-22T19:02:17.840Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-07-22T19:02:17.840Z] [ERROR]
[2022-07-22T19:02:17.840Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-07-22T19:02:17.840Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-07-22T19:02:17.840Z] [ERROR]
[2022-07-22T19:02:17.840Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-07-22T19:02:17.840Z] [ERROR] mvn -rf :serverless-workflow-error-quarkus
[2022-07-22T19:02:18.095Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-events/pom.xml clean install -Pevents -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-07-22T19:02:18.095Z] [INFO] Archive artifact won't be executed
[2022-07-22T19:02:18.095Z] ::group::[Pull Request Flow] Execution Summary...
[2022-07-22T19:02:18.095Z] [INFO] ----------------------------------------------
[2022-07-22T19:02:18.095Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 34.2s (154205 ms)
[2022-07-22T19:02:18.095Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 2m 41.8s (161872 ms)
[2022-07-22T19:02:18.095Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 33.4s (153495 ms)
[2022-07-22T19:02:18.095Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 4m 58s (3898036 ms)
[2022-07-22T19:02:18.095Z] [INFO] ----------------------------------------------
[2022-07-22T19:02:18.095Z] ::endgroup::
[2022-07-22T19:02:18.349Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-events/pom.xml clean install -Pevents -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-07-22T19:02:18.349Z] [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-events/pom.xml clean install -Pevents -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-07-22T19:02:18.414Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-07-22T19:02:18.519Z] Recording test results
[2022-07-22T19:02:23.242Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-07-22T19:02:23.262Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-22T19:02:25.758Z] + rm -rf console.log
[Pipeline] sh
[2022-07-22T19:02:26.049Z] + 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/162/consoleText
[2022-07-22T19:02:26.049Z] + tail -n 300

Copy link

@jstastny-cz jstastny-cz left a comment

Choose a reason for hiding this comment

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

Looks good, just one formatting issue and one minor comment.

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 25, 2022

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

Test results:

  • PASSED: 527
  • FAILED: 2

Those are the test failures:

Build projects / org.kie.kogito.examples.ErrorRestIT.testErrorRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.kie.kogito.examples.ErrorRestIT.testErrorRest(ErrorRestIT.java:37)
Build projects / org.kie.kogito.examples.ErrorRestIT.testErrorRest java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.

at org.kie.kogito.examples.ErrorRestIT.testErrorRest(ErrorRestIT.java:37)

See console log:

Console Logs [2022-07-25T19:29:25.144Z] [INFO] | | | \- com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
[2022-07-25T19:29:25.144Z] [INFO] | | \- io.smallrye.common:smallrye-common-annotation:jar:1.13.0:compile
[2022-07-25T19:29:25.144Z] [INFO] | +- org.kie.kogito:kogito-addons-quarkus-messaging:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.144Z] [INFO] | | +- org.kie.kogito:kogito-addons-quarkus-messaging-common:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.144Z] [INFO] | | | +- org.kie.kogito:kogito-addons-messaging:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.144Z] [INFO] | | | \- io.cloudevents:cloudevents-json-jackson:jar:2.3.0:compile
[2022-07-25T19:29:25.144Z] [INFO] | | \- io.cloudevents:cloudevents-http-restful-ws:jar:2.3.0:compile
[2022-07-25T19:29:25.144Z] [INFO] | | +- io.cloudevents:cloudevents-core:jar:2.3.0:compile
[2022-07-25T19:29:25.144Z] [INFO] | | | \- io.cloudevents:cloudevents-api:jar:2.3.0:compile
[2022-07-25T19:29:25.144Z] [INFO] | | \- jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6:compile
[2022-07-25T19:29:25.144Z] [INFO] | +- io.quarkus:quarkus-smallrye-reactive-messaging:jar:2.11.0.Final:compile
[2022-07-25T19:29:25.144Z] [INFO] | | +- io.quarkus:quarkus-mutiny-reactive-streams-operators:jar:2.11.0.Final:compile
[2022-07-25T19:29:25.144Z] [INFO] | | | +- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api:jar:1.0.1:compile
[2022-07-25T19:29:25.144Z] [INFO] | | | +- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core:jar:1.0.1:compile
[2022-07-25T19:29:25.144Z] [INFO] | | | \- io.smallrye.reactive:mutiny-reactive-streams-operators:jar:1.6.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | | +- io.quarkus:quarkus-smallrye-reactive-messaging-kotlin:jar:2.11.0.Final:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- io.smallrye.reactive:smallrye-reactive-messaging-api:jar:3.18.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- io.opentelemetry:opentelemetry-api:jar:1.15.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- io.opentelemetry:opentelemetry-context:jar:1.15.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | | +- io.smallrye.reactive:smallrye-reactive-messaging-provider:jar:3.18.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- io.smallrye.reactive:smallrye-reactive-converter-api:jar:2.7.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | | \- io.smallrye.reactive:smallrye-reactive-messaging-health:jar:3.18.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | | \- org.eclipse.microprofile.health:microprofile-health-api:jar:3.1:compile
[2022-07-25T19:29:25.145Z] [INFO] | +- io.quarkiverse.reactivemessaging.http:quarkus-reactive-messaging-http:jar:1.0.3:compile
[2022-07-25T19:29:25.145Z] [INFO] | | \- io.quarkus:quarkus-reactive-routes:jar:2.11.0.Final:compile
[2022-07-25T19:29:25.145Z] [INFO] | +- org.kie.kogito:kogito-serverless-workflow-runtime:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.kie.kogito:jbpm-flow:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.kie.kogito:kogito-events-api:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.kie.kogito:kogito-services:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.kie.kogito:process-workitems:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.kie.kogito:kogito-dmn:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | +- org.kie:kie-dmn-core:jar:8.26.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | | +- org.kie:kie-dmn-backend:jar:8.26.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | | +- org.kie:kie-dmn-feel:jar:8.26.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | | | \- ch.obermuhlner:big-math:jar:2.0.1:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | | +- org.drools:drools-canonical-model:jar:8.26.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | | +- org.drools:drools-alphanetwork-compiler:jar:8.26.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | | +- org.antlr:antlr4-runtime:jar:4.9.2:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | | \- org.jpmml:pmml-model:jar:1.5.1:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | | \- org.jpmml:pmml-agent:jar:1.5.1:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | \- org.kie:kie-dmn-validation:jar:8.26.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | +- com.github.javaparser:javaparser-symbol-solver-core:jar:3.24.2:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | \- org.javassist:javassist:jar:3.28.0-GA:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- org.drools:drools-mvel:jar:8.26.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.kie.kogito:kogito-jackson-utils:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.13.3:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- org.json:json:jar:20190722:compile
[2022-07-25T19:29:25.145Z] [INFO] | | +- com.github.erosb:everit-json-schema:jar:1.14.1:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | +- commons-validator:commons-validator:jar:1.7:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | +- commons-digester:commons-digester:jar:2.1:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | +- commons-logging:commons-logging:jar:1.2:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | +- com.damnhandy:handy-uri-templates:jar:2.1.8:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | | \- joda-time:joda-time:jar:2.10.2:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- com.google.re2j:re2j:jar:1.6:compile
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.kie.kogito:kogito-serverless-workflow-utils:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- io.serverlessworkflow:serverlessworkflow-api:jar:4.0.3.Final:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- javax.validation:validation-api:jar:2.0.1.Final:compile
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.kie.kogito:kogito-rest-workitem:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- io.smallrye.reactive:smallrye-mutiny-vertx-auth-oauth2:jar:2.24.1:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- io.vertx:vertx-auth-oauth2:jar:4.3.2:compile
[2022-07-25T19:29:25.145Z] [INFO] | | +- io.grpc:grpc-protobuf:jar:1.47.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | +- com.google.api.grpc:proto-google-common-protos:jar:2.9.1:compile
[2022-07-25T19:29:25.145Z] [INFO] | | | \- io.grpc:grpc-protobuf-lite:jar:1.47.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | | \- com.google.protobuf:protobuf-java-util:jar:3.19.3:compile
[2022-07-25T19:29:25.145Z] [INFO] | | +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[2022-07-25T19:29:25.145Z] [INFO] | | \- com.google.code.gson:gson:jar:2.9.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | +- org.kie.kogito:kogito-jsonpath-expression:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | +- org.kie.kogito:kogito-jq-expression:jar:2.0.0-SNAPSHOT:compile
[2022-07-25T19:29:25.145Z] [INFO] | | \- net.thisptr:jackson-jq:jar:1.0.0-preview.20210928:compile
[2022-07-25T19:29:25.145Z] [INFO] | | \- org.jruby.joni:joni:jar:2.1.41:compile
[2022-07-25T19:29:25.145Z] [INFO] | | \- org.jruby.jcodings:jcodings:jar:1.0.55:compile
[2022-07-25T19:29:25.145Z] [INFO] | +- io.quarkiverse.jackson-jq:quarkus-jackson-jq:jar:1.0.1:compile
[2022-07-25T19:29:25.145Z] [INFO] | \- io.quarkiverse.openapi.generator:quarkus-openapi-generator:jar:0.9.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | \- io.quarkus:quarkus-qute:jar:2.11.0.Final:compile
[2022-07-25T19:29:25.145Z] [INFO] | \- io.quarkus.qute:qute-core:jar:2.11.0.Final:compile
[2022-07-25T19:29:25.145Z] [INFO] \- io.quarkus:quarkus-junit5:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] +- io.quarkus:quarkus-bootstrap-core:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] | +- io.quarkus:quarkus-bootstrap-app-model:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] | +- io.quarkus:quarkus-bootstrap-maven-resolver:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.apache.maven:maven-embedder:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven:maven-settings:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven:maven-core:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | | +- org.apache.maven:maven-artifact:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | | \- org.codehaus.plexus:plexus-component-annotations:jar:1.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven:maven-plugin-api:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven:maven-model:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven:maven-model-builder:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven:maven-builder-support:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-api:jar:1.6.3:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-util:jar:1.6.3:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven.shared:maven-shared-utils:jar:3.3.4:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- com.google.inject:guice:jar:no_aop:4.2.2:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.codehaus.plexus:plexus-cipher:jar:2.0:test
[2022-07-25T19:29:25.145Z] [INFO] | | | \- commons-cli:commons-cli:jar:1.4:test
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:test
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.apache.maven:maven-settings-builder:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | \- org.codehaus.plexus:plexus-interpolation:jar:1.26:test
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.apache.maven:maven-resolver-provider:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven:maven-repository-metadata:jar:3.8.6:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3:test
[2022-07-25T19:29:25.145Z] [INFO] | | | \- org.codehaus.plexus:plexus-utils:jar:3.3.0:test
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.6.3:test
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.apache.maven.resolver:maven-resolver-transport-wagon:jar:1.6.3:test
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.apache.maven.wagon:wagon-http:jar:3.5.1:test
[2022-07-25T19:29:25.145Z] [INFO] | | | +- org.apache.maven.wagon:wagon-http-shared:jar:3.5.1:test
[2022-07-25T19:29:25.145Z] [INFO] | | | \- org.apache.maven.wagon:wagon-provider-api:jar:3.5.1:test
[2022-07-25T19:29:25.145Z] [INFO] | | \- org.apache.maven.wagon:wagon-file:jar:3.5.1:test
[2022-07-25T19:29:25.145Z] [INFO] | +- io.quarkus:quarkus-bootstrap-gradle-resolver:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] | \- io.smallrye.common:smallrye-common-io:jar:1.13.0:compile
[2022-07-25T19:29:25.145Z] [INFO] +- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5:test
[2022-07-25T19:29:25.145Z] [INFO] +- io.quarkus:quarkus-test-common:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] | \- io.quarkus:quarkus-core-deployment:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] | +- org.aesh:readline:jar:2.2:test
[2022-07-25T19:29:25.145Z] [INFO] | | \- org.fusesource.jansi:jansi:jar:1.18:test
[2022-07-25T19:29:25.145Z] [INFO] | +- org.aesh:aesh:jar:2.6:test
[2022-07-25T19:29:25.145Z] [INFO] | +- org.apache.commons:commons-lang3:jar:3.12.0:compile
[2022-07-25T19:29:25.145Z] [INFO] | +- org.ow2.asm:asm:jar:9.3:compile
[2022-07-25T19:29:25.145Z] [INFO] | +- org.ow2.asm:asm-commons:jar:9.3:test
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.ow2.asm:asm-tree:jar:9.3:compile
[2022-07-25T19:29:25.145Z] [INFO] | | \- org.ow2.asm:asm-analysis:jar:9.3:compile
[2022-07-25T19:29:25.145Z] [INFO] | +- io.quarkus:quarkus-class-change-agent:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] | +- io.quarkus:quarkus-devtools-utilities:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] | +- io.quarkus:quarkus-builder:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] | \- org.junit.platform:junit-platform-launcher:jar:1.8.2:test
[2022-07-25T19:29:25.145Z] [INFO] +- io.quarkus:quarkus-junit5-properties:jar:2.11.0.Final:test
[2022-07-25T19:29:25.145Z] [INFO] +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[2022-07-25T19:29:25.145Z] [INFO] | +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.opentest4j:opentest4j:jar:1.2.0:test
[2022-07-25T19:29:25.145Z] [INFO] | | +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[2022-07-25T19:29:25.145Z] [INFO] | | \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[2022-07-25T19:29:25.145Z] [INFO] | +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[2022-07-25T19:29:25.145Z] [INFO] | \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[2022-07-25T19:29:25.145Z] [INFO] | \- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[2022-07-25T19:29:25.145Z] [INFO] \- com.thoughtworks.xstream:xstream:jar:1.4.19:compile
[2022-07-25T19:29:25.145Z] [INFO] \- io.github.x-stream:mxparser:jar:1.2.2:compile
[2022-07-25T19:29:25.145Z] [INFO] \- xmlpull:xmlpull:jar:1.1.3.1:compile
[2022-07-25T19:29:25.145Z] [INFO] ------------------------------------------------------------------------
[2022-07-25T19:29:25.145Z] [INFO] Reactor Summary for Kogito Example 2.0.0-SNAPSHOT:
[2022-07-25T19:29:25.145Z] [INFO]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example ..................................... SUCCESS [ 1.370 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Quarkus .......................... SUCCESS [ 0.048 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Process and Quarkus .............. SUCCESS [ 28.033 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Spring Boot ...................... SUCCESS [ 0.048 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Process and Spring Boot .......... SUCCESS [ 24.790 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow .............. SUCCESS [ 0.031 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus SUCCESS [ 12.831 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus SUCCESS [ 17.835 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus SUCCESS [ 12.655 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus SUCCESS [ 12.461 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Correlation :: Quarkus SUCCESS [ 24.580 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus FAILURE [ 11.318 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus SUCCESS [ 17.943 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus SUCCESS [ 12.073 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus SUCCESS [ 13.208 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus SUCCESS [ 23.832 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus SUCCESS [ 13.632 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy ..... SUCCESS [ 0.043 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services SUCCESS [ 9.567 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow SUCCESS [ 15.024 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase SUCCESS [ 0.026 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: PR Checker Workflow SUCCESS [ 29.383 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: GitHub Service SUCCESS [ 10.262 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: Notification Service SUCCESS [ 3.294 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus SUCCESS [ 11.945 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow grpc example . SUCCESS [ 0.030 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Server:: Quarkus SUCCESS [ 1.513 s]
[2022-07-25T19:29:25.145Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Client:: Quarkus SUCCESS [ 17.937 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Order Processing SUCCESS [ 18.377 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Order Saga :: Quarkus SUCCESS [ 12.772 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus SUCCESS [ 16.948 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion SUCCESS [ 0.034 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service SUCCESS [ 10.803 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service SUCCESS [ 8.727 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 16.194 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 16.423 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 16.189 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 17.750 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase SUCCESS [ 0.030 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service SUCCESS [ 22.731 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service SUCCESS [ 13.921 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase SUCCESS [ 0.026 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service SUCCESS [ 10.051 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow SUCCESS [ 20.237 s]
[2022-07-25T19:29:25.146Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example SUCCESS [ 0.032 s]
[2022-07-25T19:29:25.146Z] [INFO] acme-financial-service ............................. SUCCESS [ 14.062 s]
[2022-07-25T19:29:25.146Z] [INFO] currency-exchange-workflow ......................... SUCCESS [ 7.653 s]
[2022-07-25T19:29:25.146Z] [INFO] ------------------------------------------------------------------------
[2022-07-25T19:29:25.146Z] [INFO] BUILD FAILURE
[2022-07-25T19:29:25.146Z] [INFO] ------------------------------------------------------------------------
[2022-07-25T19:29:25.146Z] [INFO] Total time: 09:10 min
[2022-07-25T19:29:25.146Z] [INFO] Finished at: 2022-07-25T15:29:23-04:00
[2022-07-25T19:29:25.146Z] [INFO] ------------------------------------------------------------------------
[2022-07-25T19:29:25.146Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (integration-test) on project serverless-workflow-error-quarkus: There are test failures.
[2022-07-25T19:29:25.146Z] [ERROR]
[2022-07-25T19:29:25.146Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-events/serverless-workflow-examples/serverless-workflow-error-quarkus/target/failsafe-reports for the individual test results.
[2022-07-25T19:29:25.146Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-07-25T19:29:25.146Z] [ERROR] -> [Help 1]
[2022-07-25T19:29:25.146Z] 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 serverless-workflow-error-quarkus: There are test failures.
[2022-07-25T19:29:25.146Z]
[2022-07-25T19:29:25.146Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-events/serverless-workflow-examples/serverless-workflow-error-quarkus/target/failsafe-reports for the individual test results.
[2022-07-25T19:29:25.146Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-07-25T19:29:25.146Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-07-25T19:29:25.146Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-07-25T19:29:25.146Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-07-25T19:29:25.146Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-07-25T19:29:25.146Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-07-25T19:29:25.146Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-07-25T19:29:25.146Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-07-25T19:29:25.146Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-07-25T19:29:25.146Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-07-25T19:29:25.146Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-07-25T19:29:25.146Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-07-25T19:29:25.146Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-07-25T19:29:25.146Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-07-25T19:29:25.146Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-07-25T19:29:25.146Z] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[2022-07-25T19:29:25.146Z]
[2022-07-25T19:29:25.146Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.kogito-examples/bc/kiegroup_kogito_examples/kogito-examples-events/serverless-workflow-examples/serverless-workflow-error-quarkus/target/failsafe-reports for the individual test results.
[2022-07-25T19:29:25.146Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-07-25T19:29:25.146Z] at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
[2022-07-25T19:29:25.146Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
[2022-07-25T19:29:25.146Z] at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
[2022-07-25T19:29:25.146Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-07-25T19:29:25.146Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-07-25T19:29:25.146Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2022-07-25T19:29:25.146Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-07-25T19:29:25.146Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-07-25T19:29:25.146Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2022-07-25T19:29:25.146Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2022-07-25T19:29:25.146Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2022-07-25T19:29:25.146Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-07-25T19:29:25.146Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-07-25T19:29:25.146Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-07-25T19:29:25.146Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-07-25T19:29:25.146Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-07-25T19:29:25.146Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-07-25T19:29:25.146Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-07-25T19:29:25.146Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-07-25T19:29:25.146Z] [ERROR]
[2022-07-25T19:29:25.146Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-07-25T19:29:25.146Z] [ERROR]
[2022-07-25T19:29:25.146Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-07-25T19:29:25.146Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2022-07-25T19:29:25.146Z] [ERROR]
[2022-07-25T19:29:25.146Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-07-25T19:29:25.146Z] [ERROR] mvn -rf :serverless-workflow-error-quarkus
[2022-07-25T19:29:25.146Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-events/pom.xml clean install -Pevents -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-07-25T19:29:25.146Z] [INFO] Archive artifact won't be executed
[2022-07-25T19:29:25.146Z] ::group::[Pull Request Flow] Execution Summary...
[2022-07-25T19:29:25.146Z] [INFO] ----------------------------------------------
[2022-07-25T19:29:25.146Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 42s (162063 ms)
[2022-07-25T19:29:25.146Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 2m 42.4s (162479 ms)
[2022-07-25T19:29:25.146Z] [INFO] [kiegroup/kogito-apps]. Execution Result: ok. Time: 2m 31.8s (151808 ms)
[2022-07-25T19:29:25.146Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 1h 2m 25.2s (3745228 ms)
[2022-07-25T19:29:25.146Z] [INFO] ----------------------------------------------
[2022-07-25T19:29:25.146Z] ::endgroup::
[2022-07-25T19:29:25.434Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'bash -c "if [ '' != 'true' ]; then mvn -f kogito-examples-events/pom.xml clean install -Pevents -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-07-25T19:29:25.434Z] [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-events/pom.xml clean install -Pevents -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-07-25T19:29:25.552Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-07-25T19:29:25.659Z] Recording test results
[2022-07-25T19:29:31.774Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-07-25T19:29:31.810Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-25T19:29:34.276Z] + rm -rf console.log
[Pipeline] sh
[2022-07-25T19:29:34.618Z] + 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/170/consoleText
[2022-07-25T19:29:34.618Z] + tail -n 300

Copy link

@jstastny-cz jstastny-cz left a comment

Choose a reason for hiding this comment

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

Thank you.

@jstastny-cz
Copy link

I can reproduce the same failure on my local:

2022-07-26 09:07:06,761 WARN  [io.qua.config] (main) Unrecognized configuration key "kogito.sw.functions.publishPerfectSquare.port" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2022-07-26 09:07:06,761 WARN  [io.qua.config] (main) Unrecognized configuration key "kogito.sw.functions.publishPerfectSquare.host" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo

and exception

2022-07-26 09:07:09,370 ERROR [org.jbp.wor.ins.imp.WorkflowProcessInstanceImpl] (executor-thread-0) Unexpected error while executing node publishPerfectSquare in process instance 743fbd68-6b26-478f-8c17-ee0391f93657: org.jbpm.workflow.instance.WorkflowRuntimeException: [error:743fbd68-6b26-478f-8c17-ee0391f93657 - publishPerfectSquare:22] -- io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:8080

@jstastny-cz
Copy link

@martinweiler should we close this one?

@martinweiler
Copy link
Author

@jstastny-cz good question. @ricardozanini wdyt?

@ricardozanini
Copy link
Member

@martinweiler can you please rebase? Many thanks! This PR slipped from my notifications.

@domhanak
Copy link

domhanak commented Mar 1, 2024

@ricardozanini @fjtirado CC, looks like this could improve serverless examples.

@martinweiler please rebase and we can take a look

@domhanak domhanak self-requested a review March 1, 2024 07:39
@domhanak domhanak added the stale This label is for items that are stale with no activity for more than a month label Mar 1, 2024
@fjtirado fjtirado self-requested a review March 4, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This label is for items that are stale with no activity for more than a month
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants