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-9643 Aligned dependency versions with kogito-runtimes #1747

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

hbelmiro
Copy link
Contributor

@hbelmiro hbelmiro commented Jul 26, 2023

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

How to backport a pull request to a different branch?

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

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

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

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

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

@kie-ci3
Copy link
Contributor

kie-ci3 commented Jul 26, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 69
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-07-26T12:29:24.032Z] [INFO]
[2023-07-26T12:29:24.032Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ serverless-workflow-python-quarkus ---
[2023-07-26T12:29:24.032Z] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[2023-07-26T12:29:24.032Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/src/test/resources
[2023-07-26T12:29:24.032Z] [INFO]
[2023-07-26T12:29:24.032Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serverless-workflow-python-quarkus ---
[2023-07-26T12:29:24.032Z] [INFO] Changes detected - recompiling the module!
[2023-07-26T12:29:24.032Z] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[2023-07-26T12:29:24.032Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/target/test-classes
[2023-07-26T12:29:24.389Z] [INFO]
[2023-07-26T12:29:24.389Z] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ serverless-workflow-python-quarkus ---
[2023-07-26T12:29:24.389Z] [INFO]
[2023-07-26T12:29:24.389Z] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ serverless-workflow-python-quarkus ---
[2023-07-26T12:29:24.389Z] [INFO] Building jar: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/target/serverless-workflow-python-quarkus.jar
[2023-07-26T12:29:24.389Z] [INFO]
[2023-07-26T12:29:24.389Z] [INFO] --- quarkus-maven-plugin:2.16.6.Final:build (default) @ serverless-workflow-python-quarkus ---
[2023-07-26T12:29:34.689Z] [INFO] Performed addonsConfig discovery, found: AddonsConfig{usePersistence=false, useTracing=false, useMonitoring=false, usePrometheusMonitoring=false, useCloudEvents=true, useExplainability=false, useProcessSVG=false, useEventDrivenDecisions=false, useEventDrivenRules=false}
[2023-07-26T12:29:34.689Z] [INFO] Generator discovery performed, found [processes]
[2023-07-26T12:29:36.798Z] [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4226ms
[2023-07-26T12:29:36.798Z] [INFO]
[2023-07-26T12:29:36.798Z] [INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ serverless-workflow-python-quarkus ---
[2023-07-26T12:29:36.798Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/target/failsafe-reports
[2023-07-26T12:29:36.798Z] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[2023-07-26T12:29:36.798Z] [INFO]
[2023-07-26T12:29:36.798Z] [INFO] -------------------------------------------------------
[2023-07-26T12:29:36.798Z] [INFO] T E S T S
[2023-07-26T12:29:36.798Z] [INFO] -------------------------------------------------------
[2023-07-26T12:29:37.410Z] [INFO] Running org.kie.kogito.examples.PythonRestIT
[2023-07-26T12:29:41.794Z] Executing "/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java -Dquarkus.http.port=8081 -Dquarkus.http.ssl-port=8444 -Dtest.url=http://localhost:8081 -Dquarkus.log.file.path=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/target/quarkus.log -Dquarkus.log.file.enable=true -jar /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/target/quarkus-app/quarkus-run.jar"
[2023-07-26T12:29:42.790Z] __ ____ __ _____ ___ __ ____ ______
[2023-07-26T12:29:42.790Z] --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
[2023-07-26T12:29:42.790Z] -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
[2023-07-26T12:29:42.790Z] --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
[2023-07-26T12:29:42.790Z] 2023-07-26 08:29:41,977 INFO [io.qua.sma.ope.run.OpenApiRecorder] (main) CORS filtering is disabled and cross-origin resource sharing is allowed without restriction, which is not recommended in production. Please configure the CORS filter through 'quarkus.http.cors.*' properties. For more information, see Quarkus HTTP CORS documentation
[2023-07-26T12:29:42.790Z] 2023-07-26 08:29:42,103 INFO [org.kie.kog.add.qua.mes.com.QuarkusKogitoExtensionInitializer] (main) Registered Kogito CloudEvent extension
[2023-07-26T12:29:42.790Z] 2023-07-26 08:29:42,194 INFO [io.quarkus] (main) serverless-workflow-python-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 2.16.6.Final) started in 1.393s. Listening on: http://0.0.0.0:8081
[2023-07-26T12:29:42.790Z] 2023-07-26 08:29:42,195 INFO [io.quarkus] (main) Profile prod activated.
[2023-07-26T12:29:42.790Z] 2023-07-26 08:29:42,195 INFO [io.quarkus] (main) Installed features: [cache, cdi, jackson-jq, kogito-addon-messaging-extension, kogito-addon-serverless-workflow-python, kogito-addon-source-files-extension, kogito-serverless-workflow, kogito-serverless-workflow-devui, qute, reactive-routes, rest-client, rest-client-jackson, resteasy, resteasy-jackson, resteasy-multipart, security, security-properties-file, servlet, smallrye-context-propagation, smallrye-openapi, smallrye-reactive-messaging, smallrye-reactive-messaging-http, vertx]
[2023-07-26T12:29:45.589Z] 2023-07-26 08:29:44,440 INFO [org.kie.kog.exp.jq.JqExpressionHandler] (executor-thread-0) Using default scope
[2023-07-26T12:29:45.589Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.176 s - in org.kie.kogito.examples.PythonRestIT
[2023-07-26T12:29:46.192Z] [INFO]
[2023-07-26T12:29:46.192Z] [INFO] Results:
[2023-07-26T12:29:46.192Z] [INFO]
[2023-07-26T12:29:46.192Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[2023-07-26T12:29:46.192Z] [INFO]
[2023-07-26T12:29:46.192Z] [INFO]
[2023-07-26T12:29:46.192Z] [INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ serverless-workflow-python-quarkus ---
[2023-07-26T12:29:46.192Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/target/failsafe-reports
[2023-07-26T12:29:46.192Z] [INFO]
[2023-07-26T12:29:46.192Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ serverless-workflow-python-quarkus ---
[2023-07-26T12:29:46.192Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/target/serverless-workflow-python-quarkus.jar to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-python-quarkus/1.0-SNAPSHOT/serverless-workflow-python-quarkus-1.0-SNAPSHOT.jar
[2023-07-26T12:29:46.192Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-python-quarkus/1.0-SNAPSHOT/serverless-workflow-python-quarkus-1.0-SNAPSHOT.pom
[2023-07-26T12:29:46.192Z] [INFO]
[2023-07-26T12:29:46.192Z] [INFO] --------< org.kie.kogito.examples:serverless-workflow-examples >--------
[2023-07-26T12:29:46.192Z] [INFO] Building Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT [67/68]
[2023-07-26T12:29:46.192Z] [INFO] --------------------------------[ pom ]---------------------------------
[2023-07-26T12:29:46.192Z] [INFO]
[2023-07-26T12:29:46.192Z] [INFO] --- maven-dependency-plugin:3.5.0:tree (default-cli) @ serverless-workflow-examples ---
[2023-07-26T12:29:46.488Z] [INFO] org.kie.kogito.examples:serverless-workflow-examples:pom:2.0.0-SNAPSHOT
[2023-07-26T12:29:46.488Z] [INFO]
[2023-07-26T12:29:46.488Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serverless-workflow-examples ---
[2023-07-26T12:29:46.488Z] [INFO]
[2023-07-26T12:29:46.488Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ serverless-workflow-examples ---
[2023-07-26T12:29:46.488Z] [INFO]
[2023-07-26T12:29:46.488Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ serverless-workflow-examples ---
[2023-07-26T12:29:46.488Z] [INFO]
[2023-07-26T12:29:46.488Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ serverless-workflow-examples ---
[2023-07-26T12:29:46.488Z] [INFO]
[2023-07-26T12:29:46.488Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ serverless-workflow-examples ---
[2023-07-26T12:29:46.788Z] [INFO] You have 0 Checkstyle violations.
[2023-07-26T12:29:46.788Z] [INFO]
[2023-07-26T12:29:46.788Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.088Z] [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples' && 'git' 'rev-parse' '--verify' 'HEAD'
[2023-07-26T12:29:47.088Z] [INFO] Working directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples
[2023-07-26T12:29:47.088Z] [INFO] Storing buildNumber: 563351f at timestamp: 1690374586221
[2023-07-26T12:29:47.088Z] [INFO] Storing buildScmBranch: KOGITO-9643
[2023-07-26T12:29:47.088Z] [INFO]
[2023-07-26T12:29:47.088Z] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.088Z] [INFO] Using 'UTF-8' encoding to format source files.
[2023-07-26T12:29:47.088Z] [INFO] Number of files to be formatted: 0
[2023-07-26T12:29:47.088Z] [INFO]
[2023-07-26T12:29:47.088Z] [INFO] --- impsort-maven-plugin:1.8.0:sort (default) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.088Z] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[2023-07-26T12:29:47.088Z] [INFO]
[2023-07-26T12:29:47.088Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.088Z] [INFO] Skipping packaging of the test-jar
[2023-07-26T12:29:47.088Z] [INFO]
[2023-07-26T12:29:47.088Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.397Z] [INFO]
[2023-07-26T12:29:47.397Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.397Z] [INFO]
[2023-07-26T12:29:47.397Z] [INFO] --- maven-failsafe-plugin:3.1.2:integration-test (integration-test) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.397Z] [INFO] No tests to run.
[2023-07-26T12:29:47.397Z] [INFO]
[2023-07-26T12:29:47.397Z] [INFO] --- maven-failsafe-plugin:3.1.2:integration-test (default) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.397Z] [INFO] No tests to run.
[2023-07-26T12:29:47.397Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2023-07-26T12:29:47.397Z] [INFO]
[2023-07-26T12:29:47.397Z] [INFO] --- maven-failsafe-plugin:3.1.2:verify (integration-test) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.397Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/target/failsafe-reports
[2023-07-26T12:29:47.397Z] [INFO]
[2023-07-26T12:29:47.397Z] [INFO] --- maven-failsafe-plugin:3.1.2:verify (default) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.398Z] [INFO] Failsafe report directory: /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/target/failsafe-reports
[2023-07-26T12:29:47.398Z] [INFO]
[2023-07-26T12:29:47.398Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serverless-workflow-examples ---
[2023-07-26T12:29:47.398Z] [INFO] Installing /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/examples/serverless-workflow-examples/2.0.0-SNAPSHOT/serverless-workflow-examples-2.0.0-SNAPSHOT.pom
[2023-07-26T12:29:47.398Z] [INFO] ------------------------------------------------------------------------
[2023-07-26T12:29:47.398Z] [INFO] Reactor Summary:
[2023-07-26T12:29:47.398Z] [INFO]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus 1.0-SNAPSHOT SUCCESS [ 14.819 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.168 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Callback Event Service 1.0-SNAPSHOT SUCCESS [ 3.520 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Service 1.0-SNAPSHOT SUCCESS [ 20.105 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Callback :: Quarkus 1.0-SNAPSHOT SUCCESS [ 34.356 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Camel :: Quarkus 1.0-SNAPSHOT SUCCESS [ 14.366 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Compensation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 12.340 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus 1.0-SNAPSHOT SUCCESS [ 14.152 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Correlation :: Quarkus 1.0-SNAPSHOT SUCCESS [ 32.614 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Custom Function :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.004 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Custom Function Knative :: Service 1.0-SNAPSHOT SUCCESS [ 4.141 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Custom Function Knative :: Workflow 1.0-SNAPSHOT SUCCESS [ 7.298 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Custom type :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.007 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Server :: Quarkus 1.0-SNAPSHOT SUCCESS [ 0.423 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC :: Runtime 1.0-SNAPSHOT SUCCESS [ 1.186 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC :: Deployment 1.0-SNAPSHOT SUCCESS [ 0.486 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Custom RPC Client :: Quarkus 1.0-SNAPSHOT SUCCESS [ 12.608 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Data Index :: Quarkus 1.0-SNAPSHOT SUCCESS [ 32.999 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Error :: Quarkus 1.0-SNAPSHOT SUCCESS [ 13.321 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 28.384 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Expression :: Quarkus 1.0-SNAPSHOT SUCCESS [ 13.467 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow For Each :: Quarkus 1.0-SNAPSHOT SUCCESS [ 12.960 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Functions And Events :: Quarkus 1.0-SNAPSHOT SUCCESS [ 26.705 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Functions :: Quarkus 1.0-SNAPSHOT SUCCESS [ 14.743 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy 1.0-SNAPSHOT SUCCESS [ 0.002 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Services 1.0-SNAPSHOT SUCCESS [ 7.636 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow :: Funqy :: Workflow 1.0-SNAPSHOT SUCCESS [ 16.836 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: Quarkus 1.0-SNAPSHOT SUCCESS [ 13.890 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow gRPC example 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Server :: Quarkus 1.0-SNAPSHOT FAILURE [ 3.230 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Greeting :: gRPC Client :: Quarkus 1.0-SNAPSHOT SKIPPED
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Hello World :: Quarkus 1.0-SNAPSHOT SUCCESS [ 15.598 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: Aggregator 1.0-SNAPSHOT SUCCESS [ 29.573 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: Flow 1.0-SNAPSHOT SUCCESS [ 38.319 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Loan Broker Showcase :: UI 1.0-SNAPSHOT SUCCESS [ 12.697 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription Showcase 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service 1.0-SNAPSHOT SUCCESS [ 12.340 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow 1.0-SNAPSHOT SUCCESS [ 29.490 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: ACME Financial Service 1.0-SNAPSHOT SUCCESS [ 30.735 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: Currency Exchange 1.0-SNAPSHOT SUCCESS [ 7.539 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Order Processing 1.0-SNAPSHOT SUCCESS [ 18.076 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Parallel Execution :: Quarkus 1.0-SNAPSHOT SUCCESS [ 14.174 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer Showcase 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service 1.0-SNAPSHOT SUCCESS [ 28.019 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Query and Answer :: Query Service 1.0-SNAPSHOT SUCCESS [ 16.349 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Order Saga :: Quarkus 1.0-SNAPSHOT SUCCESS [ 14.248 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Service Calls :: Quarkus 1.0-SNAPSHOT SUCCESS [ 17.649 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit 1.0-SNAPSHOT SUCCESS [ 0.006 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Quarkus 1.0-SNAPSHOT SUCCESS [ 15.969 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Portfolio Service 1.0-SNAPSHOT SUCCESS [ 2.699 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Stock Service 1.0-SNAPSHOT SUCCESS [ 1.983 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Stock Profit :: Mock Stock Service 1.0-SNAPSHOT SUCCESS [ 2.409 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion 1.0-SNAPSHOT SUCCESS [ 0.003 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service 1.0-SNAPSHOT SUCCESS [ 8.949 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service 1.0-SNAPSHOT SUCCESS [ 9.242 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service 1.0-SNAPSHOT SUCCESS [ 18.110 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Full Service 1.0-SNAPSHOT SUCCESS [ 18.626 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Function Service 1.0-SNAPSHOT SUCCESS [ 18.512 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Spec Service 1.0-SNAPSHOT SUCCESS [ 18.411 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Testing with REST Assured :: Quarkus 1.0-SNAPSHOT SUCCESS [ 16.214 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Embedded 1.0-SNAPSHOT SUCCESS [02:11 min]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Extended 1.0-SNAPSHOT SUCCESS [02:06 min]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Timeouts Showcase Operator Dev Profile 1.0-SNAPSHOT SUCCESS [ 2.781 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Openvino :: Quarkus 1.0-SNAPSHOT SUCCESS [ 45.312 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow Python :: Quarkus 1.0-SNAPSHOT SUCCESS [ 34.094 s]
[2023-07-26T12:29:47.398Z] [INFO] Kogito Example :: Serverless Workflow 2.0.0-SNAPSHOT SUCCESS [ 1.205 s]
[2023-07-26T12:29:47.398Z] [INFO] ------------------------------------------------------------------------
[2023-07-26T12:29:47.398Z] [INFO] BUILD FAILURE
[2023-07-26T12:29:47.398Z] [INFO] ------------------------------------------------------------------------
[2023-07-26T12:29:47.398Z] [INFO] Total time: 18:37 min
[2023-07-26T12:29:47.398Z] [INFO] Finished at: 2023-07-26T08:29:46-04:00
[2023-07-26T12:29:47.398Z] [INFO] ------------------------------------------------------------------------
[2023-07-26T12:29:47.398Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project serverless-workflow-greeting-server-rpc-quarkus: Compilation failure: Compilation failure:
[2023-07-26T12:29:47.398Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-server-rpc-quarkus/target/generated-sources/protobuf/java/org/kie/kogito/examples/sw/greeting/Greeting.java:[493,27] cannot find symbol
[2023-07-26T12:29:47.398Z] [ERROR] symbol: method parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
[2023-07-26T12:29:47.398Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples/bc/kiegroup_kogito-examples/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-server-rpc-quarkus/target/generated-sources/protobuf/java/org/kie/kogito/examples/sw/greeting/Greeting.java:[1126,27] cannot find symbol
[2023-07-26T12:29:47.398Z] [ERROR] symbol: method parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
[2023-07-26T12:29:47.398Z] [ERROR] -> [Help 1]
[2023-07-26T12:29:47.398Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project serverless-workflow-greeting-server-rpc-quarkus: Compilation failure
[2023-07-26T12:29:47.398Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-07-26T12:29:47.398Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-26T12:29:47.398Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-26T12:29:47.398Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-26T12:29:47.399Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-26T12:29:47.399Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-26T12:29:47.399Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-26T12:29:47.399Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-26T12:29:47.399Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:29:47.399Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:29:47.399Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:29:47.399Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:29:47.399Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:29:47.399Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:29:47.399Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:29:47.399Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:29:47.399Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:29:47.399Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:29:47.399Z] Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
[2023-07-26T12:29:47.399Z] at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
[2023-07-26T12:29:47.399Z] at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:187)
[2023-07-26T12:29:47.399Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-07-26T12:29:47.399Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-07-26T12:29:47.399Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-07-26T12:29:47.399Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-07-26T12:29:47.399Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-07-26T12:29:47.399Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-07-26T12:29:47.399Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-07-26T12:29:47.399Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-07-26T12:29:47.399Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-07-26T12:29:47.399Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-07-26T12:29:47.399Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-07-26T12:29:47.399Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-07-26T12:29:47.399Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-07-26T12:29:47.399Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-07-26T12:29:47.399Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-07-26T12:29:47.399Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-07-26T12:29:47.399Z] [ERROR]
[2023-07-26T12:29:47.399Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-07-26T12:29:47.399Z] [ERROR]
[2023-07-26T12:29:47.399Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-07-26T12:29:47.399Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2023-07-26T12:29:47.399Z] [ERROR]
[2023-07-26T12:29:47.399Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-07-26T12:29:47.399Z] [ERROR] mvn -rf :serverless-workflow-greeting-server-rpc-quarkus
[2023-07-26T12:29:47.654Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-07-26T12:29:47.654Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-07-26T12:29:47.654Z] # [BEFORE] [kiegroup/kogito-examples] export INTEGRATION_BRANCH=
[2023-07-26T12:29:47.654Z] [INFO] OK [Executed in 0.085431 ms]
[2023-07-26T12:29:47.654Z]
[2023-07-26T12:29:47.654Z] # [BEFORE] [kiegroup/kogito-examples] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-07-26T12:29:47.654Z] [INFO] OK [Executed in 8.870783 ms]
[2023-07-26T12:29:47.654Z]
[2023-07-26T12:29:47.654Z] # [COMMANDS] [kiegroup/kogito-examples] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-07-26T12:29:47.654Z] [INFO] OK [Executed in 5.809253 ms]
[2023-07-26T12:29:47.654Z]
[2023-07-26T12:29:47.654Z] # [COMMANDS] [kiegroup/kogito-examples] mvn dependency:tree -pl :kogito-examples clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config11821183793499392901tmp -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-07-26T12:29:47.654Z] [INFO] OK [Executed in 5538.907031 ms]
[2023-07-26T12:29:47.654Z]
[2023-07-26T12:29:47.654Z] # [COMMANDS] [kiegroup/kogito-examples] mvn dependency:tree -f serverless-workflow-examples/pom.xml clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config11821183793499392901tmp -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-07-26T12:29:47.654Z] [INFO] NOT OK [Executed in 1118846.866419 ms]
[2023-07-26T12:29:47.654Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-07-26T12:29:47.654Z]
[2023-07-26T12:29:47.654Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-examples
[2023-07-26T12:29:47.654Z]
[2023-07-26T12:29:47.654Z] # Uploading artifacts
[2023-07-26T12:29:47.654Z] [INFO] Will not upload any artifacts in CLI environment
[2023-07-26T12:29:47.654Z]
[2023-07-26T12:29:47.654Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-07-26T12:29:47.654Z] [ERROR] Failed to execute mvn dependency:tree -f serverless-workflow-examples/pom.xml clean install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.serverless-workflow-examples@tmp/config11821183793499392901tmp -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-07-26T12:29:47.654Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-07-26T12:29:47.906Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-26T12:29:48.689Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-07-26T12:29:51.510Z] Recording test results
[2023-07-26T12:29:52.914Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-07-26T12:29:53.006Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-07-26T12:29:54.689Z] + rm -rf console.log
[Pipeline] sh
[2023-07-26T12:29:55.088Z] + 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-examples.tests.serverless-workflow-examples/365/consoleText
[2023-07-26T12:29:55.088Z] + tail -n 300

@hbelmiro
Copy link
Contributor Author

@ricardozanini all green.

@ricardozanini ricardozanini merged commit f9b1777 into apache:main Jul 27, 2023
3 checks passed
@hbelmiro hbelmiro deleted the KOGITO-9643 branch July 27, 2023 17:28
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.

4 participants