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-9522, KOGITO-8841 Add Jobs and process operations to Data Index addons gatewayAPI #1824

Closed
wants to merge 2 commits into from

Conversation

nmirasch
Copy link
Contributor

@nmirasch nmirasch commented Aug 7, 2023

jiras:
https://issues.redhat.com/browse/KOGITO-8841
https://issues.redhat.com/browse/KOGITO-9522

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-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-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-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-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-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-apps|kogito-examples] native-lts

How to backport a pull request to a different branch?

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

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

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

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

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

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

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

jenkins rewrite quarkus-3

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

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

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 9, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
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-apps/pull/1824 --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-apps.tests.downstream.kogito-quarkus-examples/661/display/redirect
See console log:

Console Logs [2023-08-09T14:36:51.461Z] [INFO] Drools Workbench - Verifier Core ................... SUCCESS [ 1.473 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools examples .................................... SUCCESS [ 1.338 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: CI .......................................... SUCCESS [ 3.793 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Engine :: Classic ........................ SUCCESS [ 0.021 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples ............................. SUCCESS [ 0.009 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples :: Default KieSession ....... SUCCESS [ 0.110 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples :: Named KieSession ......... SUCCESS [ 0.110 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples :: KieBase Inclusion ........ SUCCESS [ 0.109 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples :: Default KieSession From File SUCCESS [ 0.114 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples :: Named KieSession from File SUCCESS [ 0.293 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples :: KieModule from Multiple Files SUCCESS [ 0.149 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: examples :: KieFileSystemExample ......... SUCCESS [ 0.136 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples :: KieModuleModel Example ... SUCCESS [ 0.133 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples :: KieContainer from KieRepo SUCCESS [ 0.166 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples :: Multiple KieBases ........ SUCCESS [ 0.091 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: API examples :: Reactive KieSession ...... SUCCESS [ 0.107 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage ............................ SUCCESS [ 0.009 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: Standalone reproducers .. SUCCESS [ 0.008 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Parent SUCCESS [ 0.008 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Domain SUCCESS [ 0.046 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: KJar SUCCESS [ 0.023 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Tests SUCCESS [ 0.196 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Parent SUCCESS [ 0.011 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Domain SUCCESS [ 0.055 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: KJar SUCCESS [ 0.027 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Tests SUCCESS [ 0.148 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: Test Suite .............. SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Engine ................................... SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Alpha Network Compiler ................... SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: Compiler integration tests SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: Integration tests without mvel SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: Integration tests without TMS SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: Integration tests without xml SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: Integration tests with Rule Units Parent SUCCESS [ 0.008 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: Jar for Integration tests with Rule Units SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Test Coverage :: Integration tests with Rule Units SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Scenario Simulation Parent ............... SUCCESS [ 0.009 s]
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Scenario Simulation API .................. SUCCESS [ 0.347 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: Decision Model Notation ..................... SUCCESS [ 0.009 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: Decision Model Notation :: Model ............ SUCCESS [ 0.894 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto ............................................. SUCCESS [ 6.418 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto :: Core ..................................... SUCCESS [ 0.015 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto :: Common :: Api ............................ SUCCESS [ 1.026 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: Decision Model Notation :: API .............. SUCCESS [ 0.090 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: Decision Model Notation :: FEEL ............. SUCCESS [ 7.263 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: Decision Model Notation :: Backend .......... SUCCESS [ 0.909 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto :: Compilation :: Manager ................... SUCCESS [ 0.017 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto :: Compilation :: Manager :: Api ............ SUCCESS [ 0.393 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto :: Common :: Core ........................... SUCCESS [ 0.488 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto :: Compilation :: Manager :: Core ........... SUCCESS [ 0.424 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto :: Runtime :: Manager ....................... SUCCESS [ 0.017 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto :: Runtime :: Manager :: Api ................ SUCCESS [ 0.282 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto :: Runtime :: Manager :: Core ............... SUCCESS [ 0.391 s]
[2023-08-09T14:36:51.461Z] [INFO] Efesto :: Common :: Utils .......................... SUCCESS [ 0.099 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML ........................................ SUCCESS [ 0.015 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: API ................................. SUCCESS [ 0.752 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Commons ............................. SUCCESS [ 1.065 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Compiler ............................ SUCCESS [ 0.016 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Compiler :: API ..................... SUCCESS [ 0.923 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Compiler :: Commons ................. SUCCESS [ 1.632 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Compiler :: Core .................... SUCCESS [ 0.469 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Evaluator ........................... SUCCESS [ 0.015 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Evaluator :: API .................... SUCCESS [ 0.065 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Evaluator :: Core ................... SUCCESS [ 0.675 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Models .............................. SUCCESS [ 0.014 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Models :: Regression ................ SUCCESS [ 0.013 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Models :: Regression :: Model ....... SUCCESS [ 0.315 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Models :: Regression :: Compiler .... SUCCESS [ 0.751 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Models :: Regression :: Evaluator ... SUCCESS [ 0.269 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: Decision Model Notation :: Core ............. SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] Drools :: Scenario Simulation Backend .............. SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Evaluator :: Utils .................. SUCCESS [ 0.081 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Models :: Drools .................... SUCCESS [ 0.262 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Models :: Drools :: Common .......... SKIPPED
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Models :: Tree ...................... SUCCESS [ 0.013 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Models :: Tree :: Model ............. SUCCESS [ 0.329 s]
[2023-08-09T14:36:51.461Z] [INFO] KIE :: PMML :: Models :: Tree :: Compiler .......... SUCCESS [ 0.613 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Tree :: Evaluator ......... SUCCESS [ 0.278 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Scorecard ................. SUCCESS [ 0.013 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Model ........ SUCCESS [ 0.349 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Compiler ..... SUCCESS [ 0.578 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Evaluator .... SUCCESS [ 0.272 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Mining .................... SUCCESS [ 0.014 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Mining :: Model ........... SUCCESS [ 0.406 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Mining :: Compiler ........ SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Mining :: Evaluator ....... SUCCESS [ 0.382 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Clustering ................ SUCCESS [ 0.015 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Clustering :: Model ....... SUCCESS [ 0.346 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Clustering :: Compiler .... SUCCESS [ 0.771 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Clustering :: Evaluator ... SUCCESS [ 0.685 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Dependencies ........................ SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree ............ SUCCESS [ 0.015 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Model ... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Compiler SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Evaluator SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard ....... SUCCESS [ 0.015 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Model SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Compiler SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Evaluator SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL ......................................... SUCCESS [ 0.010 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL :: API .................................. SUCCESS [ 0.129 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL :: Compilation :: Common ................ SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL :: Runtime :: Common .................... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL :: Implementations ...................... SUCCESS [ 0.009 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL :: MapInput ............................. SUCCESS [ 0.009 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL :: MapInput :: Runtime .................. SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Scenario Simulation Integration Test ..... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Metric Analysis .......................... SUCCESS [ 0.658 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Impact Analysis .......................... SUCCESS [ 0.008 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Impact Analysis :: Model ................. SUCCESS [ 0.058 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Impact Analysis :: Parser ................ SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Impact Analysis Graph .................... SUCCESS [ 0.008 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Impact Analysis Graph :: Common .......... SUCCESS [ 0.090 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Impact Analysis Graph :: Graphviz ........ SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Impact Analysis :: Integration Tests ..... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: ReteDiagram .............................. SUCCESS [ 0.978 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: FastUtil ................................. SUCCESS [ 0.531 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Efesto :: Dependencies ...................... SUCCESS [ 0.023 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL :: KieSession :: Local .................. SUCCESS [ 0.011 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL :: KieSession :: Local :: Runtime ....... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL :: Tests ................................ SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: DRL :: Tests Without IndexFile .............. SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: Internal utils for Validation bootstrap SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: Validation ....... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: OpenAPI (OAS) utilities SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: TCK .............. SUCCESS [ 0.009 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: Legacy tests (previous DMN versions) SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: Trisotech extensions support SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: Signavio extensions support SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KiE :: Decision Model Notation - PMML Tests :: Parent SUCCESS [ 0.008 s]
[2023-08-09T14:36:51.462Z] [INFO] KiE :: Decision Model Notation - PMML Tests ........ SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KiE :: Decision Model Notation - PMML Trusty Tests . SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: xls2dmn CLI Utility SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: JSR-223 JQ ScriptEngine SUCCESS [ 0.566 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: Core JSR-223 ..... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn parent SUCCESS [ 0.008 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn utilities SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn CLI .. SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Tests ..................... SUCCESS [ 0.273 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Regression :: Tests ....... SUCCESS [ 0.390 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Tests ... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Tests SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Mining :: Tests ........... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Tree :: Tests ............. SUCCESS [ 0.298 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Clustering :: Tests ....... SUCCESS [ 0.347 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Tests ........ SUCCESS [ 0.360 s]
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Maven Plugin ................................ SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Maven Archetypes ............................ SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Drools DMN engine Maven Archetype ........... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and RuleUnit SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and traditional rule style SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension ........................ SUCCESS [ 0.011 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension :: Util :: Deployment .. SUCCESS [ 7.675 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension :: Runtime ............. SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension :: Deployment .......... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension :: Integration Test .... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension :: Integration Test :: Hotreload SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension :: Integration Test with Rule Unit SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension :: Quickstart Integration Test SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension :: Examples ............ SUCCESS [ 0.010 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Kie :: Jpmml Migration Recipe ...................... SUCCESS [ 5.144 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Reliability .............................. SUCCESS [ 0.009 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Reliability :: Core ...................... SUCCESS [ 0.218 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Reliability :: Infinispan ................ SUCCESS [ 5.679 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Reliability :: H2 MVStore persistence .... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: Reliability :: Tests ..................... SKIPPED
[2023-08-09T14:36:51.462Z] [INFO] Drools :: DRL on YAML .............................. SUCCESS [ 0.065 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: DRL on YAML :: schema generator .......... SUCCESS [ 1.832 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: DRL on YAML :: model ..................... SUCCESS [ 1.493 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: DRL on YAML :: to DRL emitter ............ SUCCESS [ 0.241 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: DRL on YAML :: CLI ....................... SUCCESS [ 0.934 s]
[2023-08-09T14:36:51.462Z] [INFO] Drools :: DRL on YAML :: CLI tests ................. SUCCESS [ 1.815 s]
[2023-08-09T14:36:51.462Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:36:51.462Z] [INFO] BUILD FAILURE
[2023-08-09T14:36:51.462Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:36:51.462Z] [INFO] Total time: 02:41 min
[2023-08-09T14:36:51.462Z] [INFO] Finished at: 2023-08-09T10:36:51-04:00
[2023-08-09T14:36:51.462Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:36:51.463Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project drools-model-compiler: Compilation failure: Compilation failure:
[2023-08-09T14:36:51.463Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[28,30] cannot find symbol
[2023-08-09T14:36:51.463Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:36:51.463Z] [ERROR] location: package org.drools.core.reteoo
[2023-08-09T14:36:51.463Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[111,9] cannot find symbol
[2023-08-09T14:36:51.463Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:36:51.463Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:36:51.463Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[111,45] cannot find symbol
[2023-08-09T14:36:51.463Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:36:51.463Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:36:51.463Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[129,29] cannot find symbol
[2023-08-09T14:36:51.463Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:36:51.463Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:36:51.463Z] [ERROR] -> [Help 1]
[2023-08-09T14:36:51.463Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project drools-model-compiler: Compilation failure
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-09T14:36:51.463Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-09T14:36:51.463Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-09T14:36:51.463Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-09T14:36:51.463Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-09T14:36:51.463Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-09T14:36:51.463Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-09T14:36:51.463Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-09T14:36:51.463Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-09T14:36:51.463Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-09T14:36:51.463Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-09T14:36:51.463Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-09T14:36:51.463Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-09T14:36:51.463Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-09T14:36:51.463Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-09T14:36:51.463Z] Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
[2023-08-09T14:36:51.463Z] at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
[2023-08-09T14:36:51.463Z] at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:187)
[2023-08-09T14:36:51.463Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-09T14:36:51.463Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-09T14:36:51.463Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-09T14:36:51.463Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-09T14:36:51.463Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-09T14:36:51.463Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-09T14:36:51.463Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-09T14:36:51.463Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-09T14:36:51.463Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-09T14:36:51.463Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-09T14:36:51.463Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-09T14:36:51.463Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-09T14:36:51.463Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-09T14:36:51.463Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-09T14:36:51.463Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-09T14:36:51.463Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-09T14:36:51.463Z] [ERROR]
[2023-08-09T14:36:51.463Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-09T14:36:51.463Z] [ERROR]
[2023-08-09T14:36:51.463Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-09T14:36:51.463Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2023-08-09T14:36:51.463Z] [ERROR]
[2023-08-09T14:36:51.463Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-09T14:36:51.463Z] [ERROR] mvn -rf :drools-model-compiler
[2023-08-09T14:36:51.719Z] [INFO] kiegroup/drools failed. Won't execute remaining commands and projects
[2023-08-09T14:36:51.719Z] [INFO] Execution summary for kiegroup/drools
[2023-08-09T14:36:51.719Z] # [BEFORE] [kiegroup/drools] export INTEGRATION_BRANCH=
[2023-08-09T14:36:51.719Z] [INFO] OK [Executed in 0.148078 ms]
[2023-08-09T14:36:51.719Z]
[2023-08-09T14:36:51.719Z] # [BEFORE] [kiegroup/drools] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-09T14:36:51.719Z] [INFO] OK [Executed in 6.961729 ms]
[2023-08-09T14:36:51.719Z]
[2023-08-09T14:36:51.719Z] # [COMMANDS] [kiegroup/drools] mvn dependency:tree clean install -Dquickly -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples@tmp/config1741117582965447232tmp -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-08-09T14:36:51.719Z] [INFO] NOT OK [Executed in 162333.632049 ms]
[2023-08-09T14:36:51.719Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-08-09T14:36:51.719Z]
[2023-08-09T14:36:51.719Z] [INFO] [AFTER] No commands were found for kiegroup/drools
[2023-08-09T14:36:51.719Z]
[2023-08-09T14:36:51.719Z] # Uploading artifacts
[2023-08-09T14:36:51.719Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-09T14:36:51.719Z]
[2023-08-09T14:36:51.719Z] [ERROR] Failed to execute commands for kiegroup/drools
[2023-08-09T14:36:51.719Z] [ERROR] Failed to execute mvn dependency:tree clean install -Dquickly -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-quarkus-examples@tmp/config1741117582965447232tmp -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-08-09T14:36:51.719Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-09T14:36:51.792Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-09T14:36:52.204Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-09T14:36:52.230Z] Recording test results
[2023-08-09T14:36:53.145Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-09T14:36:53.160Z] Archiving artifacts
[2023-08-09T14:36:52.730Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-09T14:36:54.235Z] + rm -rf console.log
[Pipeline] sh
[2023-08-09T14:36:54.527Z] + 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-apps.tests.downstream.kogito-quarkus-examples/661/consoleText
[2023-08-09T14:36:54.527Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 9, 2023

(tests) - kogito-springboot-examples job #678 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
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-apps/pull/1824 --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-apps.tests.downstream.kogito-springboot-examples/678/display/redirect
See console log:

Console Logs [2023-08-09T14:37:25.933Z] [INFO] Drools Workbench - Verifier Core ................... SUCCESS [ 1.088 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools examples .................................... SUCCESS [ 1.269 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: CI .......................................... SUCCESS [ 3.146 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Engine :: Classic ........................ SUCCESS [ 0.022 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples ............................. SUCCESS [ 0.010 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples :: Default KieSession ....... SUCCESS [ 0.125 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples :: Named KieSession ......... SUCCESS [ 0.113 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples :: KieBase Inclusion ........ SUCCESS [ 0.113 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples :: Default KieSession From File SUCCESS [ 0.130 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples :: Named KieSession from File SUCCESS [ 0.118 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples :: KieModule from Multiple Files SUCCESS [ 0.111 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: examples :: KieFileSystemExample ......... SUCCESS [ 0.162 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples :: KieModuleModel Example ... SUCCESS [ 0.158 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples :: KieContainer from KieRepo SUCCESS [ 0.182 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples :: Multiple KieBases ........ SUCCESS [ 0.087 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: API examples :: Reactive KieSession ...... SUCCESS [ 0.114 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage ............................ SUCCESS [ 0.010 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: Standalone reproducers .. SUCCESS [ 0.009 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Parent SUCCESS [ 0.008 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Domain SUCCESS [ 0.046 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: KJar SUCCESS [ 0.023 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Tests SUCCESS [ 0.146 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Parent SUCCESS [ 0.009 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Domain SUCCESS [ 0.042 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: KJar SUCCESS [ 0.023 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Tests SUCCESS [ 0.133 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: Test Suite .............. SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Engine ................................... SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Alpha Network Compiler ................... SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: Compiler integration tests SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: Integration tests without mvel SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: Integration tests without TMS SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: Integration tests without xml SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: Integration tests with Rule Units Parent SUCCESS [ 0.009 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: Jar for Integration tests with Rule Units SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Test Coverage :: Integration tests with Rule Units SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Scenario Simulation Parent ............... SUCCESS [ 0.008 s]
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Scenario Simulation API .................. SUCCESS [ 0.421 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: Decision Model Notation ..................... SUCCESS [ 0.011 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: Decision Model Notation :: Model ............ SUCCESS [ 0.951 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto ............................................. SUCCESS [ 5.896 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto :: Core ..................................... SUCCESS [ 0.015 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto :: Common :: Api ............................ SUCCESS [ 1.075 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: Decision Model Notation :: API .............. SUCCESS [ 0.095 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: Decision Model Notation :: FEEL ............. SUCCESS [ 7.167 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: Decision Model Notation :: Backend .......... SUCCESS [ 0.867 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto :: Compilation :: Manager ................... SUCCESS [ 0.016 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto :: Compilation :: Manager :: Api ............ SUCCESS [ 0.554 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto :: Common :: Core ........................... SUCCESS [ 0.600 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto :: Compilation :: Manager :: Core ........... SUCCESS [ 0.414 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto :: Runtime :: Manager ....................... SUCCESS [ 0.015 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto :: Runtime :: Manager :: Api ................ SUCCESS [ 0.283 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto :: Runtime :: Manager :: Core ............... SUCCESS [ 0.411 s]
[2023-08-09T14:37:25.933Z] [INFO] Efesto :: Common :: Utils .......................... SUCCESS [ 0.098 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML ........................................ SUCCESS [ 0.015 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: API ................................. SUCCESS [ 0.706 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Commons ............................. SUCCESS [ 1.090 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Compiler ............................ SUCCESS [ 0.015 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Compiler :: API ..................... SUCCESS [ 0.883 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Compiler :: Commons ................. SUCCESS [ 1.677 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Compiler :: Core .................... SUCCESS [ 0.473 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Evaluator ........................... SUCCESS [ 0.016 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Evaluator :: API .................... SUCCESS [ 0.069 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Evaluator :: Core ................... SUCCESS [ 0.710 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models .............................. SUCCESS [ 0.018 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Regression ................ SUCCESS [ 0.023 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Regression :: Model ....... SUCCESS [ 0.370 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Regression :: Compiler .... SUCCESS [ 0.825 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Regression :: Evaluator ... SUCCESS [ 0.315 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: Decision Model Notation :: Core ............. SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] Drools :: Scenario Simulation Backend .............. SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Evaluator :: Utils .................. SUCCESS [ 0.097 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Drools .................... SUCCESS [ 0.301 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Drools :: Common .......... SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Tree ...................... SUCCESS [ 0.019 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Tree :: Model ............. SUCCESS [ 0.346 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Tree :: Compiler .......... SUCCESS [ 0.592 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Tree :: Evaluator ......... SUCCESS [ 0.308 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Scorecard ................. SUCCESS [ 0.016 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Model ........ SUCCESS [ 0.360 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Compiler ..... SUCCESS [ 0.594 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Evaluator .... SUCCESS [ 0.314 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Mining .................... SUCCESS [ 0.016 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Mining :: Model ........... SUCCESS [ 0.417 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Mining :: Compiler ........ SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Mining :: Evaluator ....... SUCCESS [ 0.395 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Clustering ................ SUCCESS [ 0.015 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Clustering :: Model ....... SUCCESS [ 0.336 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Clustering :: Compiler .... SUCCESS [ 0.578 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Clustering :: Evaluator ... SUCCESS [ 0.270 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Dependencies ........................ SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree ............ SUCCESS [ 0.015 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Model ... SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Compiler SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Evaluator SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard ....... SUCCESS [ 0.019 s]
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Model SKIPPED
[2023-08-09T14:37:25.933Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Compiler SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Evaluator SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL ......................................... SUCCESS [ 0.013 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL :: API .................................. SUCCESS [ 0.154 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL :: Compilation :: Common ................ SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL :: Runtime :: Common .................... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL :: Implementations ...................... SUCCESS [ 0.010 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL :: MapInput ............................. SUCCESS [ 0.010 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL :: MapInput :: Runtime .................. SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Scenario Simulation Integration Test ..... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Metric Analysis .......................... SUCCESS [ 0.723 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Impact Analysis .......................... SUCCESS [ 0.010 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Impact Analysis :: Model ................. SUCCESS [ 0.067 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Impact Analysis :: Parser ................ SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Impact Analysis Graph .................... SUCCESS [ 0.011 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Impact Analysis Graph :: Common .......... SUCCESS [ 0.095 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Impact Analysis Graph :: Graphviz ........ SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Impact Analysis :: Integration Tests ..... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: ReteDiagram .............................. SUCCESS [ 1.002 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: FastUtil ................................. SUCCESS [ 0.488 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Efesto :: Dependencies ...................... SUCCESS [ 0.026 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL :: KieSession :: Local .................. SUCCESS [ 0.009 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL :: KieSession :: Local :: Runtime ....... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL :: Tests ................................ SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: DRL :: Tests Without IndexFile .............. SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: Internal utils for Validation bootstrap SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: Validation ....... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: OpenAPI (OAS) utilities SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: TCK .............. SUCCESS [ 0.008 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: Legacy tests (previous DMN versions) SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: Trisotech extensions support SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: Signavio extensions support SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KiE :: Decision Model Notation - PMML Tests :: Parent SUCCESS [ 0.007 s]
[2023-08-09T14:37:25.934Z] [INFO] KiE :: Decision Model Notation - PMML Tests ........ SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KiE :: Decision Model Notation - PMML Trusty Tests . SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: xls2dmn CLI Utility SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: JSR-223 JQ ScriptEngine SUCCESS [ 0.550 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: Core JSR-223 ..... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn parent SUCCESS [ 0.009 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn utilities SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn CLI .. SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: PMML :: Models :: Tests ..................... SUCCESS [ 0.255 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: PMML :: Models :: Regression :: Tests ....... SUCCESS [ 0.378 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Tests ... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Tests SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: PMML :: Models :: Mining :: Tests ........... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: PMML :: Models :: Tree :: Tests ............. SUCCESS [ 0.332 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: PMML :: Models :: Clustering :: Tests ....... SUCCESS [ 0.326 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Tests ........ SUCCESS [ 0.362 s]
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Maven Plugin ................................ SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Maven Archetypes ............................ SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Drools DMN engine Maven Archetype ........... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and RuleUnit SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and traditional rule style SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension ........................ SUCCESS [ 0.012 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension :: Util :: Deployment .. SUCCESS [ 8.319 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension :: Runtime ............. SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension :: Deployment .......... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension :: Integration Test .... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension :: Integration Test :: Hotreload SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension :: Integration Test with Rule Unit SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension :: Quickstart Integration Test SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension :: Examples ............ SUCCESS [ 0.012 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Kie :: Jpmml Migration Recipe ...................... SUCCESS [ 5.006 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Reliability .............................. SUCCESS [ 0.009 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Reliability :: Core ...................... SUCCESS [ 0.212 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Reliability :: Infinispan ................ SUCCESS [ 5.740 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Reliability :: H2 MVStore persistence .... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: Reliability :: Tests ..................... SKIPPED
[2023-08-09T14:37:25.934Z] [INFO] Drools :: DRL on YAML .............................. SUCCESS [ 0.009 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: DRL on YAML :: schema generator .......... SUCCESS [ 1.840 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: DRL on YAML :: model ..................... SUCCESS [ 1.456 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: DRL on YAML :: to DRL emitter ............ SUCCESS [ 0.240 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: DRL on YAML :: CLI ....................... SUCCESS [ 0.963 s]
[2023-08-09T14:37:25.934Z] [INFO] Drools :: DRL on YAML :: CLI tests ................. SUCCESS [ 1.957 s]
[2023-08-09T14:37:25.934Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:37:25.934Z] [INFO] BUILD FAILURE
[2023-08-09T14:37:25.934Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:37:25.934Z] [INFO] Total time: 02:41 min
[2023-08-09T14:37:25.934Z] [INFO] Finished at: 2023-08-09T10:37:24-04:00
[2023-08-09T14:37:25.934Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:37:25.934Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project drools-model-compiler: Compilation failure: Compilation failure:
[2023-08-09T14:37:25.934Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[28,30] cannot find symbol
[2023-08-09T14:37:25.934Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:37:25.934Z] [ERROR] location: package org.drools.core.reteoo
[2023-08-09T14:37:25.934Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[111,9] cannot find symbol
[2023-08-09T14:37:25.934Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:37:25.934Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:37:25.934Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[111,45] cannot find symbol
[2023-08-09T14:37:25.934Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:37:25.934Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:37:25.934Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[129,29] cannot find symbol
[2023-08-09T14:37:25.934Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:37:25.934Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:37:25.934Z] [ERROR] -> [Help 1]
[2023-08-09T14:37:25.934Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project drools-model-compiler: Compilation failure
[2023-08-09T14:37:25.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-09T14:37:25.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-09T14:37:25.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-09T14:37:25.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-09T14:37:25.934Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-09T14:37:25.934Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-09T14:37:25.934Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-09T14:37:25.934Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-09T14:37:25.934Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-09T14:37:25.934Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-09T14:37:25.934Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-09T14:37:25.934Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-09T14:37:25.934Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-09T14:37:25.934Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-09T14:37:25.934Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-09T14:37:25.934Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-09T14:37:25.934Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-09T14:37:25.934Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-09T14:37:25.934Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-09T14:37:25.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-09T14:37:25.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-09T14:37:25.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-09T14:37:25.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-09T14:37:25.935Z] Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
[2023-08-09T14:37:25.935Z] at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
[2023-08-09T14:37:25.935Z] at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:187)
[2023-08-09T14:37:25.935Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-09T14:37:25.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-09T14:37:25.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-09T14:37:25.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-09T14:37:25.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-09T14:37:25.935Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-09T14:37:25.935Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-09T14:37:25.935Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-09T14:37:25.935Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-09T14:37:25.935Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-09T14:37:25.935Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-09T14:37:25.935Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-09T14:37:25.935Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-09T14:37:25.935Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-09T14:37:25.935Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-09T14:37:25.935Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-09T14:37:25.935Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-09T14:37:25.935Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-09T14:37:25.935Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-09T14:37:25.935Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-09T14:37:25.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-09T14:37:25.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-09T14:37:25.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-09T14:37:25.935Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-09T14:37:25.935Z] [ERROR]
[2023-08-09T14:37:25.935Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-09T14:37:25.935Z] [ERROR]
[2023-08-09T14:37:25.935Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-09T14:37:25.935Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2023-08-09T14:37:25.935Z] [ERROR]
[2023-08-09T14:37:25.935Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-09T14:37:25.935Z] [ERROR] mvn -rf :drools-model-compiler
[2023-08-09T14:37:25.935Z] [INFO] kiegroup/drools failed. Won't execute remaining commands and projects
[2023-08-09T14:37:25.935Z] [INFO] Execution summary for kiegroup/drools
[2023-08-09T14:37:25.935Z] # [BEFORE] [kiegroup/drools] export INTEGRATION_BRANCH=
[2023-08-09T14:37:25.935Z] [INFO] OK [Executed in 0.165851 ms]
[2023-08-09T14:37:25.935Z]
[2023-08-09T14:37:25.935Z] # [BEFORE] [kiegroup/drools] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-09T14:37:25.935Z] [INFO] OK [Executed in 9.191735 ms]
[2023-08-09T14:37:25.935Z]
[2023-08-09T14:37:25.935Z] # [COMMANDS] [kiegroup/drools] mvn dependency:tree clean install -Dquickly -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples@tmp/config9859738509576765636tmp -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-08-09T14:37:25.935Z] [INFO] NOT OK [Executed in 163049.784651 ms]
[2023-08-09T14:37:25.935Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-08-09T14:37:25.935Z]
[2023-08-09T14:37:25.935Z] [INFO] [AFTER] No commands were found for kiegroup/drools
[2023-08-09T14:37:25.935Z]
[2023-08-09T14:37:25.935Z] # Uploading artifacts
[2023-08-09T14:37:25.935Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-09T14:37:25.935Z]
[2023-08-09T14:37:25.935Z] [ERROR] Failed to execute commands for kiegroup/drools
[2023-08-09T14:37:25.935Z] [ERROR] Failed to execute mvn dependency:tree clean install -Dquickly -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.kogito-springboot-examples@tmp/config9859738509576765636tmp -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-08-09T14:37:25.935Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-09T14:37:26.009Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-09T14:37:26.413Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-09T14:37:26.435Z] Recording test results
[2023-08-09T14:37:27.363Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-09T14:37:27.380Z] Archiving artifacts
[2023-08-09T14:37:26.475Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-09T14:37:28.507Z] + rm -rf console.log
[Pipeline] sh
[2023-08-09T14:37:28.803Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-apps.tests.downstream.kogito-springboot-examples/678/consoleText
[2023-08-09T14:37:28.803Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 9, 2023

(tests) - serverless-workflow-examples job #669 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Pkogito-apps-downstream
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-apps/pull/1824 --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-apps.tests.downstream.serverless-workflow-examples/669/display/redirect
See console log:

Console Logs [2023-08-09T14:37:59.669Z] [INFO] Drools Workbench - Verifier Core ................... SUCCESS [ 1.010 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools examples .................................... SUCCESS [ 1.237 s]
[2023-08-09T14:37:59.669Z] [INFO] KIE :: CI .......................................... SUCCESS [ 3.043 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Engine :: Classic ........................ SUCCESS [ 0.024 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples ............................. SUCCESS [ 0.009 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples :: Default KieSession ....... SUCCESS [ 0.146 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples :: Named KieSession ......... SUCCESS [ 0.103 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples :: KieBase Inclusion ........ SUCCESS [ 0.102 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples :: Default KieSession From File SUCCESS [ 0.111 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples :: Named KieSession from File SUCCESS [ 0.129 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples :: KieModule from Multiple Files SUCCESS [ 0.135 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: examples :: KieFileSystemExample ......... SUCCESS [ 0.120 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples :: KieModuleModel Example ... SUCCESS [ 0.188 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples :: KieContainer from KieRepo SUCCESS [ 0.213 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples :: Multiple KieBases ........ SUCCESS [ 0.093 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: API examples :: Reactive KieSession ...... SUCCESS [ 0.107 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage ............................ SUCCESS [ 0.009 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: Standalone reproducers .. SUCCESS [ 0.010 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Parent SUCCESS [ 0.009 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Domain SUCCESS [ 0.046 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: KJar SUCCESS [ 0.022 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Tests SUCCESS [ 0.146 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Parent SUCCESS [ 0.009 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Domain SUCCESS [ 0.043 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: KJar SUCCESS [ 0.024 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Tests SUCCESS [ 0.144 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: Test Suite .............. SKIPPED
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Engine ................................... SKIPPED
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Alpha Network Compiler ................... SKIPPED
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: Compiler integration tests SKIPPED
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: Integration tests without mvel SKIPPED
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: Integration tests without TMS SKIPPED
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: Integration tests without xml SKIPPED
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: Integration tests with Rule Units Parent SUCCESS [ 0.010 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: Jar for Integration tests with Rule Units SKIPPED
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Test Coverage :: Integration tests with Rule Units SKIPPED
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Scenario Simulation Parent ............... SUCCESS [ 0.009 s]
[2023-08-09T14:37:59.669Z] [INFO] Drools :: Scenario Simulation API .................. SUCCESS [ 0.384 s]
[2023-08-09T14:37:59.669Z] [INFO] KIE :: Decision Model Notation ..................... SUCCESS [ 0.010 s]
[2023-08-09T14:37:59.669Z] [INFO] KIE :: Decision Model Notation :: Model ............ SUCCESS [ 0.964 s]
[2023-08-09T14:37:59.669Z] [INFO] Efesto ............................................. SUCCESS [ 5.861 s]
[2023-08-09T14:37:59.669Z] [INFO] Efesto :: Core ..................................... SUCCESS [ 0.016 s]
[2023-08-09T14:37:59.669Z] [INFO] Efesto :: Common :: Api ............................ SUCCESS [ 1.063 s]
[2023-08-09T14:37:59.669Z] [INFO] KIE :: Decision Model Notation :: API .............. SUCCESS [ 0.119 s]
[2023-08-09T14:37:59.669Z] [INFO] KIE :: Decision Model Notation :: FEEL ............. SUCCESS [ 7.102 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: Backend .......... SUCCESS [ 0.902 s]
[2023-08-09T14:37:59.670Z] [INFO] Efesto :: Compilation :: Manager ................... SUCCESS [ 0.020 s]
[2023-08-09T14:37:59.670Z] [INFO] Efesto :: Compilation :: Manager :: Api ............ SUCCESS [ 0.468 s]
[2023-08-09T14:37:59.670Z] [INFO] Efesto :: Common :: Core ........................... SUCCESS [ 0.537 s]
[2023-08-09T14:37:59.670Z] [INFO] Efesto :: Compilation :: Manager :: Core ........... SUCCESS [ 0.440 s]
[2023-08-09T14:37:59.670Z] [INFO] Efesto :: Runtime :: Manager ....................... SUCCESS [ 0.017 s]
[2023-08-09T14:37:59.670Z] [INFO] Efesto :: Runtime :: Manager :: Api ................ SUCCESS [ 0.334 s]
[2023-08-09T14:37:59.670Z] [INFO] Efesto :: Runtime :: Manager :: Core ............... SUCCESS [ 0.371 s]
[2023-08-09T14:37:59.670Z] [INFO] Efesto :: Common :: Utils .......................... SUCCESS [ 0.096 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML ........................................ SUCCESS [ 0.017 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: API ................................. SUCCESS [ 0.667 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Commons ............................. SUCCESS [ 1.031 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Compiler ............................ SUCCESS [ 0.014 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Compiler :: API ..................... SUCCESS [ 0.866 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Compiler :: Commons ................. SUCCESS [ 1.645 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Compiler :: Core .................... SUCCESS [ 0.514 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Evaluator ........................... SUCCESS [ 0.017 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Evaluator :: API .................... SUCCESS [ 0.070 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Evaluator :: Core ................... SUCCESS [ 0.649 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models .............................. SUCCESS [ 0.016 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Regression ................ SUCCESS [ 0.017 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Regression :: Model ....... SUCCESS [ 0.386 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Regression :: Compiler .... SUCCESS [ 0.763 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Regression :: Evaluator ... SUCCESS [ 0.279 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: Core ............. SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Scenario Simulation Backend .............. SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Evaluator :: Utils .................. SUCCESS [ 0.093 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools .................... SUCCESS [ 0.275 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Common .......... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Tree ...................... SUCCESS [ 0.016 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Tree :: Model ............. SUCCESS [ 0.354 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Tree :: Compiler .......... SUCCESS [ 0.652 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Tree :: Evaluator ......... SUCCESS [ 0.282 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Scorecard ................. SUCCESS [ 0.015 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Model ........ SUCCESS [ 0.387 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Compiler ..... SUCCESS [ 0.566 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Evaluator .... SUCCESS [ 0.271 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Mining .................... SUCCESS [ 0.014 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Mining :: Model ........... SUCCESS [ 0.416 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Mining :: Compiler ........ SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Mining :: Evaluator ....... SUCCESS [ 0.379 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Clustering ................ SUCCESS [ 0.013 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Clustering :: Model ....... SUCCESS [ 0.331 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Clustering :: Compiler .... SUCCESS [ 0.587 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Clustering :: Evaluator ... SUCCESS [ 0.276 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Dependencies ........................ SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree ............ SUCCESS [ 0.015 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Model ... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Compiler SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Evaluator SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard ....... SUCCESS [ 0.017 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Model SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Compiler SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Evaluator SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL ......................................... SUCCESS [ 0.013 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL :: API .................................. SUCCESS [ 0.144 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL :: Compilation :: Common ................ SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL :: Runtime :: Common .................... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL :: Implementations ...................... SUCCESS [ 0.010 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL :: MapInput ............................. SUCCESS [ 0.008 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL :: MapInput :: Runtime .................. SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Scenario Simulation Integration Test ..... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Metric Analysis .......................... SUCCESS [ 0.675 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Impact Analysis .......................... SUCCESS [ 0.008 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Impact Analysis :: Model ................. SUCCESS [ 0.061 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Impact Analysis :: Parser ................ SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Impact Analysis Graph .................... SUCCESS [ 0.008 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Impact Analysis Graph :: Common .......... SUCCESS [ 0.089 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Impact Analysis Graph :: Graphviz ........ SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Impact Analysis :: Integration Tests ..... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: ReteDiagram .............................. SUCCESS [ 1.057 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: FastUtil ................................. SUCCESS [ 0.497 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Efesto :: Dependencies ...................... SUCCESS [ 0.023 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL :: KieSession :: Local .................. SUCCESS [ 0.010 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL :: KieSession :: Local :: Runtime ....... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL :: Tests ................................ SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: DRL :: Tests Without IndexFile .............. SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: Internal utils for Validation bootstrap SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: Validation ....... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: OpenAPI (OAS) utilities SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: TCK .............. SUCCESS [ 0.008 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: Legacy tests (previous DMN versions) SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: Trisotech extensions support SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: Signavio extensions support SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KiE :: Decision Model Notation - PMML Tests :: Parent SUCCESS [ 0.008 s]
[2023-08-09T14:37:59.670Z] [INFO] KiE :: Decision Model Notation - PMML Tests ........ SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KiE :: Decision Model Notation - PMML Trusty Tests . SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: xls2dmn CLI Utility SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: JSR-223 JQ ScriptEngine SUCCESS [ 0.641 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: Core JSR-223 ..... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn parent SUCCESS [ 0.009 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn utilities SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn CLI .. SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Tests ..................... SUCCESS [ 0.262 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Regression :: Tests ....... SUCCESS [ 0.395 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Tests ... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Tests SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Mining :: Tests ........... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Tree :: Tests ............. SUCCESS [ 0.321 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Clustering :: Tests ....... SUCCESS [ 0.325 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Tests ........ SUCCESS [ 0.352 s]
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Maven Plugin ................................ SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Maven Archetypes ............................ SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Drools DMN engine Maven Archetype ........... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and RuleUnit SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and traditional rule style SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension ........................ SUCCESS [ 0.013 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension :: Util :: Deployment .. SUCCESS [ 8.093 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension :: Runtime ............. SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension :: Deployment .......... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension :: Integration Test .... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension :: Integration Test :: Hotreload SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension :: Integration Test with Rule Unit SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension :: Quickstart Integration Test SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension :: Examples ............ SUCCESS [ 0.012 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Kie :: Jpmml Migration Recipe ...................... SUCCESS [ 4.906 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Reliability .............................. SUCCESS [ 0.009 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Reliability :: Core ...................... SUCCESS [ 0.225 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Reliability :: Infinispan ................ SUCCESS [ 5.425 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Reliability :: H2 MVStore persistence .... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: Reliability :: Tests ..................... SKIPPED
[2023-08-09T14:37:59.670Z] [INFO] Drools :: DRL on YAML .............................. SUCCESS [ 0.008 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: DRL on YAML :: schema generator .......... SUCCESS [ 1.717 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: DRL on YAML :: model ..................... SUCCESS [ 1.380 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: DRL on YAML :: to DRL emitter ............ SUCCESS [ 0.242 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: DRL on YAML :: CLI ....................... SUCCESS [ 0.946 s]
[2023-08-09T14:37:59.670Z] [INFO] Drools :: DRL on YAML :: CLI tests ................. SUCCESS [ 1.686 s]
[2023-08-09T14:37:59.670Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:37:59.671Z] [INFO] BUILD FAILURE
[2023-08-09T14:37:59.671Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:37:59.671Z] [INFO] Total time: 02:35 min
[2023-08-09T14:37:59.671Z] [INFO] Finished at: 2023-08-09T10:37:59-04:00
[2023-08-09T14:37:59.671Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:37:59.671Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project drools-model-compiler: Compilation failure: Compilation failure:
[2023-08-09T14:37:59.671Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[28,30] cannot find symbol
[2023-08-09T14:37:59.671Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:37:59.671Z] [ERROR] location: package org.drools.core.reteoo
[2023-08-09T14:37:59.671Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[111,9] cannot find symbol
[2023-08-09T14:37:59.671Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:37:59.671Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:37:59.671Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[111,45] cannot find symbol
[2023-08-09T14:37:59.671Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:37:59.671Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:37:59.671Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[129,29] cannot find symbol
[2023-08-09T14:37:59.671Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:37:59.671Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:37:59.671Z] [ERROR] -> [Help 1]
[2023-08-09T14:37:59.671Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project drools-model-compiler: Compilation failure
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-09T14:37:59.671Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-09T14:37:59.671Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-09T14:37:59.671Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-09T14:37:59.671Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-09T14:37:59.671Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-09T14:37:59.671Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-09T14:37:59.671Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-09T14:37:59.671Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-09T14:37:59.671Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-09T14:37:59.671Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-09T14:37:59.671Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-09T14:37:59.671Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-09T14:37:59.671Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-09T14:37:59.671Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-09T14:37:59.671Z] Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
[2023-08-09T14:37:59.671Z] at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
[2023-08-09T14:37:59.671Z] at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:187)
[2023-08-09T14:37:59.671Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-09T14:37:59.671Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-09T14:37:59.671Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-09T14:37:59.671Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-09T14:37:59.671Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-09T14:37:59.671Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-09T14:37:59.671Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-09T14:37:59.671Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-09T14:37:59.671Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-09T14:37:59.671Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-09T14:37:59.671Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-09T14:37:59.671Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-09T14:37:59.671Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-09T14:37:59.671Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-09T14:37:59.671Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-09T14:37:59.671Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-09T14:37:59.671Z] [ERROR]
[2023-08-09T14:37:59.671Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-09T14:37:59.671Z] [ERROR]
[2023-08-09T14:37:59.671Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-09T14:37:59.671Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2023-08-09T14:37:59.671Z] [ERROR]
[2023-08-09T14:37:59.671Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-09T14:37:59.671Z] [ERROR] mvn -rf :drools-model-compiler
[2023-08-09T14:37:59.671Z] [INFO] kiegroup/drools failed. Won't execute remaining commands and projects
[2023-08-09T14:37:59.671Z] [INFO] Execution summary for kiegroup/drools
[2023-08-09T14:37:59.671Z] # [BEFORE] [kiegroup/drools] export INTEGRATION_BRANCH=
[2023-08-09T14:37:59.671Z] [INFO] OK [Executed in 0.140734 ms]
[2023-08-09T14:37:59.671Z]
[2023-08-09T14:37:59.671Z] # [BEFORE] [kiegroup/drools] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-09T14:37:59.671Z] [INFO] OK [Executed in 7.368712 ms]
[2023-08-09T14:37:59.671Z]
[2023-08-09T14:37:59.671Z] # [COMMANDS] [kiegroup/drools] mvn dependency:tree clean install -Dquickly -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples@tmp/config5524667771742956597tmp -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-08-09T14:37:59.671Z] [INFO] NOT OK [Executed in 156927.912566 ms]
[2023-08-09T14:37:59.671Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-08-09T14:37:59.671Z]
[2023-08-09T14:37:59.671Z] [INFO] [AFTER] No commands were found for kiegroup/drools
[2023-08-09T14:37:59.671Z]
[2023-08-09T14:37:59.671Z] # Uploading artifacts
[2023-08-09T14:37:59.671Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-09T14:37:59.671Z]
[2023-08-09T14:37:59.671Z] [ERROR] Failed to execute commands for kiegroup/drools
[2023-08-09T14:37:59.671Z] [ERROR] Failed to execute mvn dependency:tree clean install -Dquickly -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.downstream.serverless-workflow-examples@tmp/config5524667771742956597tmp -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-08-09T14:37:59.671Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-09T14:37:59.746Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-09T14:38:00.139Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-09T14:38:00.166Z] Recording test results
[2023-08-09T14:38:01.103Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-09T14:38:01.119Z] Archiving artifacts
[2023-08-09T14:38:00.932Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-09T14:38:02.269Z] + rm -rf console.log
[Pipeline] sh
[2023-08-09T14:38:02.561Z] + 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-apps.tests.downstream.serverless-workflow-examples/669/consoleText
[2023-08-09T14:38:02.561Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 9, 2023

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

Reproducer

export BUILD_MVN_OPTS_CURRENT=-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-apps -u https://github.com/kiegroup/kogito-apps/pull/1824 --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-apps.tests.kogito-apps/1270/display/redirect
See console log:

Console Logs [2023-08-09T14:38:03.953Z] [INFO] Drools Workbench - Verifier Core ................... SUCCESS [ 1.064 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools examples .................................... SUCCESS [ 1.216 s]
[2023-08-09T14:38:03.953Z] [INFO] KIE :: CI .......................................... SUCCESS [ 3.103 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: Engine :: Classic ........................ SUCCESS [ 0.022 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples ............................. SUCCESS [ 0.011 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples :: Default KieSession ....... SUCCESS [ 0.120 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples :: Named KieSession ......... SUCCESS [ 0.145 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples :: KieBase Inclusion ........ SUCCESS [ 0.106 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples :: Default KieSession From File SUCCESS [ 0.126 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples :: Named KieSession from File SUCCESS [ 0.104 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples :: KieModule from Multiple Files SUCCESS [ 0.109 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: examples :: KieFileSystemExample ......... SUCCESS [ 0.108 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples :: KieModuleModel Example ... SUCCESS [ 0.107 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples :: KieContainer from KieRepo SUCCESS [ 0.231 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples :: Multiple KieBases ........ SUCCESS [ 0.136 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: API examples :: Reactive KieSession ...... SUCCESS [ 0.139 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: Test Coverage ............................ SUCCESS [ 0.010 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: Test Coverage :: Standalone reproducers .. SUCCESS [ 0.010 s]
[2023-08-09T14:38:03.953Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Parent SUCCESS [ 0.009 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Domain SUCCESS [ 0.048 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: KJar SUCCESS [ 0.023 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: KIE-CI with Domain classes :: Tests SUCCESS [ 0.155 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Parent SUCCESS [ 0.009 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Domain SUCCESS [ 0.051 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: KJar SUCCESS [ 0.023 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: KIE-CI without Domain classes :: Tests SUCCESS [ 0.143 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: Test Suite .............. SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Engine ................................... SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Alpha Network Compiler ................... SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: Compiler integration tests SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: Integration tests without mvel SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: Integration tests without TMS SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: Integration tests without xml SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: Integration tests with Rule Units Parent SUCCESS [ 0.010 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: Jar for Integration tests with Rule Units SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Test Coverage :: Integration tests with Rule Units SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Scenario Simulation Parent ............... SUCCESS [ 0.009 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Scenario Simulation API .................. SUCCESS [ 0.385 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: Decision Model Notation ..................... SUCCESS [ 0.010 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: Decision Model Notation :: Model ............ SUCCESS [ 1.014 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto ............................................. SUCCESS [ 5.629 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto :: Core ..................................... SUCCESS [ 0.016 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto :: Common :: Api ............................ SUCCESS [ 1.003 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: Decision Model Notation :: API .............. SUCCESS [ 0.098 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: Decision Model Notation :: FEEL ............. SUCCESS [ 7.007 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: Decision Model Notation :: Backend .......... SUCCESS [ 0.894 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto :: Compilation :: Manager ................... SUCCESS [ 0.017 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto :: Compilation :: Manager :: Api ............ SUCCESS [ 0.412 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto :: Common :: Core ........................... SUCCESS [ 0.559 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto :: Compilation :: Manager :: Core ........... SUCCESS [ 0.483 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto :: Runtime :: Manager ....................... SUCCESS [ 0.019 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto :: Runtime :: Manager :: Api ................ SUCCESS [ 0.353 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto :: Runtime :: Manager :: Core ............... SUCCESS [ 0.393 s]
[2023-08-09T14:38:03.954Z] [INFO] Efesto :: Common :: Utils .......................... SUCCESS [ 0.124 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML ........................................ SUCCESS [ 0.015 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: API ................................. SUCCESS [ 0.671 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Commons ............................. SUCCESS [ 1.047 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Compiler ............................ SUCCESS [ 0.016 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Compiler :: API ..................... SUCCESS [ 0.878 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Compiler :: Commons ................. SUCCESS [ 1.707 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Compiler :: Core .................... SUCCESS [ 0.503 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Evaluator ........................... SUCCESS [ 0.016 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Evaluator :: API .................... SUCCESS [ 0.071 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Evaluator :: Core ................... SUCCESS [ 0.665 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models .............................. SUCCESS [ 0.016 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Regression ................ SUCCESS [ 0.015 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Regression :: Model ....... SUCCESS [ 0.327 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Regression :: Compiler .... SUCCESS [ 0.785 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Regression :: Evaluator ... SUCCESS [ 0.282 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: Decision Model Notation :: Core ............. SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Scenario Simulation Backend .............. SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Evaluator :: Utils .................. SUCCESS [ 0.093 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Drools .................... SUCCESS [ 0.268 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Drools :: Common .......... SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Tree ...................... SUCCESS [ 0.014 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Tree :: Model ............. SUCCESS [ 0.304 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Tree :: Compiler .......... SUCCESS [ 0.631 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Tree :: Evaluator ......... SUCCESS [ 0.305 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Scorecard ................. SUCCESS [ 0.014 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Model ........ SUCCESS [ 0.361 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Compiler ..... SUCCESS [ 0.593 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Evaluator .... SUCCESS [ 0.296 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Mining .................... SUCCESS [ 0.014 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Mining :: Model ........... SUCCESS [ 0.408 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Mining :: Compiler ........ SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Mining :: Evaluator ....... SUCCESS [ 0.395 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Clustering ................ SUCCESS [ 0.016 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Clustering :: Model ....... SUCCESS [ 0.355 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Clustering :: Compiler .... SUCCESS [ 0.575 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Clustering :: Evaluator ... SUCCESS [ 0.267 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Dependencies ........................ SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree ............ SUCCESS [ 0.013 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Model ... SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Compiler SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Evaluator SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard ....... SUCCESS [ 0.014 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Model SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Compiler SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Evaluator SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: DRL ......................................... SUCCESS [ 0.009 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: DRL :: API .................................. SUCCESS [ 0.128 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: DRL :: Compilation :: Common ................ SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: DRL :: Runtime :: Common .................... SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] KIE :: DRL :: Implementations ...................... SUCCESS [ 0.011 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: DRL :: MapInput ............................. SUCCESS [ 0.008 s]
[2023-08-09T14:38:03.954Z] [INFO] KIE :: DRL :: MapInput :: Runtime .................. SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Scenario Simulation Integration Test ..... SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Metric Analysis .......................... SUCCESS [ 0.670 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Impact Analysis .......................... SUCCESS [ 0.008 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Impact Analysis :: Model ................. SUCCESS [ 0.061 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Impact Analysis :: Parser ................ SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Impact Analysis Graph .................... SUCCESS [ 0.009 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Impact Analysis Graph :: Common .......... SUCCESS [ 0.104 s]
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Impact Analysis Graph :: Graphviz ........ SKIPPED
[2023-08-09T14:38:03.954Z] [INFO] Drools :: Impact Analysis :: Integration Tests ..... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: ReteDiagram .............................. SUCCESS [ 0.937 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: FastUtil ................................. SUCCESS [ 0.506 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Efesto :: Dependencies ...................... SUCCESS [ 0.022 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: DRL :: KieSession :: Local .................. SUCCESS [ 0.009 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: DRL :: KieSession :: Local :: Runtime ....... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: DRL :: Tests ................................ SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: DRL :: Tests Without IndexFile .............. SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: Internal utils for Validation bootstrap SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: Validation ....... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: OpenAPI (OAS) utilities SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: TCK .............. SUCCESS [ 0.009 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: Legacy tests (previous DMN versions) SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: Trisotech extensions support SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: Signavio extensions support SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KiE :: Decision Model Notation - PMML Tests :: Parent SUCCESS [ 0.008 s]
[2023-08-09T14:38:03.955Z] [INFO] KiE :: Decision Model Notation - PMML Tests ........ SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KiE :: Decision Model Notation - PMML Trusty Tests . SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: xls2dmn CLI Utility SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: JSR-223 JQ ScriptEngine SUCCESS [ 0.597 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: Core JSR-223 ..... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn parent SUCCESS [ 0.009 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn utilities SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Decision Model Notation :: ruleset2dmn CLI .. SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: PMML :: Models :: Tests ..................... SUCCESS [ 0.263 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: PMML :: Models :: Regression :: Tests ....... SUCCESS [ 0.400 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: PMML :: Models :: Drools :: Tree :: Tests ... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: PMML :: Models :: Drools :: Scorecard :: Tests SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: PMML :: Models :: Mining :: Tests ........... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: PMML :: Models :: Tree :: Tests ............. SUCCESS [ 0.355 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: PMML :: Models :: Clustering :: Tests ....... SUCCESS [ 0.360 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: PMML :: Models :: Scorecard :: Tests ........ SUCCESS [ 0.335 s]
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Maven Plugin ................................ SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Maven Archetypes ............................ SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Drools DMN engine Maven Archetype ........... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and RuleUnit SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] KIE :: Drools Maven Archetype with Executable Model and traditional rule style SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension ........................ SUCCESS [ 0.010 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension :: Util :: Deployment .. SUCCESS [ 8.144 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension :: Runtime ............. SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension :: Deployment .......... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension :: Integration Test .... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension :: Integration Test :: Hotreload SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension :: Integration Test with Rule Unit SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension :: Quickstart Integration Test SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension :: Examples ............ SUCCESS [ 0.010 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Quarkus Extension :: Examples :: Reactive SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Kie :: Jpmml Migration Recipe ...................... SUCCESS [ 4.794 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Reliability .............................. SUCCESS [ 0.011 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Reliability :: Core ...................... SUCCESS [ 0.225 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Reliability :: Infinispan ................ SUCCESS [ 5.508 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Reliability :: H2 MVStore persistence .... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: Reliability :: Tests ..................... SKIPPED
[2023-08-09T14:38:03.955Z] [INFO] Drools :: DRL on YAML .............................. SUCCESS [ 0.008 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: DRL on YAML :: schema generator .......... SUCCESS [ 1.783 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: DRL on YAML :: model ..................... SUCCESS [ 1.342 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: DRL on YAML :: to DRL emitter ............ SUCCESS [ 0.227 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: DRL on YAML :: CLI ....................... SUCCESS [ 0.946 s]
[2023-08-09T14:38:03.955Z] [INFO] Drools :: DRL on YAML :: CLI tests ................. SUCCESS [ 1.818 s]
[2023-08-09T14:38:03.955Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:38:03.955Z] [INFO] BUILD FAILURE
[2023-08-09T14:38:03.955Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:38:03.955Z] [INFO] Total time: 02:34 min
[2023-08-09T14:38:03.955Z] [INFO] Finished at: 2023-08-09T10:38:03-04:00
[2023-08-09T14:38:03.955Z] [INFO] ------------------------------------------------------------------------
[2023-08-09T14:38:03.955Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project drools-model-compiler: Compilation failure: Compilation failure:
[2023-08-09T14:38:03.955Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[28,30] cannot find symbol
[2023-08-09T14:38:03.955Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:38:03.955Z] [ERROR] location: package org.drools.core.reteoo
[2023-08-09T14:38:03.955Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[111,9] cannot find symbol
[2023-08-09T14:38:03.955Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:38:03.955Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:38:03.955Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[111,45] cannot find symbol
[2023-08-09T14:38:03.955Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:38:03.955Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:38:03.955Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/constraints/LambdaGroupByAccumulate.java:[129,29] cannot find symbol
[2023-08-09T14:38:03.955Z] [ERROR] symbol: class AbstractLeftTuple
[2023-08-09T14:38:03.955Z] [ERROR] location: class org.drools.modelcompiler.constraints.LambdaGroupByAccumulate
[2023-08-09T14:38:03.955Z] [ERROR] -> [Help 1]
[2023-08-09T14:38:03.955Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project drools-model-compiler: Compilation failure
[2023-08-09T14:38:03.955Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-09T14:38:03.955Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-09T14:38:03.955Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-09T14:38:03.955Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-09T14:38:03.955Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-09T14:38:03.955Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-09T14:38:03.955Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-09T14:38:03.955Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-09T14:38:03.956Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-09T14:38:03.956Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-09T14:38:03.956Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-09T14:38:03.956Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-09T14:38:03.956Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-09T14:38:03.956Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-09T14:38:03.956Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-09T14:38:03.956Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-09T14:38:03.956Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-09T14:38:03.956Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-09T14:38:03.956Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-09T14:38:03.956Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-09T14:38:03.956Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-09T14:38:03.956Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-09T14:38:03.956Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-09T14:38:03.956Z] Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
[2023-08-09T14:38:03.956Z] at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
[2023-08-09T14:38:03.956Z] at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:187)
[2023-08-09T14:38:03.956Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-09T14:38:03.956Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-09T14:38:03.956Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-09T14:38:03.956Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-09T14:38:03.956Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-09T14:38:03.956Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-09T14:38:03.956Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-09T14:38:03.956Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-09T14:38:03.956Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-09T14:38:03.956Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-09T14:38:03.956Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-09T14:38:03.956Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-09T14:38:03.956Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-09T14:38:03.956Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-09T14:38:03.956Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-09T14:38:03.956Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-09T14:38:03.956Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-09T14:38:03.956Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-09T14:38:03.956Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-09T14:38:03.956Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-09T14:38:03.956Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-09T14:38:03.956Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-09T14:38:03.956Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-09T14:38:03.956Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-09T14:38:03.956Z] [ERROR]
[2023-08-09T14:38:03.956Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-09T14:38:03.956Z] [ERROR]
[2023-08-09T14:38:03.956Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-09T14:38:03.956Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2023-08-09T14:38:03.956Z] [ERROR]
[2023-08-09T14:38:03.956Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-09T14:38:03.956Z] [ERROR] mvn -rf :drools-model-compiler
[2023-08-09T14:38:03.956Z] [INFO] kiegroup/drools failed. Won't execute remaining commands and projects
[2023-08-09T14:38:03.956Z] [INFO] Execution summary for kiegroup/drools
[2023-08-09T14:38:03.956Z] # [BEFORE] [kiegroup/drools] export INTEGRATION_BRANCH=
[2023-08-09T14:38:03.956Z] [INFO] OK [Executed in 0.140955 ms]
[2023-08-09T14:38:03.956Z]
[2023-08-09T14:38:03.956Z] # [BEFORE] [kiegroup/drools] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-09T14:38:03.956Z] [INFO] OK [Executed in 6.818229 ms]
[2023-08-09T14:38:03.956Z]
[2023-08-09T14:38:03.956Z] # [COMMANDS] [kiegroup/drools] mvn dependency:tree clean install -Dquickly -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config15489712243963733612tmp -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-08-09T14:38:03.956Z] [INFO] NOT OK [Executed in 156085.514843 ms]
[2023-08-09T14:38:03.956Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-08-09T14:38:03.956Z]
[2023-08-09T14:38:03.956Z] [INFO] [AFTER] No commands were found for kiegroup/drools
[2023-08-09T14:38:03.956Z]
[2023-08-09T14:38:03.956Z] # Uploading artifacts
[2023-08-09T14:38:03.956Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-09T14:38:03.956Z]
[2023-08-09T14:38:03.956Z] [ERROR] Failed to execute commands for kiegroup/drools
[2023-08-09T14:38:03.956Z] [ERROR] Failed to execute mvn dependency:tree clean install -Dquickly -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps@tmp/config15489712243963733612tmp -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-08-09T14:38:03.956Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-09T14:38:04.048Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-09T14:38:04.448Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-09T14:38:04.474Z] Recording test results
[2023-08-09T14:38:05.346Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-09T14:38:05.363Z] Archiving artifacts
[2023-08-09T14:38:04.450Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-09T14:38:06.380Z] + rm -rf console.log
[Pipeline] sh
[2023-08-09T14:38:06.671Z] + 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-apps.tests.kogito-apps/1270/consoleText
[2023-08-09T14:38:06.671Z] + tail -n 300

@nmirasch
Copy link
Contributor Author

nmirasch commented Aug 9, 2023

Jenkins retest this

ProcessInstance processInstance = getCacheService().getProcessInstancesCache().get(id);
if (processInstance != null) {
return getDataIndexApiExecutor().updateProcessInstanceVariables(getServiceUrl(processInstance.getEndpoint(), processInstance.getProcessId()), processInstance,
env.getArgument("variables"));
Copy link
Contributor

Choose a reason for hiding this comment

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

there are a few places where env.getArgument is called without checking the value. Can we do these calls with null values? I guess in most cases we would need to check.

}

@Override
public CompletableFuture<String> abortProcessInstance(String serviceURL, ProcessInstance processInstance) {
return throwUnsupportedException();
return CompletableFuture.completedFuture(executeOnProcessInstance(processInstance.getProcessId(), processInstance.getId(), pInstance -> {
Copy link
Contributor

Choose a reason for hiding this comment

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

can we use supplyAsync instead for truly reactive?

@sonarcloud
Copy link

sonarcloud bot commented Aug 28, 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 13 Code Smells

49.0% 49.0% Coverage
1.1% 1.1% Duplication

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

@nmirasch
Copy link
Contributor Author

nmirasch commented Sep 7, 2023

@nmirasch nmirasch closed this Sep 7, 2023
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.

3 participants