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

Quarkus 3: Update recipe #1777

Merged
merged 6 commits into from
Sep 1, 2023
Merged

Quarkus 3: Update recipe #1777

merged 6 commits into from
Sep 1, 2023

Conversation

radtriste
Copy link
Contributor

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

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

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

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

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

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

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

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

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

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

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

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.

@radtriste
Copy link
Contributor Author

jenkins rewrite quarkus-3

@kie-ci1
Copy link

kie-ci1 commented Aug 30, 2023

Rewrite quarkus-3 before.sh patch file job #1 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.quarkus-3/job/kogito-examples.rewrite/1/display/redirect
See console log:

Console Logs [2023-08-30T14:31:43.330Z] error: data-index/data-index-common/src/main/java/org/kie/kogito/index/graphql/AbstractGraphQLSchemaManager.java: No such file or directory
[2023-08-30T14:31:43.330Z] error: data-index/data-index-common/src/main/java/org/kie/kogito/index/graphql/DefaultDateTimeCoercing.java: No such file or directory
[2023-08-30T14:31:43.330Z] error: data-index/data-index-common/src/main/java/org/kie/kogito/index/graphql/GraphQLInstrumentation.java: No such file or directory
[2023-08-30T14:31:43.330Z] error: data-index/data-index-common/src/main/java/org/kie/kogito/index/graphql/GraphQLProducer.java: No such file or directory
[2023-08-30T14:31:43.330Z] error: data-index/data-index-common/src/main/java/org/kie/kogito/index/graphql/GraphQLScalarTypeProducer.java: No such file or directory
[2023-08-30T14:31:43.330Z] error: data-index/data-index-common/src/main/java/org/kie/kogito/index/graphql/OracleDateTimeCoercing.java: No such file or directory
[2023-08-30T14:31:43.330Z] error: data-index/data-index-common/src/main/java/org/kie/kogito/index/graphql/PostgreSqlDateTimeCoercing.java: No such file or directory
[2023-08-30T14:31:43.330Z] error: data-index/data-index-common/src/main/java/org/kie/kogito/index/vertx/BlockingGraphqlRouterProducer.java: No such file or directory
[2023-08-30T14:31:43.330Z] error: data-index/data-index-common/src/main/java/org/kie/kogito/index/vertx/ReactiveGraphqlRouterProducer.java: No such file or directory
[2023-08-30T14:31:43.330Z] error: patch failed: data-index/data-index-service/data-index-service-common/src/test/java/org/kie/kogito/index/service/messaging/AbstractDomainMessagingHttpConsumerIT.java:16
[2023-08-30T14:31:43.330Z] error: data-index/data-index-service/data-index-service-common/src/test/java/org/kie/kogito/index/service/messaging/AbstractDomainMessagingHttpConsumerIT.java: patch does not apply
[2023-08-30T14:31:43.330Z] error: patch failed: data-index/data-index-service/data-index-service-common/src/test/java/org/kie/kogito/index/service/messaging/AbstractMessagingHttpConsumerIT.java:16
[2023-08-30T14:31:43.330Z] error: data-index/data-index-service/data-index-service-common/src/test/java/org/kie/kogito/index/service/messaging/AbstractMessagingHttpConsumerIT.java: patch does not apply
[2023-08-30T14:31:43.330Z] error: data-index/kogito-addons-quarkus-data-index/kogito-addons-quarkus-data-index-common/runtime/src/main/java/org/kie/kogito/index/addon/DataIndexEventPublisher.java: No such file or directory
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Generate rewrite patch)
Stage "Generate rewrite patch" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push changes)
Stage "Push changes" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[2023-08-30T14:31:43.771Z] [WS-CLEANUP] Deleting project workspace...
[2023-08-30T14:31:43.771Z] [WS-CLEANUP] Deferred wipeout is used...
[2023-08-30T14:31:43.776Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-30T14:31:44.183Z] + 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-examples.rewrite/1/api/json
[Pipeline] readJSON
[Pipeline] sh
[2023-08-30T14:31:44.501Z] + 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-examples.rewrite/1/consoleText
[2023-08-30T14:31:44.501Z] + tail -n 50

@radtriste
Copy link
Contributor Author

jenkins rewrite quarkus-3

@kie-ci1
Copy link

kie-ci1 commented Aug 31, 2023

Rewrite quarkus-3 before.sh patch file job #2 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.quarkus-3/job/kogito-examples.rewrite/2/display/redirect
See console log:

Console Logs [2023-08-31T12:05:31.542Z] [INFO] Finished at: 2023-08-31T08:05:30-04:00
[2023-08-31T12:05:31.542Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T12:05:32.900Z] + set +x
[2023-08-31T12:05:32.900Z] rewrite none
[2023-08-31T12:05:32.900Z] No rewrite to be done. Exited
[2023-08-31T12:05:32.900Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.rewrite/kogito-apps/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-08-31T12:05:32.900Z] error: patch failed: data-index/data-index-storage/data-index-storage-api/src/main/java/org/kie/kogito/index/storage/DataIndexStorageServiceImpl.java:16
[2023-08-31T12:05:32.900Z] error: data-index/data-index-storage/data-index-storage-api/src/main/java/org/kie/kogito/index/storage/DataIndexStorageServiceImpl.java: patch does not apply
[2023-08-31T12:05:32.900Z] error: patch failed: data-index/data-index-storage/data-index-storage-mongodb/src/main/java/org/kie/kogito/index/mongodb/storage/MongoModelServiceImpl.java:20
[2023-08-31T12:05:32.900Z] error: data-index/data-index-storage/data-index-storage-mongodb/src/main/java/org/kie/kogito/index/mongodb/storage/MongoModelServiceImpl.java: patch does not apply
[2023-08-31T12:05:32.900Z] error: patch failed: data-index/data-index-storage/data-index-storage-oracle/src/main/java/org/kie/kogito/index/oracle/storage/OracleStorageService.java:15
[2023-08-31T12:05:32.900Z] error: data-index/data-index-storage/data-index-storage-oracle/src/main/java/org/kie/kogito/index/oracle/storage/OracleStorageService.java: patch does not apply
[2023-08-31T12:05:32.900Z] error: patch failed: data-index/data-index-storage/data-index-storage-postgresql/src/main/java/org/kie/kogito/index/postgresql/storage/PostgreSqlStorageService.java:15
[2023-08-31T12:05:32.900Z] error: data-index/data-index-storage/data-index-storage-postgresql/src/main/java/org/kie/kogito/index/postgresql/storage/PostgreSqlStorageService.java: patch does not apply
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Generate rewrite patch)
Stage "Generate rewrite patch" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push changes)
Stage "Push changes" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[2023-08-31T12:05:33.384Z] [WS-CLEANUP] Deleting project workspace...
[2023-08-31T12:05:33.384Z] [WS-CLEANUP] Deferred wipeout is used...
[2023-08-31T12:05:33.389Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T12:05:33.803Z] + 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-examples.rewrite/2/api/json
[Pipeline] readJSON
[Pipeline] sh
[2023-08-31T12:05:34.372Z] + 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-examples.rewrite/2/consoleText
[2023-08-31T12:05:34.373Z] + tail -n 50

@radtriste
Copy link
Contributor Author

Jenkins rewrite quarkus-3

@kie-ci1
Copy link

kie-ci1 commented Aug 31, 2023

Rewrite quarkus-3 before.sh patch file job #3 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.quarkus-3/job/kogito-examples.rewrite/3/display/redirect
See console log:

Console Logs [2023-08-31T18:13:22.141Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T18:13:22.141Z] [INFO] BUILD FAILURE
[2023-08-31T18:13:22.141Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T18:13:22.141Z] [INFO] Total time: 04:30 min
[2023-08-31T18:13:22.141Z] [INFO] Finished at: 2023-08-31T14:13:21-04:00
[2023-08-31T18:13:22.141Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T18:13:22.141Z] [ERROR] Failed to execute goal com.google.cloud.tools:jib-maven-plugin:3.3.1:dockerBuild (default) on project dmn-drools-springboot-metrics: Build to Docker daemon failed, perhaps you should make sure Docker is installed and you have correct privileges to run it -> [Help 1]
[2023-08-31T18:13:22.141Z] [ERROR]
[2023-08-31T18:13:22.141Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2023-08-31T18:13:22.141Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-31T18:13:22.141Z] [ERROR]
[2023-08-31T18:13:22.141Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-31T18:13:22.141Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-08-31T18:13:22.141Z] [ERROR]
[2023-08-31T18:13:22.141Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-31T18:13:22.141Z] [ERROR] mvn -rf :dmn-drools-springboot-metrics
[Pipeline] }
[2023-08-31T18:13:22.421Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push changes)
Stage "Push changes" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[2023-08-31T18:13:22.804Z] [WS-CLEANUP] Deleting project workspace...
[2023-08-31T18:13:22.804Z] [WS-CLEANUP] Deferred wipeout is used...
[2023-08-31T18:13:22.809Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T18:13:23.220Z] + 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-examples.rewrite/3/api/json
[Pipeline] readJSON
[Pipeline] sh
[2023-08-31T18:13:23.793Z] + 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-examples.rewrite/3/consoleText
[2023-08-31T18:13:23.793Z] + tail -n 50

@radtriste
Copy link
Contributor Author

Jenkins rewrite quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

(tests) - serverless-workflow-examples job #392 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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.tests.serverless-workflow-examples/392/display/redirect

Test results:

  • PASSED: 81
  • FAILED: 1

Those are the test failures:

org.kie.kogito.examples.OpenVinoRestIT.testOpenvino 1 expectation failed.
JSON path workflowdata.group doesn't match.
Expected: a string containing "flat-coated retriever"
Actual: <[]>

@kie-ci1
Copy link

kie-ci1 commented Aug 31, 2023

Rewrite quarkus-3 before.sh patch file job #4 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.quarkus-3/job/kogito-examples.rewrite/4/display/redirect
See console log:

Console Logs [2023-08-31T19:15:11.953Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T19:15:11.953Z] [INFO] BUILD FAILURE
[2023-08-31T19:15:11.953Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T19:15:11.953Z] [INFO] Total time: 15:21 min
[2023-08-31T19:15:11.953Z] [INFO] Finished at: 2023-08-31T15:15:11-04:00
[2023-08-31T19:15:11.953Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T19:15:11.953Z] [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (dependencies-install) on project serverless-workflow-openvino-quarkus: Command execution failed.: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[2023-08-31T19:15:11.953Z] [ERROR]
[2023-08-31T19:15:11.953Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2023-08-31T19:15:11.953Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-31T19:15:11.953Z] [ERROR]
[2023-08-31T19:15:11.953Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-31T19:15:11.953Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-08-31T19:15:11.953Z] [ERROR]
[2023-08-31T19:15:11.953Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-31T19:15:11.953Z] [ERROR] mvn -rf :serverless-workflow-openvino-quarkus
[Pipeline] }
[2023-08-31T19:15:12.245Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push changes)
Stage "Push changes" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[2023-08-31T19:15:12.716Z] [WS-CLEANUP] Deleting project workspace...
[2023-08-31T19:15:12.716Z] [WS-CLEANUP] Deferred wipeout is used...
[2023-08-31T19:15:12.721Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T19:15:13.144Z] + 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-examples.rewrite/4/api/json
[Pipeline] readJSON
[Pipeline] sh
[2023-08-31T19:15:13.726Z] + 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-examples.rewrite/4/consoleText
[2023-08-31T19:15:13.726Z] + tail -n 50

@radtriste
Copy link
Contributor Author

Jenkins rewrite quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

(tests) - serverless-workflow-examples job #393 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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.tests.serverless-workflow-examples/393/display/redirect

Test results:

  • PASSED: 81
  • FAILED: 1

Those are the test failures:

org.kie.kogito.examples.OpenVinoRestIT.testOpenvino 1 expectation failed.
JSON path workflowdata.group doesn't match.
Expected: a string containing "flat-coated retriever"
Actual: <[]>

@radtriste
Copy link
Contributor Author

Jenkins run quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

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

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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.kogito-quarkus-examples/4/display/redirect
See console log:

Console Logs [2023-08-31T22:35:45.295Z] [INFO]
[2023-08-31T22:35:45.295Z] [INFO] --- quarkus:2.16.10.Final:build (default) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:35:47.189Z] [INFO] Performed addonsConfig discovery, found: AddonsConfig{usePersistence=false, useTracing=false, useMonitoring=false, usePrometheusMonitoring=false, useCloudEvents=true, useExplainability=false, useProcessSVG=false, useEventDrivenDecisions=false, useEventDrivenRules=false}
[2023-08-31T22:35:47.444Z] [INFO] Generator discovery performed, found [processes]
[2023-08-31T22:35:51.611Z] [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5001ms
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- failsafe:3.0.0-M7:integration-test (default) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:35:51.611Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-31T22:35:51.611Z] [INFO] Tests are skipped.
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- failsafe:3.0.0-M7:verify (default) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:35:51.611Z] [INFO] Tests are skipped.
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- install:3.1.0:install (default-install) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:35:51.611Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-python-quarkus/1.0-SNAPSHOT/serverless-workflow-python-quarkus-1.0-SNAPSHOT.pom
[2023-08-31T22:35:51.611Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/target/serverless-workflow-python-quarkus.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-python-quarkus/1.0-SNAPSHOT/serverless-workflow-python-quarkus-1.0-SNAPSHOT.jar
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --------< org.kie.kogito.examples:serverless-workflow-examples >--------
[2023-08-31T22:35:51.611Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [170/170]
[2023-08-31T22:35:51.611Z] [INFO] from serverless-workflow-examples/pom.xml
[2023-08-31T22:35:51.611Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- clean:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO] Skipping Rule Enforcement.
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO] Skipping Rule Enforcement.
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO] Skipping Rule Enforcement.
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- checkstyle:3.1.1:check (default) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO] You have 0 Checkstyle violations.
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- formatter:2.13.0:format (default) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO] Using 'UTF-8' encoding to format source files.
[2023-08-31T22:35:51.611Z] [INFO] Number of files to be formatted: 0
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- impsort:1.8.0:sort (default) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO] Skipping packaging of the test-jar
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO]
[2023-08-31T22:35:51.611Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.611Z] [INFO] Tests are skipped.
[2023-08-31T22:35:51.612Z] [INFO]
[2023-08-31T22:35:51.612Z] [INFO] --- failsafe:3.1.2:integration-test (default) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.612Z] [INFO] Tests are skipped.
[2023-08-31T22:35:51.612Z] [INFO]
[2023-08-31T22:35:51.612Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.612Z] [INFO] Tests are skipped.
[2023-08-31T22:35:51.612Z] [INFO]
[2023-08-31T22:35:51.612Z] [INFO] --- failsafe:3.1.2:verify (default) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.612Z] [INFO] Tests are skipped.
[2023-08-31T22:35:51.612Z] [INFO]
[2023-08-31T22:35:51.612Z] [INFO] --- install:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2023-08-31T22:35:51.612Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2023-08-31T22:35:51.612Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:35:51.612Z] [INFO] Reactor Summary:
[2023-08-31T22:35:51.612Z] [INFO]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 1.159 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.041 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Decision Table - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 7.139 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN Metrics Quarkus 2.0.0-SNAPSHOT SUCCESS [ 9.538 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN Event-Driven :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.924 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 2.741 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN with Knative Eventing and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.140 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN with listeners - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.152 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN Decision Table listener - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.064 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN :: PMML - QUARKUS 2.0.0-SNAPSHOT SUCCESS [ 5.577 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN 2.0.0-SNAPSHOT ............... SUCCESS [ 2.988 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN Tracing - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.317 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Flexible Process - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.386 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Travel Agency 2.0.0-SNAPSHOT ..... SUCCESS [ 0.034 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Travel Agency :: Basic 2.0.0-SNAPSHOT SUCCESS [ 4.363 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Travel Agency :: Extended 2.0.0-SNAPSHOT SUCCESS [ 0.035 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Travel Agency :: Travels 2.0.0-SNAPSHOT SUCCESS [ 6.798 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Travel Agency :: Visas 2.0.0-SNAPSHOT SUCCESS [ 5.533 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.021 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [ 4.449 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 3.948 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.522 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.835 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: PMML Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 2.912 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: PMML - Quarkus 2.0.0-SNAPSHOT .... SUCCESS [ 5.007 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Business Rules Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.644 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process :: Decisions :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.404 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process :: Decisions :: REST Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.315 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process :: Decisions :: Rules :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.730 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Scripts With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.469 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 2.751 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Infinispan Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.605 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels, avro serialization 2.0.0-SNAPSHOT SUCCESS [ 5.398 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels 2.0.0-SNAPSHOT SUCCESS [ 5.362 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Kafka Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.766 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process with Kafka and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.325 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process with Knative Eventing and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.611 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process MongoDB Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.634 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Monitoring :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.346 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 6.638 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Client Performance test 2.0.0-SNAPSHOT SUCCESS [ 0.197 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Quarkus Performance test 2.0.0-SNAPSHOT SUCCESS [ 4.701 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.947 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.249 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Service Rest Cal with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.104 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Rest :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.323 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Service Rest WorkItem call with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.009 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Scripts With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.937 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Saga with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.310 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Service Calls with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.165 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Timer with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.022 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle 2.0.0-SNAPSHOT SUCCESS [ 4.496 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process with Usertasks Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 6.262 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process with Usertasks Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.148 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process UserTasks with Timer Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 6.145 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Usertasks Security OIDC Keycloak Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 6.589 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Keycloak Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.571 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Usertasks With Security Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.056 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Rules Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.318 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.554 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Rules HelloWorld 2.0.0-SNAPSHOT .. SUCCESS [ 3.699 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.847 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: RuleUnit - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.985 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Trusty Tracing - Quarkus DevServices 2.0.0-SNAPSHOT SUCCESS [ 5.247 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.018 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Decision Table - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 6.388 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN Metrics SpringBoot 2.0.0-SNAPSHOT SUCCESS [ 10.272 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.450 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.174 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 4.854 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN - Spring Boot 2.0.0-SNAPSHOT . SUCCESS [ 2.075 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: DMN Tracing - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.323 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Flexible process with Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.052 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.774 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.654 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: PMML - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.194 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Business Rules Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.185 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process :: Decisions :: REST :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.692 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process :: Decisions :: Rules :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.573 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process :: Decisions :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.480 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Infinispan Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.925 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot, multiple channels 2.0.0-SNAPSHOT SUCCESS [ 3.132 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.510 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process MongoDB Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.136 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Monitoring :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.866 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 6.251 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Springboot Performance test 2.0.0-SNAPSHOT SUCCESS [ 2.587 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.869 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Service Rest Call Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.217 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Scripts With Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.335 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Service Calls with Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.316 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.166 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Timer With Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.228 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.544 s]
[2023-08-31T22:35:51.612Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot :: Console 2.0.0-SNAPSHOT SUCCESS [ 4.406 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.231 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot :: Console 2.0.0-SNAPSHOT SUCCESS [ 4.976 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.205 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Process Usertasks With Security Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.496 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 1.665 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 1.948 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: RuleUnit - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 1.844 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.310 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.026 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Callback Event Service 1.0-SNAPSHOT SUCCESS [ 3.209 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Service 1.0-SNAPSHOT SUCCESS [ 7.923 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus 1.0-SNAPSHOT SUCCESS [ 6.292 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Camel :: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.036 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.571 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.822 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Correlation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.020 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Custom Function :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Custom Function Knative :: Service 1.0-SNAPSHOT SUCCESS [ 3.641 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Custom Function Knative :: Workflow 1.0-SNAPSHOT SUCCESS [ 8.710 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Custom type :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.002 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Server :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.075 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC :: Runtime 1.0-SNAPSHOT SUCCESS [ 1.349 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC :: Deployment 1.0-SNAPSHOT SUCCESS [ 0.362 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Client :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.545 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Data Index :: Quarkus 1.0-SNAPSHOT SUCCESS [ 11.257 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.446 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.034 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.961 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.617 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 8.073 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.065 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services 1.0-SNAPSHOT SUCCESS [ 1.749 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow 1.0-SNAPSHOT SUCCESS [ 7.158 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.871 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow gRPC example 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Server :: Quarkus 1.0-SNAPSHOT SUCCESS [ 1.346 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Client :: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.055 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Hello World :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.789 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase 1.0-SNAPSHOT SUCCESS [ 0.024 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: Aggregator 1.0-SNAPSHOT SUCCESS [ 5.593 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: Flow 1.0-SNAPSHOT SUCCESS [ 8.718 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: UI 1.0-SNAPSHOT SUCCESS [ 4.204 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 2.780 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 8.505 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: ACME Financial Service 1.0-SNAPSHOT SUCCESS [ 2.666 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: Currency Exchange 1.0-SNAPSHOT SUCCESS [ 6.907 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Order Processing 1.0-SNAPSHOT SUCCESS [ 4.384 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Parallel Execution :: Quarkus 1.0-SNAPSHOT SUCCESS [ 3.569 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 6.528 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 3.116 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Order Saga :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.877 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.691 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit 1.0-SNAPSHOT SUCCESS [ 0.012 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.172 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Portfolio Service 1.0-SNAPSHOT SUCCESS [ 1.864 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Stock Service 1.0-SNAPSHOT SUCCESS [ 1.770 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Mock Stock Service 1.0-SNAPSHOT SUCCESS [ 1.920 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service 1.0-SNAPSHOT SUCCESS [ 2.104 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service 1.0-SNAPSHOT SUCCESS [ 2.313 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service 1.0-SNAPSHOT SUCCESS [ 11.026 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Full Service 1.0-SNAPSHOT SUCCESS [ 8.652 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Function Service 1.0-SNAPSHOT SUCCESS [ 7.047 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Spec Service 1.0-SNAPSHOT SUCCESS [ 7.652 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Testing with REST Assured :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.321 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Embedded 1.0-SNAPSHOT SUCCESS [ 10.132 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Extended 1.0-SNAPSHOT SUCCESS [ 7.930 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Operator Dev Profile 1.0-SNAPSHOT SUCCESS [ 2.095 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Openvino :: Quarkus 1.0-SNAPSHOT SUCCESS [10:21 min]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow Python :: Quarkus 1.0-SNAPSHOT SUCCESS [ 10.065 s]
[2023-08-31T22:35:51.613Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.403 s]
[2023-08-31T22:35:51.613Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:35:51.613Z] [INFO] BUILD SUCCESS
[2023-08-31T22:35:51.613Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:35:51.613Z] [INFO] Total time: 21:45 min
[2023-08-31T22:35:51.613Z] [INFO] Finished at: 2023-08-31T18:35:50-04:00
[2023-08-31T22:35:51.613Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:36:18.082Z] + set +x
[2023-08-31T22:36:18.082Z] rewrite none
[2023-08-31T22:36:18.082Z] No rewrite to be done. Exited
[2023-08-31T22:36:18.082Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-08-31T22:36:18.082Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0002_spring_boot_localserverport.patch
[2023-08-31T22:36:18.082Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0003_wiremock_update.patch
[2023-08-31T22:36:18.082Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0004_spring_boot_remove_keycloak_adapter.patch
[2023-08-31T22:36:18.082Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0005_spring_boot_openapi.patch
[2023-08-31T22:36:18.082Z] error: patch failed: kogito-springboot-examples/process-performance-springboot/pom.xml:61
[2023-08-31T22:36:18.082Z] error: kogito-springboot-examples/process-performance-springboot/pom.xml: patch does not apply
[2023-08-31T22:36:18.082Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-08-31T22:36:18.082Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-08-31T22:36:18.082Z] # [BEFORE] [kiegroup/kogito-examples] export INTEGRATION_BRANCH=
[2023-08-31T22:36:18.082Z] [INFO] OK [Executed in 0.073328 ms]
[2023-08-31T22:36:18.082Z]
[2023-08-31T22:36:18.082Z] # [BEFORE] [kiegroup/kogito-examples] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-31T22:36:18.082Z] [INFO] NOT OK [Executed in 1332319.548347 ms]
[2023-08-31T22:36:18.082Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-08-31T22:36:18.082Z]
[2023-08-31T22:36:18.082Z] [INFO] [COMMANDS] Skipped kiegroup/kogito-examples
[2023-08-31T22:36:18.082Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-examples
[2023-08-31T22:36:18.082Z]
[2023-08-31T22:36:18.082Z] # Uploading artifacts
[2023-08-31T22:36:18.082Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-31T22:36:18.082Z]
[2023-08-31T22:36:18.082Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-08-31T22:36:18.082Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-08-31T22:36:18.082Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-31T22:36:18.204Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T22:36:18.842Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-31T22:36:25.425Z] Recording test results
[2023-08-31T22:36:30.031Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-31T22:36:30.050Z] Archiving artifacts
[2023-08-31T22:36:29.545Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T22:36:32.424Z] + rm -rf console.log
[Pipeline] sh
[2023-08-31T22:36:32.717Z] + 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-examples.quarkus-3.kogito-quarkus-examples/4/consoleText
[2023-08-31T22:36:32.717Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

(quarkus-3) - serverless-workflow-examples job #4 was: FAILURE
Possible explanation: Pipeline failure or project build failure

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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.serverless-workflow-examples/4/display/redirect
See console log:

Console Logs [2023-08-31T22:36:38.505Z] [INFO]
[2023-08-31T22:36:38.505Z] [INFO] --- quarkus:2.16.10.Final:build (default) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:36:40.048Z] [INFO] Performed addonsConfig discovery, found: AddonsConfig{usePersistence=false, useTracing=false, useMonitoring=false, usePrometheusMonitoring=false, useCloudEvents=true, useExplainability=false, useProcessSVG=false, useEventDrivenDecisions=false, useEventDrivenRules=false}
[2023-08-31T22:36:40.329Z] [INFO] Generator discovery performed, found [processes]
[2023-08-31T22:36:42.869Z] [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 3928ms
[2023-08-31T22:36:42.869Z] [INFO]
[2023-08-31T22:36:42.869Z] [INFO] --- failsafe:3.0.0-M7:integration-test (default) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:36:42.869Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-31T22:36:42.869Z] [INFO] Tests are skipped.
[2023-08-31T22:36:42.869Z] [INFO]
[2023-08-31T22:36:42.869Z] [INFO] --- failsafe:3.0.0-M7:verify (default) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:36:42.869Z] [INFO] Tests are skipped.
[2023-08-31T22:36:42.869Z] [INFO]
[2023-08-31T22:36:42.869Z] [INFO] --- install:3.1.0:install (default-install) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:36:42.869Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-python-quarkus/1.0-SNAPSHOT/serverless-workflow-python-quarkus-1.0-SNAPSHOT.pom
[2023-08-31T22:36:42.869Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/target/serverless-workflow-python-quarkus.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-python-quarkus/1.0-SNAPSHOT/serverless-workflow-python-quarkus-1.0-SNAPSHOT.jar
[2023-08-31T22:36:42.869Z] [INFO]
[2023-08-31T22:36:42.869Z] [INFO] --------< org.kie.kogito.examples:serverless-workflow-examples >--------
[2023-08-31T22:36:42.869Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [170/170]
[2023-08-31T22:36:42.869Z] [INFO] from serverless-workflow-examples/pom.xml
[2023-08-31T22:36:42.869Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-08-31T22:36:42.869Z] [INFO]
[2023-08-31T22:36:42.869Z] [INFO] --- clean:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2023-08-31T22:36:42.869Z] [INFO]
[2023-08-31T22:36:42.869Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2023-08-31T22:36:42.869Z] [INFO] Skipping Rule Enforcement.
[2023-08-31T22:36:42.869Z] [INFO]
[2023-08-31T22:36:42.869Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2023-08-31T22:36:42.869Z] [INFO] Skipping Rule Enforcement.
[2023-08-31T22:36:42.869Z] [INFO]
[2023-08-31T22:36:42.869Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2023-08-31T22:36:42.869Z] [INFO] Skipping Rule Enforcement.
[2023-08-31T22:36:42.869Z] [INFO]
[2023-08-31T22:36:42.869Z] [INFO] --- checkstyle:3.1.1:check (default) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.124Z] [INFO] You have 0 Checkstyle violations.
[2023-08-31T22:36:43.124Z] [INFO]
[2023-08-31T22:36:43.124Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.124Z] [INFO]
[2023-08-31T22:36:43.124Z] [INFO] --- formatter:2.13.0:format (default) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.124Z] [INFO] Using 'UTF-8' encoding to format source files.
[2023-08-31T22:36:43.124Z] [INFO] Number of files to be formatted: 0
[2023-08-31T22:36:43.124Z] [INFO]
[2023-08-31T22:36:43.124Z] [INFO] --- impsort:1.8.0:sort (default) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.124Z] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[2023-08-31T22:36:43.124Z] [INFO]
[2023-08-31T22:36:43.124Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.124Z] [INFO] Skipping packaging of the test-jar
[2023-08-31T22:36:43.124Z] [INFO]
[2023-08-31T22:36:43.124Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.124Z] [INFO]
[2023-08-31T22:36:43.124Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.124Z] [INFO]
[2023-08-31T22:36:43.124Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.382Z] [INFO] Tests are skipped.
[2023-08-31T22:36:43.382Z] [INFO]
[2023-08-31T22:36:43.382Z] [INFO] --- failsafe:3.1.2:integration-test (default) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.382Z] [INFO] Tests are skipped.
[2023-08-31T22:36:43.382Z] [INFO]
[2023-08-31T22:36:43.382Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.382Z] [INFO] Tests are skipped.
[2023-08-31T22:36:43.382Z] [INFO]
[2023-08-31T22:36:43.382Z] [INFO] --- failsafe:3.1.2:verify (default) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.382Z] [INFO] Tests are skipped.
[2023-08-31T22:36:43.382Z] [INFO]
[2023-08-31T22:36:43.382Z] [INFO] --- install:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2023-08-31T22:36:43.382Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2023-08-31T22:36:43.382Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:36:43.382Z] [INFO] Reactor Summary:
[2023-08-31T22:36:43.382Z] [INFO]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 1.303 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.038 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Decision Table - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 7.196 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: DMN Metrics Quarkus 2.0.0-SNAPSHOT SUCCESS [ 9.065 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: DMN Event-Driven :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.159 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: DMN Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 2.851 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: DMN with Knative Eventing and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.589 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: DMN with listeners - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.411 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: DMN Decision Table listener - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.284 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: DMN :: PMML - QUARKUS 2.0.0-SNAPSHOT SUCCESS [ 5.945 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: DMN 2.0.0-SNAPSHOT ............... SUCCESS [ 2.850 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: DMN Tracing - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.625 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Flexible Process - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.619 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Travel Agency 2.0.0-SNAPSHOT ..... SUCCESS [ 0.040 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Travel Agency :: Basic 2.0.0-SNAPSHOT SUCCESS [ 4.723 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Travel Agency :: Extended 2.0.0-SNAPSHOT SUCCESS [ 0.041 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Travel Agency :: Travels 2.0.0-SNAPSHOT SUCCESS [ 6.766 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Travel Agency :: Visas 2.0.0-SNAPSHOT SUCCESS [ 5.444 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.022 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [ 4.560 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 4.109 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.886 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 6.089 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: PMML Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.095 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: PMML - Quarkus 2.0.0-SNAPSHOT .... SUCCESS [ 5.049 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process Business Rules Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.792 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process :: Decisions :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.528 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process :: Decisions :: REST Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.902 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process :: Decisions :: Rules :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.788 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process Scripts With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.807 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.026 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process Infinispan Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.990 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels, avro serialization 2.0.0-SNAPSHOT SUCCESS [ 5.596 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels 2.0.0-SNAPSHOT SUCCESS [ 5.274 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process Kafka Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.233 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process with Kafka and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.466 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process with Knative Eventing and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.905 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process MongoDB Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.446 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process Monitoring :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.287 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 6.405 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Client Performance test 2.0.0-SNAPSHOT SUCCESS [ 0.206 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Quarkus Performance test 2.0.0-SNAPSHOT SUCCESS [ 4.523 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.785 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.377 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process Service Rest Cal with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.154 s]
[2023-08-31T22:36:43.382Z] [INFO] Kogito Example :: Process Rest :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.279 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Service Rest WorkItem call with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.268 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Scripts With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.637 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Saga with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.454 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Service Calls with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.135 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Timer with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.078 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle 2.0.0-SNAPSHOT SUCCESS [ 4.293 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process with Usertasks Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 6.026 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process with Usertasks Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.137 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process UserTasks with Timer Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 6.158 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Usertasks Security OIDC Keycloak Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 6.070 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Keycloak Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.791 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Usertasks With Security Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.126 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Rules Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.469 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.768 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Rules HelloWorld 2.0.0-SNAPSHOT .. SUCCESS [ 3.428 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.892 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: RuleUnit - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.900 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Trusty Tracing - Quarkus DevServices 2.0.0-SNAPSHOT SUCCESS [ 4.886 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.018 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Decision Table - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 6.706 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: DMN Metrics SpringBoot 2.0.0-SNAPSHOT SUCCESS [ 9.625 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.545 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.117 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 4.996 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: DMN - Spring Boot 2.0.0-SNAPSHOT . SUCCESS [ 1.957 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: DMN Tracing - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.675 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Flexible process with Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.188 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.443 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.470 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: PMML - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.442 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Business Rules Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.372 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process :: Decisions :: REST :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.728 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process :: Decisions :: Rules :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.498 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process :: Decisions :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.620 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Infinispan Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 4.066 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot, multiple channels 2.0.0-SNAPSHOT SUCCESS [ 3.203 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.476 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process MongoDB Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.177 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Monitoring :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.075 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 6.359 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Springboot Performance test 2.0.0-SNAPSHOT SUCCESS [ 2.645 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.933 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Service Rest Call Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 1.993 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Scripts With Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.094 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Service Calls with Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.645 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.264 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Timer With Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.365 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.519 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot :: Console 2.0.0-SNAPSHOT SUCCESS [ 3.779 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.325 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot :: Console 2.0.0-SNAPSHOT SUCCESS [ 5.008 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.220 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Process Usertasks With Security Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.569 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 1.796 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.158 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: RuleUnit - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 1.621 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.306 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.026 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Callback Event Service 1.0-SNAPSHOT SUCCESS [ 3.135 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Service 1.0-SNAPSHOT SUCCESS [ 7.845 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.773 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Camel :: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.232 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.136 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.452 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Correlation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 8.327 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Custom Function :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Custom Function Knative :: Service 1.0-SNAPSHOT SUCCESS [ 3.463 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Custom Function Knative :: Workflow 1.0-SNAPSHOT SUCCESS [ 9.081 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Custom type :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Server :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.089 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC :: Runtime 1.0-SNAPSHOT SUCCESS [ 1.238 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC :: Deployment 1.0-SNAPSHOT SUCCESS [ 0.367 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Client :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.478 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Data Index :: Quarkus 1.0-SNAPSHOT SUCCESS [ 9.097 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus 1.0-SNAPSHOT SUCCESS [ 6.490 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 6.852 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.496 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.940 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 8.362 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.538 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy 1.0-SNAPSHOT SUCCESS [ 0.011 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services 1.0-SNAPSHOT SUCCESS [ 1.897 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow 1.0-SNAPSHOT SUCCESS [ 7.096 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.995 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow gRPC example 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Server :: Quarkus 1.0-SNAPSHOT SUCCESS [ 1.082 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Client :: Quarkus 1.0-SNAPSHOT SUCCESS [ 6.922 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Hello World :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.506 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase 1.0-SNAPSHOT SUCCESS [ 0.006 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: Aggregator 1.0-SNAPSHOT SUCCESS [ 4.825 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: Flow 1.0-SNAPSHOT SUCCESS [ 9.082 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: UI 1.0-SNAPSHOT SUCCESS [ 4.446 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 2.899 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 9.439 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example 1.0-SNAPSHOT SUCCESS [ 0.021 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: ACME Financial Service 1.0-SNAPSHOT SUCCESS [ 3.461 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: Currency Exchange 1.0-SNAPSHOT SUCCESS [ 8.153 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Order Processing 1.0-SNAPSHOT SUCCESS [ 5.615 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Parallel Execution :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.408 s]
[2023-08-31T22:36:43.383Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 8.319 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 4.250 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Order Saga :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.391 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus 1.0-SNAPSHOT SUCCESS [ 6.175 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit 1.0-SNAPSHOT SUCCESS [ 0.032 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.257 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Portfolio Service 1.0-SNAPSHOT SUCCESS [ 2.088 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Stock Service 1.0-SNAPSHOT SUCCESS [ 1.661 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Mock Stock Service 1.0-SNAPSHOT SUCCESS [ 1.701 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service 1.0-SNAPSHOT SUCCESS [ 2.132 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service 1.0-SNAPSHOT SUCCESS [ 2.018 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service 1.0-SNAPSHOT SUCCESS [ 6.512 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Full Service 1.0-SNAPSHOT SUCCESS [ 7.926 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Function Service 1.0-SNAPSHOT SUCCESS [ 9.215 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Spec Service 1.0-SNAPSHOT SUCCESS [ 10.822 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Testing with REST Assured :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.434 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Embedded 1.0-SNAPSHOT SUCCESS [ 10.261 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Extended 1.0-SNAPSHOT SUCCESS [ 7.711 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Operator Dev Profile 1.0-SNAPSHOT SUCCESS [ 2.183 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Openvino :: Quarkus 1.0-SNAPSHOT SUCCESS [10:11 min]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow Python :: Quarkus 1.0-SNAPSHOT SUCCESS [ 9.048 s]
[2023-08-31T22:36:43.384Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.449 s]
[2023-08-31T22:36:43.384Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:36:43.384Z] [INFO] BUILD SUCCESS
[2023-08-31T22:36:43.384Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:36:43.384Z] [INFO] Total time: 21:50 min
[2023-08-31T22:36:43.384Z] [INFO] Finished at: 2023-08-31T18:36:42-04:00
[2023-08-31T22:36:43.384Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:36:45.893Z] + set +x
[2023-08-31T22:36:45.893Z] rewrite none
[2023-08-31T22:36:45.893Z] No rewrite to be done. Exited
[2023-08-31T22:36:45.893Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-08-31T22:36:45.893Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0002_spring_boot_localserverport.patch
[2023-08-31T22:36:45.893Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0003_wiremock_update.patch
[2023-08-31T22:36:45.893Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0004_spring_boot_remove_keycloak_adapter.patch
[2023-08-31T22:36:46.147Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0005_spring_boot_openapi.patch
[2023-08-31T22:36:46.147Z] error: patch failed: kogito-springboot-examples/process-performance-springboot/pom.xml:61
[2023-08-31T22:36:46.147Z] error: kogito-springboot-examples/process-performance-springboot/pom.xml: patch does not apply
[2023-08-31T22:36:46.147Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-08-31T22:36:46.147Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-08-31T22:36:46.147Z] # [BEFORE] [kiegroup/kogito-examples] export INTEGRATION_BRANCH=
[2023-08-31T22:36:46.147Z] [INFO] OK [Executed in 0.053921 ms]
[2023-08-31T22:36:46.147Z]
[2023-08-31T22:36:46.147Z] # [BEFORE] [kiegroup/kogito-examples] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-31T22:36:46.147Z] [INFO] NOT OK [Executed in 1314125.819763 ms]
[2023-08-31T22:36:46.147Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-08-31T22:36:46.147Z]
[2023-08-31T22:36:46.147Z] [INFO] [COMMANDS] Skipped kiegroup/kogito-examples
[2023-08-31T22:36:46.147Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-examples
[2023-08-31T22:36:46.147Z]
[2023-08-31T22:36:46.147Z] # Uploading artifacts
[2023-08-31T22:36:46.147Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-31T22:36:46.147Z]
[2023-08-31T22:36:46.147Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-08-31T22:36:46.147Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-08-31T22:36:46.148Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-31T22:36:46.526Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T22:36:47.173Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-31T22:36:53.712Z] Recording test results
[2023-08-31T22:36:58.232Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-31T22:36:58.251Z] Archiving artifacts
[2023-08-31T22:36:57.168Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T22:37:00.611Z] + rm -rf console.log
[Pipeline] sh
[2023-08-31T22:37:00.901Z] + 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-examples.quarkus-3.serverless-workflow-examples/4/consoleText
[2023-08-31T22:37:00.902Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

(quarkus-3) - kogito-springboot-examples job #4 was: FAILURE
Possible explanation: Pipeline failure or project build failure

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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.kogito-springboot-examples/4/display/redirect
See console log:

Console Logs [2023-08-31T22:36:53.630Z] [INFO]
[2023-08-31T22:36:53.630Z] [INFO] --- quarkus:2.16.10.Final:build (default) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:36:55.511Z] [INFO] Performed addonsConfig discovery, found: AddonsConfig{usePersistence=false, useTracing=false, useMonitoring=false, usePrometheusMonitoring=false, useCloudEvents=true, useExplainability=false, useProcessSVG=false, useEventDrivenDecisions=false, useEventDrivenRules=false}
[2023-08-31T22:36:55.770Z] [INFO] Generator discovery performed, found [processes]
[2023-08-31T22:36:58.283Z] [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 3920ms
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- failsafe:3.0.0-M7:integration-test (default) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:36:58.283Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-08-31T22:36:58.283Z] [INFO] Tests are skipped.
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- failsafe:3.0.0-M7:verify (default) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:36:58.283Z] [INFO] Tests are skipped.
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- install:3.1.0:install (default-install) @ serverless-workflow-python-quarkus ---
[2023-08-31T22:36:58.283Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-python-quarkus/1.0-SNAPSHOT/serverless-workflow-python-quarkus-1.0-SNAPSHOT.pom
[2023-08-31T22:36:58.283Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/target/serverless-workflow-python-quarkus.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-python-quarkus/1.0-SNAPSHOT/serverless-workflow-python-quarkus-1.0-SNAPSHOT.jar
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --------< org.kie.kogito.examples:serverless-workflow-examples >--------
[2023-08-31T22:36:58.283Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [170/170]
[2023-08-31T22:36:58.283Z] [INFO] from serverless-workflow-examples/pom.xml
[2023-08-31T22:36:58.283Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- clean:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Skipping Rule Enforcement.
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Skipping Rule Enforcement.
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Skipping Rule Enforcement.
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- checkstyle:3.1.1:check (default) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] You have 0 Checkstyle violations.
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- formatter:2.13.0:format (default) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Using 'UTF-8' encoding to format source files.
[2023-08-31T22:36:58.283Z] [INFO] Number of files to be formatted: 0
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- impsort:1.8.0:sort (default) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Processed 0 files in 00:00.001 (Already Sorted: 0, Needed Sorting: 0)
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Skipping packaging of the test-jar
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Tests are skipped.
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- failsafe:3.1.2:integration-test (default) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Tests are skipped.
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Tests are skipped.
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- failsafe:3.1.2:verify (default) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Tests are skipped.
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] --- install:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2023-08-31T22:36:58.283Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2023-08-31T22:36:58.283Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:36:58.283Z] [INFO] Reactor Summary:
[2023-08-31T22:36:58.283Z] [INFO]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example 2.0.0-SNAPSHOT ...................... SUCCESS [ 1.237 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: Quarkus 2.0.0-SNAPSHOT ........... SUCCESS [ 0.038 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: Decision Table - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 7.313 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: DMN Metrics Quarkus 2.0.0-SNAPSHOT SUCCESS [ 10.244 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: DMN Event-Driven :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.251 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: DMN Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.072 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: DMN with Knative Eventing and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.475 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: DMN with listeners - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.194 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: DMN Decision Table listener - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.203 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: DMN :: PMML - QUARKUS 2.0.0-SNAPSHOT SUCCESS [ 5.942 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: DMN 2.0.0-SNAPSHOT ............... SUCCESS [ 2.901 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: DMN Tracing - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.801 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: Flexible Process - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.899 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: Travel Agency 2.0.0-SNAPSHOT ..... SUCCESS [ 0.036 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: Travel Agency :: Basic 2.0.0-SNAPSHOT SUCCESS [ 4.773 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: Travel Agency :: Extended 2.0.0-SNAPSHOT SUCCESS [ 0.038 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: Travel Agency :: Travels 2.0.0-SNAPSHOT SUCCESS [ 6.882 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: Travel Agency :: Visas 2.0.0-SNAPSHOT SUCCESS [ 5.372 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: Onboarding Example 2.0.0-SNAPSHOT SUCCESS [ 0.024 s]
[2023-08-31T22:36:58.283Z] [INFO] Kogito Example :: Onboarding Example :: HR with Drools 2.0.0-SNAPSHOT SUCCESS [ 4.504 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Onboarding Example :: Payroll with DMN 2.0.0-SNAPSHOT SUCCESS [ 3.949 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.901 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: PMML Event-Driven - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 6.025 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: PMML Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 2.955 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: PMML - Quarkus 2.0.0-SNAPSHOT .... SUCCESS [ 5.258 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Business Rules Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.811 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process :: Decisions :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.577 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process :: Decisions :: REST Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.949 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process :: Decisions :: Rules :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.177 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Scripts With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.679 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.418 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Infinispan Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.826 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels, avro serialization 2.0.0-SNAPSHOT SUCCESS [ 5.557 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process with Kafka and Quarkus, multiple channels 2.0.0-SNAPSHOT SUCCESS [ 5.558 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Kafka Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.315 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process with Kafka and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.464 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process with Knative Eventing and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.854 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process MongoDB Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.645 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Monitoring :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.391 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 6.570 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Client Performance test 2.0.0-SNAPSHOT SUCCESS [ 0.214 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Quarkus Performance test 2.0.0-SNAPSHOT SUCCESS [ 5.259 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.601 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process and Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.318 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Service Rest Cal with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.359 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Rest :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.519 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Service Rest WorkItem call with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.000 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Scripts With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.711 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Saga with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.556 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Service Calls with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.236 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Timer with Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.404 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle 2.0.0-SNAPSHOT SUCCESS [ 4.624 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process with Usertasks Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 6.204 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process with Usertasks Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.437 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process UserTasks with Timer Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 6.662 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Usertasks Security OIDC Keycloak Quarkus :: Console 2.0.0-SNAPSHOT SUCCESS [ 6.807 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Keycloak Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.552 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Usertasks With Security Quarkus 2.0.0-SNAPSHOT SUCCESS [ 4.511 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Rules Incubation API With Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.616 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Rules Legacy API - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.623 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Rules HelloWorld 2.0.0-SNAPSHOT .. SUCCESS [ 3.541 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Rule Unit Event-Driven :: Quarkus 2.0.0-SNAPSHOT SUCCESS [ 5.215 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: RuleUnit - Quarkus 2.0.0-SNAPSHOT SUCCESS [ 3.886 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Trusty Tracing - Quarkus DevServices 2.0.0-SNAPSHOT SUCCESS [ 5.433 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Spring Boot 2.0.0-SNAPSHOT ....... SUCCESS [ 0.019 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Decision Table - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 6.870 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: DMN Metrics SpringBoot 2.0.0-SNAPSHOT SUCCESS [ 10.203 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: DMN Event-Driven :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.657 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: DMN with listeners - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.354 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: DMN :: PMML - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 5.138 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: DMN - Spring Boot 2.0.0-SNAPSHOT . SUCCESS [ 2.222 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: DMN Tracing - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.484 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Flexible process with Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.479 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.659 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: PMML Event-Driven - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.463 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: PMML - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.265 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Business Rules Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.388 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process :: Decisions :: REST :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.086 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process :: Decisions :: Rules :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.634 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process :: Decisions :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.491 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Infinispan Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.818 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot, multiple channels 2.0.0-SNAPSHOT SUCCESS [ 3.246 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process with Kafka and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.554 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process MongoDB Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.401 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Monitoring :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.579 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Transactional Outbox :: MongoDB and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 6.508 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Springboot Performance test 2.0.0-SNAPSHOT SUCCESS [ 2.764 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process PostgreSQL Persistence Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.936 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Service Rest Call Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.249 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Scripts With Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.242 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Service Calls with Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.821 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process and Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.304 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Timer With Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.365 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Usertasks With Custom Lifecycle Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.312 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot :: Console 2.0.0-SNAPSHOT SUCCESS [ 3.895 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process with Usertasks Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.321 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot :: Console 2.0.0-SNAPSHOT SUCCESS [ 4.972 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Usertasks With Security OIDC Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 3.204 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Process Usertasks With Security Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.457 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Rules Legacy API - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 1.858 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: RuleUnit Event Driven :: Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.257 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: RuleUnit - Spring Boot 2.0.0-SNAPSHOT SUCCESS [ 2.201 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus 1.0-SNAPSHOT SUCCESS [ 6.784 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.026 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Callback Event Service 1.0-SNAPSHOT SUCCESS [ 3.358 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Service 1.0-SNAPSHOT SUCCESS [ 7.566 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus 1.0-SNAPSHOT SUCCESS [ 6.155 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Camel :: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.089 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 6.569 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.463 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Correlation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.706 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Custom Function :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Custom Function Knative :: Service 1.0-SNAPSHOT SUCCESS [ 3.255 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Custom Function Knative :: Workflow 1.0-SNAPSHOT SUCCESS [ 9.154 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Custom type :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Server :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.083 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC :: Runtime 1.0-SNAPSHOT SUCCESS [ 1.322 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC :: Deployment 1.0-SNAPSHOT SUCCESS [ 0.412 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Client :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.434 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Data Index :: Quarkus 1.0-SNAPSHOT SUCCESS [ 10.259 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.346 s]
[2023-08-31T22:36:58.284Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 6.631 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.188 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.059 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 8.104 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.466 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services 1.0-SNAPSHOT SUCCESS [ 1.968 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow 1.0-SNAPSHOT SUCCESS [ 7.337 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.027 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow gRPC example 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Server :: Quarkus 1.0-SNAPSHOT SUCCESS [ 1.408 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Client :: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.211 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Hello World :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.603 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: Aggregator 1.0-SNAPSHOT SUCCESS [ 5.392 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: Flow 1.0-SNAPSHOT SUCCESS [ 9.296 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: UI 1.0-SNAPSHOT SUCCESS [ 4.441 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 3.058 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 9.531 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: ACME Financial Service 1.0-SNAPSHOT SUCCESS [ 3.103 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: Currency Exchange 1.0-SNAPSHOT SUCCESS [ 7.846 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Order Processing 1.0-SNAPSHOT SUCCESS [ 4.823 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Parallel Execution :: Quarkus 1.0-SNAPSHOT SUCCESS [ 3.817 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 7.653 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 4.991 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Order Saga :: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.277 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus 1.0-SNAPSHOT SUCCESS [ 7.545 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit 1.0-SNAPSHOT SUCCESS [ 0.005 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Quarkus 1.0-SNAPSHOT SUCCESS [ 5.957 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Portfolio Service 1.0-SNAPSHOT SUCCESS [ 2.052 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Stock Service 1.0-SNAPSHOT SUCCESS [ 1.822 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Mock Stock Service 1.0-SNAPSHOT SUCCESS [ 1.969 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service 1.0-SNAPSHOT SUCCESS [ 2.031 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service 1.0-SNAPSHOT SUCCESS [ 2.018 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service 1.0-SNAPSHOT SUCCESS [ 7.748 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Full Service 1.0-SNAPSHOT SUCCESS [ 7.172 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Function Service 1.0-SNAPSHOT SUCCESS [ 7.863 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Spec Service 1.0-SNAPSHOT SUCCESS [ 8.115 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Testing with REST Assured :: Quarkus 1.0-SNAPSHOT SUCCESS [ 4.893 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Embedded 1.0-SNAPSHOT SUCCESS [ 11.020 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Extended 1.0-SNAPSHOT SUCCESS [ 7.910 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Operator Dev Profile 1.0-SNAPSHOT SUCCESS [ 2.663 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Openvino :: Quarkus 1.0-SNAPSHOT SUCCESS [10:01 min]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow Python :: Quarkus 1.0-SNAPSHOT SUCCESS [ 8.929 s]
[2023-08-31T22:36:58.285Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 0.126 s]
[2023-08-31T22:36:58.285Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:36:58.285Z] [INFO] BUILD SUCCESS
[2023-08-31T22:36:58.285Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:36:58.285Z] [INFO] Total time: 21:52 min
[2023-08-31T22:36:58.285Z] [INFO] Finished at: 2023-08-31T18:36:57-04:00
[2023-08-31T22:36:58.285Z] [INFO] ------------------------------------------------------------------------
[2023-08-31T22:37:00.791Z] + set +x
[2023-08-31T22:37:00.791Z] rewrite none
[2023-08-31T22:37:00.791Z] No rewrite to be done. Exited
[2023-08-31T22:37:00.791Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-08-31T22:37:01.045Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0002_spring_boot_localserverport.patch
[2023-08-31T22:37:01.045Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0003_wiremock_update.patch
[2023-08-31T22:37:01.045Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0004_spring_boot_remove_keycloak_adapter.patch
[2023-08-31T22:37:01.045Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-examples/.ci/environments/quarkus-3/patches/0005_spring_boot_openapi.patch
[2023-08-31T22:37:01.045Z] error: patch failed: kogito-springboot-examples/process-performance-springboot/pom.xml:61
[2023-08-31T22:37:01.045Z] error: kogito-springboot-examples/process-performance-springboot/pom.xml: patch does not apply
[2023-08-31T22:37:01.045Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-08-31T22:37:01.045Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-08-31T22:37:01.045Z] # [BEFORE] [kiegroup/kogito-examples] export INTEGRATION_BRANCH=
[2023-08-31T22:37:01.045Z] [INFO] OK [Executed in 0.135224 ms]
[2023-08-31T22:37:01.045Z]
[2023-08-31T22:37:01.046Z] # [BEFORE] [kiegroup/kogito-examples] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-08-31T22:37:01.046Z] [INFO] NOT OK [Executed in 1316609.229733 ms]
[2023-08-31T22:37:01.046Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-08-31T22:37:01.046Z]
[2023-08-31T22:37:01.046Z] [INFO] [COMMANDS] Skipped kiegroup/kogito-examples
[2023-08-31T22:37:01.300Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-examples
[2023-08-31T22:37:01.300Z]
[2023-08-31T22:37:01.300Z] # Uploading artifacts
[2023-08-31T22:37:01.300Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-31T22:37:01.300Z]
[2023-08-31T22:37:01.300Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-08-31T22:37:01.300Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-08-31T22:37:01.300Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-31T22:37:01.678Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T22:37:02.272Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-31T22:37:08.961Z] Recording test results
[2023-08-31T22:37:13.575Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-31T22:37:13.593Z] Archiving artifacts
[2023-08-31T22:37:12.921Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T22:37:15.917Z] + rm -rf console.log
[Pipeline] sh
[2023-08-31T22:37:16.204Z] + 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-examples.quarkus-3.kogito-springboot-examples/4/consoleText
[2023-08-31T22:37:16.204Z] + tail -n 300

@radtriste
Copy link
Contributor Author

jenkins run quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 1, 2023

(quarkus-3) - kogito-springboot-examples job #5 was: FAILURE
Possible explanation: Pipeline failure or project build failure

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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.kogito-springboot-examples/5/display/redirect
See console log:

Console Logs [2023-09-01T07:23:53.551Z] [INFO]
[2023-09-01T07:23:53.551Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:23:53.551Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:23:53.551Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:23:53.552Z] [INFO] Tests are skipped.
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:23:53.552Z] [INFO] Tests are skipped.
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:23:53.552Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar
[2023-09-01T07:23:53.552Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.pom
[2023-09-01T07:23:53.552Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar
[2023-09-01T07:23:53.552Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:23:53.552Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] -----< org.kie.kogito:runtime-tools-quarkus-extension-deployment >------
[2023-09-01T07:23:53.552Z] [INFO] Building Runtime Tools Quarkus Extension - Deployment 2.0.0-SNAPSHOT [144/144]
[2023-09-01T07:23:53.552Z] [INFO] from runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml
[2023-09-01T07:23:53.552Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- clean:3.1.0:clean (default-clean) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- checkstyle:3.1.1:check (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- formatter:2.13.0:format (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO] Formatting is skipped
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- impsort:1.8.0:sort (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO] Skipping execution of impsort-maven-plugin
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- resources:3.1.0:resources (default-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:23:53.552Z] [INFO] Copying 6 resources
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- resources:3.1.0:copy-resources (copy-webapp) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:23:53.552Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- resources:3.1.0:copy-resources (copy-envelope-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:23:53.552Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist/resources
[2023-09-01T07:23:53.552Z] [INFO]
[2023-09-01T07:23:53.552Z] [INFO] --- compiler:3.8.1:compile (default-compile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.552Z] [INFO] Changes detected - recompiling the module!
[2023-09-01T07:23:53.552Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/classes
[2023-09-01T07:23:53.809Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[64,58] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:23:53.809Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,56] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:23:53.809Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,66] copyResourcesForDevOrTest(io.quarkus.deployment.builditem.LiveReloadBuildItem,io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem,io.quarkus.deployment.builditem.LaunchModeBuildItem,io.quarkus.maven.dependency.ResolvedDependency,java.lang.String,boolean) in io.quarkus.deployment.util.WebJarUtil has been deprecated
[2023-09-01T07:23:53.809Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[78,34] devConsoleHandler(java.lang.String,io.quarkus.runtime.ShutdownContext) in io.quarkus.vertx.http.runtime.devmode.DevConsoleRecorder has been deprecated
[2023-09-01T07:23:53.809Z] [INFO]
[2023-09-01T07:23:53.809Z] [INFO] --- resources:3.1.0:testResources (default-testResources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.809Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:23:53.809Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/test/resources
[2023-09-01T07:23:53.809Z] [INFO]
[2023-09-01T07:23:53.809Z] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.809Z] [INFO] No sources to compile
[2023-09-01T07:23:53.809Z] [INFO]
[2023-09-01T07:23:53.809Z] [INFO] --- surefire:3.1.2:test (default-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.809Z] [INFO] Tests are skipped.
[2023-09-01T07:23:53.809Z] [INFO]
[2023-09-01T07:23:53.809Z] [INFO] --- jar:3.1.0:jar (default-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.809Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:23:53.809Z] [INFO]
[2023-09-01T07:23:53.809Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.809Z] [INFO] Skipping packaging of the test-jar
[2023-09-01T07:23:53.809Z] [INFO]
[2023-09-01T07:23:53.809Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:53.809Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:23:54.149Z] [INFO]
[2023-09-01T07:23:54.149Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:54.149Z] [INFO] No sources in project. Archive not created.
[2023-09-01T07:23:54.149Z] [INFO]
[2023-09-01T07:23:54.149Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:54.149Z] [INFO] Tests are skipped.
[2023-09-01T07:23:54.149Z] [INFO]
[2023-09-01T07:23:54.149Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:54.149Z] [INFO] Tests are skipped.
[2023-09-01T07:23:54.149Z] [INFO]
[2023-09-01T07:23:54.149Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:23:54.149Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:23:54.149Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.pom
[2023-09-01T07:23:54.149Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:23:54.149Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:23:54.149Z] [INFO] Reactor Summary for Kogito Apps 2.0.0-SNAPSHOT:
[2023-09-01T07:23:54.149Z] [INFO]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps ........................................ SUCCESS [ 1.143 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: BOM ................................. SUCCESS [ 0.035 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Build Parent BOM .................... SUCCESS [ 0.020 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons ................. SUCCESS [ 0.019 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons API ............. SUCCESS [ 1.073 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons Protobuf ........ SUCCESS [ 0.716 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons PostgreSQL ...... SUCCESS [ 1.752 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: DB Scripts Collection Multi Repo .... SUCCESS [ 0.259 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons Infinispan ...... SUCCESS [ 0.831 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons MongoDB ......... SUCCESS [ 0.801 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons Redis ........... SUCCESS [ 0.505 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons Oracle .......... SUCCESS [ 0.771 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: Parent SUCCESS [ 0.015 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: API SUCCESS [ 0.499 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL base SUCCESS [ 0.673 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL (Generic) SUCCESS [ 0.596 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service ........................ SUCCESS [ 0.013 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Internal :: API ..... SUCCESS [ 0.397 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Jobs Recipients ..... SUCCESS [ 0.012 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Job Recipient Common Http SUCCESS [ 0.339 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Parent SUCCESS [ 0.013 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Runtime SUCCESS [ 0.930 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Deployment SUCCESS [ 0.638 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Parent SUCCESS [ 0.011 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Runtime SUCCESS [ 0.596 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Deployment SUCCESS [ 0.511 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Common .............. SUCCESS [ 4.961 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 0.707 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Kafka ..... SUCCESS [ 0.706 s]
[2023-09-01T07:23:54.149Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Http ...... SUCCESS [ 0.602 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 3.623 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Jobs Service :: In-memory ........... SUCCESS [ 4.691 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Jobs :: Addons ...................... SUCCESS [ 0.019 s]
[2023-09-01T07:23:54.150Z] [INFO] Jobs Service Embedded Quarkus Addon - Parent ....... SUCCESS [ 0.013 s]
[2023-09-01T07:23:54.150Z] [INFO] Jobs Service Embedded Quarkus Addon - Runtime ...... SUCCESS [ 1.459 s]
[2023-09-01T07:23:54.150Z] [INFO] Jobs Service Embedded Quarkus Addon - Deployment ... SUCCESS [ 0.727 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Jobs Service :: Infinispan .......... SUCCESS [ 3.482 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Jobs Service :: MongoDB ............. SUCCESS [ 3.317 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index .......................... SUCCESS [ 0.011 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Storage .................. SUCCESS [ 0.011 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Storage API .............. SUCCESS [ 0.407 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Storage Protobuf ......... SUCCESS [ 0.179 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL ....... SUCCESS [ 1.177 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Storage Infinispan ....... SUCCESS [ 0.504 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Storage MongoDB .......... SUCCESS [ 0.495 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL :: Reporting SUCCESS [ 0.394 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Storage Oracle DB ........ SUCCESS [ 0.984 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Common ................... SUCCESS [ 0.362 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Test Utils ............... SUCCESS [ 0.253 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index GraphQL .................. SUCCESS [ 0.719 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Service .................. SUCCESS [ 0.010 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Service Common ........... SUCCESS [ 1.637 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Service with In-memory persistence SUCCESS [ 3.412 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Service with PostgreSQL .. SUCCESS [ 3.377 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Service with Infinispan .. SUCCESS [ 2.767 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Service with MongoDB ..... SUCCESS [ 3.036 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Data Index Service with Oracle ...... SUCCESS [ 4.244 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence SUCCESS [ 0.009 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common SUCCESS [ 0.010 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Runtime SUCCESS [ 0.746 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Deployment SUCCESS [ 0.105 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL SUCCESS [ 0.010 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Runtime SUCCESS [ 0.127 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Deployment SUCCESS [ 0.242 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.594 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.576 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.009 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.009 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 0.339 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.198 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.013 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.254 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.354 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 4.267 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 3.931 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.010 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.218 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.357 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.669 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.709 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.009 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.242 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.340 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.009 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 0.868 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: UI Packages ......................... SUCCESS [ 0.302 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SUCCESS [ 0.399 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SUCCESS [ 3.645 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 2.988 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.025 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.388 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.323 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 3.403 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 2.830 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 1.730 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Management Console .................. SUCCESS [ 1.611 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty UI ........................... SUCCESS [ 1.816 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Task Console ........................ SUCCESS [ 1.466 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.013 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 0.406 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 1.279 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.010 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.008 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 0.233 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.008 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.131 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 2.775 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 2.461 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.123 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 0.384 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 0.279 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 0.332 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [ 1.271 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 2.906 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 2.993 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 3.274 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.009 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.044 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 0.395 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 0.580 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 2.361 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.008 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.010 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus DevService SUCCESS [ 3.474 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 0.345 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [ 4.823 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [ 6.606 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.011 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.252 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 0.307 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.009 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [ 5.632 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [ 5.921 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [ 5.013 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [ 6.161 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [ 5.378 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.059 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.318 s]
[2023-09-01T07:23:54.150Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [ 4.353 s]
[2023-09-01T07:23:54.151Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SUCCESS [ 0.666 s]
[2023-09-01T07:23:54.151Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [ 3.111 s]
[2023-09-01T07:23:54.151Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.008 s]
[2023-09-01T07:23:54.151Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 0.703 s]
[2023-09-01T07:23:54.151Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SUCCESS [ 0.347 s]
[2023-09-01T07:23:54.151Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:23:54.151Z] [INFO] BUILD SUCCESS
[2023-09-01T07:23:54.151Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:23:54.151Z] [INFO] Total time: 03:10 min
[2023-09-01T07:23:54.151Z] [INFO] Finished at: 2023-09-01T03:23:53-04:00
[2023-09-01T07:23:54.151Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:23:54.151Z] + set +x
[2023-09-01T07:23:54.151Z] rewrite none
[2023-09-01T07:23:54.151Z] No rewrite to be done. Exited
[2023-09-01T07:23:54.151Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-09-01T07:23:54.151Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0002_hibernate_changes.patch
[2023-09-01T07:23:54.151Z] error: patch failed: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java:107
[2023-09-01T07:23:54.151Z] error: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java: patch does not apply
[2023-09-01T07:23:54.151Z] [INFO] kiegroup/kogito-apps failed. Won't execute remaining commands and projects
[2023-09-01T07:23:54.151Z] [INFO] Execution summary for kiegroup/kogito-apps
[2023-09-01T07:23:54.151Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH=
[2023-09-01T07:23:54.151Z] [INFO] OK [Executed in 0.044343 ms]
[2023-09-01T07:23:54.151Z]
[2023-09-01T07:23:54.151Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-09-01T07:23:54.151Z] [INFO] NOT OK [Executed in 191461.783277 ms]
[2023-09-01T07:23:54.151Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-09-01T07:23:54.151Z]
[2023-09-01T07:23:54.151Z] [INFO] [COMMANDS] Skipped kiegroup/kogito-apps
[2023-09-01T07:23:54.151Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps
[2023-09-01T07:23:54.151Z]
[2023-09-01T07:23:54.151Z] # Uploading artifacts
[2023-09-01T07:23:54.151Z] [INFO] Will not upload any artifacts in CLI environment
[2023-09-01T07:23:54.151Z]
[2023-09-01T07:23:54.151Z] [ERROR] Failed to execute commands for kiegroup/kogito-apps
[2023-09-01T07:23:54.151Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-09-01T07:23:54.151Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-09-01T07:23:54.273Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:23:54.831Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-09-01T07:23:55.101Z] Recording test results
[2023-09-01T07:23:56.769Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-09-01T07:23:56.785Z] Archiving artifacts
[2023-09-01T07:23:56.558Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:23:58.602Z] + rm -rf console.log
[Pipeline] sh
[2023-09-01T07:23:58.889Z] + 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-examples.quarkus-3.kogito-springboot-examples/5/consoleText
[2023-09-01T07:23:58.889Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 1, 2023

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

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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.kogito-quarkus-examples/5/display/redirect
See console log:

Console Logs [2023-09-01T07:24:35.453Z] [INFO]
[2023-09-01T07:24:35.453Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:24:35.453Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:24:35.453Z] [INFO]
[2023-09-01T07:24:35.453Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:24:35.453Z] [INFO] Tests are skipped.
[2023-09-01T07:24:35.453Z] [INFO]
[2023-09-01T07:24:35.453Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:24:35.453Z] [INFO] Tests are skipped.
[2023-09-01T07:24:35.453Z] [INFO]
[2023-09-01T07:24:35.453Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:24:35.453Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar
[2023-09-01T07:24:35.453Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.pom
[2023-09-01T07:24:35.453Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar
[2023-09-01T07:24:35.453Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:24:35.454Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:24:35.454Z] [INFO]
[2023-09-01T07:24:35.454Z] [INFO] -----< org.kie.kogito:runtime-tools-quarkus-extension-deployment >------
[2023-09-01T07:24:35.454Z] [INFO] Building Runtime Tools Quarkus Extension - Deployment 2.0.0-SNAPSHOT [144/144]
[2023-09-01T07:24:35.454Z] [INFO] from runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml
[2023-09-01T07:24:35.454Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- clean:3.1.0:clean (default-clean) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- checkstyle:3.1.1:check (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- formatter:2.13.0:format (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO] Formatting is skipped
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- impsort:1.8.0:sort (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO] Skipping execution of impsort-maven-plugin
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- resources:3.1.0:resources (default-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:24:35.709Z] [INFO] Copying 6 resources
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- resources:3.1.0:copy-resources (copy-webapp) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:24:35.709Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- resources:3.1.0:copy-resources (copy-envelope-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:24:35.709Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist/resources
[2023-09-01T07:24:35.709Z] [INFO]
[2023-09-01T07:24:35.709Z] [INFO] --- compiler:3.8.1:compile (default-compile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.709Z] [INFO] Changes detected - recompiling the module!
[2023-09-01T07:24:35.709Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/classes
[2023-09-01T07:24:35.964Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[64,58] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:24:35.964Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,56] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:24:35.964Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,66] copyResourcesForDevOrTest(io.quarkus.deployment.builditem.LiveReloadBuildItem,io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem,io.quarkus.deployment.builditem.LaunchModeBuildItem,io.quarkus.maven.dependency.ResolvedDependency,java.lang.String,boolean) in io.quarkus.deployment.util.WebJarUtil has been deprecated
[2023-09-01T07:24:35.964Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[78,34] devConsoleHandler(java.lang.String,io.quarkus.runtime.ShutdownContext) in io.quarkus.vertx.http.runtime.devmode.DevConsoleRecorder has been deprecated
[2023-09-01T07:24:35.964Z] [INFO]
[2023-09-01T07:24:35.964Z] [INFO] --- resources:3.1.0:testResources (default-testResources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.964Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:24:35.964Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/test/resources
[2023-09-01T07:24:35.964Z] [INFO]
[2023-09-01T07:24:35.964Z] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.964Z] [INFO] No sources to compile
[2023-09-01T07:24:35.964Z] [INFO]
[2023-09-01T07:24:35.964Z] [INFO] --- surefire:3.1.2:test (default-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.964Z] [INFO] Tests are skipped.
[2023-09-01T07:24:35.964Z] [INFO]
[2023-09-01T07:24:35.964Z] [INFO] --- jar:3.1.0:jar (default-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.964Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:24:35.964Z] [INFO]
[2023-09-01T07:24:35.964Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.964Z] [INFO] Skipping packaging of the test-jar
[2023-09-01T07:24:35.964Z] [INFO]
[2023-09-01T07:24:35.964Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.964Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:24:35.964Z] [INFO]
[2023-09-01T07:24:35.964Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.964Z] [INFO] No sources in project. Archive not created.
[2023-09-01T07:24:35.964Z] [INFO]
[2023-09-01T07:24:35.964Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.964Z] [INFO] Tests are skipped.
[2023-09-01T07:24:35.964Z] [INFO]
[2023-09-01T07:24:35.964Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.964Z] [INFO] Tests are skipped.
[2023-09-01T07:24:35.964Z] [INFO]
[2023-09-01T07:24:35.964Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:24:35.964Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:24:35.965Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.pom
[2023-09-01T07:24:35.965Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:24:35.965Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:24:35.965Z] [INFO] Reactor Summary for Kogito Apps 2.0.0-SNAPSHOT:
[2023-09-01T07:24:35.965Z] [INFO]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps ........................................ SUCCESS [ 1.134 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: BOM ................................. SUCCESS [ 0.033 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Build Parent BOM .................... SUCCESS [ 0.022 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons ................. SUCCESS [ 0.019 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons API ............. SUCCESS [ 1.049 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons Protobuf ........ SUCCESS [ 0.714 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons PostgreSQL ...... SUCCESS [ 1.773 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: DB Scripts Collection Multi Repo .... SUCCESS [ 0.274 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons Infinispan ...... SUCCESS [ 0.753 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons MongoDB ......... SUCCESS [ 0.816 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons Redis ........... SUCCESS [ 0.493 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons Oracle .......... SUCCESS [ 0.761 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: Parent SUCCESS [ 0.012 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: API SUCCESS [ 0.483 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL base SUCCESS [ 0.716 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL (Generic) SUCCESS [ 0.673 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service ........................ SUCCESS [ 0.012 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Internal :: API ..... SUCCESS [ 0.409 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Jobs Recipients ..... SUCCESS [ 0.012 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Job Recipient Common Http SUCCESS [ 0.299 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Parent SUCCESS [ 0.011 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Runtime SUCCESS [ 0.980 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Deployment SUCCESS [ 0.644 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Parent SUCCESS [ 0.012 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Runtime SUCCESS [ 0.572 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Deployment SUCCESS [ 0.548 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Common .............. SUCCESS [ 4.575 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 0.814 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Kafka ..... SUCCESS [ 0.628 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Http ...... SUCCESS [ 0.500 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 3.205 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: In-memory ........... SUCCESS [ 4.056 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs :: Addons ...................... SUCCESS [ 0.013 s]
[2023-09-01T07:24:35.965Z] [INFO] Jobs Service Embedded Quarkus Addon - Parent ....... SUCCESS [ 0.011 s]
[2023-09-01T07:24:35.965Z] [INFO] Jobs Service Embedded Quarkus Addon - Runtime ...... SUCCESS [ 1.340 s]
[2023-09-01T07:24:35.965Z] [INFO] Jobs Service Embedded Quarkus Addon - Deployment ... SUCCESS [ 0.734 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: Infinispan .......... SUCCESS [ 3.343 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Jobs Service :: MongoDB ............. SUCCESS [ 3.364 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index .......................... SUCCESS [ 0.011 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Storage .................. SUCCESS [ 0.010 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Storage API .............. SUCCESS [ 0.384 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Storage Protobuf ......... SUCCESS [ 0.233 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL ....... SUCCESS [ 1.104 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Storage Infinispan ....... SUCCESS [ 0.541 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Storage MongoDB .......... SUCCESS [ 0.461 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL :: Reporting SUCCESS [ 0.415 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Storage Oracle DB ........ SUCCESS [ 0.950 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Common ................... SUCCESS [ 0.340 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Test Utils ............... SUCCESS [ 0.239 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index GraphQL .................. SUCCESS [ 0.709 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Service .................. SUCCESS [ 0.010 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Service Common ........... SUCCESS [ 1.744 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Service with In-memory persistence SUCCESS [ 3.109 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Service with PostgreSQL .. SUCCESS [ 3.407 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Service with Infinispan .. SUCCESS [ 2.551 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Service with MongoDB ..... SUCCESS [ 2.892 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Data Index Service with Oracle ...... SUCCESS [ 4.312 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Runtime SUCCESS [ 0.551 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Deployment SUCCESS [ 0.117 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Runtime SUCCESS [ 0.127 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Deployment SUCCESS [ 0.340 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.823 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.383 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.010 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.011 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 0.300 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.258 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.012 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.254 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.362 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 4.040 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 3.313 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.028 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.203 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.322 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.101 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.638 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.220 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.376 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 0.664 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: UI Packages ......................... SUCCESS [ 0.129 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SUCCESS [ 0.365 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SUCCESS [ 3.890 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 2.618 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.200 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.284 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 3.358 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 2.372 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 1.593 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Management Console .................. SUCCESS [ 1.478 s]
[2023-09-01T07:24:35.965Z] [INFO] Kogito Apps :: Trusty UI ........................... SUCCESS [ 1.717 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Task Console ........................ SUCCESS [ 1.414 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.010 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 0.278 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 1.135 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 0.234 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.123 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 2.679 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 2.194 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.114 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 0.393 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 0.296 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 0.320 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [ 1.044 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 2.903 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 2.455 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 3.129 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.041 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 0.412 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 0.529 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 2.451 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.024 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus DevService SUCCESS [ 3.395 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 0.316 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [ 5.082 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [ 6.859 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.011 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.282 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 0.342 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.010 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [ 5.594 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [ 5.276 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [ 5.178 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [ 6.125 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [ 5.773 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.018 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.194 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [ 4.202 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SUCCESS [ 0.636 s]
[2023-09-01T07:24:35.966Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [ 3.281 s]
[2023-09-01T07:24:35.966Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.009 s]
[2023-09-01T07:24:35.966Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 0.702 s]
[2023-09-01T07:24:35.966Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SUCCESS [ 0.327 s]
[2023-09-01T07:24:35.966Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:24:35.966Z] [INFO] BUILD SUCCESS
[2023-09-01T07:24:35.966Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:24:35.966Z] [INFO] Total time: 03:03 min
[2023-09-01T07:24:35.966Z] [INFO] Finished at: 2023-09-01T03:24:35-04:00
[2023-09-01T07:24:35.966Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:24:35.966Z] + set +x
[2023-09-01T07:24:35.966Z] rewrite none
[2023-09-01T07:24:35.966Z] No rewrite to be done. Exited
[2023-09-01T07:24:35.966Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-09-01T07:24:36.221Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0002_hibernate_changes.patch
[2023-09-01T07:24:36.221Z] error: patch failed: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java:107
[2023-09-01T07:24:36.221Z] error: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java: patch does not apply
[2023-09-01T07:24:36.221Z] [INFO] kiegroup/kogito-apps failed. Won't execute remaining commands and projects
[2023-09-01T07:24:36.221Z] [INFO] Execution summary for kiegroup/kogito-apps
[2023-09-01T07:24:36.221Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH=
[2023-09-01T07:24:36.221Z] [INFO] OK [Executed in 0.048691 ms]
[2023-09-01T07:24:36.221Z]
[2023-09-01T07:24:36.221Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-09-01T07:24:36.221Z] [INFO] NOT OK [Executed in 184637.074166 ms]
[2023-09-01T07:24:36.221Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-09-01T07:24:36.221Z]
[2023-09-01T07:24:36.221Z] [INFO] [COMMANDS] Skipped kiegroup/kogito-apps
[2023-09-01T07:24:36.221Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps
[2023-09-01T07:24:36.221Z]
[2023-09-01T07:24:36.221Z] # Uploading artifacts
[2023-09-01T07:24:36.221Z] [INFO] Will not upload any artifacts in CLI environment
[2023-09-01T07:24:36.221Z]
[2023-09-01T07:24:36.221Z] [ERROR] Failed to execute commands for kiegroup/kogito-apps
[2023-09-01T07:24:36.221Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-09-01T07:24:36.221Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-09-01T07:24:36.297Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:24:36.691Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-09-01T07:24:36.973Z] Recording test results
[2023-09-01T07:24:38.576Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-09-01T07:24:38.651Z] Archiving artifacts
[2023-09-01T07:24:38.201Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:24:40.379Z] + rm -rf console.log
[Pipeline] sh
[2023-09-01T07:24:40.670Z] + 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-examples.quarkus-3.kogito-quarkus-examples/5/consoleText
[2023-09-01T07:24:40.670Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 1, 2023

(quarkus-3) - serverless-workflow-examples job #5 was: FAILURE
Possible explanation: Pipeline failure or project build failure

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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.serverless-workflow-examples/5/display/redirect
See console log:

Console Logs [2023-09-01T07:25:07.591Z] [INFO]
[2023-09-01T07:25:07.591Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:25:07.591Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:25:07.591Z] [INFO]
[2023-09-01T07:25:07.591Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:25:07.591Z] [INFO] Tests are skipped.
[2023-09-01T07:25:07.591Z] [INFO]
[2023-09-01T07:25:07.591Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:25:07.591Z] [INFO] Tests are skipped.
[2023-09-01T07:25:07.591Z] [INFO]
[2023-09-01T07:25:07.591Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:25:07.591Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar
[2023-09-01T07:25:07.591Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.pom
[2023-09-01T07:25:07.591Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar
[2023-09-01T07:25:07.591Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:25:07.591Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:25:07.591Z] [INFO]
[2023-09-01T07:25:07.591Z] [INFO] -----< org.kie.kogito:runtime-tools-quarkus-extension-deployment >------
[2023-09-01T07:25:07.591Z] [INFO] Building Runtime Tools Quarkus Extension - Deployment 2.0.0-SNAPSHOT [144/144]
[2023-09-01T07:25:07.591Z] [INFO] from runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml
[2023-09-01T07:25:07.591Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- clean:3.1.0:clean (default-clean) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- checkstyle:3.1.1:check (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- formatter:2.13.0:format (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO] Formatting is skipped
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- impsort:1.8.0:sort (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO] Skipping execution of impsort-maven-plugin
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- resources:3.1.0:resources (default-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:25:07.847Z] [INFO] Copying 6 resources
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- resources:3.1.0:copy-resources (copy-webapp) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:25:07.847Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- resources:3.1.0:copy-resources (copy-envelope-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:25:07.847Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist/resources
[2023-09-01T07:25:07.847Z] [INFO]
[2023-09-01T07:25:07.847Z] [INFO] --- compiler:3.8.1:compile (default-compile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:07.847Z] [INFO] Changes detected - recompiling the module!
[2023-09-01T07:25:07.847Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/classes
[2023-09-01T07:25:08.110Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[64,58] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:25:08.110Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,56] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:25:08.110Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,66] copyResourcesForDevOrTest(io.quarkus.deployment.builditem.LiveReloadBuildItem,io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem,io.quarkus.deployment.builditem.LaunchModeBuildItem,io.quarkus.maven.dependency.ResolvedDependency,java.lang.String,boolean) in io.quarkus.deployment.util.WebJarUtil has been deprecated
[2023-09-01T07:25:08.110Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[78,34] devConsoleHandler(java.lang.String,io.quarkus.runtime.ShutdownContext) in io.quarkus.vertx.http.runtime.devmode.DevConsoleRecorder has been deprecated
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] --- resources:3.1.0:testResources (default-testResources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:08.110Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:25:08.110Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/test/resources
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:08.110Z] [INFO] No sources to compile
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] --- surefire:3.1.2:test (default-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:08.110Z] [INFO] Tests are skipped.
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] --- jar:3.1.0:jar (default-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:08.110Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:08.110Z] [INFO] Skipping packaging of the test-jar
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:08.110Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:08.110Z] [INFO] No sources in project. Archive not created.
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:08.110Z] [INFO] Tests are skipped.
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:08.110Z] [INFO] Tests are skipped.
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:25:08.110Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:25:08.110Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.pom
[2023-09-01T07:25:08.110Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:25:08.110Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:25:08.110Z] [INFO] Reactor Summary for Kogito Apps 2.0.0-SNAPSHOT:
[2023-09-01T07:25:08.110Z] [INFO]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps ........................................ SUCCESS [ 1.182 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: BOM ................................. SUCCESS [ 0.034 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Build Parent BOM .................... SUCCESS [ 0.018 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons ................. SUCCESS [ 0.017 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons API ............. SUCCESS [ 1.123 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons Protobuf ........ SUCCESS [ 0.715 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons PostgreSQL ...... SUCCESS [ 1.943 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: DB Scripts Collection Multi Repo .... SUCCESS [ 0.287 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons Infinispan ...... SUCCESS [ 0.885 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons MongoDB ......... SUCCESS [ 0.898 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons Redis ........... SUCCESS [ 0.578 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons Oracle .......... SUCCESS [ 0.847 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: Parent SUCCESS [ 0.015 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: API SUCCESS [ 0.495 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL base SUCCESS [ 0.783 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL (Generic) SUCCESS [ 0.641 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service ........................ SUCCESS [ 0.016 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Internal :: API ..... SUCCESS [ 0.517 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Jobs Recipients ..... SUCCESS [ 0.017 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Job Recipient Common Http SUCCESS [ 0.313 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Parent SUCCESS [ 0.015 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Runtime SUCCESS [ 1.036 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Deployment SUCCESS [ 0.649 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Parent SUCCESS [ 0.013 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Runtime SUCCESS [ 0.633 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Deployment SUCCESS [ 0.614 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Common .............. SUCCESS [ 5.174 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 0.782 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Kafka ..... SUCCESS [ 0.642 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Http ...... SUCCESS [ 0.568 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 3.141 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: In-memory ........... SUCCESS [ 4.598 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs :: Addons ...................... SUCCESS [ 0.014 s]
[2023-09-01T07:25:08.110Z] [INFO] Jobs Service Embedded Quarkus Addon - Parent ....... SUCCESS [ 0.013 s]
[2023-09-01T07:25:08.110Z] [INFO] Jobs Service Embedded Quarkus Addon - Runtime ...... SUCCESS [ 1.390 s]
[2023-09-01T07:25:08.110Z] [INFO] Jobs Service Embedded Quarkus Addon - Deployment ... SUCCESS [ 0.728 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: Infinispan .......... SUCCESS [ 3.233 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Jobs Service :: MongoDB ............. SUCCESS [ 3.260 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Data Index .......................... SUCCESS [ 0.013 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Data Index Storage .................. SUCCESS [ 0.010 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Data Index Storage API .............. SUCCESS [ 0.364 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Data Index Storage Protobuf ......... SUCCESS [ 0.174 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL ....... SUCCESS [ 1.206 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Data Index Storage Infinispan ....... SUCCESS [ 0.494 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Data Index Storage MongoDB .......... SUCCESS [ 0.503 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL :: Reporting SUCCESS [ 0.437 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Data Index Storage Oracle DB ........ SUCCESS [ 0.976 s]
[2023-09-01T07:25:08.110Z] [INFO] Kogito Apps :: Data Index Common ................... SUCCESS [ 0.378 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Data Index Test Utils ............... SUCCESS [ 0.246 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Data Index GraphQL .................. SUCCESS [ 0.554 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Data Index Service .................. SUCCESS [ 0.013 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Data Index Service Common ........... SUCCESS [ 1.640 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Data Index Service with In-memory persistence SUCCESS [ 3.244 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Data Index Service with PostgreSQL .. SUCCESS [ 3.582 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Data Index Service with Infinispan .. SUCCESS [ 2.891 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Data Index Service with MongoDB ..... SUCCESS [ 2.405 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Data Index Service with Oracle ...... SUCCESS [ 4.405 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence SUCCESS [ 0.011 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common SUCCESS [ 0.010 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Runtime SUCCESS [ 0.524 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Deployment SUCCESS [ 0.118 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL SUCCESS [ 0.011 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Runtime SUCCESS [ 0.160 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Deployment SUCCESS [ 0.364 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.769 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.602 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.010 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.009 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 0.339 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.198 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.009 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.254 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.383 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 4.300 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 3.445 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.011 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.279 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.329 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.381 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.932 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.013 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.342 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.413 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.012 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 0.754 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: UI Packages ......................... SUCCESS [ 0.127 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SUCCESS [ 0.406 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SUCCESS [ 3.938 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 2.895 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.014 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.223 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.367 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 3.337 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 2.572 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 1.931 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Management Console .................. SUCCESS [ 1.456 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty UI ........................... SUCCESS [ 1.903 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Task Console ........................ SUCCESS [ 1.519 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.010 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 0.306 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 1.071 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.008 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.008 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 0.300 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.009 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.133 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 2.601 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 2.364 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.133 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 0.392 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 0.299 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 0.344 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [ 1.161 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 2.809 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 2.458 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 3.135 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.009 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.042 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 0.428 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 0.525 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 2.357 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.009 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.012 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus DevService SUCCESS [ 3.564 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 0.313 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [ 4.629 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [ 6.769 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.012 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.259 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 0.310 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.010 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [ 5.678 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [ 5.969 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [ 5.423 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [ 6.911 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [ 5.609 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.024 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.208 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [ 5.195 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SUCCESS [ 1.345 s]
[2023-09-01T07:25:08.111Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [ 3.136 s]
[2023-09-01T07:25:08.111Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.009 s]
[2023-09-01T07:25:08.111Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 0.681 s]
[2023-09-01T07:25:08.111Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SUCCESS [ 0.368 s]
[2023-09-01T07:25:08.111Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:25:08.111Z] [INFO] BUILD SUCCESS
[2023-09-01T07:25:08.111Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:25:08.111Z] [INFO] Total time: 03:11 min
[2023-09-01T07:25:08.111Z] [INFO] Finished at: 2023-09-01T03:25:07-04:00
[2023-09-01T07:25:08.111Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:25:08.111Z] + set +x
[2023-09-01T07:25:08.111Z] rewrite none
[2023-09-01T07:25:08.111Z] No rewrite to be done. Exited
[2023-09-01T07:25:08.111Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-09-01T07:25:08.365Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0002_hibernate_changes.patch
[2023-09-01T07:25:08.365Z] error: patch failed: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java:107
[2023-09-01T07:25:08.365Z] error: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java: patch does not apply
[2023-09-01T07:25:08.365Z] [INFO] kiegroup/kogito-apps failed. Won't execute remaining commands and projects
[2023-09-01T07:25:08.365Z] [INFO] Execution summary for kiegroup/kogito-apps
[2023-09-01T07:25:08.365Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH=
[2023-09-01T07:25:08.366Z] [INFO] OK [Executed in 0.047729 ms]
[2023-09-01T07:25:08.366Z]
[2023-09-01T07:25:08.366Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-09-01T07:25:08.366Z] [INFO] NOT OK [Executed in 192661.068728 ms]
[2023-09-01T07:25:08.366Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-09-01T07:25:08.366Z]
[2023-09-01T07:25:08.366Z] [INFO] [COMMANDS] Skipped kiegroup/kogito-apps
[2023-09-01T07:25:08.366Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps
[2023-09-01T07:25:08.366Z]
[2023-09-01T07:25:08.366Z] # Uploading artifacts
[2023-09-01T07:25:08.366Z] [INFO] Will not upload any artifacts in CLI environment
[2023-09-01T07:25:08.366Z]
[2023-09-01T07:25:08.366Z] [ERROR] Failed to execute commands for kiegroup/kogito-apps
[2023-09-01T07:25:08.366Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-09-01T07:25:08.366Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-09-01T07:25:08.440Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:25:08.828Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-09-01T07:25:09.106Z] Recording test results
[2023-09-01T07:25:10.478Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-09-01T07:25:10.493Z] Archiving artifacts
[2023-09-01T07:25:09.691Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:25:12.284Z] + rm -rf console.log
[Pipeline] sh
[2023-09-01T07:25:12.577Z] + 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-examples.quarkus-3.serverless-workflow-examples/5/consoleText
[2023-09-01T07:25:12.577Z] + tail -n 300

@radtriste
Copy link
Contributor Author

jenkins run quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 1, 2023

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

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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.kogito-quarkus-examples/6/display/redirect
See console log:

Console Logs [2023-09-01T07:42:02.678Z] [INFO]
[2023-09-01T07:42:02.678Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:02.678Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:42:02.678Z] [INFO]
[2023-09-01T07:42:02.678Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:02.678Z] [INFO] Tests are skipped.
[2023-09-01T07:42:02.678Z] [INFO]
[2023-09-01T07:42:02.678Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:02.678Z] [INFO] Tests are skipped.
[2023-09-01T07:42:02.678Z] [INFO]
[2023-09-01T07:42:02.678Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:02.678Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar
[2023-09-01T07:42:02.678Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.pom
[2023-09-01T07:42:02.678Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar
[2023-09-01T07:42:02.678Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:42:02.678Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:42:02.678Z] [INFO]
[2023-09-01T07:42:02.678Z] [INFO] -----< org.kie.kogito:runtime-tools-quarkus-extension-deployment >------
[2023-09-01T07:42:02.678Z] [INFO] Building Runtime Tools Quarkus Extension - Deployment 2.0.0-SNAPSHOT [144/144]
[2023-09-01T07:42:02.678Z] [INFO] from runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml
[2023-09-01T07:42:02.678Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-09-01T07:42:02.678Z] [INFO]
[2023-09-01T07:42:02.678Z] [INFO] --- clean:3.1.0:clean (default-clean) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.678Z] [INFO]
[2023-09-01T07:42:02.678Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.678Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:42:02.678Z] [INFO]
[2023-09-01T07:42:02.678Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.679Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:42:02.679Z] [INFO]
[2023-09-01T07:42:02.679Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.679Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:42:02.679Z] [INFO]
[2023-09-01T07:42:02.679Z] [INFO] --- checkstyle:3.1.1:check (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.679Z] [INFO]
[2023-09-01T07:42:02.679Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.679Z] [INFO]
[2023-09-01T07:42:02.679Z] [INFO] --- formatter:2.13.0:format (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.679Z] [INFO] Formatting is skipped
[2023-09-01T07:42:02.679Z] [INFO]
[2023-09-01T07:42:02.679Z] [INFO] --- impsort:1.8.0:sort (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.679Z] [INFO] Skipping execution of impsort-maven-plugin
[2023-09-01T07:42:02.679Z] [INFO]
[2023-09-01T07:42:02.679Z] [INFO] --- resources:3.1.0:resources (default-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.679Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:02.679Z] [INFO] Copying 6 resources
[2023-09-01T07:42:02.679Z] [INFO]
[2023-09-01T07:42:02.679Z] [INFO] --- resources:3.1.0:copy-resources (copy-webapp) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.679Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:02.679Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist
[2023-09-01T07:42:02.679Z] [INFO]
[2023-09-01T07:42:02.679Z] [INFO] --- resources:3.1.0:copy-resources (copy-envelope-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.679Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:02.679Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist/resources
[2023-09-01T07:42:02.679Z] [INFO]
[2023-09-01T07:42:02.679Z] [INFO] --- compiler:3.8.1:compile (default-compile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.679Z] [INFO] Changes detected - recompiling the module!
[2023-09-01T07:42:02.679Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/classes
[2023-09-01T07:42:02.934Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[64,58] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:42:02.934Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,56] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:42:02.934Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,66] copyResourcesForDevOrTest(io.quarkus.deployment.builditem.LiveReloadBuildItem,io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem,io.quarkus.deployment.builditem.LaunchModeBuildItem,io.quarkus.maven.dependency.ResolvedDependency,java.lang.String,boolean) in io.quarkus.deployment.util.WebJarUtil has been deprecated
[2023-09-01T07:42:02.934Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[78,34] devConsoleHandler(java.lang.String,io.quarkus.runtime.ShutdownContext) in io.quarkus.vertx.http.runtime.devmode.DevConsoleRecorder has been deprecated
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] --- resources:3.1.0:testResources (default-testResources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.934Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:02.934Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/test/resources
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.934Z] [INFO] No sources to compile
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] --- surefire:3.1.2:test (default-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.934Z] [INFO] Tests are skipped.
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] --- jar:3.1.0:jar (default-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.934Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.934Z] [INFO] Skipping packaging of the test-jar
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.934Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.934Z] [INFO] No sources in project. Archive not created.
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.934Z] [INFO] Tests are skipped.
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.934Z] [INFO] Tests are skipped.
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:02.934Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:42:02.934Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.pom
[2023-09-01T07:42:02.934Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:42:02.934Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:02.934Z] [INFO] Reactor Summary for Kogito Apps 2.0.0-SNAPSHOT:
[2023-09-01T07:42:02.934Z] [INFO]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps ........................................ SUCCESS [ 1.043 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: BOM ................................. SUCCESS [ 0.031 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Build Parent BOM .................... SUCCESS [ 0.017 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons ................. SUCCESS [ 0.016 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons API ............. SUCCESS [ 0.990 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons Protobuf ........ SUCCESS [ 0.645 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons PostgreSQL ...... SUCCESS [ 1.572 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: DB Scripts Collection Multi Repo .... SUCCESS [ 0.220 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons Infinispan ...... SUCCESS [ 0.758 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons MongoDB ......... SUCCESS [ 0.889 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons Redis ........... SUCCESS [ 0.470 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons Oracle .......... SUCCESS [ 0.774 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: Parent SUCCESS [ 0.013 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: API SUCCESS [ 0.473 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL base SUCCESS [ 0.678 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL (Generic) SUCCESS [ 0.615 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service ........................ SUCCESS [ 0.013 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Internal :: API ..... SUCCESS [ 0.387 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Jobs Recipients ..... SUCCESS [ 0.012 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Job Recipient Common Http SUCCESS [ 0.290 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Parent SUCCESS [ 0.012 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Runtime SUCCESS [ 0.982 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Deployment SUCCESS [ 0.597 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Parent SUCCESS [ 0.013 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Runtime SUCCESS [ 0.618 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Deployment SUCCESS [ 0.454 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Common .............. SUCCESS [ 4.305 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 0.601 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Kafka ..... SUCCESS [ 0.599 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Http ...... SUCCESS [ 0.502 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 3.289 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: In-memory ........... SUCCESS [ 3.730 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs :: Addons ...................... SUCCESS [ 0.010 s]
[2023-09-01T07:42:02.934Z] [INFO] Jobs Service Embedded Quarkus Addon - Parent ....... SUCCESS [ 0.009 s]
[2023-09-01T07:42:02.934Z] [INFO] Jobs Service Embedded Quarkus Addon - Runtime ...... SUCCESS [ 1.255 s]
[2023-09-01T07:42:02.934Z] [INFO] Jobs Service Embedded Quarkus Addon - Deployment ... SUCCESS [ 0.735 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: Infinispan .......... SUCCESS [ 3.123 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Jobs Service :: MongoDB ............. SUCCESS [ 3.162 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index .......................... SUCCESS [ 0.013 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Storage .................. SUCCESS [ 0.012 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Storage API .............. SUCCESS [ 0.345 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Storage Protobuf ......... SUCCESS [ 0.174 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL ....... SUCCESS [ 1.037 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Storage Infinispan ....... SUCCESS [ 0.442 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Storage MongoDB .......... SUCCESS [ 0.489 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL :: Reporting SUCCESS [ 0.392 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Storage Oracle DB ........ SUCCESS [ 0.900 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Common ................... SUCCESS [ 0.311 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Test Utils ............... SUCCESS [ 0.279 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index GraphQL .................. SUCCESS [ 0.472 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Service .................. SUCCESS [ 0.009 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Service Common ........... SUCCESS [ 1.371 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Service with In-memory persistence SUCCESS [ 3.118 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Service with PostgreSQL .. SUCCESS [ 3.231 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Service with Infinispan .. SUCCESS [ 2.652 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Service with MongoDB ..... SUCCESS [ 2.471 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Data Index Service with Oracle ...... SUCCESS [ 3.833 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence SUCCESS [ 0.008 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common SUCCESS [ 0.009 s]
[2023-09-01T07:42:02.934Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Runtime SUCCESS [ 0.504 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Deployment SUCCESS [ 0.105 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL SUCCESS [ 0.009 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Runtime SUCCESS [ 0.199 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Deployment SUCCESS [ 0.276 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.196 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.358 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.010 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.009 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 0.321 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.186 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.008 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.220 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.330 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 3.961 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 3.490 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.009 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.219 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.356 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.255 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.267 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.008 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.230 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.319 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.008 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 0.722 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: UI Packages ......................... SUCCESS [ 0.141 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SUCCESS [ 0.321 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SUCCESS [ 3.838 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 2.720 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.009 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.207 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.299 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 3.668 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 2.400 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 1.457 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Management Console .................. SUCCESS [ 1.867 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty UI ........................... SUCCESS [ 1.688 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Task Console ........................ SUCCESS [ 1.451 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.008 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 0.243 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 0.940 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.008 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.011 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 0.362 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.010 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.252 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 2.541 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 2.140 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.106 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 0.372 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 0.286 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 0.313 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [ 1.016 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 2.606 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 2.376 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 3.030 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.010 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.045 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 0.407 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 0.469 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 2.230 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.010 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.012 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus DevService SUCCESS [ 3.175 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 0.375 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [ 4.603 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [ 5.547 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.010 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.207 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 0.284 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.079 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [ 5.936 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [ 5.951 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [ 6.253 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [ 6.750 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [ 5.360 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.111 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.242 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [ 4.087 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SUCCESS [ 0.608 s]
[2023-09-01T07:42:02.935Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [ 3.030 s]
[2023-09-01T07:42:02.935Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.009 s]
[2023-09-01T07:42:02.935Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 0.690 s]
[2023-09-01T07:42:02.935Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SUCCESS [ 0.317 s]
[2023-09-01T07:42:02.935Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:02.935Z] [INFO] BUILD SUCCESS
[2023-09-01T07:42:02.935Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:02.935Z] [INFO] Total time: 02:58 min
[2023-09-01T07:42:02.935Z] [INFO] Finished at: 2023-09-01T03:42:02-04:00
[2023-09-01T07:42:02.935Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:02.935Z] + set +x
[2023-09-01T07:42:02.935Z] rewrite none
[2023-09-01T07:42:02.935Z] No rewrite to be done. Exited
[2023-09-01T07:42:03.190Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-09-01T07:42:03.190Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-quarkus-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0002_hibernate_changes.patch
[2023-09-01T07:42:03.190Z] error: patch failed: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java:107
[2023-09-01T07:42:03.190Z] error: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java: patch does not apply
[2023-09-01T07:42:03.190Z] [INFO] kiegroup/kogito-apps failed. Won't execute remaining commands and projects
[2023-09-01T07:42:03.190Z] [INFO] Execution summary for kiegroup/kogito-apps
[2023-09-01T07:42:03.190Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH=
[2023-09-01T07:42:03.190Z] [INFO] OK [Executed in 0.064681 ms]
[2023-09-01T07:42:03.190Z]
[2023-09-01T07:42:03.190Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-09-01T07:42:03.190Z] [INFO] NOT OK [Executed in 179492.290779 ms]
[2023-09-01T07:42:03.190Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-09-01T07:42:03.190Z]
[2023-09-01T07:42:03.190Z] [INFO] [COMMANDS] Skipped kiegroup/kogito-apps
[2023-09-01T07:42:03.190Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps
[2023-09-01T07:42:03.190Z]
[2023-09-01T07:42:03.190Z] # Uploading artifacts
[2023-09-01T07:42:03.190Z] [INFO] Will not upload any artifacts in CLI environment
[2023-09-01T07:42:03.190Z]
[2023-09-01T07:42:03.190Z] [ERROR] Failed to execute commands for kiegroup/kogito-apps
[2023-09-01T07:42:03.190Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-09-01T07:42:03.190Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-09-01T07:42:03.255Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:42:03.645Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-09-01T07:42:03.914Z] Recording test results
[2023-09-01T07:42:05.314Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-09-01T07:42:05.329Z] Archiving artifacts
[2023-09-01T07:42:05.014Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:42:07.002Z] + rm -rf console.log
[Pipeline] sh
[2023-09-01T07:42:07.302Z] + 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-examples.quarkus-3.kogito-quarkus-examples/6/consoleText
[2023-09-01T07:42:07.302Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 1, 2023

(quarkus-3) - serverless-workflow-examples job #6 was: FAILURE
Possible explanation: Pipeline failure or project build failure

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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.serverless-workflow-examples/6/display/redirect
See console log:

Console Logs [2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:18.075Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:18.075Z] [INFO] Tests are skipped.
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:18.075Z] [INFO] Tests are skipped.
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:18.075Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar
[2023-09-01T07:42:18.075Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.pom
[2023-09-01T07:42:18.075Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar
[2023-09-01T07:42:18.075Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:42:18.075Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] -----< org.kie.kogito:runtime-tools-quarkus-extension-deployment >------
[2023-09-01T07:42:18.075Z] [INFO] Building Runtime Tools Quarkus Extension - Deployment 2.0.0-SNAPSHOT [144/144]
[2023-09-01T07:42:18.075Z] [INFO] from runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml
[2023-09-01T07:42:18.075Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- clean:3.1.0:clean (default-clean) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.075Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.075Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.075Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- checkstyle:3.1.1:check (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- formatter:2.13.0:format (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.075Z] [INFO] Formatting is skipped
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- impsort:1.8.0:sort (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.075Z] [INFO] Skipping execution of impsort-maven-plugin
[2023-09-01T07:42:18.075Z] [INFO]
[2023-09-01T07:42:18.075Z] [INFO] --- resources:3.1.0:resources (default-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.075Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:18.075Z] [INFO] Copying 6 resources
[2023-09-01T07:42:18.330Z] [INFO]
[2023-09-01T07:42:18.330Z] [INFO] --- resources:3.1.0:copy-resources (copy-webapp) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.330Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:18.330Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist
[2023-09-01T07:42:18.330Z] [INFO]
[2023-09-01T07:42:18.330Z] [INFO] --- resources:3.1.0:copy-resources (copy-envelope-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.330Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:18.330Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist/resources
[2023-09-01T07:42:18.330Z] [INFO]
[2023-09-01T07:42:18.330Z] [INFO] --- compiler:3.8.1:compile (default-compile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.330Z] [INFO] Changes detected - recompiling the module!
[2023-09-01T07:42:18.330Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/classes
[2023-09-01T07:42:18.585Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[64,58] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:42:18.585Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,56] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:42:18.585Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,66] copyResourcesForDevOrTest(io.quarkus.deployment.builditem.LiveReloadBuildItem,io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem,io.quarkus.deployment.builditem.LaunchModeBuildItem,io.quarkus.maven.dependency.ResolvedDependency,java.lang.String,boolean) in io.quarkus.deployment.util.WebJarUtil has been deprecated
[2023-09-01T07:42:18.586Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[78,34] devConsoleHandler(java.lang.String,io.quarkus.runtime.ShutdownContext) in io.quarkus.vertx.http.runtime.devmode.DevConsoleRecorder has been deprecated
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] --- resources:3.1.0:testResources (default-testResources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.586Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:18.586Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/test/resources
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.586Z] [INFO] No sources to compile
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] --- surefire:3.1.2:test (default-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.586Z] [INFO] Tests are skipped.
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] --- jar:3.1.0:jar (default-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.586Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.586Z] [INFO] Skipping packaging of the test-jar
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.586Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.586Z] [INFO] No sources in project. Archive not created.
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.586Z] [INFO] Tests are skipped.
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.586Z] [INFO] Tests are skipped.
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:18.586Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:42:18.586Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.pom
[2023-09-01T07:42:18.586Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:42:18.586Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:18.586Z] [INFO] Reactor Summary for Kogito Apps 2.0.0-SNAPSHOT:
[2023-09-01T07:42:18.586Z] [INFO]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps ........................................ SUCCESS [ 1.120 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: BOM ................................. SUCCESS [ 0.031 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Build Parent BOM .................... SUCCESS [ 0.018 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons ................. SUCCESS [ 0.017 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons API ............. SUCCESS [ 1.010 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons Protobuf ........ SUCCESS [ 0.664 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons PostgreSQL ...... SUCCESS [ 1.633 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: DB Scripts Collection Multi Repo .... SUCCESS [ 0.251 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons Infinispan ...... SUCCESS [ 0.722 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons MongoDB ......... SUCCESS [ 0.768 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons Redis ........... SUCCESS [ 0.555 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons Oracle .......... SUCCESS [ 0.797 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: Parent SUCCESS [ 0.015 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: API SUCCESS [ 0.487 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL base SUCCESS [ 0.708 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL (Generic) SUCCESS [ 0.567 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service ........................ SUCCESS [ 0.011 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Internal :: API ..... SUCCESS [ 0.410 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Jobs Recipients ..... SUCCESS [ 0.011 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Job Recipient Common Http SUCCESS [ 0.314 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Parent SUCCESS [ 0.011 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Runtime SUCCESS [ 0.948 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Deployment SUCCESS [ 0.583 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Parent SUCCESS [ 0.011 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Runtime SUCCESS [ 0.570 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Deployment SUCCESS [ 0.542 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Common .............. SUCCESS [ 4.260 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 0.630 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Kafka ..... SUCCESS [ 0.641 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Http ...... SUCCESS [ 0.586 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 3.202 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: In-memory ........... SUCCESS [ 3.504 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs :: Addons ...................... SUCCESS [ 0.011 s]
[2023-09-01T07:42:18.586Z] [INFO] Jobs Service Embedded Quarkus Addon - Parent ....... SUCCESS [ 0.010 s]
[2023-09-01T07:42:18.586Z] [INFO] Jobs Service Embedded Quarkus Addon - Runtime ...... SUCCESS [ 1.182 s]
[2023-09-01T07:42:18.586Z] [INFO] Jobs Service Embedded Quarkus Addon - Deployment ... SUCCESS [ 0.733 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: Infinispan .......... SUCCESS [ 3.162 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Jobs Service :: MongoDB ............. SUCCESS [ 3.317 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index .......................... SUCCESS [ 0.013 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Storage .................. SUCCESS [ 0.011 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Storage API .............. SUCCESS [ 0.348 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Storage Protobuf ......... SUCCESS [ 0.237 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL ....... SUCCESS [ 1.063 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Storage Infinispan ....... SUCCESS [ 0.463 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Storage MongoDB .......... SUCCESS [ 0.522 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL :: Reporting SUCCESS [ 0.369 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Storage Oracle DB ........ SUCCESS [ 0.927 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Common ................... SUCCESS [ 0.313 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Test Utils ............... SUCCESS [ 0.239 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index GraphQL .................. SUCCESS [ 0.565 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Service .................. SUCCESS [ 0.009 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Service Common ........... SUCCESS [ 1.371 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Service with In-memory persistence SUCCESS [ 3.120 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Service with PostgreSQL .. SUCCESS [ 3.042 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Service with Infinispan .. SUCCESS [ 2.677 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Service with MongoDB ..... SUCCESS [ 2.351 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Data Index Service with Oracle ...... SUCCESS [ 3.877 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence SUCCESS [ 0.013 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common SUCCESS [ 0.012 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Runtime SUCCESS [ 0.469 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Deployment SUCCESS [ 0.096 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL SUCCESS [ 0.009 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Runtime SUCCESS [ 0.122 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Deployment SUCCESS [ 0.290 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.647 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.444 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.010 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.008 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 0.320 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.194 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.009 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.227 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.402 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 3.930 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 3.227 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.008 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.215 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.393 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.050 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.388 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.008 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.227 s]
[2023-09-01T07:42:18.586Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.361 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.008 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 0.701 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: UI Packages ......................... SUCCESS [ 0.151 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SUCCESS [ 0.317 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SUCCESS [ 3.890 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 3.098 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.009 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.187 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.303 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 3.271 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 2.583 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 1.605 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Management Console .................. SUCCESS [ 1.426 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty UI ........................... SUCCESS [ 1.670 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Task Console ........................ SUCCESS [ 1.420 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.009 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 0.241 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 1.419 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.010 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.008 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 0.275 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.009 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.127 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 2.783 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 2.503 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.102 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 0.356 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 0.282 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 0.338 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [ 1.029 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 2.596 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 2.513 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 3.353 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.010 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.045 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 0.401 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 0.595 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 2.181 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.009 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.011 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus DevService SUCCESS [ 3.207 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 0.263 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [ 4.516 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [ 6.227 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.014 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.240 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 0.313 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.009 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [ 6.020 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [ 6.701 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [ 5.518 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [ 6.411 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [ 5.267 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.014 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.223 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [ 4.313 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SUCCESS [ 1.619 s]
[2023-09-01T07:42:18.587Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [ 2.969 s]
[2023-09-01T07:42:18.587Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.008 s]
[2023-09-01T07:42:18.587Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 0.690 s]
[2023-09-01T07:42:18.587Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SUCCESS [ 0.338 s]
[2023-09-01T07:42:18.587Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:18.587Z] [INFO] BUILD SUCCESS
[2023-09-01T07:42:18.587Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:18.587Z] [INFO] Total time: 03:01 min
[2023-09-01T07:42:18.587Z] [INFO] Finished at: 2023-09-01T03:42:17-04:00
[2023-09-01T07:42:18.587Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:18.587Z] + set +x
[2023-09-01T07:42:18.587Z] rewrite none
[2023-09-01T07:42:18.587Z] No rewrite to be done. Exited
[2023-09-01T07:42:18.587Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-09-01T07:42:18.842Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.serverless-workflow-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0002_hibernate_changes.patch
[2023-09-01T07:42:18.842Z] error: patch failed: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java:107
[2023-09-01T07:42:18.842Z] error: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java: patch does not apply
[2023-09-01T07:42:18.842Z] [INFO] kiegroup/kogito-apps failed. Won't execute remaining commands and projects
[2023-09-01T07:42:18.842Z] [INFO] Execution summary for kiegroup/kogito-apps
[2023-09-01T07:42:18.842Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH=
[2023-09-01T07:42:18.842Z] [INFO] OK [Executed in 0.05864 ms]
[2023-09-01T07:42:18.842Z]
[2023-09-01T07:42:18.842Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-09-01T07:42:18.842Z] [INFO] NOT OK [Executed in 182312.893259 ms]
[2023-09-01T07:42:18.842Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-09-01T07:42:18.842Z]
[2023-09-01T07:42:18.842Z] [INFO] [COMMANDS] Skipped kiegroup/kogito-apps
[2023-09-01T07:42:18.842Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps
[2023-09-01T07:42:18.842Z]
[2023-09-01T07:42:18.842Z] # Uploading artifacts
[2023-09-01T07:42:18.842Z] [INFO] Will not upload any artifacts in CLI environment
[2023-09-01T07:42:18.842Z]
[2023-09-01T07:42:18.842Z] [ERROR] Failed to execute commands for kiegroup/kogito-apps
[2023-09-01T07:42:18.842Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-09-01T07:42:18.842Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-09-01T07:42:18.908Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:42:19.291Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-09-01T07:42:19.561Z] Recording test results
[2023-09-01T07:42:21.034Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-09-01T07:42:21.057Z] Archiving artifacts
[2023-09-01T07:42:20.273Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:42:22.778Z] + rm -rf console.log
[Pipeline] sh
[2023-09-01T07:42:23.063Z] + 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-examples.quarkus-3.serverless-workflow-examples/6/consoleText
[2023-09-01T07:42:23.063Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 1, 2023

(quarkus-3) - kogito-springboot-examples job #6 was: FAILURE
Possible explanation: Pipeline failure or project build failure

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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.kogito-springboot-examples/6/display/redirect
See console log:

Console Logs [2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:27.982Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:27.982Z] [INFO] Tests are skipped.
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:27.982Z] [INFO] Tests are skipped.
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension ---
[2023-09-01T07:42:27.982Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.jar
[2023-09-01T07:42:27.982Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT.pom
[2023-09-01T07:42:27.982Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-tests.jar
[2023-09-01T07:42:27.982Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:42:27.982Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension/target/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-2.0.0-SNAPSHOT-test-sources.jar
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] -----< org.kie.kogito:runtime-tools-quarkus-extension-deployment >------
[2023-09-01T07:42:27.982Z] [INFO] Building Runtime Tools Quarkus Extension - Deployment 2.0.0-SNAPSHOT [144/144]
[2023-09-01T07:42:27.982Z] [INFO] from runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml
[2023-09-01T07:42:27.982Z] [INFO] --------------------------------[ jar ]---------------------------------
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- clean:3.1.0:clean (default-clean) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-versions) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-java-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven-version) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO] Skipping Rule Enforcement.
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- checkstyle:3.1.1:check (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- buildnumber:1.4:create (get-scm-revision) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- formatter:2.13.0:format (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO] Formatting is skipped
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- impsort:1.8.0:sort (default) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO] Skipping execution of impsort-maven-plugin
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- resources:3.1.0:resources (default-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:27.982Z] [INFO] Copying 6 resources
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- resources:3.1.0:copy-resources (copy-webapp) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:27.982Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- resources:3.1.0:copy-resources (copy-envelope-resources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:27.982Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/../../ui-packages/packages/runtime-tools-dev-ui-webapp/dist/resources
[2023-09-01T07:42:27.982Z] [INFO]
[2023-09-01T07:42:27.982Z] [INFO] --- compiler:3.8.1:compile (default-compile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:27.982Z] [INFO] Changes detected - recompiling the module!
[2023-09-01T07:42:27.982Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/classes
[2023-09-01T07:42:28.237Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[64,58] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:42:28.237Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,56] io.quarkus.deployment.util.WebJarUtil in io.quarkus.deployment.util has been deprecated and marked for removal
[2023-09-01T07:42:28.237Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[68,66] copyResourcesForDevOrTest(io.quarkus.deployment.builditem.LiveReloadBuildItem,io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem,io.quarkus.deployment.builditem.LaunchModeBuildItem,io.quarkus.maven.dependency.ResolvedDependency,java.lang.String,boolean) in io.quarkus.deployment.util.WebJarUtil has been deprecated
[2023-09-01T07:42:28.237Z] [WARNING] /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/main/java/org/kie/kogito/runtime/tools/quarkus/extension/deployment/DevConsoleProcessor.java:[78,34] devConsoleHandler(java.lang.String,io.quarkus.runtime.ShutdownContext) in io.quarkus.vertx.http.runtime.devmode.DevConsoleRecorder has been deprecated
[2023-09-01T07:42:28.237Z] [INFO]
[2023-09-01T07:42:28.237Z] [INFO] --- resources:3.1.0:testResources (default-testResources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:28.237Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2023-09-01T07:42:28.237Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/src/test/resources
[2023-09-01T07:42:28.237Z] [INFO]
[2023-09-01T07:42:28.237Z] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:28.237Z] [INFO] No sources to compile
[2023-09-01T07:42:28.237Z] [INFO]
[2023-09-01T07:42:28.237Z] [INFO] --- surefire:3.1.2:test (default-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:28.237Z] [INFO] Tests are skipped.
[2023-09-01T07:42:28.237Z] [INFO]
[2023-09-01T07:42:28.237Z] [INFO] --- jar:3.1.0:jar (default-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:28.237Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:42:28.237Z] [INFO]
[2023-09-01T07:42:28.237Z] [INFO] --- jar:3.1.0:test-jar (test-jar) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:28.237Z] [INFO] Skipping packaging of the test-jar
[2023-09-01T07:42:28.237Z] [INFO]
[2023-09-01T07:42:28.237Z] [INFO] --- source:3.0.1:jar-no-fork (attach-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:28.237Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:42:28.237Z] [INFO]
[2023-09-01T07:42:28.237Z] [INFO] --- source:3.0.1:test-jar-no-fork (attach-test-sources) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:28.237Z] [INFO] No sources in project. Archive not created.
[2023-09-01T07:42:28.237Z] [INFO]
[2023-09-01T07:42:28.237Z] [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:28.237Z] [INFO] Tests are skipped.
[2023-09-01T07:42:28.237Z] [INFO]
[2023-09-01T07:42:28.237Z] [INFO] --- failsafe:3.1.2:verify (integration-test) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:28.237Z] [INFO] Tests are skipped.
[2023-09-01T07:42:28.237Z] [INFO]
[2023-09-01T07:42:28.248Z] [INFO] --- install:2.5.2:install (default-install) @ runtime-tools-quarkus-extension-deployment ---
[2023-09-01T07:42:28.248Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.jar
[2023-09-01T07:42:28.249Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT.pom
[2023-09-01T07:42:28.249Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/runtime-tools-quarkus-extension-parent/runtime-tools-quarkus-extension-deployment/target/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/runtime-tools-quarkus-extension-deployment/2.0.0-SNAPSHOT/runtime-tools-quarkus-extension-deployment-2.0.0-SNAPSHOT-sources.jar
[2023-09-01T07:42:28.249Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:28.249Z] [INFO] Reactor Summary for Kogito Apps 2.0.0-SNAPSHOT:
[2023-09-01T07:42:28.249Z] [INFO]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps ........................................ SUCCESS [ 1.118 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: BOM ................................. SUCCESS [ 0.032 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Build Parent BOM .................... SUCCESS [ 0.019 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons ................. SUCCESS [ 0.020 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons API ............. SUCCESS [ 1.084 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons Protobuf ........ SUCCESS [ 0.640 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons PostgreSQL ...... SUCCESS [ 1.749 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: DB Scripts Collection Multi Repo .... SUCCESS [ 0.302 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons Infinispan ...... SUCCESS [ 0.871 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons MongoDB ......... SUCCESS [ 0.799 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons Redis ........... SUCCESS [ 0.497 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons Oracle .......... SUCCESS [ 0.775 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: Parent SUCCESS [ 0.012 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: API SUCCESS [ 0.483 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL base SUCCESS [ 0.682 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Persistence Commons :: Reporting :: PostgreSQL (Generic) SUCCESS [ 0.570 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service ........................ SUCCESS [ 0.013 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Internal :: API ..... SUCCESS [ 0.387 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Jobs Recipients ..... SUCCESS [ 0.011 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Job Recipient Common Http SUCCESS [ 0.327 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Parent SUCCESS [ 0.012 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Runtime SUCCESS [ 0.948 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Job Http Recipient - Deployment SUCCESS [ 0.631 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Parent SUCCESS [ 0.012 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Runtime SUCCESS [ 0.598 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Job Sink Recipient - Deployment SUCCESS [ 0.575 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Common .............. SUCCESS [ 4.492 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 0.664 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Kafka ..... SUCCESS [ 0.697 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Messaging Http ...... SUCCESS [ 0.554 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: PostgreSQL .......... SUCCESS [ 3.323 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: In-memory ........... SUCCESS [ 3.776 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs :: Addons ...................... SUCCESS [ 0.014 s]
[2023-09-01T07:42:28.249Z] [INFO] Jobs Service Embedded Quarkus Addon - Parent ....... SUCCESS [ 0.014 s]
[2023-09-01T07:42:28.249Z] [INFO] Jobs Service Embedded Quarkus Addon - Runtime ...... SUCCESS [ 1.385 s]
[2023-09-01T07:42:28.249Z] [INFO] Jobs Service Embedded Quarkus Addon - Deployment ... SUCCESS [ 0.709 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: Infinispan .......... SUCCESS [ 3.161 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Jobs Service :: MongoDB ............. SUCCESS [ 3.019 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index .......................... SUCCESS [ 0.011 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Storage .................. SUCCESS [ 0.011 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Storage API .............. SUCCESS [ 0.317 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Storage Protobuf ......... SUCCESS [ 0.161 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL ....... SUCCESS [ 1.014 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Storage Infinispan ....... SUCCESS [ 0.513 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Storage MongoDB .......... SUCCESS [ 0.488 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Storage PostgreSQL :: Reporting SUCCESS [ 0.379 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Storage Oracle DB ........ SUCCESS [ 0.960 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Common ................... SUCCESS [ 0.309 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Test Utils ............... SUCCESS [ 0.240 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index GraphQL .................. SUCCESS [ 0.579 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Service .................. SUCCESS [ 0.009 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Service Common ........... SUCCESS [ 1.354 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Service with In-memory persistence SUCCESS [ 3.079 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Service with PostgreSQL .. SUCCESS [ 3.075 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Service with Infinispan .. SUCCESS [ 2.555 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Service with MongoDB ..... SUCCESS [ 2.676 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Data Index Service with Oracle ...... SUCCESS [ 3.924 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence SUCCESS [ 0.011 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common SUCCESS [ 0.008 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Runtime SUCCESS [ 0.713 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence Common :: Deployment SUCCESS [ 0.108 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL SUCCESS [ 0.009 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Runtime SUCCESS [ 0.125 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Deployment SUCCESS [ 0.253 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.355 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Persistence PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.548 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index .... SUCCESS [ 0.015 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common SUCCESS [ 0.008 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Runtime SUCCESS [ 0.343 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Common :: Deployment SUCCESS [ 0.183 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory SUCCESS [ 0.008 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Runtime SUCCESS [ 0.211 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Deployment SUCCESS [ 0.377 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: SW SUCCESS [ 4.090 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index In-memory :: Integration Tests :: Process SUCCESS [ 3.316 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL SUCCESS [ 0.009 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Runtime SUCCESS [ 0.203 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Deployment SUCCESS [ 0.325 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: SW SUCCESS [ 4.125 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index PostgreSQL :: Integration Tests :: Process SUCCESS [ 3.364 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan SUCCESS [ 0.009 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Runtime SUCCESS [ 0.217 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Deployment SUCCESS [ 0.359 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension SUCCESS [ 0.010 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Extension SUCCESS [ 0.746 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: UI Packages ......................... SUCCESS [ 0.134 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Serverless Workflow Quarkus Dev UI Extension :: Deployment SUCCESS [ 0.316 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: SW SUCCESS [ 4.056 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index Infinispan :: Integration Tests :: Process SUCCESS [ 2.805 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB SUCCESS [ 0.010 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Runtime SUCCESS [ 0.199 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Deployment SUCCESS [ 0.324 s]
[2023-09-01T07:42:28.249Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: SW SUCCESS [ 3.954 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Kogito Addons Quarkus Data Index MongoDB :: Integration Tests :: Process SUCCESS [ 2.449 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Security Commons .................... SUCCESS [ 1.882 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Management Console .................. SUCCESS [ 1.430 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty UI ........................... SUCCESS [ 1.870 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Task Console ........................ SUCCESS [ 1.441 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Explainability ...................... SUCCESS [ 0.009 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Explainability Api .................. SUCCESS [ 0.274 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Explainability Service .............. SUCCESS [ 1.111 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty .............................. SUCCESS [ 0.008 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Storage ...................... SUCCESS [ 0.008 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Storage API .................. SUCCESS [ 0.542 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Service ...................... SUCCESS [ 0.050 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Service :: API ............... SUCCESS [ 0.120 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Explainability Service Messaging .... SUCCESS [ 3.040 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Explainability Service Rest ......... SUCCESS [ 2.237 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Storage Common ............... SUCCESS [ 0.106 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Storage Infinispan ........... SUCCESS [ 0.401 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Storage Redis ................ SUCCESS [ 0.278 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Storage PostgreSQL ........... SUCCESS [ 0.337 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Service Common ............... SUCCESS [ 1.059 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Service Infinispan ........... SUCCESS [ 2.857 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Service Redis ................ SUCCESS [ 2.763 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Trusty Service PostgreSQL ........... SUCCESS [ 3.541 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: JIT Executor ........................ SUCCESS [ 0.007 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: JIT Executor :: Common .............. SUCCESS [ 0.039 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: JIT Executor BPMN ................... SUCCESS [ 0.416 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: JIT Executor DMN .................... SUCCESS [ 0.559 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: JIT Executor Runner ................. SUCCESS [ 2.184 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests ................... SUCCESS [ 0.009 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Data Index ..... SUCCESS [ 0.010 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus DevService SUCCESS [ 3.449 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Common SUCCESS [ 0.264 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Quarkus SUCCESS [ 4.675 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Data Index :: Spring Boot SUCCESS [ 6.429 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service ... SUCCESS [ 0.010 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common SUCCESS [ 0.225 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Common :: Quarkus SUCCESS [ 0.323 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus SUCCESS [ 0.009 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Management SUCCESS [ 6.078 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Messaging SUCCESS [ 6.763 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: Knative Eventing SUCCESS [ 6.028 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Quarkus :: embedded SUCCESS [ 7.985 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Jobs Service :: Spring Boot SUCCESS [ 5.691 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service . SUCCESS [ 0.013 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Common SUCCESS [ 0.188 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Quarkus SUCCESS [ 5.329 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Audit UI SUCCESS [ 1.686 s]
[2023-09-01T07:42:28.250Z] [INFO] Kogito Apps :: Integration Tests :: Trusty Service :: Spring Boot SUCCESS [ 3.137 s]
[2023-09-01T07:42:28.250Z] [INFO] Runtime Tools Quarkus Extension - Parent ........... SUCCESS [ 0.010 s]
[2023-09-01T07:42:28.250Z] [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 0.686 s]
[2023-09-01T07:42:28.250Z] [INFO] Runtime Tools Quarkus Extension - Deployment ....... SUCCESS [ 0.370 s]
[2023-09-01T07:42:28.250Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:28.250Z] [INFO] BUILD SUCCESS
[2023-09-01T07:42:28.250Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:28.250Z] [INFO] Total time: 03:08 min
[2023-09-01T07:42:28.250Z] [INFO] Finished at: 2023-09-01T03:42:27-04:00
[2023-09-01T07:42:28.250Z] [INFO] ------------------------------------------------------------------------
[2023-09-01T07:42:28.848Z] + set +x
[2023-09-01T07:42:28.848Z] rewrite none
[2023-09-01T07:42:28.848Z] No rewrite to be done. Exited
[2023-09-01T07:42:28.848Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0001_before_sh.patch
[2023-09-01T07:42:28.848Z] Apply git patch /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-examples.quarkus-3.kogito-springboot-examples/bc/kiegroup_kogito-apps/.ci/environments/quarkus-3/patches/0002_hibernate_changes.patch
[2023-09-01T07:42:28.849Z] error: patch failed: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java:107
[2023-09-01T07:42:28.849Z] error: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java: patch does not apply
[2023-09-01T07:42:28.849Z] [INFO] kiegroup/kogito-apps failed. Won't execute remaining commands and projects
[2023-09-01T07:42:28.849Z] [INFO] Execution summary for kiegroup/kogito-apps
[2023-09-01T07:42:28.849Z] # [BEFORE] [kiegroup/kogito-apps] export INTEGRATION_BRANCH=
[2023-09-01T07:42:28.849Z] [INFO] OK [Executed in 0.052648 ms]
[2023-09-01T07:42:28.849Z]
[2023-09-01T07:42:28.849Z] # [BEFORE] [kiegroup/kogito-apps] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-09-01T07:42:28.849Z] [INFO] NOT OK [Executed in 190029.01095 ms]
[2023-09-01T07:42:28.849Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-09-01T07:42:28.849Z]
[2023-09-01T07:42:28.849Z] [INFO] [COMMANDS] Skipped kiegroup/kogito-apps
[2023-09-01T07:42:28.849Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-apps
[2023-09-01T07:42:28.849Z]
[2023-09-01T07:42:28.849Z] # Uploading artifacts
[2023-09-01T07:42:28.849Z] [INFO] Will not upload any artifacts in CLI environment
[2023-09-01T07:42:28.849Z]
[2023-09-01T07:42:28.849Z] [ERROR] Failed to execute commands for kiegroup/kogito-apps
[2023-09-01T07:42:28.849Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-09-01T07:42:28.849Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-09-01T07:42:30.667Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:42:31.183Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-09-01T07:42:31.453Z] Recording test results
[2023-09-01T07:42:32.982Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-09-01T07:42:32.999Z] Archiving artifacts
[2023-09-01T07:42:32.271Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-09-01T07:42:34.770Z] + rm -rf console.log
[Pipeline] sh
[2023-09-01T07:42:35.054Z] + 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-examples.quarkus-3.kogito-springboot-examples/6/consoleText
[2023-09-01T07:42:35.054Z] + tail -n 300

@radtriste
Copy link
Contributor Author

jenkins run quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 1, 2023

(quarkus-3) - kogito-springboot-examples job #7 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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.kogito-springboot-examples/7/display/redirect

Test results:

  • PASSED: 102
  • FAILED: 25

Those are the test failures:

org.kie.kogito.examples.springboot.GrafanaDockerComposeIT.(?) Container startup failed
org.kie.kogito.dmn.pmml.springboot.example.DMNRegressionTest.testEvaluateRegressionDMN 1 expectation failed.
Expected status code <200> but was <500>.
org.kie.kogito.dmn.pmml.springboot.example.DMNScoreCardTest.testEvaluateScoreCardDMN 1 expectation failed.
Expected status code <200> but was <500>.
org.kie.kogito.dmn.pmml.springboot.example.DMNTreeTest.testEvaluateTreeDMN 1 expectation failed.
Expected status code <200> but was <500>.
org.kie.kogito.flexible.example.springboot.ServiceDeskProcessTest.testSupportCaseExample 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.onboarding.OnboardingEndpointIT.testOnboardingProcessNewUserUS Failed to load ApplicationContext for [WebMergedContextConfiguration@27d6267e testClass = org.kie.kogito.examples.onboarding.OnboardingEndpointIT, locations = [], classes = [org.kie.kogito.examples.KogitoOnboardingApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.InfinispanSpringBootTestResource.Conditional], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6f1c29b7, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2a7ed1f, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5456afaa, 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@43599640, org.springframework.boot.test.context.SpringBootTestAnnotation@f8e244b5], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
org.kie.kogito.examples.onboarding.OnboardingEndpointIT.testOnboardingProcessUserAlreadyExists Failed to load ApplicationContext for [WebMergedContextConfiguration@27d6267e testClass = org.kie.kogito.examples.onboarding.OnboardingEndpointIT, locations = [], classes = [org.kie.kogito.examples.KogitoOnboardingApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.InfinispanSpringBootTestResource.Conditional], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6f1c29b7, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2a7ed1f, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5456afaa, 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@43599640, org.springframework.boot.test.context.SpringBootTestAnnotation@f8e244b5], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.acme.deals.DealsRestIT.testDealsRest Failed to load ApplicationContext for [WebMergedContextConfiguration@3a012678 testClass = org.acme.deals.DealsRestIT, locations = [], classes = [org.acme.deals.KogitoApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.InfinispanSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4e928fbf, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3e44f2a5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@20d7d6fb, 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@2d9caaeb, org.springframework.boot.test.context.SpringBootTestAnnotation@9dadf043], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
org.acme.deals.DealsRestIT.testProtobufListIsAvailable Failed to load ApplicationContext for [WebMergedContextConfiguration@3a012678 testClass = org.acme.deals.DealsRestIT, locations = [], classes = [org.acme.deals.KogitoApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.InfinispanSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4e928fbf, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3e44f2a5, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@20d7d6fb, 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@2d9caaeb, org.springframework.boot.test.context.SpringBootTestAnnotation@9dadf043], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build projects / org.acme.deals.DealsRestIT.testDealsRest 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.springboot.outbox.OutboxIT.(?) org.testcontainers.containers.ContainerLaunchException: Timed out waiting for container port to open (localhost ports: [8080, 32787] should be listening)
org.kie.kogito.examples.demo.OrdersProcessIT.testOrderProcess expected: but was:
org.kie.kogito.examples.demo.OrdersProcessIT.testOrderProcessWithError expected: <2> but was: <1>
org.kie.kogito.examples.demo.OrdersRestIT.testOrdersWithOrderItemsAbortedRest 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.demo.OrdersRestIT.testOrdersWithOrderItemsRest 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.demo.PersonsRestIT.testChildPersonsRestWithSecurityPolicyAndLifeCycles 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.demo.PersonsRestIT.testChildPersonsRestRetriggerNodeViaMgmtInterface 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.demo.PersonsRestIT.testPersonsRestStartFromUserTask 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.demo.PersonsRestIT.testChildPersonsRest 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.demo.PersonsRestIT.testChildPersonsRestCancelAndTriggerNodeViaMgmtInterface 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.demo.PersonsRestIT.testChildPersonsRestWithSecurityPolicyNotAuthorized 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <0>
Actual: <[]>
org.kie.kogito.examples.demo.PersonsRestIT.testChildPersonsRestAbortViaMgmtInterface 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.demo.PersonsRestIT.testChildPersonsRestWithSecurityPolicy 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.acme.travels.ApprovalsTestIT.testApprovalProcess Failed to load ApplicationContext for [WebMergedContextConfiguration@3183a37c testClass = org.acme.travels.ApprovalsTestIT, locations = [], classes = [org.kie.kogito.tests.KogitoInfinispanSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.InfinispanSpringBootTestResource.Conditional], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5338df, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@302f7971, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3eb77ea8, 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@455b6df1, org.springframework.boot.test.context.SpringBootTestAnnotation@c9bfde14], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
org.acme.travels.ApprovalsTestIT.testApprovalProcessViaPhases Failed to load ApplicationContext for [WebMergedContextConfiguration@3183a37c testClass = org.acme.travels.ApprovalsTestIT, locations = [], classes = [org.kie.kogito.tests.KogitoInfinispanSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.InfinispanSpringBootTestResource.Conditional], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5338df, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@302f7971, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3eb77ea8, 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@455b6df1, org.springframework.boot.test.context.SpringBootTestAnnotation@c9bfde14], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 1, 2023

(quarkus-3) - serverless-workflow-examples job #7 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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.serverless-workflow-examples/7/display/redirect

Test results:

  • PASSED: 80
  • FAILED: 4

Those are the test failures:

org.acme.serverless.loanbroker.aggregator.QuotesAggregatorRouteTest.verifyOneMessageAggregated 1 expectation failed.
Expected status code <200> but was <500>.
org.acme.serverless.loanbroker.aggregator.QuotesAggregatorRouteTest.verifyManyQuotesManyInstancesMessageAggregated 1 expectation failed.
Expected status code <200> but was <500>.
org.acme.serverless.loanbroker.aggregator.QuotesAggregatorRouteTest.verifyManyQuotesSingleInstanceMessageAggregated 1 expectation failed.
Expected status code <200> but was <500>.
org.acme.loanbroker.AppResourceTest.testCloudEventNotifyNewQuote 1 expectation failed.
Expected status code <200> but was <400>.

@kie-ci3
Copy link
Contributor

kie-ci3 commented Sep 1, 2023

(quarkus-3) - kogito-quarkus-examples job #7 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-examples -u https://github.com/kiegroup/kogito-examples/pull/1777 --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-examples.quarkus-3.kogito-quarkus-examples/7/display/redirect

Test results:

  • PASSED: 150
  • FAILED: 17

Those are the test failures:

org.kie.kogito.flexible.example.quarkus.ServiceDeskProcessTest.testSupportCaseExample 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
Build projects / org.acme.deals.DealsRestIT.testDealsRest 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
Build projects / org.acme.deals.DealsRestIT.testDealsRest 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
Build projects / org.acme.deals.DealsRestIT.testDealsRest 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.OrdersRestIT.testOrdersWithOrderItemsAbortedRest 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.OrdersRestIT.testOrdersWithOrderItemsRest 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.PersonsRestIT.testChildPersonsRestWithSecurityPolicyAndLifeCycles 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.PersonsRestIT.testChildPersonsRestRetriggerNodeViaMgmtInterface 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.PersonsRestIT.testPersonsRestStartFromUserTask 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.PersonsRestIT.testChildPersonsRest 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.PersonsRestIT.testChildPersonsRestCancelAndTriggerNodeViaMgmtInterface 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.PersonsRestIT.testChildPersonsRestWithSecurityPolicyNotAuthorized 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <0>
Actual: <[]>
org.kie.kogito.examples.PersonsRestIT.testChildPersonsRestAbortViaMgmtInterface 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.kie.kogito.examples.PersonsRestIT.testChildPersonsRestWithSecurityPolicy 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
Build projects / org.acme.travels.ApprovalsRestIT.testStartApprovalAuthorized 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
Build projects / org.acme.travels.ApprovalsRestIT.testStartApprovalAuthorized 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>
org.acme.travels.security.quarkus.ApprovalsRestTest.testStartApprovalAuthorized 1 expectation failed.
JSON path $.size doesn't match.
Expected: is <1>
Actual: <[]>

@radtriste radtriste merged commit 7b351a1 into apache:main Sep 1, 2023
4 checks passed
@radtriste radtriste deleted the quarkus-3-recipe branch September 1, 2023 11:11
@github-actions github-actions bot mentioned this pull request Sep 1, 2023
7 tasks
github-actions bot pushed a commit that referenced this pull request Sep 1, 2023
* Quarkus 3: Update recipe

* Fix CI

* update jenkinsfiles

* updated jenkinsfiles

* [Quarkus 3] Updated rewrite data

* removed useless patch

---------

Co-authored-by: Jenkins CI <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants