Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KOGITO-9415 Added Live Reload support for CodeGenProviders #3105

Merged
merged 14 commits into from
Jul 24, 2023

Conversation

hbelmiro
Copy link
Contributor

@hbelmiro hbelmiro commented Jul 5, 2023

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

How to backport a pull request to a different branch?

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

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

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

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

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

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

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

jenkins rewrite quarkus-3

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

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

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 5, 2023

(tests) - kogito-quarkus-examples job #1187 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-runtimes/pull/3105 --skipParallelCheckout

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

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

Test results:

  • PASSED: 166
  • FAILED: 1

Those are the test failures:

org.acme.travel.tests.multimessaging.quarkus.MultiMessagingIT.testProcess expected: <0> but was: <3>

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 5, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-runtimes/pull/3105 --skipParallelCheckout

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

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

Test results:

  • PASSED: 2774
  • FAILED: 1

Those are the test failures:

org.kie.kogito.it.trusty.QuarkusTrustyExplainabilityEnd2EndIT.doTest Container startup failed

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 5, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3354
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-07-05T19:39:45.246Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 40.026 s]
[2023-07-05T19:39:45.246Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 38.217 s]
[2023-07-05T19:39:45.246Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 9.531 s]
[2023-07-05T19:39:45.246Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [ 53.155 s]
[2023-07-05T19:39:45.246Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [01:35 min]
[2023-07-05T19:39:45.246Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [02:14 min]
[2023-07-05T19:39:45.246Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 38.669 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 6.672 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 6.462 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [02:12 min]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [02:12 min]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:28 min]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [01:03 min]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [01:10 min]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 45.741 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 55.884 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [01:27 min]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 0.641 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.029 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 3.566 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 6.213 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI :: Parser . SUCCESS [ 5.720 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Serverless Workflow :: Fluent ............ SUCCESS [ 1.239 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Core ... SUCCESS [ 16.475 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 4.899 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 10.049 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.380 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 8.407 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.035 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [ 7.563 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [ 20.925 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.050 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 0.092 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 0.099 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 0.052 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.649 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.033 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.299 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.423 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.167 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 5.559 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 12.553 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 11.948 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.169 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) SUCCESS [ 56.409 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.036 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 9.541 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 1.464 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.563 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 11.526 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.104 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 2.110 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.216 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.161 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 9.388 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 3.087 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 4.174 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 11.620 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 7.198 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 21.514 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 8.892 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 0.338 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 36.992 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 0.027 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.183 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 1.814 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 0.859 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 1.923 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 1.446 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:35 min]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 19.907 s]
[2023-07-05T19:39:45.247Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [04:31 min]
[2023-07-05T19:39:45.247Z] [INFO] ------------------------------------------------------------------------
[2023-07-05T19:39:45.247Z] [INFO] BUILD FAILURE
[2023-07-05T19:39:45.247Z] [INFO] ------------------------------------------------------------------------
[2023-07-05T19:39:45.247Z] [INFO] Total time: 17:37 min (Wall Clock)
[2023-07-05T19:39:45.247Z] [INFO] Finished at: 2023-07-05T15:39:45-04:00
[2023-07-05T19:39:45.247Z] [INFO] ------------------------------------------------------------------------
[2023-07-05T19:39:45.247Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed: Failed to bootstrap application in NORMAL mode: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT -> [Help 1]
[2023-07-05T19:39:45.247Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T19:39:45.247Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.247Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T19:39:45.247Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.247Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T19:39:45.247Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T19:39:45.247Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T19:39:45.247Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Quarkus code generation phase has failed
[2023-07-05T19:39:45.247Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:85)
[2023-07-05T19:39:45.247Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-05T19:39:45.247Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-05T19:39:45.247Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T19:39:45.247Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T19:39:45.248Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T19:39:45.248Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to bootstrap application in NORMAL mode
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:249)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-05T19:39:45.248Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T19:39:45.248Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T19:39:45.248Z] Caused by: io.quarkus.bootstrap.resolver.maven.BootstrapMavenException: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:170)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-05T19:39:45.248Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T19:39:45.248Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T19:39:45.248Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-05T19:39:45.248Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-05T19:39:45.248Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-05T19:39:45.248Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-05T19:39:45.248Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-05T19:39:45.248Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-05T19:39:45.248Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-05T19:39:45.248Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T19:39:45.248Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T19:39:45.248Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.249Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T19:39:45.249Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T19:39:45.249Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T19:39:45.249Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-05T19:39:45.249Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-05T19:39:45.249Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-05T19:39:45.249Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-05T19:39:45.249Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-05T19:39:45.249Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-05T19:39:45.249Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-05T19:39:45.249Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-05T19:39:45.249Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-05T19:39:45.249Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T19:39:45.249Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T19:39:45.249Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-05T19:39:45.249Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-05T19:39:45.249Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-05T19:39:45.249Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-05T19:39:45.249Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-05T19:39:45.249Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-05T19:39:45.249Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-05T19:39:45.249Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-05T19:39:45.249Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-05T19:39:45.249Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-05T19:39:45.249Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-05T19:39:45.249Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-05T19:39:45.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-05T19:39:45.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T19:39:45.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T19:39:45.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T19:39:45.249Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T19:39:45.249Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T19:39:45.249Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T19:39:45.249Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T19:39:45.249Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.249Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T19:39:45.249Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T19:39:45.249Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T19:39:45.249Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T19:39:45.249Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T19:39:45.249Z] [ERROR]
[2023-07-05T19:39:45.249Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-07-05T19:39:45.249Z] [ERROR]
[2023-07-05T19:39:45.249Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-07-05T19:39:45.249Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-07-05T19:39:45.249Z] [ERROR]
[2023-07-05T19:39:45.249Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-07-05T19:39:45.249Z] [ERROR] mvn -rf :kogito-quarkus-serverless-workflow-extension-live-reload-test
[2023-07-05T19:39:48.503Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining commands and projects
[2023-07-05T19:39:48.503Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-07-05T19:39:48.503Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-07-05T19:39:48.503Z] [INFO] OK [Executed in 0.150372 ms]
[2023-07-05T19:39:48.503Z]
[2023-07-05T19:39:48.503Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-07-05T19:39:48.503Z] [INFO] OK [Executed in 6.262598 ms]
[2023-07-05T19:39:48.503Z]
[2023-07-05T19:39:48.503Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-05T19:39:48.503Z] [INFO] OK [Executed in 6.022978 ms]
[2023-07-05T19:39:48.503Z]
[2023-07-05T19:39:48.503Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config6802335396442949433tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-05T19:39:48.503Z] [INFO] NOT OK [Executed in 1061813.792079 ms]
[2023-07-05T19:39:48.503Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-07-05T19:39:48.503Z]
[2023-07-05T19:39:48.503Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-runtimes
[2023-07-05T19:39:48.503Z]
[2023-07-05T19:39:48.503Z] # Uploading artifacts
[2023-07-05T19:39:48.503Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-05T19:39:48.503Z]
[2023-07-05T19:39:48.757Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-07-05T19:39:48.757Z] [ERROR] Failed to execute mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config6802335396442949433tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-07-05T19:39:48.757Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-05T19:39:48.857Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-05T19:39:49.445Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-05T19:39:53.615Z] Recording test results
[2023-07-05T19:39:57.727Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-05T19:39:57.747Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-05T19:39:58.946Z] + rm -rf console.log
[Pipeline] sh
[2023-07-05T19:39:59.239Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2830/consoleText
[2023-07-05T19:39:59.239Z] + tail -n 300

@hbelmiro
Copy link
Contributor Author

hbelmiro commented Jul 5, 2023

jenkins rerun kogito-runtimes tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 5, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3354
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 41.652 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 47.474 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 8.557 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [ 53.426 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [01:27 min]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [01:49 min]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 34.567 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 0.078 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 4.909 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [02:04 min]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [02:02 min]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:21 min]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [01:06 min]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [01:16 min]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 41.305 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 55.877 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [01:33 min]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 0.732 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.033 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 6.322 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 5.583 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI :: Parser . SUCCESS [ 8.493 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Serverless Workflow :: Fluent ............ SUCCESS [ 0.829 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Core ... SUCCESS [ 11.091 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 8.556 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 12.669 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.490 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 11.890 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.039 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [ 9.909 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [ 10.498 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.049 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 0.084 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 0.039 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 0.039 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.903 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.039 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.502 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.466 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.331 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 5.752 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 11.542 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 14.937 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.097 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) SUCCESS [ 46.250 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.067 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 12.193 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 1.108 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.286 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 10.832 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.182 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 2.868 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.215 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.156 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 6.582 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 1.846 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 4.611 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 14.282 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 9.130 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 11.820 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 10.333 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 0.590 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 36.815 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 0.104 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.217 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 2.071 s]
[2023-07-05T20:37:21.122Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 1.579 s]
[2023-07-05T20:37:21.123Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 2.095 s]
[2023-07-05T20:37:21.123Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 0.971 s]
[2023-07-05T20:37:21.123Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:24 min]
[2023-07-05T20:37:21.123Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 21.523 s]
[2023-07-05T20:37:21.123Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [04:25 min]
[2023-07-05T20:37:21.123Z] [INFO] ------------------------------------------------------------------------
[2023-07-05T20:37:21.123Z] [INFO] BUILD FAILURE
[2023-07-05T20:37:21.123Z] [INFO] ------------------------------------------------------------------------
[2023-07-05T20:37:21.123Z] [INFO] Total time: 17:24 min (Wall Clock)
[2023-07-05T20:37:21.123Z] [INFO] Finished at: 2023-07-05T16:37:20-04:00
[2023-07-05T20:37:21.123Z] [INFO] ------------------------------------------------------------------------
[2023-07-05T20:37:21.377Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed: Failed to bootstrap application in NORMAL mode: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT -> [Help 1]
[2023-07-05T20:37:21.377Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T20:37:21.377Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.377Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T20:37:21.377Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.377Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T20:37:21.377Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T20:37:21.377Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T20:37:21.377Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Quarkus code generation phase has failed
[2023-07-05T20:37:21.377Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:85)
[2023-07-05T20:37:21.377Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-05T20:37:21.377Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-05T20:37:21.377Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T20:37:21.377Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T20:37:21.378Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T20:37:21.378Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to bootstrap application in NORMAL mode
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:249)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-05T20:37:21.378Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T20:37:21.378Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T20:37:21.378Z] Caused by: io.quarkus.bootstrap.resolver.maven.BootstrapMavenException: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:170)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-05T20:37:21.378Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T20:37:21.378Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T20:37:21.378Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-05T20:37:21.378Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-05T20:37:21.378Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-05T20:37:21.378Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-05T20:37:21.378Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-05T20:37:21.378Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-05T20:37:21.378Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-05T20:37:21.378Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T20:37:21.378Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T20:37:21.378Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T20:37:21.378Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T20:37:21.379Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-05T20:37:21.379Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-05T20:37:21.379Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-05T20:37:21.379Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-05T20:37:21.379Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-05T20:37:21.379Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-05T20:37:21.379Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-05T20:37:21.379Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-05T20:37:21.379Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-05T20:37:21.379Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T20:37:21.379Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-05T20:37:21.379Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-05T20:37:21.379Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-05T20:37:21.379Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-05T20:37:21.379Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-05T20:37:21.379Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-05T20:37:21.379Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-05T20:37:21.379Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-05T20:37:21.379Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-05T20:37:21.379Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-05T20:37:21.379Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-05T20:37:21.379Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-05T20:37:21.379Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-05T20:37:21.379Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-05T20:37:21.379Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-05T20:37:21.379Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-05T20:37:21.379Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-05T20:37:21.379Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-05T20:37:21.379Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-05T20:37:21.379Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-05T20:37:21.379Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-05T20:37:21.379Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.379Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-05T20:37:21.379Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-05T20:37:21.379Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-05T20:37:21.379Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-05T20:37:21.379Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-05T20:37:21.379Z] [ERROR]
[2023-07-05T20:37:21.379Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-07-05T20:37:21.379Z] [ERROR]
[2023-07-05T20:37:21.379Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-07-05T20:37:21.379Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-07-05T20:37:21.379Z] [ERROR]
[2023-07-05T20:37:21.379Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-07-05T20:37:21.379Z] [ERROR] mvn -rf :kogito-quarkus-serverless-workflow-extension-live-reload-test
[2023-07-05T20:37:24.655Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining commands and projects
[2023-07-05T20:37:24.655Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-07-05T20:37:24.655Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-07-05T20:37:24.655Z] [INFO] OK [Executed in 0.154469 ms]
[2023-07-05T20:37:24.655Z]
[2023-07-05T20:37:24.655Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-07-05T20:37:24.655Z] [INFO] OK [Executed in 5.251627 ms]
[2023-07-05T20:37:24.655Z]
[2023-07-05T20:37:24.655Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-05T20:37:24.655Z] [INFO] OK [Executed in 4.466805 ms]
[2023-07-05T20:37:24.655Z]
[2023-07-05T20:37:24.655Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config5551124630413020802tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-05T20:37:24.655Z] [INFO] NOT OK [Executed in 1048743.683954 ms]
[2023-07-05T20:37:24.655Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-07-05T20:37:24.655Z]
[2023-07-05T20:37:24.655Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-runtimes
[2023-07-05T20:37:24.655Z]
[2023-07-05T20:37:24.655Z] # Uploading artifacts
[2023-07-05T20:37:24.655Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-05T20:37:24.655Z]
[2023-07-05T20:37:24.655Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-07-05T20:37:24.655Z] [ERROR] Failed to execute mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config5551124630413020802tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-07-05T20:37:24.655Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-05T20:37:24.745Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-05T20:37:25.337Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-05T20:37:28.616Z] Recording test results
[2023-07-05T20:37:32.738Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-05T20:37:32.757Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-05T20:37:33.925Z] + rm -rf console.log
[Pipeline] sh
[2023-07-05T20:37:34.219Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2831/consoleText
[2023-07-05T20:37:34.219Z] + tail -n 300

@hbelmiro hbelmiro marked this pull request as ready for review July 5, 2023 21:21
Copy link
Contributor

@fjtirado fjtirado left a comment

Choose a reason for hiding this comment

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

Looks good overall, but besides picky comments I have doubts about grpc which requires further testing and potential changes

hbelmiro referenced this pull request in hbelmiro/kogito-runtimes Jul 6, 2023
…kus-common-deployment/src/main/java/org/kie/kogito/quarkus/common/deployment/KogitoQuarkusResourceUtils.java


https://github.com/kiegroup/kogito-runtimes/pull/3105#discussion_r1254162917

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 6, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3354
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 37.619 s]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 37.717 s]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 8.609 s]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [ 51.864 s]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [01:24 min]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [01:46 min]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 35.677 s]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 0.394 s]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 5.331 s]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [02:01 min]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [02:29 min]
[2023-07-06T12:37:29.942Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:25 min]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [01:03 min]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [01:02 min]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 45.258 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 49.940 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [01:34 min]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 5.510 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.025 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 3.869 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 6.381 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI :: Parser . SUCCESS [ 5.423 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Serverless Workflow :: Fluent ............ SUCCESS [ 0.540 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Core ... SUCCESS [ 8.566 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 6.803 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 15.516 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.250 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 9.495 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.035 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [ 8.073 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [ 23.052 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.070 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 0.649 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 0.043 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 0.119 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.952 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.166 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.273 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.820 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.286 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 3.515 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 12.907 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 11.823 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.258 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) SUCCESS [ 53.173 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.084 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 12.288 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 1.938 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.334 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 11.313 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.143 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 2.267 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.142 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.146 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 9.750 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 0.963 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 3.348 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 13.955 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 9.903 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 20.477 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 9.298 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 0.527 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 32.379 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 0.089 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.249 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 1.447 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 0.895 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 2.394 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 1.277 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:27 min]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 21.809 s]
[2023-07-06T12:37:29.943Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [04:11 min]
[2023-07-06T12:37:29.943Z] [INFO] ------------------------------------------------------------------------
[2023-07-06T12:37:29.943Z] [INFO] BUILD FAILURE
[2023-07-06T12:37:29.943Z] [INFO] ------------------------------------------------------------------------
[2023-07-06T12:37:29.943Z] [INFO] Total time: 16:47 min (Wall Clock)
[2023-07-06T12:37:29.943Z] [INFO] Finished at: 2023-07-06T08:37:28-04:00
[2023-07-06T12:37:29.943Z] [INFO] ------------------------------------------------------------------------
[2023-07-06T12:37:29.943Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed: Failed to bootstrap application in NORMAL mode: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT -> [Help 1]
[2023-07-06T12:37:29.943Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-06T12:37:29.943Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.943Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-06T12:37:29.943Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.943Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-06T12:37:29.943Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-06T12:37:29.943Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-06T12:37:29.943Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Quarkus code generation phase has failed
[2023-07-06T12:37:29.943Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:85)
[2023-07-06T12:37:29.943Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-06T12:37:29.943Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-06T12:37:29.943Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-06T12:37:29.943Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.943Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-06T12:37:29.943Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.943Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-06T12:37:29.943Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-06T12:37:29.943Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-06T12:37:29.943Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to bootstrap application in NORMAL mode
[2023-07-06T12:37:29.943Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:249)
[2023-07-06T12:37:29.943Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-06T12:37:29.943Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-06T12:37:29.943Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-06T12:37:29.943Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-06T12:37:29.943Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-06T12:37:29.943Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-06T12:37:29.943Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-06T12:37:29.943Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-06T12:37:29.944Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-06T12:37:29.944Z] Caused by: io.quarkus.bootstrap.resolver.maven.BootstrapMavenException: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:170)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-06T12:37:29.944Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-06T12:37:29.944Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-06T12:37:29.944Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-06T12:37:29.944Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-06T12:37:29.944Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-06T12:37:29.944Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-06T12:37:29.944Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-06T12:37:29.944Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-06T12:37:29.944Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-06T12:37:29.944Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-06T12:37:29.944Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-06T12:37:29.944Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-06T12:37:29.944Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-06T12:37:29.944Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-06T12:37:29.944Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-06T12:37:29.944Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-06T12:37:29.944Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-06T12:37:29.944Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-06T12:37:29.945Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-06T12:37:29.945Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-06T12:37:29.945Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-06T12:37:29.945Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-06T12:37:29.945Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-06T12:37:29.945Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-06T12:37:29.945Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-06T12:37:29.945Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-06T12:37:29.945Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-06T12:37:29.945Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-06T12:37:29.945Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-06T12:37:29.945Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-06T12:37:29.945Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-06T12:37:29.945Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-06T12:37:29.945Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-06T12:37:29.945Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-06T12:37:29.945Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-06T12:37:29.945Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-06T12:37:29.945Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-06T12:37:29.945Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-06T12:37:29.945Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.945Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-06T12:37:29.945Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-06T12:37:29.945Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-06T12:37:29.945Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-06T12:37:29.945Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-06T12:37:29.945Z] [ERROR]
[2023-07-06T12:37:29.945Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-07-06T12:37:29.945Z] [ERROR]
[2023-07-06T12:37:29.945Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-07-06T12:37:29.945Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-07-06T12:37:29.945Z] [ERROR]
[2023-07-06T12:37:29.945Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-07-06T12:37:29.945Z] [ERROR] mvn -rf :kogito-quarkus-serverless-workflow-extension-live-reload-test
[2023-07-06T12:37:32.452Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining commands and projects
[2023-07-06T12:37:32.452Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-07-06T12:37:32.452Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-07-06T12:37:32.452Z] [INFO] OK [Executed in 0.19172 ms]
[2023-07-06T12:37:32.452Z]
[2023-07-06T12:37:32.452Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-07-06T12:37:32.452Z] [INFO] OK [Executed in 6.679614 ms]
[2023-07-06T12:37:32.452Z]
[2023-07-06T12:37:32.452Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-06T12:37:32.452Z] [INFO] OK [Executed in 6.850345 ms]
[2023-07-06T12:37:32.452Z]
[2023-07-06T12:37:32.452Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config6576647348364524068tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-06T12:37:32.452Z] [INFO] NOT OK [Executed in 1010904.952654 ms]
[2023-07-06T12:37:32.452Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-07-06T12:37:32.452Z]
[2023-07-06T12:37:32.452Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-runtimes
[2023-07-06T12:37:32.452Z]
[2023-07-06T12:37:32.452Z] # Uploading artifacts
[2023-07-06T12:37:32.706Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-06T12:37:32.706Z]
[2023-07-06T12:37:32.706Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-07-06T12:37:32.706Z] [ERROR] Failed to execute mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config6576647348364524068tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-07-06T12:37:32.706Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-06T12:37:32.790Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-06T12:37:33.334Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-06T12:37:37.527Z] Recording test results
[2023-07-06T12:37:41.568Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-06T12:37:41.587Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-06T12:37:42.788Z] + rm -rf console.log
[Pipeline] sh
[2023-07-06T12:37:43.077Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2836/consoleText
[2023-07-06T12:37:43.077Z] + tail -n 300

hbelmiro referenced this pull request in hbelmiro/kogito-runtimes Jul 7, 2023
…kus-common-deployment/src/main/java/org/kie/kogito/quarkus/common/deployment/KogitoQuarkusResourceUtils.java


https://github.com/kiegroup/kogito-runtimes/pull/3105#discussion_r1254162917

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 7, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3353
  • FAILED: 1

Those are the test failures:

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

See console log:

Console Logs [2023-07-07T12:53:07.712Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 34.647 s]
[2023-07-07T12:53:07.712Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 34.669 s]
[2023-07-07T12:53:07.712Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 8.337 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [ 48.185 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [01:29 min]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [01:58 min]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 37.025 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 3.525 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 6.238 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [01:56 min]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [01:58 min]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:23 min]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [ 57.116 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [ 58.660 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 41.473 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 53.946 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [01:33 min]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 1.632 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.023 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 3.778 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 6.216 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI :: Parser . SUCCESS [ 5.381 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Serverless Workflow :: Fluent ............ SUCCESS [ 0.615 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Core ... SUCCESS [ 7.408 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 6.442 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 18.346 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.268 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 9.587 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.049 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [ 7.555 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [ 21.249 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.033 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 0.037 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 0.240 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 0.037 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.574 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.068 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.568 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.342 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.168 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 4.154 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 10.507 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 13.270 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.058 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) SUCCESS [ 55.734 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.037 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 10.984 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 1.008 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.306 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 11.931 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.092 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 2.303 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.061 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.112 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 9.794 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 0.890 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 3.202 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 12.102 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 7.050 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 16.052 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 6.263 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 0.284 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 29.044 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 0.043 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.279 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 2.285 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 1.421 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 2.786 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 0.752 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:22 min]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 18.600 s]
[2023-07-07T12:53:07.713Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [04:23 min]
[2023-07-07T12:53:07.713Z] [INFO] ------------------------------------------------------------------------
[2023-07-07T12:53:07.713Z] [INFO] BUILD FAILURE
[2023-07-07T12:53:07.713Z] [INFO] ------------------------------------------------------------------------
[2023-07-07T12:53:07.713Z] [INFO] Total time: 16:58 min (Wall Clock)
[2023-07-07T12:53:07.713Z] [INFO] Finished at: 2023-07-07T08:53:06-04:00
[2023-07-07T12:53:07.713Z] [INFO] ------------------------------------------------------------------------
[2023-07-07T12:53:07.713Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed: Failed to bootstrap application in NORMAL mode: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT -> [Help 1]
[2023-07-07T12:53:07.713Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T12:53:07.713Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.713Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T12:53:07.713Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.713Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T12:53:07.713Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T12:53:07.713Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T12:53:07.713Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Quarkus code generation phase has failed
[2023-07-07T12:53:07.713Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:85)
[2023-07-07T12:53:07.713Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-07T12:53:07.713Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-07T12:53:07.713Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T12:53:07.713Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T12:53:07.713Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.713Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T12:53:07.713Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.713Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T12:53:07.714Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T12:53:07.714Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to bootstrap application in NORMAL mode
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:249)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-07T12:53:07.714Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T12:53:07.714Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T12:53:07.714Z] Caused by: io.quarkus.bootstrap.resolver.maven.BootstrapMavenException: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:170)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-07T12:53:07.714Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T12:53:07.714Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T12:53:07.714Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-07T12:53:07.714Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-07T12:53:07.714Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-07T12:53:07.714Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-07T12:53:07.714Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-07T12:53:07.714Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-07T12:53:07.714Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-07T12:53:07.714Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T12:53:07.714Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T12:53:07.714Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T12:53:07.714Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T12:53:07.714Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-07T12:53:07.714Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-07T12:53:07.714Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-07T12:53:07.714Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-07T12:53:07.715Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-07T12:53:07.715Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-07T12:53:07.715Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-07T12:53:07.715Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-07T12:53:07.715Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-07T12:53:07.715Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T12:53:07.715Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T12:53:07.715Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-07T12:53:07.715Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-07T12:53:07.715Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-07T12:53:07.715Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-07T12:53:07.715Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-07T12:53:07.715Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-07T12:53:07.715Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-07T12:53:07.715Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-07T12:53:07.715Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-07T12:53:07.715Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-07T12:53:07.715Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-07T12:53:07.715Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-07T12:53:07.715Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-07T12:53:07.715Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T12:53:07.715Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T12:53:07.715Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T12:53:07.715Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T12:53:07.715Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T12:53:07.715Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T12:53:07.715Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T12:53:07.715Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.715Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T12:53:07.715Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T12:53:07.715Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T12:53:07.715Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T12:53:07.715Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T12:53:07.715Z] [ERROR]
[2023-07-07T12:53:07.715Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-07-07T12:53:07.715Z] [ERROR]
[2023-07-07T12:53:07.715Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-07-07T12:53:07.715Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-07-07T12:53:07.715Z] [ERROR]
[2023-07-07T12:53:07.715Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-07-07T12:53:07.715Z] [ERROR] mvn -rf :kogito-quarkus-serverless-workflow-extension-live-reload-test
[2023-07-07T12:53:10.220Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining commands and projects
[2023-07-07T12:53:10.220Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-07-07T12:53:10.220Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-07-07T12:53:10.220Z] [INFO] OK [Executed in 0.166332 ms]
[2023-07-07T12:53:10.220Z]
[2023-07-07T12:53:10.220Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-07-07T12:53:10.220Z] [INFO] OK [Executed in 5.552771 ms]
[2023-07-07T12:53:10.220Z]
[2023-07-07T12:53:10.220Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-07T12:53:10.220Z] [INFO] OK [Executed in 4.793688 ms]
[2023-07-07T12:53:10.220Z]
[2023-07-07T12:53:10.220Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config3480215231348010652tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-07T12:53:10.220Z] [INFO] NOT OK [Executed in 1022178.968373 ms]
[2023-07-07T12:53:10.474Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-07-07T12:53:10.474Z]
[2023-07-07T12:53:10.474Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-runtimes
[2023-07-07T12:53:10.474Z]
[2023-07-07T12:53:10.474Z] # Uploading artifacts
[2023-07-07T12:53:10.474Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-07T12:53:10.474Z]
[2023-07-07T12:53:10.474Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-07-07T12:53:10.474Z] [ERROR] Failed to execute mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config3480215231348010652tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-07-07T12:53:10.474Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-07T12:53:10.555Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-07T12:53:10.965Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-07T12:53:15.155Z] Recording test results
[2023-07-07T12:53:18.827Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-07T12:53:18.917Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-07T12:53:20.062Z] + rm -rf console.log
[Pipeline] sh
[2023-07-07T12:53:20.358Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2841/consoleText
[2023-07-07T12:53:20.358Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 7, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3354
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 36.125 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 40.537 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 8.815 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [ 53.099 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [01:08 min]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [02:05 min]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 41.876 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 0.034 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 23.730 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [02:12 min]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [02:35 min]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:27 min]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [01:03 min]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [ 57.222 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 43.150 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 49.914 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [01:46 min]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 0.780 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.028 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 3.844 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 6.360 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI :: Parser . SUCCESS [ 5.846 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Serverless Workflow :: Fluent ............ SUCCESS [ 1.082 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Core ... SUCCESS [ 8.131 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 7.259 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 14.134 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.319 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 10.473 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.064 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [ 8.866 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [02:23 min]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.083 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 0.177 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 0.073 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 0.036 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.970 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.092 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.549 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.243 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.183 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 3.250 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 10.542 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 14.610 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.176 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) SUCCESS [ 50.055 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.063 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 11.743 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 1.253 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.314 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 9.994 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.184 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 1.455 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.192 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.174 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 8.269 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 1.146 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 2.647 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 17.796 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 10.214 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 19.011 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 8.753 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 1.379 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 31.239 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 0.058 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.248 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 1.894 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 0.809 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 2.462 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 0.953 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:15 min]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 18.420 s]
[2023-07-07T14:59:54.641Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [04:18 min]
[2023-07-07T14:59:54.641Z] [INFO] ------------------------------------------------------------------------
[2023-07-07T14:59:54.641Z] [INFO] BUILD FAILURE
[2023-07-07T14:59:54.641Z] [INFO] ------------------------------------------------------------------------
[2023-07-07T14:59:54.641Z] [INFO] Total time: 18:07 min (Wall Clock)
[2023-07-07T14:59:54.641Z] [INFO] Finished at: 2023-07-07T10:59:53-04:00
[2023-07-07T14:59:54.641Z] [INFO] ------------------------------------------------------------------------
[2023-07-07T14:59:54.641Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed: Failed to bootstrap application in NORMAL mode: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT -> [Help 1]
[2023-07-07T14:59:54.641Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed
[2023-07-07T14:59:54.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-07-07T14:59:54.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T14:59:54.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T14:59:54.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T14:59:54.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T14:59:54.641Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T14:59:54.641Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T14:59:54.641Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T14:59:54.641Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.641Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T14:59:54.641Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.641Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T14:59:54.641Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T14:59:54.641Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T14:59:54.641Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Quarkus code generation phase has failed
[2023-07-07T14:59:54.641Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:85)
[2023-07-07T14:59:54.641Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-07T14:59:54.641Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-07T14:59:54.641Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-07T14:59:54.641Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T14:59:54.642Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T14:59:54.642Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to bootstrap application in NORMAL mode
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:249)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-07T14:59:54.642Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T14:59:54.642Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T14:59:54.642Z] Caused by: io.quarkus.bootstrap.resolver.maven.BootstrapMavenException: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:170)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-07T14:59:54.642Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T14:59:54.642Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T14:59:54.642Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T14:59:54.642Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-07T14:59:54.642Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-07T14:59:54.642Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-07T14:59:54.642Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-07T14:59:54.642Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-07T14:59:54.642Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-07T14:59:54.642Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-07T14:59:54.642Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T14:59:54.642Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T14:59:54.643Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T14:59:54.643Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.643Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T14:59:54.643Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.643Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T14:59:54.643Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T14:59:54.643Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T14:59:54.643Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-07T14:59:54.643Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-07T14:59:54.643Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-07T14:59:54.643Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-07T14:59:54.643Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-07T14:59:54.643Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-07T14:59:54.643Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-07T14:59:54.643Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-07T14:59:54.643Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-07T14:59:54.643Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T14:59:54.643Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-07T14:59:54.643Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-07T14:59:54.643Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-07T14:59:54.643Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-07T14:59:54.643Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-07T14:59:54.643Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-07T14:59:54.643Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-07T14:59:54.643Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-07T14:59:54.643Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-07T14:59:54.643Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-07T14:59:54.643Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-07T14:59:54.643Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-07T14:59:54.643Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-07T14:59:54.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-07T14:59:54.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-07T14:59:54.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-07T14:59:54.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-07T14:59:54.643Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-07T14:59:54.643Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-07T14:59:54.643Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-07T14:59:54.643Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-07T14:59:54.643Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.643Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-07T14:59:54.643Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-07T14:59:54.643Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-07T14:59:54.643Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-07T14:59:54.643Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-07T14:59:54.643Z] [ERROR]
[2023-07-07T14:59:54.643Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-07-07T14:59:54.643Z] [ERROR]
[2023-07-07T14:59:54.643Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-07-07T14:59:54.643Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-07-07T14:59:54.643Z] [ERROR]
[2023-07-07T14:59:54.643Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-07-07T14:59:54.643Z] [ERROR] mvn -rf :kogito-quarkus-serverless-workflow-extension-live-reload-test
[2023-07-07T14:59:56.524Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining commands and projects
[2023-07-07T14:59:56.524Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-07-07T14:59:56.524Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-07-07T14:59:56.524Z] [INFO] OK [Executed in 0.20819 ms]
[2023-07-07T14:59:56.524Z]
[2023-07-07T14:59:56.524Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-07-07T14:59:56.524Z] [INFO] OK [Executed in 6.681604 ms]
[2023-07-07T14:59:56.524Z]
[2023-07-07T14:59:56.524Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-07T14:59:56.524Z] [INFO] OK [Executed in 6.063203 ms]
[2023-07-07T14:59:56.524Z]
[2023-07-07T14:59:56.524Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config5330094578642023097tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-07T14:59:56.524Z] [INFO] NOT OK [Executed in 1090893.161184 ms]
[2023-07-07T14:59:56.524Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-07-07T14:59:56.524Z]
[2023-07-07T14:59:56.524Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-runtimes
[2023-07-07T14:59:56.524Z]
[2023-07-07T14:59:56.524Z] # Uploading artifacts
[2023-07-07T14:59:56.524Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-07T14:59:56.524Z]
[2023-07-07T14:59:56.524Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-07-07T14:59:56.524Z] [ERROR] Failed to execute mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config5330094578642023097tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-07-07T14:59:56.524Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-07T14:59:56.600Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-07T14:59:57.319Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-07T15:00:00.593Z] Recording test results
[2023-07-07T15:00:05.360Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-07T15:00:05.376Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-07T15:00:06.614Z] + rm -rf console.log
[Pipeline] sh
[2023-07-07T15:00:06.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/job/kogito-runtimes.tests.kogito-runtimes/2843/consoleText
[2023-07-07T15:00:06.901Z] + tail -n 300

@hbelmiro
Copy link
Contributor Author

jenkins rerun kogito-runtimes tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 10, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3354
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 41.499 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 43.077 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 10.191 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [01:00 min]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [01:44 min]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [02:07 min]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 47.552 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 5.106 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 6.855 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [02:27 min]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [02:11 min]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:41 min]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [01:03 min]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [01:13 min]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 45.307 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 56.924 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [01:41 min]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 1.410 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.085 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 4.238 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 7.843 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI :: Parser . SUCCESS [ 5.996 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Serverless Workflow :: Fluent ............ SUCCESS [ 0.448 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Core ... SUCCESS [ 8.078 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 8.989 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 14.564 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.333 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 11.645 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.046 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [ 8.082 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [ 25.634 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.057 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 0.060 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 0.049 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 0.097 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.790 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.173 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.616 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.798 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.254 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 5.877 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 17.438 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 18.399 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.152 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) SUCCESS [ 57.461 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.141 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 11.824 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 1.661 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.391 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 13.885 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.120 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 2.043 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.160 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.092 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 14.718 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 5.151 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 6.015 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 10.665 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 9.654 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 25.322 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 9.954 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 0.680 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 36.489 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 1.173 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.150 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 2.512 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 1.158 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 3.214 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 0.992 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:46 min]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 21.371 s]
[2023-07-10T20:35:50.917Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [04:42 min]
[2023-07-10T20:35:50.917Z] [INFO] ------------------------------------------------------------------------
[2023-07-10T20:35:50.917Z] [INFO] BUILD FAILURE
[2023-07-10T20:35:50.917Z] [INFO] ------------------------------------------------------------------------
[2023-07-10T20:35:50.917Z] [INFO] Total time: 18:58 min (Wall Clock)
[2023-07-10T20:35:50.917Z] [INFO] Finished at: 2023-07-10T16:35:49-04:00
[2023-07-10T20:35:50.917Z] [INFO] ------------------------------------------------------------------------
[2023-07-10T20:35:51.173Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed: Failed to bootstrap application in NORMAL mode: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT -> [Help 1]
[2023-07-10T20:35:51.173Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.7.Final:generate-code (default) on project kogito-quarkus-serverless-workflow-extension-live-reload-test: Quarkus code generation phase has failed
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-10T20:35:51.173Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-10T20:35:51.173Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Quarkus code generation phase has failed
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:85)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-10T20:35:51.173Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-10T20:35:51.173Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-10T20:35:51.173Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to bootstrap application in NORMAL mode
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:249)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-10T20:35:51.173Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-10T20:35:51.173Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-10T20:35:51.173Z] Caused by: io.quarkus.bootstrap.resolver.maven.BootstrapMavenException: Failed to resolve artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-10T20:35:51.173Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:170)
[2023-07-10T20:35:51.173Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-10T20:35:51.173Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-10T20:35:51.173Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-10T20:35:51.173Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-10T20:35:51.173Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-10T20:35:51.173Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-10T20:35:51.173Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-10T20:35:51.173Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-10T20:35:51.173Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-10T20:35:51.173Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-10T20:35:51.173Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-10T20:35:51.173Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-10T20:35:51.173Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-10T20:35:51.174Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-10T20:35:51.174Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-10T20:35:51.174Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-07-10T20:35:51.174Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-10T20:35:51.174Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-10T20:35:51.174Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-10T20:35:51.174Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-10T20:35:51.174Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-10T20:35:51.174Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-serverless-workflow-openapi-generated:jar:2.0.0-SNAPSHOT
[2023-07-10T20:35:51.174Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-07-10T20:35:51.174Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-07-10T20:35:51.174Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
[2023-07-10T20:35:51.174Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolveInternal (MavenArtifactResolver.java:165)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.resolve (MavenArtifactResolver.java:159)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visitLeave (BuildDependencyGraphVisitor.java:141)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:92)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor.visit (BuildDependencyGraphVisitor.java:82)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyTreeResolver.resolve (ApplicationDependencyTreeResolver.java:210)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel (BootstrapAppModelResolver.java:321)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel (BootstrapAppModelResolver.java:286)
[2023-07-10T20:35:51.174Z] at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel (BootstrapAppModelResolver.java:165)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.doBootstrap (QuarkusBootstrapProvider.java:246)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.QuarkusBootstrapProvider$QuarkusMavenAppBootstrap.bootstrapApplication (QuarkusBootstrapProvider.java:297)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.QuarkusBootstrapProvider.bootstrapApplication (QuarkusBootstrapProvider.java:103)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.QuarkusBootstrapMojo.bootstrapApplication (QuarkusBootstrapMojo.java:272)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.GenerateCodeMojo.generateCode (GenerateCodeMojo.java:70)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.GenerateCodeMojo.doExecute (GenerateCodeMojo.java:53)
[2023-07-10T20:35:51.174Z] at io.quarkus.maven.QuarkusBootstrapMojo.execute (QuarkusBootstrapMojo.java:154)
[2023-07-10T20:35:51.174Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-07-10T20:35:51.174Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-07-10T20:35:51.174Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-07-10T20:35:51.174Z] at java.lang.Thread.run (Thread.java:829)
[2023-07-10T20:35:51.174Z] [ERROR]
[2023-07-10T20:35:51.174Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-07-10T20:35:51.174Z] [ERROR]
[2023-07-10T20:35:51.174Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-07-10T20:35:51.174Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-07-10T20:35:51.174Z] [ERROR]
[2023-07-10T20:35:51.174Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-07-10T20:35:51.174Z] [ERROR] mvn -rf :kogito-quarkus-serverless-workflow-extension-live-reload-test
[2023-07-10T20:35:54.447Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining commands and projects
[2023-07-10T20:35:54.447Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-07-10T20:35:54.447Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-07-10T20:35:54.447Z] [INFO] OK [Executed in 0.162685 ms]
[2023-07-10T20:35:54.447Z]
[2023-07-10T20:35:54.447Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-07-10T20:35:54.447Z] [INFO] OK [Executed in 6.474281 ms]
[2023-07-10T20:35:54.447Z]
[2023-07-10T20:35:54.447Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-10T20:35:54.447Z] [INFO] OK [Executed in 6.778162 ms]
[2023-07-10T20:35:54.447Z]
[2023-07-10T20:35:54.447Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config2396061177315602267tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-07-10T20:35:54.447Z] [INFO] NOT OK [Executed in 1142238.995728 ms]
[2023-07-10T20:35:54.447Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-07-10T20:35:54.447Z]
[2023-07-10T20:35:54.447Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-runtimes
[2023-07-10T20:35:54.447Z]
[2023-07-10T20:35:54.447Z] # Uploading artifacts
[2023-07-10T20:35:54.447Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-10T20:35:54.447Z]
[2023-07-10T20:35:54.447Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-07-10T20:35:54.447Z] [ERROR] Failed to execute mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config2396061177315602267tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-07-10T20:35:54.447Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-10T20:35:54.562Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-10T20:35:55.147Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-10T20:36:00.393Z] Recording test results
[2023-07-10T20:36:04.778Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-10T20:36:04.797Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-10T20:36:05.985Z] + rm -rf console.log
[Pipeline] sh
[2023-07-10T20:36:06.280Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/2849/consoleText
[2023-07-10T20:36:06.280Z] + tail -n 300

hbelmiro referenced this pull request in hbelmiro/kogito-runtimes Jul 11, 2023
…kus-common-deployment/src/main/java/org/kie/kogito/quarkus/common/deployment/KogitoQuarkusResourceUtils.java


https://github.com/kiegroup/kogito-runtimes/pull/3105#discussion_r1254162917

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
hbelmiro and others added 12 commits July 19, 2023 09:12
…kus-common-deployment/src/main/java/org/kie/kogito/quarkus/common/deployment/KogitoQuarkusResourceUtils.java


https://github.com/kiegroup/kogito-runtimes/pull/3105#discussion_r1254162917

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Helber Belmiro <[email protected]>
…n/kogito-quarkus-serverless-workflow-extension-live-reload-test/pom.xml

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Helber Belmiro <[email protected]>
…endency to integration test

Signed-off-by: Helber Belmiro <[email protected]>
…ency to integration test

Signed-off-by: Helber Belmiro <[email protected]>
…pendency to integration test

Signed-off-by: Helber Belmiro <[email protected]>
Signed-off-by: Helber Belmiro <[email protected]>
…n/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/test/java/org/kie/kogito/quarkus/serverless/workflow/deployment/livereload/LiveReloadProcessorTest.java

Co-authored-by: Tristan Radisson <[email protected]>
@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 19, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3356
  • FAILED: 1

Those are the test failures:

org.kie.kogito.quarkus.serverless.workflow.deployment.livereload.LiveReloadProcessorTest.testOpenApi 1 expectation failed.
Expected status code <201> but was <500>.

@hbelmiro
Copy link
Contributor Author

@radtriste @fjtirado @ricardozanini @ederign
Workflows that use AsyncAPI still don't work with live reload and it will require further analysis.
I created a disabled test for it and a follow-up jira for this particular use case. That way we can incorporate the fix we already have for OpenAPI and gRPC without having to wait for the AsyncAPI one.

@ederign
Copy link
Member

ederign commented Jul 19, 2023

@caponetto probably useful for backstage!

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 19, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3355
  • FAILED: 2

Those are the test failures:

org.kie.kogito.tracing.QuarkusTracingAddonDevServicesIT.testEvaluateLoanEligibility java.lang.RuntimeException: Failed to start quarkus
org.kie.kogito.quarkus.serverless.workflow.deployment.livereload.LiveReloadProcessorTest.testOpenApi 1 expectation failed.
Expected status code <201> but was <500>.

@sonarcloud
Copy link

sonarcloud bot commented Jul 19, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

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

66.1% 66.1% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@fjtirado fjtirado merged commit 0e04e3b into apache:main Jul 24, 2023
6 of 7 checks passed
@hbelmiro hbelmiro deleted the KOGITO-9415 branch July 24, 2023 12:16
@hbelmiro
Copy link
Contributor Author

@radtriste it would be nice to cherry-pick this to 1.42.x.

github-actions bot pushed a commit that referenced this pull request Jul 25, 2023
* KOGITO-9415 Added Live Reload support for CodeGenProviders

Signed-off-by: Helber Belmiro <[email protected]>

* Update quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/java/org/kie/kogito/quarkus/common/deployment/KogitoQuarkusResourceUtils.java

https://github.com/kiegroup/kogito-runtimes/pull/3105#discussion_r1254162917

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>

* KOGITO-9415 Francisco's review

Signed-off-by: Helber Belmiro <[email protected]>

* Update quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/pom.xml

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>

* KOGITO-9415 Rebase

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-serverless-workflow-openapi-generated as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-quarkus-workflow-common-deployment as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-addons-quarkus-common-deployment as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-quarkus-serverless-workflow-deployment as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 Modified package of model in integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 Fixed sonar warning

Signed-off-by: Helber Belmiro <[email protected]>

* Update quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/test/java/org/kie/kogito/quarkus/serverless/workflow/deployment/livereload/LiveReloadProcessorTest.java

Co-authored-by: Tristan Radisson <[email protected]>

* KOGITO-9415 Added disabled test for AsyncAPI

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 Fixed test for OpenAPI

Signed-off-by: Helber Belmiro <[email protected]>

---------

Signed-off-by: Helber Belmiro <[email protected]>
Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
Co-authored-by: Tristan Radisson <[email protected]>
hbelmiro added a commit to hbelmiro/kogito-runtimes that referenced this pull request Jul 26, 2023
* KOGITO-9415 Added Live Reload support for CodeGenProviders

Signed-off-by: Helber Belmiro <[email protected]>

* Update quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/java/org/kie/kogito/quarkus/common/deployment/KogitoQuarkusResourceUtils.java

https://github.com/kiegroup/kogito-runtimes/pull/3105#discussion_r1254162917

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>

* KOGITO-9415 Francisco's review

Signed-off-by: Helber Belmiro <[email protected]>

* Update quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/pom.xml

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>

* KOGITO-9415 Rebase

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-serverless-workflow-openapi-generated as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-quarkus-workflow-common-deployment as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-addons-quarkus-common-deployment as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-quarkus-serverless-workflow-deployment as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 Modified package of model in integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 Fixed sonar warning

Signed-off-by: Helber Belmiro <[email protected]>

* Update quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/test/java/org/kie/kogito/quarkus/serverless/workflow/deployment/livereload/LiveReloadProcessorTest.java

Co-authored-by: Tristan Radisson <[email protected]>

* KOGITO-9415 Added disabled test for AsyncAPI

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 Fixed test for OpenAPI

Signed-off-by: Helber Belmiro <[email protected]>

---------

Signed-off-by: Helber Belmiro <[email protected]>
Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
Co-authored-by: Tristan Radisson <[email protected]>
(cherry picked from commit 0e04e3b)
radtriste pushed a commit that referenced this pull request Jul 27, 2023
…3105) (#3138)

* KOGITO-9415 Added Live Reload support for CodeGenProviders (#3105)

* KOGITO-9415 Added Live Reload support for CodeGenProviders

Signed-off-by: Helber Belmiro <[email protected]>

* Update quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/java/org/kie/kogito/quarkus/common/deployment/KogitoQuarkusResourceUtils.java

https://github.com/kiegroup/kogito-runtimes/pull/3105#discussion_r1254162917

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>

* KOGITO-9415 Francisco's review

Signed-off-by: Helber Belmiro <[email protected]>

* Update quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/pom.xml

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>

* KOGITO-9415 Rebase

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-serverless-workflow-openapi-generated as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-quarkus-workflow-common-deployment as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-addons-quarkus-common-deployment as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 added kogito-quarkus-serverless-workflow-deployment as dependency to integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 Modified package of model in integration test

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 Fixed sonar warning

Signed-off-by: Helber Belmiro <[email protected]>

* Update quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/test/java/org/kie/kogito/quarkus/serverless/workflow/deployment/livereload/LiveReloadProcessorTest.java

Co-authored-by: Tristan Radisson <[email protected]>

* KOGITO-9415 Added disabled test for AsyncAPI

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9415 Fixed test for OpenAPI

Signed-off-by: Helber Belmiro <[email protected]>

---------

Signed-off-by: Helber Belmiro <[email protected]>
Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
Co-authored-by: Tristan Radisson <[email protected]>
(cherry picked from commit 0e04e3b)

* Fixed version

Signed-off-by: Helber Belmiro <[email protected]>

---------

Signed-off-by: Helber Belmiro <[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.

6 participants