Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Quarkus 3: Fix patches #3086

Merged
merged 1 commit into from
Jun 22, 2023
Merged

Quarkus 3: Fix patches #3086

merged 1 commit into from
Jun 22, 2023

Conversation

radtriste
Copy link
Contributor

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

How to backport a pull request to a different branch?

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

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

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

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

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

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

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

jenkins rewrite quarkus-3

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

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

@radtriste radtriste requested a review from pefernan June 22, 2023 07:20
@radtriste
Copy link
Contributor Author

jenkins run quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jun 22, 2023

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

Reproducer

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

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

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

Console Logs [2023-06-22T07:54:56.018Z] [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[2023-06-22T07:54:56.018Z] [INFO] Tests are skipped.
[2023-06-22T07:54:56.018Z] [INFO]
[2023-06-22T07:54:56.018Z] [INFO] --- failsafe:2.22.1:verify (default) @ drools-drlonyaml-cli-tests ---
[2023-06-22T07:54:56.018Z] [INFO] Tests are skipped.
[2023-06-22T07:54:56.018Z] [INFO]
[2023-06-22T07:54:56.018Z] [INFO] --- install:2.5.2:install (default-install) @ drools-drlonyaml-cli-tests ---
[2023-06-22T07:54:56.018Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-runtimes.quarkus-3.kogito-runtimes/bc/kiegroup_drools/drools-drlonyaml-parent/drools-drlonyaml-cli-tests/target/drools-drlonyaml-cli-tests-8.41.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/drools/drools-drlonyaml-cli-tests/8.41.0-SNAPSHOT/drools-drlonyaml-cli-tests-8.41.0-SNAPSHOT.jar
[2023-06-22T07:54:56.018Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-runtimes.quarkus-3.kogito-runtimes/bc/kiegroup_drools/drools-drlonyaml-parent/drools-drlonyaml-cli-tests/pom.xml to /home/jenkins/.m2/repository/org/drools/drools-drlonyaml-cli-tests/8.41.0-SNAPSHOT/drools-drlonyaml-cli-tests-8.41.0-SNAPSHOT.pom
[2023-06-22T07:54:56.019Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-runtimes.quarkus-3.kogito-runtimes/bc/kiegroup_drools/drools-drlonyaml-parent/drools-drlonyaml-cli-tests/target/drools-drlonyaml-cli-tests-8.41.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/drools/drools-drlonyaml-cli-tests/8.41.0-SNAPSHOT/drools-drlonyaml-cli-tests-8.41.0-SNAPSHOT-sources.jar
[2023-06-22T07:54:56.019Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-runtimes.quarkus-3.kogito-runtimes/bc/kiegroup_drools/drools-drlonyaml-parent/drools-drlonyaml-cli-tests/target/drools-drlonyaml-cli-tests-8.41.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/drools/drools-drlonyaml-cli-tests/8.41.0-SNAPSHOT/drools-drlonyaml-cli-tests-8.41.0-SNAPSHOT-test-sources.jar
[2023-06-22T07:54:56.019Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-runtimes.quarkus-3.kogito-runtimes/bc/kiegroup_drools/drools-drlonyaml-parent/drools-drlonyaml-cli-tests/target/drools-drlonyaml-cli-tests-8.41.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/drools/drools-drlonyaml-cli-tests/8.41.0-SNAPSHOT/drools-drlonyaml-cli-tests-8.41.0-SNAPSHOT-tests.jar
[2023-06-22T07:54:56.019Z] [INFO] ------------------------------------------------------------------------
[2023-06-22T07:54:56.019Z] [INFO] Reactor Summary for Drools :: Parent 8.41.0-SNAPSHOT:
[2023-06-22T07:54:56.019Z] [INFO]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Parent ................................... SUCCESS [ 0.739 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE core BOM ....................................... SUCCESS [ 0.013 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools BOM (Bill Of Materials) ..................... SUCCESS [ 0.011 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto BOM (Bill Of Materials) ..................... SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.019Z] [INFO] Kie DMN BOM (Bill Of Materials) .................... SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.019Z] [INFO] Kie PMML BOM (Bill Of Materials) ................... SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Bom Parent ............................... SUCCESS [ 0.009 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Build Parent ............................. SUCCESS [ 0.622 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Public API .................................. SUCCESS [ 2.493 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Internal .................................... SUCCESS [ 1.627 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Util ........................................ SUCCESS [ 0.019 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Util :: Maven Support ....................... SUCCESS [ 0.097 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Util :: Maven Integration ................... SUCCESS [ 0.549 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Util :: XML supposrt ........................ SUCCESS [ 0.114 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Util ..................................... SUCCESS [ 0.533 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Memory Compiler ............................. SUCCESS [ 0.250 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Rule Units :: Parent ..................... SUCCESS [ 0.017 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Rule Units :: API ........................ SUCCESS [ 0.101 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Wiring :: Parent ......................... SUCCESS [ 0.015 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Wiring :: API ............................ SUCCESS [ 0.186 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: base ..................................... SUCCESS [ 0.667 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Wiring :: Static ......................... SUCCESS [ 0.131 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: IO ....................................... SUCCESS [ 0.121 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Core ..................................... SUCCESS [ 2.963 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: DRL AST .................................. SUCCESS [ 0.306 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: DRL :: Parser ............................ SUCCESS [ 1.084 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: DRL :: Extensions ........................ SUCCESS [ 0.083 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Wiring :: Dynamic ........................ SUCCESS [ 0.135 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: KieSession ............................... SUCCESS [ 0.882 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: ECJ ...................................... SUCCESS [ 0.153 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Test Utility Classes ........................ SUCCESS [ 0.224 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Compiler ................................. SUCCESS [ 1.522 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Model :: Parent .......................... SUCCESS [ 0.019 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Codegen :: Common ........................ SUCCESS [ 0.092 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Canonical Model .......................... SUCCESS [ 1.366 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Model :: Compiler ........................ SUCCESS [ 0.745 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: MVEL Parser .............................. SUCCESS [ 2.181 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: MVEL Compiler ............................ SUCCESS [ 1.045 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Commands ................................. SUCCESS [ 0.435 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: XML Support .............................. SUCCESS [ 0.422 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Truth Maintenance System ................. SUCCESS [ 0.260 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: MVEL ..................................... SUCCESS [ 1.377 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Templates ................................ SUCCESS [ 0.401 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Decision Tables .......................... SUCCESS [ 0.872 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Model :: Codegen ......................... SUCCESS [ 4.336 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Rule Units :: Implementation ............. SUCCESS [ 0.401 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Rule Units :: DSL ........................ SUCCESS [ 0.443 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Rule Units :: Engine ..................... SUCCESS [ 0.026 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Legacy Test Util ......................... SUCCESS [ 0.197 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Beliefs .................................. SUCCESS [ 0.522 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Serialization :: Protobuf ................ SUCCESS [ 2.358 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools Persistence projects ........................ SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Persistence :: API ....................... SUCCESS [ 0.094 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Persistence :: JPA ....................... SUCCESS [ 0.523 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Traits ................................... SUCCESS [ 1.941 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Verifier ................................. SUCCESS [ 0.011 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools Workbench - Verifier Api .................... SUCCESS [ 0.062 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Verifier DRL ............................. SUCCESS [ 0.994 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools Workbench - Verifier Core ................... SUCCESS [ 1.003 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools examples .................................... SUCCESS [ 0.692 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: CI .......................................... SUCCESS [ 0.676 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Engine :: Classic ........................ SUCCESS [ 0.025 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples ............................. SUCCESS [ 0.011 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples :: Default KieSession ....... SUCCESS [ 0.134 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples :: Named KieSession ......... SUCCESS [ 0.128 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples :: KieBase Inclusion ........ SUCCESS [ 0.127 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples :: Default KieSession From File SUCCESS [ 0.142 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples :: Named KieSession from File SUCCESS [ 0.118 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples :: KieModule from Multiple Files SUCCESS [ 0.117 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: examples :: KieFileSystemExample ......... SUCCESS [ 0.108 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples :: KieModuleModel Example ... SUCCESS [ 0.115 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples :: KieContainer from KieRepo SUCCESS [ 0.178 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples :: Multiple KieBases ........ SUCCESS [ 0.090 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: API examples :: Reactive KieSession ...... SUCCESS [ 0.114 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage ............................ SUCCESS [ 0.034 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: Standalone reproducers .. SUCCESS [ 0.018 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Parent SUCCESS [ 0.009 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Domain SUCCESS [ 0.047 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: KJar SUCCESS [ 0.026 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Tests SUCCESS [ 0.144 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Parent SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Domain SUCCESS [ 0.057 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: KJar SUCCESS [ 0.030 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Tests SUCCESS [ 0.153 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: Test Suite .............. SUCCESS [ 0.891 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Engine ................................... SUCCESS [ 0.024 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Alpha Network Compiler ................... SUCCESS [ 0.357 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: Compiler integration tests SUCCESS [ 11.134 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: Integration tests without mvel SUCCESS [ 0.166 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: Integration tests without TMS SUCCESS [ 0.124 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: Integration tests without xml SUCCESS [ 0.112 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: Integration tests with Rule Units Parent SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: Jar for Integration tests with Rule Units SUCCESS [ 0.098 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Test Coverage :: Integration tests with Rule Units SUCCESS [ 0.156 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Scenario Simulation Parent ............... SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.019Z] [INFO] Drools :: Scenario Simulation API .................. SUCCESS [ 0.350 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Decision Model Notation ..................... SUCCESS [ 0.012 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Decision Model Notation :: Model ............ SUCCESS [ 0.549 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto ............................................. SUCCESS [ 0.134 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto :: Core ..................................... SUCCESS [ 0.020 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto :: Common :: Api ............................ SUCCESS [ 1.119 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Decision Model Notation :: API .............. SUCCESS [ 0.113 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Decision Model Notation :: FEEL ............. SUCCESS [ 3.694 s]
[2023-06-22T07:54:56.019Z] [INFO] KIE :: Decision Model Notation :: Backend .......... SUCCESS [ 0.740 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto :: Compilation :: Manager ................... SUCCESS [ 0.018 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto :: Compilation :: Manager :: Api ............ SUCCESS [ 0.345 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto :: Common :: Core ........................... SUCCESS [ 0.432 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto :: Compilation :: Manager :: Core ........... SUCCESS [ 0.417 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto :: Runtime :: Manager ....................... SUCCESS [ 0.019 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto :: Runtime :: Manager :: Api ................ SUCCESS [ 0.277 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto :: Runtime :: Manager :: Core ............... SUCCESS [ 0.351 s]
[2023-06-22T07:54:56.019Z] [INFO] Efesto :: Common :: Utils .......................... SUCCESS [ 0.098 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML ........................................ SUCCESS [ 0.016 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: API ................................. SUCCESS [ 0.691 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Commons ............................. SUCCESS [ 0.920 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Compiler ............................ SUCCESS [ 0.019 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Compiler :: API ..................... SUCCESS [ 0.703 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Compiler :: Commons ................. SUCCESS [ 1.515 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Compiler :: Core .................... SUCCESS [ 0.456 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Evaluator ........................... SUCCESS [ 0.016 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Evaluator :: API .................... SUCCESS [ 0.066 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Evaluator :: Core ................... SUCCESS [ 0.583 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models .............................. SUCCESS [ 0.016 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Regression ................ SUCCESS [ 0.054 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Regression :: Model ....... SUCCESS [ 0.349 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Regression :: Compiler .... SUCCESS [ 0.675 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Regression :: Evaluator ... SUCCESS [ 0.263 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: Core ............. SUCCESS [ 3.840 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Scenario Simulation Backend .............. SUCCESS [ 1.523 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Evaluator :: Utils .................. SUCCESS [ 0.094 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools .................... SUCCESS [ 0.128 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Common .......... SUCCESS [ 2.061 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Tree ...................... SUCCESS [ 0.017 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Tree :: Model ............. SUCCESS [ 0.297 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Tree :: Compiler .......... SUCCESS [ 0.581 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Tree :: Evaluator ......... SUCCESS [ 0.260 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Scorecard ................. SUCCESS [ 0.016 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Model ........ SUCCESS [ 0.329 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Compiler ..... SUCCESS [ 0.563 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Evaluator .... SUCCESS [ 0.251 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Mining .................... SUCCESS [ 0.015 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Mining :: Model ........... SUCCESS [ 0.363 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Mining :: Compiler ........ SUCCESS [ 0.623 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Mining :: Evaluator ....... SUCCESS [ 0.395 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Clustering ................ SUCCESS [ 0.017 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Clustering :: Model ....... SUCCESS [ 0.392 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Clustering :: Compiler .... SUCCESS [ 0.586 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Clustering :: Evaluator ... SUCCESS [ 0.287 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Dependencies ........................ SUCCESS [ 0.038 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree ............ SUCCESS [ 0.018 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Model ... SUCCESS [ 0.108 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Compiler SUCCESS [ 0.545 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Evaluator SUCCESS [ 0.347 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard ....... SUCCESS [ 0.045 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Model SUCCESS [ 0.097 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Compiler SUCCESS [ 0.595 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Evaluator SUCCESS [ 0.322 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL ......................................... SUCCESS [ 0.011 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL :: API .................................. SUCCESS [ 0.164 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL :: Compilation :: Common ................ SUCCESS [ 0.214 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL :: Runtime :: Common .................... SUCCESS [ 0.168 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL :: Implementations ...................... SUCCESS [ 0.011 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL :: MapInput ............................. SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL :: MapInput :: Runtime .................. SUCCESS [ 0.287 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Scenario Simulation Integration Test ..... SUCCESS [ 0.128 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Metric Analysis .......................... SUCCESS [ 0.234 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Impact Analysis .......................... SUCCESS [ 0.011 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Impact Analysis :: Model ................. SUCCESS [ 0.076 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Impact Analysis :: Parser ................ SUCCESS [ 0.198 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Impact Analysis Graph .................... SUCCESS [ 0.011 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Impact Analysis Graph :: Common .......... SUCCESS [ 0.089 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Impact Analysis Graph :: Graphviz ........ SUCCESS [ 0.163 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Impact Analysis :: Integration Tests ..... SUCCESS [ 0.210 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: ReteDiagram .............................. SUCCESS [ 0.205 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: FastUtil ................................. SUCCESS [ 0.207 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Efesto :: Dependencies ...................... SUCCESS [ 0.044 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL :: KieSession :: Local .................. SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL :: KieSession :: Local :: Runtime ....... SUCCESS [ 0.089 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL :: Tests ................................ SUCCESS [ 0.182 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: DRL :: Tests Without IndexFile .............. SUCCESS [ 0.124 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: Internal utils for Validation bootstrap SUCCESS [ 0.094 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: Validation ....... SUCCESS [ 5.412 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: OpenAPI (OAS) utilities SUCCESS [ 0.353 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: TCK .............. SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: Legacy tests (previous DMN versions) SUCCESS [ 1.779 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: Trisotech extensions support SUCCESS [ 0.306 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: Signavio extensions support SUCCESS [ 0.334 s]
[2023-06-22T07:54:56.020Z] [INFO] KiE :: Decision Model Notation - PMML Tests :: Parent SUCCESS [ 0.008 s]
[2023-06-22T07:54:56.020Z] [INFO] KiE :: Decision Model Notation - PMML Tests ........ SUCCESS [ 0.243 s]
[2023-06-22T07:54:56.020Z] [INFO] KiE :: Decision Model Notation - PMML Trusty Tests . SUCCESS [ 0.109 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: xls2dmn CLI Utility SUCCESS [ 3.159 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: JSR-223 JQ ScriptEngine SUCCESS [ 0.150 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: Core JSR-223 ..... SUCCESS [ 0.229 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn parent SUCCESS [ 0.011 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn utilities SUCCESS [ 0.232 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn CLI .. SUCCESS [ 1.396 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Tests ..................... SUCCESS [ 0.250 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Regression :: Tests ....... SUCCESS [ 0.392 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Tests ... SUCCESS [ 0.326 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Tests SUCCESS [ 0.346 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Mining :: Tests ........... SUCCESS [ 0.372 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Tree :: Tests ............. SUCCESS [ 0.300 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Clustering :: Tests ....... SUCCESS [ 0.317 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Tests ........ SUCCESS [ 0.327 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Maven Plugin ................................ SUCCESS [ 3.479 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Maven Archetypes ............................ SUCCESS [ 0.012 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Drools DMN engine Maven Archetype ........... SUCCESS [ 0.989 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and RuleUnit SUCCESS [ 0.064 s]
[2023-06-22T07:54:56.020Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and traditional rule style SUCCESS [ 0.062 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension ........................ SUCCESS [ 0.012 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension :: Util :: Deployment .. SUCCESS [ 0.252 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension :: Runtime ............. SUCCESS [ 0.386 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension :: Deployment .......... SUCCESS [ 0.333 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension :: Integration Test .... SUCCESS [ 0.588 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension :: Integration Test :: Hotreload SUCCESS [ 0.317 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension :: Integration Test with Rule Unit SUCCESS [ 0.340 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension :: Quickstart Integration Test SUCCESS [ 0.298 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension :: Examples ............ SUCCESS [ 0.012 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SUCCESS [ 0.366 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SUCCESS [ 0.236 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Testing Extension Example :: Runtime SUCCESS [ 0.212 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Quarkus Testing Extension Example :: Deployment SUCCESS [ 0.444 s]
[2023-06-22T07:54:56.020Z] [INFO] Kie :: Jpmml Migration Recipe ...................... SUCCESS [ 0.387 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Reliability .............................. SUCCESS [ 0.010 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Reliability :: Core ...................... SUCCESS [ 0.139 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: Reliability :: Infinispan ................ SUCCESS [ 0.926 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: DRL on YAML .............................. SUCCESS [ 0.009 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: DRL on YAML :: schema generator .......... SUCCESS [ 0.354 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: DRL on YAML :: model ..................... SUCCESS [ 0.416 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: DRL on YAML :: to DRL emitter ............ SUCCESS [ 0.144 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: DRL on YAML :: CLI ....................... SUCCESS [ 0.823 s]
[2023-06-22T07:54:56.020Z] [INFO] Drools :: DRL on YAML :: CLI tests ................. SUCCESS [ 1.370 s]
[2023-06-22T07:54:56.020Z] [INFO] ------------------------------------------------------------------------
[2023-06-22T07:54:56.020Z] [INFO] BUILD SUCCESS
[2023-06-22T07:54:56.020Z] [INFO] ------------------------------------------------------------------------
[2023-06-22T07:54:56.020Z] [INFO] Total time: 01:58 min
[2023-06-22T07:54:56.020Z] [INFO] Finished at: 2023-06-22T03:54:55-04:00
[2023-06-22T07:54:56.020Z] [INFO] ------------------------------------------------------------------------
[2023-06-22T07:54:56.020Z] [INFO] Execution summary for kiegroup/drools
[2023-06-22T07:54:56.020Z] # [BEFORE] [kiegroup/drools] export INTEGRATION_BRANCH=
[2023-06-22T07:54:56.020Z] [INFO] OK [Executed in 0.190337 ms]
[2023-06-22T07:54:56.020Z]
[2023-06-22T07:54:56.020Z] # [BEFORE] [kiegroup/drools] bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi"
[2023-06-22T07:54:56.020Z] [INFO] NOT OK [Executed in 133489.07775 ms]
[2023-06-22T07:54:56.020Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[2023-06-22T07:54:56.020Z]
[2023-06-22T07:54:56.021Z] # [COMMANDS] [kiegroup/drools] mvn dependency:tree clean install -Dquickly -Denforcer.skip -s /home/jenkins/workspace/KIE/kogito/main/pullrequest.quarkus-3/kogito-runtimes.quarkus-3.kogito-runtimes@tmp/config4769120996624814430tmp -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 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-06-22T07:54:56.021Z] [INFO] OK [Executed in 119511.723056 ms]
[2023-06-22T07:54:56.021Z]
[2023-06-22T07:54:56.021Z] [INFO] [AFTER] No commands were found for kiegroup/drools
[2023-06-22T07:54:56.021Z]
[2023-06-22T07:54:56.021Z] [INFO] kiegroup/drools failed. Won't execute remaining projects
[2023-06-22T07:54:56.021Z] # Uploading artifacts
[2023-06-22T07:54:56.021Z] [INFO] Will not upload any artifacts in CLI environment
[2023-06-22T07:54:56.021Z]
[2023-06-22T07:54:56.021Z] [ERROR] Failed to execute commands for kiegroup/drools
[2023-06-22T07:54:56.021Z] [ERROR] Failed to execute bash -c "if [ ! -z 'quarkus-3' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh quarkus-3 ; fi" :
[2023-06-22T07:54:56.021Z] [ERROR] The process '/usr/bin/bash' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-06-22T07:54:56.098Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-22T07:54:56.501Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-06-22T07:54:56.528Z] Recording test results
[2023-06-22T07:54:57.280Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-06-22T07:54:57.298Z] Archiving artifacts
[2023-06-22T07:54:56.708Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-06-22T07:54:58.169Z] + rm -rf console.log
[Pipeline] sh
[2023-06-22T07:54:58.462Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest.quarkus-3/job/kogito-runtimes.quarkus-3.kogito-runtimes/42/consoleText
[2023-06-22T07:54:58.462Z] + tail -n 300

@sonarcloud
Copy link

sonarcloud bot commented Jun 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

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

@radtriste
Copy link
Contributor Author

jenkins run quarkus-3

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jun 22, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3342
  • FAILED: 7

Those are the test failures:

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

@radtriste radtriste merged commit 1d67f60 into apache:main Jun 22, 2023
7 checks passed
@radtriste radtriste deleted the quarkus3_fixes branch June 22, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants