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-8749 Disabled Kubernetes Dev Services by default #3169

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

hbelmiro
Copy link
Contributor

@hbelmiro hbelmiro commented Aug 9, 2023

Jira: https://issues.redhat.com/browse/KOGITO-8749


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

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

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

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

  • for a specific pull request check
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] tests

  • for quarkus branch checks
    Run checks against Quarkus current used branch
    Please add comment: Jenkins run quarkus-branch

  • for a quarkus branch specific check
    Run checks against Quarkus current used branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-branch

  • for quarkus main checks
    Run checks against Quarkus main branch
    Please add comment: Jenkins run quarkus-main

  • for a specific quarkus main check
    Run checks against Quarkus main branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-main

  • for quarkus lts checks
    Run checks against Quarkus lts branch
    Please add comment: Jenkins run quarkus-lts

  • for a specific quarkus lts check
    Run checks against Quarkus lts branch
    Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-lts

  • for native checks
    Run native checks
    Please add comment: Jenkins run native

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

  • for native lts checks
    Run native checks against quarkus lts branch
    Please add comment: Jenkins run native-lts

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

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

How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

Quarkus-3 PR check is failing ... what to do ? The Quarkus 3 check is applying patches from the `.ci/environments/quarkus-3/patches`.

The first patch, called 0001_before_sh.patch, is generated from Openrewrite .ci/environments/quarkus-3/quarkus3.yml recipe. The patch is created to speed up the check. But it may be that some changes in the PR broke this patch.
No panic, there is an easy way to regenerate it. You just need to comment on the PR:

jenkins rewrite quarkus-3

and it should, after some minutes (~20/30min) apply a commit on the PR with the patch regenerated.

Other patches were generated manually. If any of it fails, you will need to manually update it... and push your changes.

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 9, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3169 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

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

Test results:

  • PASSED: 3350
  • FAILED: 1

Those are the test failures:

org.kie.kogito.persistence.kafka.KafkaProcessInstancesIT.testFindByIdReadMode
expected: 5
but was: 0

@hbelmiro
Copy link
Contributor Author

hbelmiro commented Aug 9, 2023

jenkins rerun kogito-runtimes tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 9, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3169 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

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

Test results:

  • PASSED: 3350
  • FAILED: 1

Those are the test failures:

org.kie.kogito.persistence.kafka.KafkaProcessInstancesIT.testFindByIdReadMode
expected: 5
but was: 0

@hbelmiro
Copy link
Contributor Author

jenkins rerun kogito-runtimes tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 10, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3169 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

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

Test results:

  • PASSED: 3350
  • FAILED: 1

Those are the test failures:

org.kie.kogito.persistence.kafka.KafkaProcessInstancesIT.testFindByIdReadMode
expected: 5
but was: 0

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 11, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3169 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

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

Test results:

  • PASSED: 3348
  • FAILED: 1

Those are the test failures:

org.kie.kogito.tracing.QuarkusTracingAddonDevServicesIT.testEvaluateLoanEligibility java.lang.RuntimeException: Failed to start quarkus

See console log:

Console Logs [2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Runtimes .. SUCCESS [ 8.818 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Deployment SUCCESS [ 12.059 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Integration Tests SUCCESS [ 34.770 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Fabric8 Kubernetes Service Catalog - Deployment SUCCESS [ 0.236 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Jobs .......................... SUCCESS [ 0.071 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Jobs :: API ................... SUCCESS [ 4.557 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs Parent ................. SUCCESS [ 0.039 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs Common - Parent ........ SUCCESS [ 0.065 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs Common - Messaging ..... SUCCESS [ 5.319 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus - Rest Callback ............. SUCCESS [ 10.658 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management Common ..... SUCCESS [ 3.231 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs Management - Parent .... SUCCESS [ 0.030 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs - Management ........... SUCCESS [ 11.872 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs Management - Deployment SUCCESS [ 11.182 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs Messaging - Parent ..... SUCCESS [ 0.027 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs - Messaging ............ SUCCESS [ 15.613 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs Messaging - Deployment . SUCCESS [ 9.450 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs Knative Eventing - Parent SUCCESS [ 0.040 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs - Knative Eventing ..... SUCCESS [ 16.456 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-Ons Quarkus Jobs Knative Eventing - Deployment SUCCESS [ 12.813 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Explainability ................ SUCCESS [ 11.956 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Explainability - Parent .............. SUCCESS [ 0.025 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Explainability ....................... SUCCESS [ 7.909 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Explainability - Deployment .......... SUCCESS [ 1.137 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Explainability - Integration tests ... SUCCESS [ 34.268 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Common .............. SUCCESS [ 6.397 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Mail - Parent ........................ SUCCESS [ 0.026 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Mail ................................. SUCCESS [ 39.760 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Mail - Deployment .................... SUCCESS [ 2.139 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Monitoring .................... SUCCESS [ 0.140 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Monitoring Core ............... SUCCESS [ 16.105 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Monitoring - Parent .................. SUCCESS [ 0.186 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Monitoring Core ...................... SUCCESS [ 11.993 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Common .. SUCCESS [ 4.130 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Monitoring Prometheus - Parent ....... SUCCESS [ 0.035 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Monitoring Prometheus ................ SUCCESS [ 10.886 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Monitoring Prometheus - Deployment ... SUCCESS [ 2.919 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Common ..... SUCCESS [ 6.361 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Monitoring Elastic - Parent .......... SUCCESS [ 0.026 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Monitoring Elastic ................... SUCCESS [ 0.999 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Monitoring Elastic - Deployment ...... SUCCESS [ 3.109 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Common ......... SUCCESS [ 8.241 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Process SVG - Parent ................. SUCCESS [ 0.046 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Process SVG .......................... SUCCESS [ 12.381 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Process SVG - Deployment ............. SUCCESS [ 1.488 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Task Notification - Parent ........... SUCCESS [ 0.068 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Task Notification .................... SUCCESS [ 7.259 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Task Notification - Deployment ....... SUCCESS [ 1.216 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Tracing ....................... SUCCESS [ 0.056 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: TypedValue API ................ SUCCESS [ 7.314 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Tracing :: API ................ SUCCESS [ 9.495 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Tracing :: Common ............. SUCCESS [ 12.781 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Tracing Decision - Parent ............ SUCCESS [ 0.097 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Tracing Decision ..................... SUCCESS [ 22.197 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Tracing Decision - Deployment ........ SUCCESS [ 1.139 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Tracing Decision - Integration tests . SUCCESS [ 47.418 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Task Management :: Common ..... SUCCESS [ 0.236 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Task Management - Parent ............. SUCCESS [ 0.048 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Task Management ...................... SUCCESS [ 4.836 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Task Management - Deployment ......... SUCCESS [ 1.176 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Marshallers :: Parent ......... SUCCESS [ 0.081 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Marshallers :: Avro ........... SUCCESS [ 9.002 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Quarkus:: Marshallers :: Parent SUCCESS [ 0.058 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Marshallers :: Avro :: Parent SUCCESS [ 0.027 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Marshallers :: Avro SUCCESS [ 1.446 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Marshallers :: Avro :: Deployment SUCCESS [ 0.628 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: Fluent ............ SUCCESS [ 1.041 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Core ... SUCCESS [ 10.538 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Process Deployment - Parent .......... SUCCESS [ 0.055 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Process Definitions .................. SUCCESS [ 44.571 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito Add-On Process Definitions - Deployment ..... SUCCESS [ 0.927 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: Python:: Runtime .. SUCCESS [ 0.879 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Parent SUCCESS [ 0.065 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Runtime SUCCESS [ 1.864 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Deployment SUCCESS [ 1.151 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Integration Test SUCCESS [ 53.587 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus ............. SUCCESS [ 0.594 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: OpenAPI Client Codegen SUCCESS [01:01 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Rules .... SUCCESS [ 45.056 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Legacy Rules SUCCESS [ 52.432 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Decisions SUCCESS [ 52.529 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 37.708 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 39.526 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [01:33 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [ 57.702 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [01:34 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [02:16 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 40.072 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 3.184 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 6.906 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [02:10 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [02:41 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:24 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [ 52.510 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [01:17 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 32.032 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 43.223 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [01:41 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 0.845 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.035 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 6.749 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [01:40 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI :: Parser . SUCCESS [ 7.429 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 8.099 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 11.600 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.532 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 10.585 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.050 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [01:58 min]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [ 47.786 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.077 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 3.172 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 3.157 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 0.081 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.882 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.084 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.499 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.299 s]
[2023-08-11T13:12:19.089Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.447 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 4.359 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 12.876 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 12.623 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.169 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) FAILURE [ 7.019 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.034 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 13.565 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 1.343 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.250 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 11.685 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.215 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 3.513 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.435 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.138 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 6.083 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 1.152 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 4.201 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 13.911 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 9.001 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 23.269 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 5.949 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 0.660 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 39.162 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 0.033 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.405 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 3.757 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 3.815 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 7.547 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 1.646 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:35 min]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 21.515 s]
[2023-08-11T13:12:19.090Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [15:19 min]
[2023-08-11T13:12:19.090Z] [INFO] ------------------------------------------------------------------------
[2023-08-11T13:12:19.090Z] [INFO] BUILD FAILURE
[2023-08-11T13:12:19.090Z] [INFO] ------------------------------------------------------------------------
[2023-08-11T13:12:19.090Z] [INFO] Total time: 24:15 min (Wall Clock)
[2023-08-11T13:12:19.090Z] [INFO] Finished at: 2023-08-11T09:12:18-04:00
[2023-08-11T13:12:19.090Z] [INFO] ------------------------------------------------------------------------
[2023-08-11T13:12:19.090Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.2.2:install (integration-test) on project kogito-addons-springboot-messaging-it: Failed to install project dependencies: MavenProject: org.kie.kogito:kogito-addons-springboot-messaging-it:2.0.0-SNAPSHOT @ /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/springboot/addons/messaging/integration-tests/pom.xml: Failed to stage artifact: org.infinispan.protostream:protostream:pom:4.5.1.Final: input contained no data -> [Help 1]
[2023-08-11T13:12:19.090Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.2.2:install (integration-test) on project kogito-addons-springboot-messaging-it: Failed to install project dependencies: MavenProject: org.kie.kogito:kogito-addons-springboot-messaging-it:2.0.0-SNAPSHOT @ /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/springboot/addons/messaging/integration-tests/pom.xml
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-11T13:12:19.090Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-11T13:12:19.090Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to install project dependencies: MavenProject: org.kie.kogito:kogito-addons-springboot-messaging-it:2.0.0-SNAPSHOT @ /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/springboot/addons/messaging/integration-tests/pom.xml
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.installProjectDependencies (InstallMojo.java:485)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.execute (InstallMojo.java:198)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-11T13:12:19.090Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-11T13:12:19.090Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to stage artifact: org.infinispan.protostream:protostream:pom:4.5.1.Final
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.copyArtifact (InstallMojo.java:312)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.copyPoms (InstallMojo.java:528)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.copyArtifact (InstallMojo.java:505)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.installProjectDependencies (InstallMojo.java:467)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.execute (InstallMojo.java:198)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-11T13:12:19.090Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-11T13:12:19.090Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-11T13:12:19.090Z] Caused by: java.io.EOFException: input contained no data
[2023-08-11T13:12:19.090Z] at org.codehaus.plexus.util.xml.pull.MXParser.fillBuf (MXParser.java:3676)
[2023-08-11T13:12:19.090Z] at org.codehaus.plexus.util.xml.pull.MXParser.more (MXParser.java:3732)
[2023-08-11T13:12:19.090Z] at org.codehaus.plexus.util.xml.pull.MXParser.parseProlog (MXParser.java:1715)
[2023-08-11T13:12:19.090Z] at org.codehaus.plexus.util.xml.pull.MXParser.nextImpl (MXParser.java:1698)
[2023-08-11T13:12:19.090Z] at org.codehaus.plexus.util.xml.pull.MXParser.next (MXParser.java:1317)
[2023-08-11T13:12:19.090Z] at org.codehaus.plexus.util.xml.Xpp3DomBuilder.build (Xpp3DomBuilder.java:192)
[2023-08-11T13:12:19.090Z] at org.codehaus.plexus.util.xml.Xpp3DomBuilder.build (Xpp3DomBuilder.java:77)
[2023-08-11T13:12:19.090Z] at org.codehaus.plexus.util.xml.Xpp3DomBuilder.build (Xpp3DomBuilder.java:40)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.MetadataUtils.readMetadata (MetadataUtils.java:149)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.MetadataUtils.createMetadata (MetadataUtils.java:87)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.copyArtifact (InstallMojo.java:303)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.copyPoms (InstallMojo.java:528)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.copyArtifact (InstallMojo.java:505)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.installProjectDependencies (InstallMojo.java:467)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugins.invoker.InstallMojo.execute (InstallMojo.java:198)
[2023-08-11T13:12:19.090Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-11T13:12:19.090Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-11T13:12:19.091Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-11T13:12:19.091Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-11T13:12:19.091Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-11T13:12:19.091Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-11T13:12:19.091Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-11T13:12:19.091Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-11T13:12:19.091Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-11T13:12:19.091Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-11T13:12:19.091Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-11T13:12:19.091Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-11T13:12:19.091Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-11T13:12:19.091Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-11T13:12:19.091Z] [ERROR]
[2023-08-11T13:12:19.091Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-11T13:12:19.091Z] [ERROR]
[2023-08-11T13:12:19.091Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-11T13:12:19.091Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-08-11T13:12:19.091Z] [ERROR]
[2023-08-11T13:12:19.091Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-11T13:12:19.091Z] [ERROR] mvn -rf :kogito-addons-springboot-messaging-it
[2023-08-11T13:12:21.596Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining commands and projects
[2023-08-11T13:12:21.596Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-08-11T13:12:21.596Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-08-11T13:12:21.596Z] [INFO] OK [Executed in 0.178515 ms]
[2023-08-11T13:12:21.596Z]
[2023-08-11T13:12:21.596Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-11T13:12:21.596Z] [INFO] OK [Executed in 7.052998 ms]
[2023-08-11T13:12:21.596Z]
[2023-08-11T13:12:21.596Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-08-11T13:12:21.596Z] [INFO] OK [Executed in 6.052851 ms]
[2023-08-11T13:12:21.596Z]
[2023-08-11T13:12:21.596Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config7135889217692942209tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-11T13:12:21.596Z] [INFO] NOT OK [Executed in 1458399.403937 ms]
[2023-08-11T13:12:21.596Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-08-11T13:12:21.596Z]
[2023-08-11T13:12:21.596Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-runtimes
[2023-08-11T13:12:21.596Z]
[2023-08-11T13:12:21.596Z] # Uploading artifacts
[2023-08-11T13:12:21.596Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-11T13:12:21.596Z]
[2023-08-11T13:12:21.596Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-08-11T13:12:21.597Z] [ERROR] Failed to execute mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config7135889217692942209tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-08-11T13:12:21.597Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-11T13:12:21.985Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-11T13:12:22.503Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-11T13:12:26.668Z] Recording test results
[2023-08-11T13:12:31.119Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-11T13:12:31.140Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-11T13:12:32.592Z] + rm -rf console.log
[Pipeline] sh
[2023-08-11T13:12:32.876Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/3007/consoleText
[2023-08-11T13:12:32.876Z] + tail -n 300

@hbelmiro
Copy link
Contributor Author

@hbelmiro hbelmiro requested review from radtriste and removed request for MarianMacik August 16, 2023 19:20
@sonarcloud
Copy link

sonarcloud bot commented Aug 17, 2023

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

@hbelmiro
Copy link
Contributor Author

All green @ricardozanini.

@ricardozanini ricardozanini merged commit 9e11adb into apache:main Aug 28, 2023
7 checks passed
@hbelmiro hbelmiro deleted the KOGITO-8749 branch August 28, 2023 12:43
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.

4 participants