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-6781: XML Prolog support for .scesim files #4205

Merged
merged 4 commits into from
Feb 21, 2022

Conversation

yesamer
Copy link
Contributor

@yesamer yesamer commented Feb 15, 2022

Scesim unmarshaller extracts the scesim version from the XML prolog instead of ScenarioSimulationNode

JIRA: https://issues.redhat.com/browse/KOGITO-6781

https://github.com/kiegroup/drools/pull/4205
https://github.com/kiegroup/kogito-runtimes/pull/2011
https://github.com/kiegroup/kogito-examples/pull/1128

How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

How to retest this PR or trigger a specific build:
  • a pull request please add comment: Jenkins retest this

  • for a full downstream build

    • for jenkins job: please add comment: Jenkins run fdb
    • for github actions job: add the label run_fdb
  • a compile downstream build please add comment: Jenkins run cdb

  • a full production downstream build please add comment: Jenkins execute product fdb

  • an upstream build please add comment: Jenkins run upstream

@kie-ci1
Copy link

kie-ci1 commented Feb 15, 2022

(tests) - optaweb-employee-rostering job #279 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/drools.tests.downstream.optaweb-employee-rostering/279/display/redirect or see console log:

Console Logs [2022-02-15T10:09:19.353Z] du: cannot access ‘/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.optaweb-employee-rostering_ws-cleanup_1644919754861/bc/kiegroup_optaweb_employee_rostering/optaweb-employee-rostering/optaweb-employee-rostering-frontend/node_modules/@patternfly/react-icons/dist/js/icons/cart-arrow-down-icon.d.ts’: No such file or directory
[2022-02-15T10:09:19.353Z] du: cannot access ‘/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.optaweb-employee-rostering_ws-cleanup_1644919754861/bc/kiegroup_optaweb_employee_rostering/optaweb-employee-rostering/optaweb-employee-rostering-frontend/node_modules/@patternfly/react-icons/dist/js/icons/cart-plus-icon.d.ts’: No such file or directory
[2022-02-15T10:09:19.353Z] du: cannot access ‘/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.optaweb-employee-rostering_ws-cleanup_1644919754861/bc/kiegroup_optaweb_employee_rostering/optaweb-employee-rostering/optaweb-employee-rostering-frontend/node_modules/@patternfly/react-icons/dist/js/icons/cash-register-icon.d.ts’: No such file or directory
[2022-02-15T10:09:19.353Z] du: cannot access ‘/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.optaweb-employee-rostering_ws-cleanup_1644919754861/bc/kiegroup_optaweb_employee_rostering/optaweb-employee-rostering/optaweb-employee-rostering-frontend/node_modules/@patternfly/react-icons/dist/js/icons/cat-icon.d.ts’: No such file or directory
[2022-02-15T10:09:19.353Z] du: cannot access ‘/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.optaweb-employee-rostering_ws-cleanup_1644919754861/bc/kiegroup_optaweb_employee_rostering/optaweb-employee-rostering/optaweb-employee-rostering-frontend/node_modules/@patternfly/react-icons/dist/js/icons/catalog-icon.d.ts’: No such file or directory
[2022-02-15T10:09:19.353Z] du: cannot access ‘/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.optaweb-employee-rostering_ws-cleanup_1644919754861/bc/kiegroup_optaweb_employee_rostering/optaweb-employee-rostering/optaweb-employee-rostering-frontend/node_modules/@patternfly/react-icons/dist/js/icons/cc-amazon-pay-icon.d.ts’: No such file or directory
[2022-02-15T10:09:19.353Z] du: cannot access ‘/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.optaweb-employee-rostering_ws-cleanup_1644919754861/bc/kiegroup_optaweb_employee_rostering/optaweb-employee-rostering/optaweb-employee-rostering-frontend/node_modules/@patternfly/react-icons/dist/js/icons/cc-amex-icon.d.ts’: No such file or directory
[2022-02-15T10:09:19.353Z] 818M /home/jenkins/workspace
[2022-02-15T10:09:19.353Z] 0 /home/jenkins/.pki
[2022-02-15T10:09:19.353Z] 118M /home/jenkins/tools
[2022-02-15T10:09:19.353Z] 0 /home/jenkins/caches
[2022-02-15T10:09:19.608Z] 557M /home/jenkins/.npm
[2022-02-15T10:09:19.609Z] 8.0K /home/jenkins/.java
[2022-02-15T10:09:19.609Z] 3.6G /home/jenkins
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
Stage "Install build-chain tool" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
Stage "Build projects" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Sonar analysis)
Stage "Sonar analysis" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space after build)
Stage "check space after build" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-02-15T10:09:20.533Z] + 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/drools.tests.downstream.optaweb-employee-rostering/279/api/json
[Pipeline] readJSON
[Pipeline] sh

@yesamer yesamer requested a review from jomarko February 15, 2022 10:34
@yesamer yesamer changed the title KOGITO-6781: XML Prolog support in for .scesim files KOGITO-6781: XML Prolog support for .scesim files Feb 15, 2022
@kie-ci1
Copy link

kie-ci1 commented Feb 15, 2022

(tests) - drools job #282 was: UNSTABLE
Possible explanation: This should be test failures

Test results:

  • PASSED: 20525
  • FAILED: 1

Those are the test failures:

org.kie.dmn.feel.client.showcase.FEELShowcaseIT.org.kie.dmn.feel.client.showcase.FEELShowcaseIT io.github.bonigarcia.wdm.WebDriverManagerException: Error HTTP 404 executing GET http://npm.taobao.org/mirrors/geckodriver HTTP/1.1

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/drools.tests.drools/282/display/redirect

Copy link
Contributor

@jomarko jomarko left a comment

Choose a reason for hiding this comment

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

@yesamer it looks good to me, but I think we should add unit tests yesamer#3

@kie-ci1
Copy link

kie-ci1 commented Feb 15, 2022

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

Test results:

  • PASSED: 432
  • FAILED: 1

Those are the test failures:

org.kie.kogito.examples.demo.OutboxIT.testSendProcessEvents org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.kie.kogito.examples.demo.OutboxIT null within 5 minutes.
at org.kie.kogito.examples.demo.OutboxIT.testSendProcessEvents(OutboxIT.java:117)
Caused by: org.apache.http.NoHttpResponseException: localhost:49254 failed to respond
at org.kie.kogito.examples.demo.OutboxIT.lambda$testSendProcessEvents$0(OutboxIT.java:120)

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/drools.tests.downstream.kogito-examples/283/display/redirect

@kie-ci1
Copy link

kie-ci1 commented Feb 15, 2022

(tests) - drools job #284 was: UNSTABLE
Possible explanation: This should be test failures

Test results:

  • PASSED: 20527
  • FAILED: 1

Those are the test failures:

org.kie.dmn.feel.client.showcase.FEELShowcaseIT.org.kie.dmn.feel.client.showcase.FEELShowcaseIT io.github.bonigarcia.wdm.WebDriverManagerException: Error HTTP 404 executing GET http://npm.taobao.org/mirrors/geckodriver HTTP/1.1

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/drools.tests.drools/284/display/redirect

Copy link
Contributor

@jomarko jomarko 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 @yesamer .

I tried to run dmn-pmml-quarkus-example (mvn clean verify) using

Assuming it as a proof your PR is correct fix

@kie-ci1
Copy link

kie-ci1 commented Feb 15, 2022

(tests) - kogito-examples job #285 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Test results:

  • PASSED: 336
  • FAILED: 0

Those are the test failures: none

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/drools.tests.downstream.kogito-examples/285/display/redirect or see console log:

Console Logs [2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Travel Agency .................... SUCCESS [ 0.057 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Travel Agency :: Basic ........... SUCCESS [ 14.742 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Travel Agency :: Extended ........ SUCCESS [ 0.085 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Travel Agency :: Travels ......... SUCCESS [ 44.279 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Travel Agency :: Visas ........... SUCCESS [ 5.867 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Onboarding Example ............... SUCCESS [ 0.035 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools SUCCESS [ 17.100 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN SUCCESS [ 15.873 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus SUCCESS [ 18.221 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus ...... SUCCESS [ 59.278 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: PMML Incubation API With Quarkus . SUCCESS [ 12.646 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: PMML - Quarkus ................... SUCCESS [ 14.935 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Business Rules Quarkus ... SUCCESS [ 12.980 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process :: Decisions :: Quarkus .. SUCCESS [ 16.721 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process :: Decisions :: REST Quarkus SUCCESS [ 18.371 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Scripts With Quarkus ..... SUCCESS [ 12.141 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Incubation API With Quarkus SUCCESS [ 12.331 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Infinispan Persistence Quarkus SUCCESS [ 23.747 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels, avro serialization SUCCESS [ 38.207 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels SUCCESS [ 27.305 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Kafka Persistence Quarkus SUCCESS [ 24.222 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process with Kafka and Quarkus ... SUCCESS [ 26.142 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process with Knative Eventing and Quarkus SUCCESS [ 18.491 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process MongoDB Persistence Quarkus SUCCESS [ 21.692 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Monitoring :: Quarkus .... SUCCESS [ 17.624 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process, OptaPlanner and Quarkus . SUCCESS [ 27.129 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Quarkus SUCCESS [01:48 min]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Client Performance test .......... SUCCESS [ 0.303 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Quarkus Performance test ......... SUCCESS [ 4.101 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus SUCCESS [ 20.198 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process and Quarkus .............. SUCCESS [ 20.475 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Service Rest Cal with Quarkus SUCCESS [ 5.878 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Rest :: Quarkus .......... SUCCESS [ 12.801 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Service Rest WorkItem call with Quarkus SUCCESS [ 4.919 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Scripts With Quarkus ..... SUCCESS [ 11.395 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Saga with Quarkus ........ SUCCESS [ 15.038 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Service Calls with Quarkus SUCCESS [ 12.857 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Timer with Quarkus ....... SUCCESS [ 4.604 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle SUCCESS [ 12.980 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process with Usertasks Quarkus :: Console SUCCESS [ 40.794 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process with Usertasks Quarkus ... SUCCESS [ 12.374 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process UserTasks with Timer Quarkus :: Console SUCCESS [ 37.922 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Usertasks Security OIDC Keycloak Quarkus :: Console SUCCESS [01:02 min]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Keycloak Quarkus SUCCESS [ 39.998 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Process Usertasks With Security Quarkus SUCCESS [ 16.263 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Rules Incubation API With Quarkus SUCCESS [ 12.272 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus ....... SUCCESS [ 12.357 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Rules HelloWorld ................. SUCCESS [ 11.799 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus SUCCESS [ 42.107 s]
[2022-02-15T12:17:20.010Z] [INFO] Kogito Example :: RuleUnit - Quarkus ............... SUCCESS [ 13.327 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus SUCCESS [ 21.369 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus SUCCESS [ 12.237 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus SUCCESS [ 12.543 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus SUCCESS [ 11.385 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus SUCCESS [ 22.404 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus SUCCESS [ 11.115 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus SUCCESS [ 13.035 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus SUCCESS [ 22.881 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus SUCCESS [ 13.200 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy ..... SUCCESS [ 0.053 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services SUCCESS [ 7.382 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow SUCCESS [ 13.515 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase SUCCESS [ 0.028 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: PR Checker Workflow SUCCESS [ 17.439 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: GitHub Service SUCCESS [ 9.782 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: Notification Service SUCCESS [ 5.308 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus SUCCESS [ 12.089 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Order Processing SUCCESS [ 17.134 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Order Saga Workflow with Quarkus . SUCCESS [ 12.407 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus SUCCESS [ 16.237 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion SUCCESS [ 0.028 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service SUCCESS [ 11.918 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service SUCCESS [ 8.952 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 15.109 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Service Showcase SUCCESS [ 0.026 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Service SUCCESS [ 31.818 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Query Service .................... SUCCESS [ 13.258 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Trusty Tracing - Quarkus DevServices FAILURE [ 0.037 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Spring Boot ...................... SUCCESS [ 0.034 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Decision Table - Spring Boot ..... SUCCESS [ 15.564 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: DMN Metrics SpringBoot ........... SUCCESS [ 47.093 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot .. SUCCESS [03:14 min]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot . SUCCESS [ 9.846 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot ........ SUCCESS [ 27.631 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: DMN - Spring Boot ................ SUCCESS [ 9.501 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: DMN Tracing - Spring Boot ........ SUCCESS [ 40.769 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Flexible process with Spring Boot SUCCESS [ 10.765 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot .. SUCCESS [03:10 min]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: PMML - Spring Boot ............... SUCCESS [ 14.310 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Business Rules Spring Boot SUCCESS [ 9.123 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process :: Decisions :: REST :: Spring Boot SUCCESS [ 11.299 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process :: Decisions :: Spring Boot SUCCESS [ 9.745 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Infinispan Persistence Spring Boot SUCCESS [ 27.268 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot, multiple channels SUCCESS [ 20.699 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot SUCCESS [ 18.579 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process MongoDB Persistence Spring Boot SUCCESS [ 14.852 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Monitoring :: Spring Boot SUCCESS [ 10.606 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process, OptaPlanner and Spring Boot SUCCESS [ 20.270 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Spring Boot SUCCESS [ 39.261 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Springboot Performance test ...... SUCCESS [ 2.977 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot SUCCESS [ 12.387 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Service Rest Call Spring Boot SUCCESS [ 2.946 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Scripts With Spring Boot . SUCCESS [ 7.279 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Service Calls with Spring Boot SUCCESS [ 7.761 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process and Spring Boot .......... SUCCESS [ 11.889 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Timer With Spring Boot ... SUCCESS [ 2.515 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle Spring Boot SUCCESS [ 8.102 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot :: Console SUCCESS [ 24.007 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot SUCCESS [ 8.651 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot :: Console SUCCESS [01:44 min]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot SUCCESS [ 41.797 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Process Usertasks With Security Spring Boot SUCCESS [ 12.972 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot ... SUCCESS [ 8.305 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot SUCCESS [01:58 min]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: RuleUnit - Spring Boot ........... SUCCESS [ 8.297 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Spring Boot SUCCESS [ 9.835 s]
[2022-02-15T12:17:20.011Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Spring Boot SUCCESS [ 10.470 s]
[2022-02-15T12:17:20.011Z] [INFO] ------------------------------------------------------------------------
[2022-02-15T12:17:20.011Z] [INFO] BUILD FAILURE
[2022-02-15T12:17:20.011Z] [INFO] ------------------------------------------------------------------------
[2022-02-15T12:17:20.011Z] [INFO] Total time: 46:52 min
[2022-02-15T12:17:20.011Z] [INFO] Finished at: 2022-02-15T07:17:19-05:00
[2022-02-15T12:17:20.011Z] [INFO] ------------------------------------------------------------------------
[2022-02-15T12:17:20.011Z] [ERROR] Failed to execute goal on project trusty-tracing-quarkus-devservices: Could not resolve dependencies for project org.kie.kogito.examples:trusty-tracing-quarkus-devservices:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT -> [Help 1]
[2022-02-15T12:17:20.011Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project trusty-tracing-quarkus-devservices: Could not resolve dependencies for project org.kie.kogito.examples:trusty-tracing-quarkus-devservices:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:269)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-15T12:17:20.011Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-15T12:17:20.011Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-15T12:17:20.011Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-15T12:17:20.011Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-15T12:17:20.011Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-15T12:17:20.011Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-15T12:17:20.011Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-15T12:17:20.011Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-15T12:17:20.011Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-15T12:17:20.011Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-15T12:17:20.011Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-15T12:17:20.011Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-15T12:17:20.011Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-15T12:17:20.011Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-15T12:17:20.011Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.kie.kogito.examples:trusty-tracing-quarkus-devservices:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-15T12:17:20.011Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:209)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-15T12:17:20.011Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-15T12:17:20.011Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-15T12:17:20.011Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-15T12:17:20.011Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-15T12:17:20.011Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-15T12:17:20.011Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-15T12:17:20.011Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-15T12:17:20.011Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-15T12:17:20.011Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-15T12:17:20.011Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-15T12:17:20.011Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-15T12:17:20.011Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-15T12:17:20.011Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-15T12:17:20.012Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-15T12:17:20.012Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:357)
[2022-02-15T12:17:20.012Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-15T12:17:20.012Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-15T12:17:20.012Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-15T12:17:20.012Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-15T12:17:20.012Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-15T12:17:20.012Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-15T12:17:20.012Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-15T12:17:20.012Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-15T12:17:20.012Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-15T12:17:20.012Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-15T12:17:20.012Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-15T12:17:20.012Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-15T12:17:20.012Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:424)
[2022-02-15T12:17:20.012Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2022-02-15T12:17:20.012Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2022-02-15T12:17:20.012Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-15T12:17:20.012Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-15T12:17:20.012Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-15T12:17:20.012Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-15T12:17:20.012Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-15T12:17:20.012Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-15T12:17:20.012Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-15T12:17:20.012Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-15T12:17:20.012Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-15T12:17:20.012Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-15T12:17:20.012Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-15T12:17:20.012Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-15T12:17:20.012Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:414)
[2022-02-15T12:17:20.012Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2022-02-15T12:17:20.012Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2022-02-15T12:17:20.012Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-15T12:17:20.012Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-15T12:17:20.012Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-15T12:17:20.012Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-15T12:17:20.012Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-15T12:17:20.012Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-15T12:17:20.012Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-15T12:17:20.012Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-15T12:17:20.012Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-15T12:17:20.012Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-15T12:17:20.012Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-15T12:17:20.012Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-15T12:17:20.012Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-15T12:17:20.012Z] [ERROR]
[2022-02-15T12:17:20.012Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-02-15T12:17:20.012Z] [ERROR]
[2022-02-15T12:17:20.012Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-02-15T12:17:20.012Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[2022-02-15T12:17:20.012Z] [ERROR]
[2022-02-15T12:17:20.012Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-02-15T12:17:20.012Z] [ERROR] mvn -rf :trusty-tracing-quarkus-devservices
[2022-02-15T12:17:20.269Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config6321546521544560530tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2022-02-15T12:17:20.269Z] [INFO] Archive artifact won't be executed
[2022-02-15T12:17:20.269Z] ::group::[Pull Request Flow] Execution Summary...
[2022-02-15T12:17:20.269Z] [INFO] ----------------------------------------------
[2022-02-15T12:17:20.269Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 24.6s (144650 ms)
[2022-02-15T12:17:20.269Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 1.5s (181546 ms)
[2022-02-15T12:17:20.269Z] [INFO] [kiegroup/optaplanner]. Execution Result: ok. Time: 51.7s (51716 ms)
[2022-02-15T12:17:20.269Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 46m 53.8s (2813843 ms)
[2022-02-15T12:17:20.269Z] [INFO] ----------------------------------------------
[2022-02-15T12:17:20.269Z] ::endgroup::
[2022-02-15T12:17:20.525Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config6321546521544560530tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.1/bin/mvn' failed with exit code 1
[2022-02-15T12:17:20.525Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config6321546521544560530tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.1/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-02-15T12:17:20.656Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-02-15T12:17:20.747Z] Recording test results
[2022-02-15T12:17:24.541Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-02-15T12:17:24.565Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-02-15T12:17:28.263Z] + rm -rf console.log
[Pipeline] sh
[2022-02-15T12:17:28.555Z] + 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/drools.tests.downstream.kogito-examples/285/consoleText
[2022-02-15T12:17:28.555Z] + tail -n 300

jomarko referenced this pull request in jomarko/drools Feb 15, 2022
FEELShowcaseIT test is failing. Lets try to fix it by webdrivermanager upgrade.

https://github.com/kiegroup/drools/pull/4205#issuecomment-1040196908
@yesamer
Copy link
Contributor Author

yesamer commented Feb 15, 2022

@gitgabrio Can you please review this PR? Thx u!

mareknovotny referenced this pull request Feb 16, 2022
FEELShowcaseIT test is failing. Lets try to fix it by webdrivermanager upgrade.

https://github.com/kiegroup/drools/pull/4205#issuecomment-1040196908
Copy link
Contributor

@gitgabrio gitgabrio left a comment

Choose a reason for hiding this comment

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

Hi @yesamer
LGTM, thanks!

@yesamer
Copy link
Contributor Author

yesamer commented Feb 16, 2022

jenkins retest this please

@kie-ci1
Copy link

kie-ci1 commented Feb 16, 2022

(tests) - kogito-examples job #293 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Test results:

  • PASSED: 336
  • FAILED: 0

Those are the test failures: none

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/drools.tests.downstream.kogito-examples/293/display/redirect or see console log:

Console Logs [2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Travel Agency .................... SUCCESS [ 0.070 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Travel Agency :: Basic ........... SUCCESS [ 16.153 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Travel Agency :: Extended ........ SUCCESS [ 0.074 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Travel Agency :: Travels ......... SUCCESS [ 44.611 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Travel Agency :: Visas ........... SUCCESS [ 6.138 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Onboarding Example ............... SUCCESS [ 0.038 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools SUCCESS [ 17.722 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN SUCCESS [ 15.476 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus SUCCESS [ 18.032 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus ...... SUCCESS [ 59.110 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: PMML Incubation API With Quarkus . SUCCESS [ 12.917 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: PMML - Quarkus ................... SUCCESS [ 14.613 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process Business Rules Quarkus ... SUCCESS [ 13.256 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process :: Decisions :: Quarkus .. SUCCESS [ 17.184 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process :: Decisions :: REST Quarkus SUCCESS [ 18.638 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process Scripts With Quarkus ..... SUCCESS [ 12.232 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process Incubation API With Quarkus SUCCESS [ 11.787 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process Infinispan Persistence Quarkus SUCCESS [ 23.306 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels, avro serialization SUCCESS [ 35.759 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels SUCCESS [ 28.433 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process Kafka Persistence Quarkus SUCCESS [ 25.059 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process with Kafka and Quarkus ... SUCCESS [ 27.323 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process with Knative Eventing and Quarkus SUCCESS [ 19.050 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process MongoDB Persistence Quarkus SUCCESS [ 21.979 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process Monitoring :: Quarkus .... SUCCESS [ 18.371 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process, OptaPlanner and Quarkus . SUCCESS [ 26.126 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Quarkus SUCCESS [01:43 min]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Client Performance test .......... SUCCESS [ 0.323 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Quarkus Performance test ......... SUCCESS [ 3.698 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus SUCCESS [ 18.497 s]
[2022-02-16T13:18:40.253Z] [INFO] Kogito Example :: Process and Quarkus .............. SUCCESS [ 18.731 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Service Rest Cal with Quarkus SUCCESS [ 5.485 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Rest :: Quarkus .......... SUCCESS [ 12.474 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Service Rest WorkItem call with Quarkus SUCCESS [ 5.126 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Scripts With Quarkus ..... SUCCESS [ 10.877 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Saga with Quarkus ........ SUCCESS [ 14.223 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Service Calls with Quarkus SUCCESS [ 11.838 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Timer with Quarkus ....... SUCCESS [ 4.118 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle SUCCESS [ 12.406 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process with Usertasks Quarkus :: Console SUCCESS [ 50.392 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process with Usertasks Quarkus ... SUCCESS [ 12.277 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process UserTasks with Timer Quarkus :: Console SUCCESS [ 36.830 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Usertasks Security OIDC Keycloak Quarkus :: Console SUCCESS [ 58.705 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Keycloak Quarkus SUCCESS [ 35.449 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Usertasks With Security Quarkus SUCCESS [ 14.913 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Rules Incubation API With Quarkus SUCCESS [ 11.544 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus ....... SUCCESS [ 12.702 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Rules HelloWorld ................. SUCCESS [ 11.837 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus SUCCESS [ 41.748 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: RuleUnit - Quarkus ............... SUCCESS [ 13.043 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus SUCCESS [ 23.669 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus SUCCESS [ 13.863 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus SUCCESS [ 13.783 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus SUCCESS [ 11.951 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus SUCCESS [ 22.916 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus SUCCESS [ 11.866 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus SUCCESS [ 12.695 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus SUCCESS [ 23.767 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus SUCCESS [ 14.204 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy ..... SUCCESS [ 0.035 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services SUCCESS [ 7.941 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow SUCCESS [ 14.443 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase SUCCESS [ 0.028 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: PR Checker Workflow SUCCESS [ 16.247 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: GitHub Service SUCCESS [ 9.751 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: Notification Service SUCCESS [ 5.058 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus SUCCESS [ 12.277 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Order Processing SUCCESS [ 17.697 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Order Saga Workflow with Quarkus . SUCCESS [ 12.323 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus SUCCESS [ 15.783 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion SUCCESS [ 0.036 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service SUCCESS [ 10.713 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service SUCCESS [ 8.571 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 14.814 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Service Showcase SUCCESS [ 0.031 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Service SUCCESS [ 30.113 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Query Service .................... SUCCESS [ 14.249 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Trusty Tracing - Quarkus DevServices FAILURE [ 0.036 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Spring Boot ...................... SUCCESS [ 0.029 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Decision Table - Spring Boot ..... SUCCESS [ 17.261 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: DMN Metrics SpringBoot ........... SUCCESS [ 34.915 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot .. SUCCESS [03:10 min]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot . SUCCESS [ 9.546 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot ........ SUCCESS [ 26.307 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: DMN - Spring Boot ................ SUCCESS [ 9.065 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: DMN Tracing - Spring Boot ........ SUCCESS [ 40.181 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Flexible process with Spring Boot SUCCESS [ 11.236 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot .. SUCCESS [03:10 min]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: PMML - Spring Boot ............... SUCCESS [ 14.247 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Business Rules Spring Boot SUCCESS [ 8.394 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process :: Decisions :: REST :: Spring Boot SUCCESS [ 11.492 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process :: Decisions :: Spring Boot SUCCESS [ 9.265 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Infinispan Persistence Spring Boot SUCCESS [ 19.259 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot, multiple channels SUCCESS [ 18.360 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot SUCCESS [ 17.412 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process MongoDB Persistence Spring Boot SUCCESS [ 14.804 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Monitoring :: Spring Boot SUCCESS [ 10.028 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process, OptaPlanner and Spring Boot SUCCESS [ 19.272 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Spring Boot SUCCESS [ 47.327 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Springboot Performance test ...... SUCCESS [ 2.794 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot SUCCESS [ 12.131 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Service Rest Call Spring Boot SUCCESS [ 2.995 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Scripts With Spring Boot . SUCCESS [ 6.680 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Service Calls with Spring Boot SUCCESS [ 8.224 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process and Spring Boot .......... SUCCESS [ 12.771 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Timer With Spring Boot ... SUCCESS [ 2.516 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle Spring Boot SUCCESS [ 8.702 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot :: Console SUCCESS [ 24.023 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot SUCCESS [ 7.733 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot :: Console SUCCESS [01:40 min]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot SUCCESS [ 39.725 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Process Usertasks With Security Spring Boot SUCCESS [ 12.309 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot ... SUCCESS [ 8.669 s]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot SUCCESS [02:01 min]
[2022-02-16T13:18:40.254Z] [INFO] Kogito Example :: RuleUnit - Spring Boot ........... SUCCESS [ 8.419 s]
[2022-02-16T13:18:40.509Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Spring Boot SUCCESS [ 9.632 s]
[2022-02-16T13:18:40.509Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Spring Boot SUCCESS [ 10.685 s]
[2022-02-16T13:18:40.509Z] [INFO] ------------------------------------------------------------------------
[2022-02-16T13:18:40.509Z] [INFO] BUILD FAILURE
[2022-02-16T13:18:40.509Z] [INFO] ------------------------------------------------------------------------
[2022-02-16T13:18:40.509Z] [INFO] Total time: 47:06 min
[2022-02-16T13:18:40.509Z] [INFO] Finished at: 2022-02-16T08:18:39-05:00
[2022-02-16T13:18:40.509Z] [INFO] ------------------------------------------------------------------------
[2022-02-16T13:18:40.509Z] [ERROR] Failed to execute goal on project trusty-tracing-quarkus-devservices: Could not resolve dependencies for project org.kie.kogito.examples:trusty-tracing-quarkus-devservices:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT -> [Help 1]
[2022-02-16T13:18:40.509Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project trusty-tracing-quarkus-devservices: Could not resolve dependencies for project org.kie.kogito.examples:trusty-tracing-quarkus-devservices:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-16T13:18:40.509Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:269)
[2022-02-16T13:18:40.509Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-16T13:18:40.510Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-16T13:18:40.510Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.kie.kogito.examples:trusty-tracing-quarkus-devservices:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-16T13:18:40.510Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:209)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-16T13:18:40.510Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-16T13:18:40.510Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-16T13:18:40.510Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:357)
[2022-02-16T13:18:40.510Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-16T13:18:40.510Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-16T13:18:40.510Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-16T13:18:40.510Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:424)
[2022-02-16T13:18:40.510Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2022-02-16T13:18:40.510Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2022-02-16T13:18:40.510Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-16T13:18:40.510Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-16T13:18:40.510Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-16T13:18:40.510Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-16T13:18:40.510Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-16T13:18:40.510Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-16T13:18:40.510Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-16T13:18:40.510Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:414)
[2022-02-16T13:18:40.510Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2022-02-16T13:18:40.510Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2022-02-16T13:18:40.510Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-16T13:18:40.510Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-16T13:18:40.511Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-16T13:18:40.511Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-16T13:18:40.511Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-16T13:18:40.511Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-16T13:18:40.511Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-16T13:18:40.511Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-16T13:18:40.511Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-16T13:18:40.511Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-16T13:18:40.511Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-16T13:18:40.511Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-16T13:18:40.511Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-16T13:18:40.511Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-16T13:18:40.511Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-16T13:18:40.511Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-16T13:18:40.511Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-16T13:18:40.511Z] [ERROR]
[2022-02-16T13:18:40.511Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-02-16T13:18:40.511Z] [ERROR]
[2022-02-16T13:18:40.511Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-02-16T13:18:40.511Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[2022-02-16T13:18:40.511Z] [ERROR]
[2022-02-16T13:18:40.511Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-02-16T13:18:40.511Z] [ERROR] mvn -rf :trusty-tracing-quarkus-devservices
[2022-02-16T13:18:40.766Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config6803407177493716728tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2022-02-16T13:18:40.766Z] [INFO] Archive artifact won't be executed
[2022-02-16T13:18:40.766Z] ::group::[Pull Request Flow] Execution Summary...
[2022-02-16T13:18:40.766Z] [INFO] ----------------------------------------------
[2022-02-16T13:18:40.766Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 16.3s (136312 ms)
[2022-02-16T13:18:40.766Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 5.6s (185616 ms)
[2022-02-16T13:18:40.766Z] [INFO] [kiegroup/optaplanner]. Execution Result: ok. Time: 53.8s (53811 ms)
[2022-02-16T13:18:40.766Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 47m 8s (2828061 ms)
[2022-02-16T13:18:40.766Z] [INFO] ----------------------------------------------
[2022-02-16T13:18:40.766Z] ::endgroup::
[2022-02-16T13:18:40.767Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config6803407177493716728tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.1/bin/mvn' failed with exit code 1
[2022-02-16T13:18:40.767Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config6803407177493716728tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.1/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-02-16T13:18:40.832Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-02-16T13:18:40.936Z] Recording test results
[2022-02-16T13:18:44.147Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-02-16T13:18:44.166Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-02-16T13:18:47.634Z] + rm -rf console.log
[Pipeline] sh
[2022-02-16T13:18:47.921Z] + 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/drools.tests.downstream.kogito-examples/293/consoleText
[2022-02-16T13:18:47.921Z] + tail -n 300

@sonarcloud
Copy link

sonarcloud bot commented Feb 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@kie-ci1
Copy link

kie-ci1 commented Feb 16, 2022

(tests) - kogito-examples job #297 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Test results:

  • PASSED: 333
  • FAILED: 3

Those are the test failures:

org.acme.travel.tests.avro.quarkus.MultiMessagingIT.testProcess org.opentest4j.AssertionFailedError: expected: <0> but was: <3>
at org.acme.travel.tests.avro.quarkus.MultiMessagingIT.testProcess(MultiMessagingIT.java:89)
org.acme.travel.tests.messaging.quarkus.MessagingIT.testProcess org.opentest4j.AssertionFailedError: expected: <0> but was: <3>
at org.acme.travel.tests.messaging.quarkus.MessagingIT.testProcess(MessagingIT.java:110)
org.kie.kogito.examples.demo.OutboxIT.(?) java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for container port to open (localhost ports: [8080, 49257] should be listening)
at org.kie.kogito.examples.demo.OutboxIT.before(OutboxIT.java:81)
Caused by: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for container port to open (localhost ports: [8080, 49257] should be listening)

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/drools.tests.downstream.kogito-examples/297/display/redirect or see console log:

Console Logs [2022-02-16T21:42:03.308Z] [INFO] Kogito Example :: Travel Agency .................... SUCCESS [ 0.069 s]
[2022-02-16T21:42:03.308Z] [INFO] Kogito Example :: Travel Agency :: Basic ........... SUCCESS [ 15.100 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Travel Agency :: Extended ........ SUCCESS [ 0.071 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Travel Agency :: Travels ......... SUCCESS [ 40.153 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Travel Agency :: Visas ........... SUCCESS [ 6.267 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Onboarding Example ............... SUCCESS [ 0.034 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools SUCCESS [ 18.016 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN SUCCESS [ 15.802 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus SUCCESS [ 17.530 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus ...... SUCCESS [ 58.338 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: PMML Incubation API With Quarkus . SUCCESS [ 13.131 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: PMML - Quarkus ................... SUCCESS [ 14.554 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Business Rules Quarkus ... SUCCESS [ 13.475 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process :: Decisions :: Quarkus .. SUCCESS [ 16.830 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process :: Decisions :: REST Quarkus SUCCESS [ 20.274 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Scripts With Quarkus ..... SUCCESS [ 12.268 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Incubation API With Quarkus SUCCESS [ 11.991 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Infinispan Persistence Quarkus SUCCESS [ 23.046 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels, avro serialization SUCCESS [ 36.440 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels SUCCESS [ 26.789 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Kafka Persistence Quarkus SUCCESS [ 25.796 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process with Kafka and Quarkus ... SUCCESS [ 34.279 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process with Knative Eventing and Quarkus SUCCESS [ 19.693 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process MongoDB Persistence Quarkus SUCCESS [ 22.405 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Monitoring :: Quarkus .... SUCCESS [ 18.069 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process, OptaPlanner and Quarkus . SUCCESS [ 26.786 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Quarkus SUCCESS [01:43 min]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Client Performance test .......... SUCCESS [ 0.329 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Quarkus Performance test ......... SUCCESS [ 4.044 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus SUCCESS [ 18.938 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process and Quarkus .............. SUCCESS [ 19.318 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Service Rest Cal with Quarkus SUCCESS [ 5.767 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Rest :: Quarkus .......... SUCCESS [ 12.917 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Service Rest WorkItem call with Quarkus SUCCESS [ 5.268 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Scripts With Quarkus ..... SUCCESS [ 11.138 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Saga with Quarkus ........ SUCCESS [ 13.998 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Service Calls with Quarkus SUCCESS [ 12.005 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Timer with Quarkus ....... SUCCESS [ 3.977 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle SUCCESS [ 12.437 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process with Usertasks Quarkus :: Console SUCCESS [ 39.194 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process with Usertasks Quarkus ... SUCCESS [ 11.967 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process UserTasks with Timer Quarkus :: Console SUCCESS [ 33.640 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Usertasks Security OIDC Keycloak Quarkus :: Console SUCCESS [ 55.672 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Keycloak Quarkus SUCCESS [ 35.676 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Usertasks With Security Quarkus SUCCESS [ 14.973 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Rules Incubation API With Quarkus SUCCESS [ 11.493 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus ....... SUCCESS [ 12.273 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Rules HelloWorld ................. SUCCESS [ 12.734 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus SUCCESS [ 42.431 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: RuleUnit - Quarkus ............... SUCCESS [ 13.578 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus SUCCESS [ 23.952 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus SUCCESS [ 14.018 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus SUCCESS [ 13.848 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus SUCCESS [ 12.126 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus SUCCESS [ 23.106 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus SUCCESS [ 12.397 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus SUCCESS [ 13.535 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus SUCCESS [ 24.984 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus SUCCESS [ 14.697 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy ..... SUCCESS [ 0.029 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services SUCCESS [ 8.052 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow SUCCESS [ 13.605 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase SUCCESS [ 0.028 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: PR Checker Workflow SUCCESS [ 16.324 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: GitHub Service SUCCESS [ 9.990 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Github Showcase :: Notification Service SUCCESS [ 4.726 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus SUCCESS [ 12.330 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Order Processing SUCCESS [ 18.386 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Order Saga Workflow with Quarkus . SUCCESS [ 13.116 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus SUCCESS [ 14.949 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion SUCCESS [ 0.034 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service SUCCESS [ 11.292 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service SUCCESS [ 9.552 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service SUCCESS [ 16.434 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Service Showcase SUCCESS [ 0.054 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Service SUCCESS [ 32.776 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Query Service .................... SUCCESS [ 14.191 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Trusty Tracing - Quarkus DevServices FAILURE [ 0.040 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Spring Boot ...................... SUCCESS [ 0.041 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Decision Table - Spring Boot ..... SUCCESS [ 16.344 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: DMN Metrics SpringBoot ........... SUCCESS [ 40.991 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot .. SUCCESS [03:11 min]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot . SUCCESS [ 9.720 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot ........ SUCCESS [ 27.546 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: DMN - Spring Boot ................ SUCCESS [ 8.790 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: DMN Tracing - Spring Boot ........ SUCCESS [ 40.200 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Flexible process with Spring Boot SUCCESS [ 10.315 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot .. SUCCESS [03:09 min]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: PMML - Spring Boot ............... SUCCESS [ 13.931 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Business Rules Spring Boot SUCCESS [ 7.915 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process :: Decisions :: REST :: Spring Boot SUCCESS [ 10.933 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process :: Decisions :: Spring Boot SUCCESS [ 8.666 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Infinispan Persistence Spring Boot SUCCESS [ 19.165 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot, multiple channels SUCCESS [ 17.226 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot SUCCESS [ 16.825 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process MongoDB Persistence Spring Boot SUCCESS [ 14.488 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Monitoring :: Spring Boot SUCCESS [ 9.924 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process, OptaPlanner and Spring Boot SUCCESS [ 19.456 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Spring Boot SUCCESS [ 30.242 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Springboot Performance test ...... SUCCESS [ 3.090 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot SUCCESS [ 12.224 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Service Rest Call Spring Boot SUCCESS [ 2.964 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Scripts With Spring Boot . SUCCESS [ 6.799 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Service Calls with Spring Boot SUCCESS [ 8.182 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process and Spring Boot .......... SUCCESS [ 11.568 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Timer With Spring Boot ... SUCCESS [ 2.449 s]
[2022-02-16T21:42:03.309Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle Spring Boot SUCCESS [ 8.968 s]
[2022-02-16T21:42:03.326Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot :: Console SUCCESS [ 24.702 s]
[2022-02-16T21:42:03.326Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot SUCCESS [ 7.673 s]
[2022-02-16T21:42:03.326Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot :: Console SUCCESS [01:36 min]
[2022-02-16T21:42:03.326Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot SUCCESS [ 40.028 s]
[2022-02-16T21:42:03.326Z] [INFO] Kogito Example :: Process Usertasks With Security Spring Boot SUCCESS [ 12.029 s]
[2022-02-16T21:42:03.326Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot ... SUCCESS [ 8.226 s]
[2022-02-16T21:42:03.326Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot SUCCESS [02:01 min]
[2022-02-16T21:42:03.326Z] [INFO] Kogito Example :: RuleUnit - Spring Boot ........... SUCCESS [ 7.363 s]
[2022-02-16T21:42:03.326Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Spring Boot SUCCESS [ 9.279 s]
[2022-02-16T21:42:03.326Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Spring Boot SUCCESS [ 10.341 s]
[2022-02-16T21:42:03.326Z] [INFO] ------------------------------------------------------------------------
[2022-02-16T21:42:03.326Z] [INFO] BUILD FAILURE
[2022-02-16T21:42:03.326Z] [INFO] ------------------------------------------------------------------------
[2022-02-16T21:42:03.326Z] [INFO] Total time: 46:07 min
[2022-02-16T21:42:03.326Z] [INFO] Finished at: 2022-02-16T16:42:02-05:00
[2022-02-16T21:42:03.326Z] [INFO] ------------------------------------------------------------------------
[2022-02-16T21:42:03.326Z] [ERROR] Failed to execute goal on project trusty-tracing-quarkus-devservices: Could not resolve dependencies for project org.kie.kogito.examples:trusty-tracing-quarkus-devservices:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT -> [Help 1]
[2022-02-16T21:42:03.326Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project trusty-tracing-quarkus-devservices: Could not resolve dependencies for project org.kie.kogito.examples:trusty-tracing-quarkus-devservices:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-16T21:42:03.326Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:269)
[2022-02-16T21:42:03.326Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-16T21:42:03.326Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-16T21:42:03.326Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-16T21:42:03.326Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-16T21:42:03.326Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-16T21:42:03.326Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-16T21:42:03.326Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-16T21:42:03.326Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-16T21:42:03.326Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-16T21:42:03.326Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-16T21:42:03.326Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-16T21:42:03.326Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-16T21:42:03.326Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-16T21:42:03.326Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-16T21:42:03.326Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-16T21:42:03.326Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-16T21:42:03.326Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-16T21:42:03.326Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-16T21:42:03.326Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-16T21:42:03.326Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-16T21:42:03.326Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-16T21:42:03.326Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-16T21:42:03.327Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.kie.kogito.examples:trusty-tracing-quarkus-devservices:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-16T21:42:03.327Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:209)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-16T21:42:03.327Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-16T21:42:03.327Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-16T21:42:03.327Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:357)
[2022-02-16T21:42:03.327Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-16T21:42:03.327Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-16T21:42:03.327Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-16T21:42:03.327Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:424)
[2022-02-16T21:42:03.327Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2022-02-16T21:42:03.327Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2022-02-16T21:42:03.327Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-16T21:42:03.327Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-16T21:42:03.327Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:runtime-tools-quarkus-extension:jar:2.0.0-SNAPSHOT
[2022-02-16T21:42:03.327Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:414)
[2022-02-16T21:42:03.327Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2022-02-16T21:42:03.327Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2022-02-16T21:42:03.327Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:202)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:248)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2022-02-16T21:42:03.327Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2022-02-16T21:42:03.327Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[2022-02-16T21:42:03.327Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2022-02-16T21:42:03.327Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2022-02-16T21:42:03.327Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2022-02-16T21:42:03.327Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2022-02-16T21:42:03.328Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2022-02-16T21:42:03.328Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2022-02-16T21:42:03.328Z] [ERROR]
[2022-02-16T21:42:03.328Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2022-02-16T21:42:03.328Z] [ERROR]
[2022-02-16T21:42:03.328Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2022-02-16T21:42:03.328Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[2022-02-16T21:42:03.328Z] [ERROR]
[2022-02-16T21:42:03.328Z] [ERROR] After correcting the problems, you can resume the build with the command
[2022-02-16T21:42:03.328Z] [ERROR] mvn -rf :trusty-tracing-quarkus-devservices
[2022-02-16T21:42:03.584Z] ::error title= [kiegroup/kogito-examples] [Execution ERROR]::mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config2484228896501783504tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2022-02-16T21:42:03.584Z] [INFO] Archive artifact won't be executed
[2022-02-16T21:42:03.584Z] ::group::[Pull Request Flow] Execution Summary...
[2022-02-16T21:42:03.584Z] [INFO] ----------------------------------------------
[2022-02-16T21:42:03.584Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 1m 55.9s (115975 ms)
[2022-02-16T21:42:03.584Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 2m 40s (160078 ms)
[2022-02-16T21:42:03.584Z] [INFO] [kiegroup/optaplanner]. Execution Result: ok. Time: 52s (52085 ms)
[2022-02-16T21:42:03.584Z] [INFO] [kiegroup/kogito-examples]. Execution Result: error. Time: 46m 9s (2769007 ms)
[2022-02-16T21:42:03.584Z] [INFO] ----------------------------------------------
[2022-02-16T21:42:03.584Z] ::endgroup::
[2022-02-16T21:42:03.584Z] [ERROR] [kiegroup/kogito-examples] error executing command: 'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config2484228896501783504tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.1/bin/mvn' failed with exit code 1
[2022-02-16T21:42:03.584Z] [ERROR] Command executions have failed, please review latest execution Error: [kiegroup/kogito-examples] error executing command: 'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config2484228896501783504tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'. Message: Error: The process '/opt/tools/apache-maven-3.8.1/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-02-16T21:42:03.644Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-02-16T21:42:03.721Z] Recording test results
[2022-02-16T21:42:06.909Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-02-16T21:42:06.944Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-02-16T21:42:10.258Z] + rm -rf console.log
[Pipeline] sh
[2022-02-16T21:42:10.565Z] + 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/drools.tests.downstream.kogito-examples/297/consoleText
[2022-02-16T21:42:10.565Z] + tail -n 300

@yesamer
Copy link
Contributor Author

yesamer commented Feb 17, 2022

@danielezonca Can you please merge this PR ensemble? Tests failures seem unrelated.

@yesamer
Copy link
Contributor Author

yesamer commented Feb 21, 2022

@danielezonca or @kiegroup/gatekeepers Can you please merge this PR ensemble? Tests failures seem unrelated.

@danielezonca danielezonca merged commit 7c5c6b0 into apache:main Feb 21, 2022
@yesamer yesamer deleted the KOGITO-6781 branch February 21, 2022 09:05
yesamer added a commit to yesamer/drools that referenced this pull request Mar 7, 2022
* KOGITO-6781: XML Prolog support in for .scesim files

* KOGITO-6781: Add unit tests for the ScesimXMLPersistence (#3)

Co-authored-by: Jozef Marko <jomarko@redhat.com>
danielezonca pushed a commit that referenced this pull request Mar 9, 2022
* KOGITO-6781: XML Prolog support in for .scesim files

* KOGITO-6781: Add unit tests for the ScesimXMLPersistence (#3)

Co-authored-by: Jozef Marko <jomarko@redhat.com>

Co-authored-by: Jozef Marko <jomarko@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants