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

[WIP] kie-issues#352: [Spring-Boot 3.0.5 Migration] Fix IT Tests #3076

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

pefernan
Copy link
Contributor

@pefernan pefernan commented Jun 19, 2023

DON'T MERGE YET! this is a WIP PR.

Closes apache/incubator-kie-issues#352

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

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

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

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

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

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

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

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

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

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

@pefernan pefernan requested a review from radtriste June 19, 2023 13:11
@pefernan
Copy link
Contributor Author

jenkins run quarkus-3

Copy link
Contributor

@radtriste radtriste left a comment

Choose a reason for hiding this comment

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

so easy ^^

@pefernan
Copy link
Contributor Author

pefernan commented Jun 19, 2023

@radtriste don't merge yet, that should fix the infinispan issues, now going to look into others.. Just wanted to see how that works

@radtriste
Copy link
Contributor

@pefernan sure you let me know. But don't spend too much time. If that fixes some tests, I would say to merge and create a new PR for other tests. That way you don't have conflicts with other changes on main happening every day ;)

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jun 19, 2023

(quarkus-3) - kogito-runtimes job #37 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C
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/3076 --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.quarkus-3/job/kogito-runtimes.quarkus-3.kogito-runtimes/37/display/redirect

Test results:

  • PASSED: 3297
  • FAILED: 20

Those are the test failures:

Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testPersistence Failed to load ApplicationContext for [WebMergedContextConfiguration@5181ec31 testClass = org.kie.kogito.it.PostgreSQLOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testMultipleEmbeddedInstance Failed to load ApplicationContext for [WebMergedContextConfiguration@5181ec31 testClass = org.kie.kogito.it.PostgreSQLOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testAdHocProcess Failed to load ApplicationContext for [WebMergedContextConfiguration@5181ec31 testClass = org.kie.kogito.it.PostgreSQLOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testEmbeddedProcess Failed to load ApplicationContext for [WebMergedContextConfiguration@5181ec31 testClass = org.kie.kogito.it.PostgreSQLOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testAsyncWIH Failed to load ApplicationContext for [WebMergedContextConfiguration@5181ec31 testClass = org.kie.kogito.it.PostgreSQLOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testMultipleInstance Failed to load ApplicationContext for [WebMergedContextConfiguration@5181ec31 testClass = org.kie.kogito.it.PostgreSQLOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testParallelPersistence Failed to load ApplicationContext for [WebMergedContextConfiguration@5181ec31 testClass = org.kie.kogito.it.PostgreSQLOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testPersistence Failed to load ApplicationContext for [WebMergedContextConfiguration@74267ece testClass = org.kie.kogito.it.PostgreSQLPersistenceIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testMultipleEmbeddedInstance Failed to load ApplicationContext for [WebMergedContextConfiguration@74267ece testClass = org.kie.kogito.it.PostgreSQLPersistenceIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testAdHocProcess Failed to load ApplicationContext for [WebMergedContextConfiguration@74267ece testClass = org.kie.kogito.it.PostgreSQLPersistenceIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testEmbeddedProcess Failed to load ApplicationContext for [WebMergedContextConfiguration@74267ece testClass = org.kie.kogito.it.PostgreSQLPersistenceIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testAsyncWIH Failed to load ApplicationContext for [WebMergedContextConfiguration@74267ece testClass = org.kie.kogito.it.PostgreSQLPersistenceIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testMultipleInstance Failed to load ApplicationContext for [WebMergedContextConfiguration@74267ece testClass = org.kie.kogito.it.PostgreSQLPersistenceIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.PostgreSqlSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6e01f9b0, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@59d4cd39, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7cb502c, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4b7dc788, org.springframework.boot.test.context.SpringBootTestAnnotation@e77b7a85], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
org.kie.kogito.integrationtests.springboot.OASTest.testOASisValid
Expecting empty but was: ["Unable to read location `http://localhost:41691/v3/api-docs`"]
org.kie.kogito.integrationtests.springboot.OASTest.testOASisSwaggerUICompatible
Expecting empty but was: ["Unable to read location `http://localhost:41691/v3/api-docs`"]
org.kie.kogito.integrationtests.springboot.PMMLRegressionTest.testEvaluateLinRegResult 1 expectation failed.
Expected status code <200> but was <404>.
org.kie.kogito.integrationtests.springboot.PMMLTreeTest.testEvaluateSampleMineResult 1 expectation failed.
Expected status code <200> but was <404>.
org.kie.kogito.integrationtests.springboot.PingPongMessageTest.testPingPongBetweenProcessInstances Assertion condition defined as a org.kie.kogito.integrationtests.springboot.PingPongMessageTest 1 expectation failed.
Expected status code <200> but was <404>.
within 10 seconds.
org.kie.kogito.integrationtests.springboot.ProcessSvgAddonTest.testGetSvgProcessInstances javax/servlet/DispatcherType
org.kie.kogito.integrationtests.springboot.ProcessSvgAddonTest.testInvalidSvgProcessInstances Could not initialize class com.github.tomakehurst.wiremock.jetty9.JettyHttpServerFactory

@pefernan
Copy link
Contributor Author

jenkins run quarkus-3

@apache apache deleted a comment from kie-ci3 Jun 19, 2023
@apache apache deleted a comment from kie-ci3 Jun 19, 2023
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
+ <dependency>
Copy link
Contributor

Choose a reason for hiding this comment

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

Here you only solve the integration-tests. But the original problem is that the kogito-processes-spring-boot-starter does not import the reactivestreams whereas it should.
wdyt ?

@pefernan
Copy link
Contributor Author

jenkins run quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jun 19, 2023

(quarkus-3) - kogito-runtimes job #39 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C
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/3076 --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.quarkus-3/job/kogito-runtimes.quarkus-3.kogito-runtimes/39/display/redirect

Test results:

  • PASSED: 3342
  • FAILED: 7

Those are the test failures:

org.kie.kogito.integrationtests.springboot.OASTest.testOASisValid
Expecting empty but was: ["Unable to read location `http://localhost:37933/v3/api-docs`"]
org.kie.kogito.integrationtests.springboot.OASTest.testOASisSwaggerUICompatible
Expecting empty but was: ["Unable to read location `http://localhost:37933/v3/api-docs`"]
org.kie.kogito.integrationtests.springboot.PMMLRegressionTest.testEvaluateLinRegResult 1 expectation failed.
Expected status code <200> but was <404>.
org.kie.kogito.integrationtests.springboot.PMMLTreeTest.testEvaluateSampleMineResult 1 expectation failed.
Expected status code <200> but was <404>.
org.kie.kogito.integrationtests.springboot.PingPongMessageTest.testPingPongBetweenProcessInstances Assertion condition defined as a org.kie.kogito.integrationtests.springboot.PingPongMessageTest 1 expectation failed.
Expected status code <200> but was <404>.
within 10 seconds.
org.kie.kogito.integrationtests.springboot.ProcessSvgAddonTest.testGetSvgProcessInstances javax/servlet/DispatcherType
org.kie.kogito.integrationtests.springboot.ProcessSvgAddonTest.testInvalidSvgProcessInstances Could not initialize class com.github.tomakehurst.wiremock.jetty9.JettyHttpServerFactory

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jun 19, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-runtimes/pull/3076 --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.downstream.kogito-apps/2784/display/redirect

Test results:

  • PASSED: 3088
  • FAILED: 1

Those are the test failures:

org.kie.kogito.index.service.KeycloakOracleIndexingServiceIT.testUnauthorizedUserAccess java.lang.RuntimeException: Failed to start quarkus

@pefernan
Copy link
Contributor Author

jenkins run quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jun 19, 2023

(quarkus-3) - kogito-runtimes job #40 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C
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/3076 --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.quarkus-3/job/kogito-runtimes.quarkus-3.kogito-runtimes/40/display/redirect

Test results:

  • PASSED: 3217
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-06-19T19:54:33.642Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI:: Generated SUCCESS [ 0.502 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Serverless Workflow :: gRPC:: Parser ..... SUCCESS [ 0.883 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Serverless Workflow :: Rest:: Parser ..... SUCCESS [ 3.711 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Common - Deployment .................. SUCCESS [ 2.549 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Messaging - Deployment ............... SUCCESS [ 0.794 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Quarkus Workflows Extension :: Deployment SUCCESS [ 2.505 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Persistence :: Parent ......... SUCCESS [ 0.034 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Persistence :: JDBC ........... SUCCESS [04:41 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Quarkus Persistence .................. SUCCESS [ 0.031 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence JDBC - Parent ............ SUCCESS [ 0.094 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence JDBC ..................... SUCCESS [ 3.621 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Events ............. SUCCESS [ 0.029 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Events Process - Parent .............. SUCCESS [ 0.058 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Events Process ....................... SUCCESS [ 1.373 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Test Utilities :: Quarkus ................ SUCCESS [ 11.938 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence JDBC - Deployment ........ SUCCESS [ 1.002 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Events Process - Deployment .......... SUCCESS [ 0.488 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Quarkus Workflows Extension :: Integration Tests SUCCESS [03:54 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Quarkus Workflows Extension :: Image Integration Tests SUCCESS [01:49 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Quarkus Rules Extension :: Integration Tests SUCCESS [ 56.866 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Quarkus Rules Extension :: Integration Tests (Hot Reload) SUCCESS [01:42 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Quarkus Decisions Extension :: Integration Tests SUCCESS [01:39 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Quarkus Decicions Extension :: Integration Tests (Hot Reload) SUCCESS [01:23 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Quarkus Predictions Extension :: Integration Tests SUCCESS [ 24.990 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Quarkus Test List ........................ SUCCESS [ 0.386 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Persistence :: Infinispan ..... SUCCESS [01:38 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence Infinispan - Parent ...... SUCCESS [ 0.055 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence Infinispan ............... SUCCESS [ 1.592 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence Infinispan - Deployment .. SUCCESS [ 0.745 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence Infinispan Health Check .. SUCCESS [02:31 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence Kafka Streams - Parent ... SUCCESS [ 0.088 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence Kafka Streams ............ SUCCESS [01:07 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence Kafka Streams - Deployment SUCCESS [ 0.812 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Persistence :: File System .... SUCCESS [ 7.210 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence FileSystem - Parent ...... SUCCESS [ 0.076 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence FileSystem ............... SUCCESS [ 0.519 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence FileSystem - Deployment .. SUCCESS [ 0.458 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Persistence :: MongoDB ........ SUCCESS [ 45.456 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence MongoDB - Parent ......... SUCCESS [ 0.047 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence MongoDB .................. SUCCESS [ 1.011 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence MongoDB - Deployment ..... SUCCESS [ 0.616 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Persistence :: PostgreSQL ..... SUCCESS [ 42.005 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence PostgreSQL - Parent ...... SUCCESS [ 0.080 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence PostgreSQL ............... SUCCESS [ 1.926 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence PostgreSQL - Deployment .. SUCCESS [ 1.526 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Persistence :: RocksDB ........ SUCCESS [ 7.835 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence Rocksdb - Parent ......... SUCCESS [ 0.043 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Quarkus Add-On Persistence Rocksdb .......... SUCCESS [ 0.413 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Persistence Rocksdb - Deployment ..... SUCCESS [ 1.095 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Common ......... SUCCESS [ 4.182 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Process SVG - Parent ................. SUCCESS [ 0.037 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Process SVG .......................... SUCCESS [ 8.566 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Process SVG - Deployment ............. SUCCESS [ 0.904 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Process Management :: Common .. SUCCESS [ 7.394 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Process Management - Parent .......... SUCCESS [ 0.029 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Process Management ................... SUCCESS [ 8.719 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Process Management - Deployment ...... SUCCESS [ 1.601 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Source Files :: Common ........ SUCCESS [ 1.310 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Source Files - Parent ................ SUCCESS [ 0.038 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Source Files ......................... SUCCESS [ 16.979 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Source Files - Deployment ............ SUCCESS [ 4.641 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Knative :: Parent ............. SUCCESS [ 0.033 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Knative :: Eventing ........... SUCCESS [ 5.014 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Knative - Parent ..................... SUCCESS [ 0.030 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Knative Eventing - Parent ............ SUCCESS [ 0.054 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Knative Eventing ..................... SUCCESS [ 8.330 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Knative Eventing - Deployment ........ SUCCESS [ 18.791 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Knative Eventing - Integration Tests . SUCCESS [01:10 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Kubernetes Service Catalog .... SUCCESS [ 2.461 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Kubernetes .................... SUCCESS [ 6.490 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Fabric8 Kubernetes Service Catalog - Parent SUCCESS [ 0.027 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Fabric8 Kubernetes Service Catalog Tests Utils SUCCESS [ 2.202 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Fabric8 Kubernetes Service Catalog ... SUCCESS [01:25 min]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Kubernetes - Parent .................. SUCCESS [ 0.031 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Kubernetes ........................... SUCCESS [ 42.626 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Kubernetes - Deployment .............. SUCCESS [ 29.814 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Knative Serving - Parent ............. SUCCESS [ 0.076 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Knative Serving ...................... SUCCESS [ 40.631 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Knative Serving - Deployment ......... SUCCESS [ 0.886 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Events :: Parent .............. SUCCESS [ 0.047 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions SUCCESS [ 8.120 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Events Decisions - Parent ............ SUCCESS [ 0.075 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Events Decisions ..................... SUCCESS [ 0.778 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito Add-On Events Decisions - Deployment ........ SUCCESS [ 1.225 s]
[2023-06-19T19:54:33.642Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions SUCCESS [ 6.037 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Events Predictions - Parent .......... SUCCESS [ 0.030 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Events Predictions ................... SUCCESS [ 0.766 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Events Predictions - Deployment ...... SUCCESS [ 1.203 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules .. SUCCESS [ 5.628 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Events Rules - Parent ................ SUCCESS [ 0.080 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Quarkus SUCCESS [ 0.970 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Events Rules - Deployment ............ SUCCESS [ 0.754 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB ............. SUCCESS [ 7.591 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Events MongoDB - Parent .............. SUCCESS [ 0.078 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Events MongoDB ....................... SUCCESS [01:07 min]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Events MongoDB - Deployment .......... SUCCESS [ 1.448 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Marshallers :: Parent ......... SUCCESS [ 0.031 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Marshallers:: Avro ............ SUCCESS [ 3.148 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Quarkus:: Marshallers :: Parent SUCCESS [ 0.028 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Quarkus:: Marshallers:: Avro:: Parent SUCCESS [ 0.031 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Quarkus:: Marshallers:: Avro .. SUCCESS [ 0.373 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Quarkus:: Marshallers:: Avro:: Deployment SUCCESS [ 0.622 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Parent .... SUCCESS [ 0.027 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Runtimes .. SUCCESS [ 5.303 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Deployment SUCCESS [ 10.359 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Integration Tests SUCCESS [ 49.409 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Fabric8 Kubernetes Service Catalog - Deployment SUCCESS [ 0.193 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Jobs .......................... SUCCESS [ 0.028 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Jobs :: API ................... SUCCESS [ 4.605 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs Parent ................. SUCCESS [ 0.030 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs Common - Parent ........ SUCCESS [ 0.046 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs Common - Messaging ..... SUCCESS [ 3.390 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus - Rest Callback ............. SUCCESS [ 9.081 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management Common ..... SUCCESS [ 2.297 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs Management - Parent .... SUCCESS [ 0.069 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs - Management ........... SUCCESS [ 9.746 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs Management - Deployment SUCCESS [ 5.379 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs Messaging - Parent ..... SUCCESS [ 0.028 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs - Messaging ............ SUCCESS [ 9.282 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs Messaging - Deployment . SUCCESS [ 4.177 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs Knative Eventing - Parent SUCCESS [ 0.056 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs - Knative Eventing ..... SUCCESS [ 11.706 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-Ons Quarkus Jobs Knative Eventing - Deployment SUCCESS [ 9.795 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: Python:: Runtime .. SUCCESS [ 0.535 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Parent SUCCESS [ 0.028 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Runtime SUCCESS [ 1.200 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Deployment SUCCESS [ 2.130 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Integration Test SUCCESS [ 55.084 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Explainability ................ SUCCESS [ 8.080 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Explainability - Parent .............. SUCCESS [ 0.035 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Explainability ....................... SUCCESS [ 4.720 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Explainability - Deployment .......... SUCCESS [ 2.361 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Explainability - Integration tests ... SUCCESS [ 23.204 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Common .............. SUCCESS [ 3.097 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Mail - Parent ........................ SUCCESS [ 0.026 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Mail ................................. SUCCESS [ 22.574 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Mail - Deployment .................... SUCCESS [ 2.400 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Monitoring .................... SUCCESS [ 0.032 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Monitoring Core ............... SUCCESS [ 8.055 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Monitoring - Parent .................. SUCCESS [ 0.024 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Monitoring Core ...................... SUCCESS [ 7.212 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Common .. SUCCESS [ 0.306 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Monitoring Prometheus - Parent ....... SUCCESS [ 0.041 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Monitoring Prometheus ................ SUCCESS [ 2.180 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Monitoring Prometheus - Deployment ... SUCCESS [ 1.887 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Common ..... SUCCESS [ 4.321 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Monitoring Elastic - Parent .......... SUCCESS [ 0.029 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Monitoring Elastic ................... SUCCESS [ 0.781 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Monitoring Elastic - Deployment ...... SUCCESS [ 0.802 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Task Notification - Parent ........... SUCCESS [ 0.024 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Task Notification .................... SUCCESS [ 2.241 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Task Notification - Deployment ....... SUCCESS [ 0.711 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Tracing ....................... SUCCESS [ 0.033 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: TypedValue API ................ SUCCESS [ 4.343 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Tracing :: API ................ SUCCESS [ 4.596 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Tracing :: Common ............. SUCCESS [ 12.067 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Tracing Decision - Parent ............ SUCCESS [ 0.026 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Tracing Decision ..................... SUCCESS [ 12.373 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Tracing Decision - Deployment ........ SUCCESS [ 2.247 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Tracing Decision - Integration tests . SUCCESS [01:37 min]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Task Management :: Common ..... SUCCESS [ 0.540 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Task Management - Parent ............. SUCCESS [ 0.040 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Task Management ...................... SUCCESS [ 3.914 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito Add-On Task Management - Deployment ......... SUCCESS [ 0.778 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus ............. SUCCESS [ 0.034 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: OpenAPI Client Codegen SUCCESS [01:03 min]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Rules .... SUCCESS [ 43.489 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Legacy Rules SUCCESS [ 37.029 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Decisions SUCCESS [ 46.204 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 33.685 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 33.383 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 5.954 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [01:03 min]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [ 56.664 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [02:18 min]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 54.816 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 0.032 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 4.141 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [01:48 min]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [02:38 min]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:10 min]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [ 56.983 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [01:07 min]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 38.984 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 55.679 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [01:16 min]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 0.394 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.028 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 3.128 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 2.222 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI:: Parser .. SUCCESS [ 3.501 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: Fluent ............ SUCCESS [ 1.047 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Core ... SUCCESS [ 6.341 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 6.757 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 3.847 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.041 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [ 4.349 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.298 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 5.656 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [ 5.880 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.050 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 0.036 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 0.089 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 0.087 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.513 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.036 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.577 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.581 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.149 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 0.732 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 5.519 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 1.161 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.177 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) SUCCESS [ 20.732 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.077 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 6.118 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 0.196 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.333 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 6.460 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.166 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 1.156 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.243 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.079 s]
[2023-06-19T19:54:33.643Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 5.244 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 0.532 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 0.580 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 10.820 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 6.078 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 6.270 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 5.183 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 0.683 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 12.997 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 0.094 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.253 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 0.731 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 0.666 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 0.889 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 0.783 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:07 min]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 12.033 s]
[2023-06-19T19:54:33.644Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [01:34 min]
[2023-06-19T19:54:33.644Z] [INFO] ------------------------------------------------------------------------
[2023-06-19T19:54:33.644Z] [INFO] BUILD SUCCESS
[2023-06-19T19:54:33.644Z] [INFO] ------------------------------------------------------------------------
[2023-06-19T19:54:33.644Z] [INFO] Total time: 14:32 min (Wall Clock)
[2023-06-19T19:54:33.644Z] [INFO] Finished at: 2023-06-19T15:54:32-04:00
[2023-06-19T19:54:33.644Z] [INFO] ------------------------------------------------------------------------
[2023-06-19T19:54:35.525Z] [command]/usr/bin/docker system prune -f
[2023-06-19T19:54:35.525Z] Total reclaimed space: 0B
[2023-06-19T19:54:35.525Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-06-19T19:54:35.525Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-06-19T19:54:35.525Z] [INFO] OK [Executed in 0.172974 ms]
[2023-06-19T19:54:35.525Z]
[2023-06-19T19:54:35.525Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-06-19T19:54:35.525Z] [INFO] NOT OK [Executed in 158321.096428 ms]
[2023-06-19T19:54:35.525Z] [ERROR] The process '/usr/bin/bash' failed with exit code 128
[2023-06-19T19:54:35.525Z]
[2023-06-19T19:54:35.525Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-06-19T19:54:35.525Z] [INFO] OK [Executed in 6.807619 ms]
[2023-06-19T19:54:35.525Z]
[2023-06-19T19:54:35.525Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean install -Denforcer.skip -s /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-runtimes.quarkus-3.kogito-runtimes@tmp/config12388013846713730914tmp -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 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-06-19T19:54:35.525Z] [INFO] OK [Executed in 875660.814815 ms]
[2023-06-19T19:54:35.525Z]
[2023-06-19T19:54:35.525Z] # [AFTER] [kiegroup/kogito-runtimes] docker system prune -f
[2023-06-19T19:54:35.525Z] [INFO] OK [Executed in 208.059963 ms]
[2023-06-19T19:54:35.525Z]
[2023-06-19T19:54:35.525Z]
[2023-06-19T19:54:35.525Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining projects
[2023-06-19T19:54:35.525Z] # Uploading artifacts
[2023-06-19T19:54:35.525Z] [INFO] Will not upload any artifacts in CLI environment
[2023-06-19T19:54:35.525Z]
[2023-06-19T19:54:35.525Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-06-19T19:54:35.525Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-06-19T19:54:35.525Z] [ERROR] The process '/usr/bin/bash' failed with exit code 128
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-06-19T19:54:35.601Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-19T19:54:36.167Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-06-19T19:54:39.433Z] Recording test results
[2023-06-19T19:54:43.646Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-06-19T19:54:43.663Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-19T19:54:44.821Z] + rm -rf console.log
[Pipeline] sh
[2023-06-19T19:54:45.111Z] + 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.quarkus-3/job/kogito-runtimes.quarkus-3.kogito-runtimes/40/consoleText
[2023-06-19T19:54:45.111Z] + tail -n 300

@radtriste
Copy link
Contributor

jenkins run quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jun 20, 2023

(quarkus-3) - kogito-runtimes job #41 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-T 1C
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/3076 --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.quarkus-3/job/kogito-runtimes.quarkus-3.kogito-runtimes/41/display/redirect

Test results:

  • PASSED: 3341
  • FAILED: 8

Those are the test failures:

org.jbpm.process.TimerTest.testTimer
expected: 4
but was: 5
org.kie.kogito.integrationtests.springboot.OASTest.testOASisValid
Expecting empty but was: ["Unable to read location `http://localhost:38421/v3/api-docs`"]
org.kie.kogito.integrationtests.springboot.OASTest.testOASisSwaggerUICompatible
Expecting empty but was: ["Unable to read location `http://localhost:38421/v3/api-docs`"]
org.kie.kogito.integrationtests.springboot.PMMLRegressionTest.testEvaluateLinRegResult 1 expectation failed.
Expected status code <200> but was <404>.
org.kie.kogito.integrationtests.springboot.PMMLTreeTest.testEvaluateSampleMineResult 1 expectation failed.
Expected status code <200> but was <404>.
org.kie.kogito.integrationtests.springboot.PingPongMessageTest.testPingPongBetweenProcessInstances Assertion condition defined as a org.kie.kogito.integrationtests.springboot.PingPongMessageTest 1 expectation failed.
Expected status code <200> but was <404>.
within 10 seconds.
org.kie.kogito.integrationtests.springboot.ProcessSvgAddonTest.testGetSvgProcessInstances javax/servlet/DispatcherType
org.kie.kogito.integrationtests.springboot.ProcessSvgAddonTest.testInvalidSvgProcessInstances Could not initialize class com.github.tomakehurst.wiremock.jetty9.JettyHttpServerFactory

@sonarqubecloud
Copy link

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

No Coverage information No Coverage information
No Duplication information No Duplication information

@radtriste radtriste marked this pull request as ready for review June 20, 2023 07:49
@radtriste
Copy link
Contributor

@pefernan down to 8 test failures :)

@radtriste radtriste merged commit 8d5586e into apache:main Jun 20, 2023
@pefernan pefernan deleted the kie-issues/352 branch June 20, 2023 07:55
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.

Spring-Boot 3.0.5 Migration: Fix IT Tests in kogito-runtimes
3 participants