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-8410 Added support for GET method to Knative custom function #3172

Merged
merged 4 commits into from
Aug 23, 2023

Conversation

hbelmiro
Copy link
Contributor

@hbelmiro hbelmiro commented Aug 11, 2023

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

PR to update the docs:


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

How to backport a pull request to a different branch?

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

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

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

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

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

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

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

jenkins rewrite quarkus-3

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

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

@hbelmiro hbelmiro changed the title KOGITO-8410 Added support to GET method to Knative custom function KOGITO-8410 Added support for GET method to Knative custom function Aug 11, 2023
@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 11, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3353
  • FAILED: 2

Those are the test failures:

org.kie.kogito.addons.quarkus.knative.serving.customfunctions.GetRequestKnativeParamsDecoratorTest.decorate java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor#setupKubernetesDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:119)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
at java.base/java.lang.Thread.run(Thread.java:829)
at org.jboss.threads.JBossThread.run(JBossThread.java:501)
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.lambda$startKubernetes$7(DevServicesKubernetesProcessor.java:227)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.startKubernetes(DevServicesKubernetesProcessor.java:241)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:109)
... 11 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 16 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 17 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at com.dajudge.kindcontainer.ApiServerContainer.containerIsStarting(ApiServerContainer.java:142)
at org.testcontainers.containers.GenericContainer.containerIsStarting(GenericContainer.java:692)
at com.dajudge.kindcontainer.KubernetesContainer.containerIsStarting(KubernetesContainer.java:151)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:474)
... 19 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 24 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 25 more
Caused by: com.github.dockerjava.api.exception.ConflictException: Status 409: {"message":"cannot join network of a non running container: 19e6b6f5ab6ab4c8f221534685d4fcbadbad69ad47d26414506b20369a370cb5"}

at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:245)
at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.post(DefaultInvocationBuilder.java:102)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:31)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:13)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21)
at org.testcontainers.shaded.com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:35)
at org.testcontainers.shaded.com.github.dockerjava.core.command.StartContainerCmdImpl.exec(StartContainerCmdImpl.java:43)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:441)
... 27 more
org.kie.kogito.it.KafkaPersistenceIT.testPersistence 1 expectation failed.
Expected status code <404> but was <200>.

@hbelmiro
Copy link
Contributor Author

jenkins rerun kogito-runtimes tests

@hbelmiro hbelmiro force-pushed the KOGITO-8410 branch 2 times, most recently from 447d1ac to 960afd7 Compare August 14, 2023 15:09
@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 14, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3354
  • FAILED: 1

Those are the test failures:

org.kie.kogito.addons.quarkus.knative.serving.customfunctions.GetRequestKnativeParamsDecoratorTest.decorateInvalidTypeShouldThrowException java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor#setupKubernetesDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:119)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
at java.base/java.lang.Thread.run(Thread.java:829)
at org.jboss.threads.JBossThread.run(JBossThread.java:501)
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.lambda$startKubernetes$7(DevServicesKubernetesProcessor.java:227)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.startKubernetes(DevServicesKubernetesProcessor.java:241)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:109)
... 11 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 16 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 17 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at com.dajudge.kindcontainer.ApiServerContainer.containerIsStarting(ApiServerContainer.java:142)
at org.testcontainers.containers.GenericContainer.containerIsStarting(GenericContainer.java:692)
at com.dajudge.kindcontainer.KubernetesContainer.containerIsStarting(KubernetesContainer.java:151)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:474)
... 19 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 24 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 25 more
Caused by: com.github.dockerjava.api.exception.ConflictException: Status 409: {"message":"cannot join network of a non running container: eb18fd00eb4c3a69a0437f2b7294e226cfd7701d271389db6e6860f9648359de"}

at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:245)
at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.post(DefaultInvocationBuilder.java:102)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:31)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:13)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21)
at org.testcontainers.shaded.com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:35)
at org.testcontainers.shaded.com.github.dockerjava.core.command.StartContainerCmdImpl.exec(StartContainerCmdImpl.java:43)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:441)
... 27 more

@hbelmiro
Copy link
Contributor Author

jenkins rerun kogito-runtimes tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 14, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3353
  • FAILED: 2

Those are the test failures:

org.kie.kogito.addons.quarkus.knative.serving.customfunctions.GetRequestKnativeParamsDecoratorTest.decorateInvalidTypeShouldThrowException java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor#setupKubernetesDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:119)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
at java.base/java.lang.Thread.run(Thread.java:829)
at org.jboss.threads.JBossThread.run(JBossThread.java:501)
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.lambda$startKubernetes$7(DevServicesKubernetesProcessor.java:227)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.startKubernetes(DevServicesKubernetesProcessor.java:241)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:109)
... 11 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 16 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 17 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at com.dajudge.kindcontainer.ApiServerContainer.containerIsStarting(ApiServerContainer.java:142)
at org.testcontainers.containers.GenericContainer.containerIsStarting(GenericContainer.java:692)
at com.dajudge.kindcontainer.KubernetesContainer.containerIsStarting(KubernetesContainer.java:151)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:474)
... 19 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 24 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 25 more
Caused by: com.github.dockerjava.api.exception.ConflictException: Status 409: {"message":"cannot join network of a non running container: 161adb1854e802e533797721a5ba1a8ce063789770ed844666c10ebce343f3a5"}

at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:245)
at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.post(DefaultInvocationBuilder.java:102)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:31)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:13)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21)
at org.testcontainers.shaded.com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:35)
at org.testcontainers.shaded.com.github.dockerjava.core.command.StartContainerCmdImpl.exec(StartContainerCmdImpl.java:43)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:441)
... 27 more
org.kie.kogito.tracing.QuarkusTracingAddonDevServicesIT.testEvaluateLoanEligibility java.lang.RuntimeException: Failed to start quarkus

@hbelmiro
Copy link
Contributor Author

jenkins rerun kogito-runtimes tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 14, 2023

(tests) - kogito-runtimes job #3015 was: ABORTED
Possible explanation: Most probably a timeout, please review

Reproducer

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

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

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

Test results:

  • PASSED: 3331
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-08-14T18:09:51.816Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Integration Test SUCCESS [ 44.278 s]
[2023-08-14T18:09:51.816Z] [INFO] Kogito :: Integration Tests :: Quarkus ............. SUCCESS [ 0.066 s]
[2023-08-14T18:09:51.816Z] [INFO] Kogito :: Integration Tests :: Quarkus :: OpenAPI Client Codegen SUCCESS [01:03 min]
[2023-08-14T18:09:51.816Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Rules .... SUCCESS [ 51.232 s]
[2023-08-14T18:09:51.816Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Legacy Rules SUCCESS [ 50.210 s]
[2023-08-14T18:09:51.816Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Decisions SUCCESS [ 49.529 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 37.669 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 38.955 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 8.559 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [ 55.252 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [01:33 min]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [01:59 min]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 39.823 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 6.445 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 6.526 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [02:24 min]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [02:13 min]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:30 min]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [01:05 min]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [01:17 min]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 39.563 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 43.770 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [01:33 min]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 0.842 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.041 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 3.421 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 5.439 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI :: Parser . SUCCESS [ 5.272 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 4.502 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 9.749 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.308 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 7.568 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.041 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [ 22.298 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [01:06 min]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.084 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 0.030 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 0.031 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 0.040 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.816 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.028 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.197 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.192 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.284 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 6.562 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 10.816 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 14.019 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.286 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) SUCCESS [ 50.716 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.028 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 17.045 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 2.317 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.726 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 13.317 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.139 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 1.567 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.148 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.109 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 10.362 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 1.549 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 6.150 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 16.074 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 9.919 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 17.679 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 6.843 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 0.524 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 34.818 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 0.021 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.137 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 2.163 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 1.577 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 2.461 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 0.379 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:12 min]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 18.864 s]
[2023-08-14T18:09:51.817Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [04:31 min]
[2023-08-14T18:09:51.817Z] [INFO] ------------------------------------------------------------------------
[2023-08-14T18:09:51.817Z] [INFO] BUILD FAILURE
[2023-08-14T18:09:51.817Z] [INFO] ------------------------------------------------------------------------
[2023-08-14T18:09:51.817Z] [INFO] Total time: 02:54 h (Wall Clock)
[2023-08-14T18:09:51.817Z] [INFO] Finished at: 2023-08-14T14:09:43-04:00
[2023-08-14T18:09:51.817Z] [INFO] ------------------------------------------------------------------------
[2023-08-14T18:09:51.817Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project kogito-addons-quarkus-knative-serving:
[2023-08-14T18:09:51.817Z] [ERROR]
[2023-08-14T18:09:51.817Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire-reports for the individual test results.
[2023-08-14T18:09:51.817Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2023-08-14T18:09:51.817Z] [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T18:09:51.818Z] [ERROR] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814112746002_1207.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T11-15-47_016-jvmRun6' 'surefire-20230814112746002_1205tmp' 'surefire_120-20230814112746002_1206tmp'
[2023-08-14T18:09:51.818Z] [ERROR] Error occurred in starting fork, check output in log
[2023-08-14T18:09:51.818Z] [ERROR] Process Exit Code: 143
[2023-08-14T18:09:51.818Z] [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T18:09:51.818Z] [ERROR] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814112746002_1207.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T11-15-47_016-jvmRun6' 'surefire-20230814112746002_1205tmp' 'surefire_120-20230814112746002_1206tmp'
[2023-08-14T18:09:51.818Z] [ERROR] Error occurred in starting fork, check output in log
[2023-08-14T18:09:51.818Z] [ERROR] Process Exit Code: 143
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:643)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1203)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1055)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:871)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:210)
[2023-08-14T18:09:51.818Z] [ERROR] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:195)
[2023-08-14T18:09:51.818Z] [ERROR] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T18:09:51.818Z] [ERROR] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[2023-08-14T18:09:51.818Z] [ERROR] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T18:09:51.818Z] [ERROR] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-08-14T18:09:51.818Z] [ERROR] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-08-14T18:09:51.818Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-14T18:09:51.818Z] [ERROR] -> [Help 1]
[2023-08-14T18:09:51.818Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project kogito-addons-quarkus-knative-serving:
[2023-08-14T18:09:51.818Z]
[2023-08-14T18:09:51.818Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire-reports for the individual test results.
[2023-08-14T18:09:51.818Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2023-08-14T18:09:51.818Z] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T18:09:51.818Z] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814112746002_1207.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T11-15-47_016-jvmRun6' 'surefire-20230814112746002_1205tmp' 'surefire_120-20230814112746002_1206tmp'
[2023-08-14T18:09:51.818Z] Error occurred in starting fork, check output in log
[2023-08-14T18:09:51.818Z] Process Exit Code: 143
[2023-08-14T18:09:51.818Z] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T18:09:51.818Z] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814112746002_1207.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T11-15-47_016-jvmRun6' 'surefire-20230814112746002_1205tmp' 'surefire_120-20230814112746002_1206tmp'
[2023-08-14T18:09:51.818Z] Error occurred in starting fork, check output in log
[2023-08-14T18:09:51.818Z] Process Exit Code: 143
[2023-08-14T18:09:51.818Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:643)
[2023-08-14T18:09:51.818Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)
[2023-08-14T18:09:51.818Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)
[2023-08-14T18:09:51.818Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1203)
[2023-08-14T18:09:51.818Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1055)
[2023-08-14T18:09:51.818Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:871)
[2023-08-14T18:09:51.818Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[2023-08-14T18:09:51.818Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
[2023-08-14T18:09:51.818Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
[2023-08-14T18:09:51.818Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
[2023-08-14T18:09:51.818Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
[2023-08-14T18:09:51.818Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
[2023-08-14T18:09:51.818Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[2023-08-14T18:09:51.818Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:210)
[2023-08-14T18:09:51.818Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:195)
[2023-08-14T18:09:51.818Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T18:09:51.818Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[2023-08-14T18:09:51.818Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T18:09:51.818Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-08-14T18:09:51.818Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-08-14T18:09:51.819Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-14T18:09:51.819Z]
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-14T18:09:51.819Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T18:09:51.819Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-14T18:09:51.819Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T18:09:51.819Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-14T18:09:51.819Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-14T18:09:51.819Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-14T18:09:51.819Z] Caused by: org.apache.maven.plugin.MojoExecutionException:
[2023-08-14T18:09:51.819Z]
[2023-08-14T18:09:51.819Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire-reports for the individual test results.
[2023-08-14T18:09:51.819Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2023-08-14T18:09:51.819Z] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T18:09:51.819Z] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814112746002_1207.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T11-15-47_016-jvmRun6' 'surefire-20230814112746002_1205tmp' 'surefire_120-20230814112746002_1206tmp'
[2023-08-14T18:09:51.819Z] Error occurred in starting fork, check output in log
[2023-08-14T18:09:51.819Z] Process Exit Code: 143
[2023-08-14T18:09:51.819Z] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T18:09:51.819Z] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814112746002_1207.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T11-15-47_016-jvmRun6' 'surefire-20230814112746002_1205tmp' 'surefire_120-20230814112746002_1206tmp'
[2023-08-14T18:09:51.819Z] Error occurred in starting fork, check output in log
[2023-08-14T18:09:51.819Z] Process Exit Code: 143
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:643)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1203)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1055)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:871)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:210)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:195)
[2023-08-14T18:09:51.819Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T18:09:51.819Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[2023-08-14T18:09:51.819Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T18:09:51.819Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-08-14T18:09:51.819Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-08-14T18:09:51.819Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-14T18:09:51.819Z]
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:154)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:542)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1067)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:871)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-14T18:09:51.819Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-14T18:09:51.819Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T18:09:51.819Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-14T18:09:51.819Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T18:09:51.819Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-14T18:09:51.819Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-14T18:09:51.819Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-14T18:09:51.819Z] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T18:09:51.819Z] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814112746002_1207.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T11-15-47_016-jvmRun6' 'surefire-20230814112746002_1205tmp' 'surefire_120-20230814112746002_1206tmp'
[2023-08-14T18:09:51.819Z] Error occurred in starting fork, check output in log
[2023-08-14T18:09:51.819Z] Process Exit Code: 143
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork (ForkStarter.java:643)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:285)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:250)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1203)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1055)
[2023-08-14T18:09:51.819Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:871)
[2023-08-14T18:09:51.820Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-14T18:09:51.820Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-14T18:09:51.820Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-14T18:09:51.820Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-14T18:09:51.820Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-14T18:09:51.820Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-14T18:09:51.820Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-14T18:09:51.820Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-14T18:09:51.820Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-14T18:09:51.820Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T18:09:51.820Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-14T18:09:51.820Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T18:09:51.820Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-14T18:09:51.820Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-14T18:09:51.820Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-14T18:09:51.820Z] [ERROR]
[2023-08-14T18:09:51.820Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-14T18:09:51.820Z] [ERROR]
[2023-08-14T18:09:51.820Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-14T18:09:51.820Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-08-14T18:09:51.820Z] [ERROR]
[2023-08-14T18:09:51.820Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-14T18:09:51.820Z] [ERROR] mvn -rf :kogito-addons-quarkus-knative-serving
[2023-08-14T18:09:51.820Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining commands and projects
[2023-08-14T18:09:51.820Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-08-14T18:09:51.820Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-08-14T18:09:51.820Z] [INFO] OK [Executed in 0.382668 ms]
[2023-08-14T18:09:51.820Z]
[2023-08-14T18:09:51.820Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-14T18:09:51.820Z] [INFO] OK [Executed in 6.022006 ms]
[2023-08-14T18:09:51.820Z]
[2023-08-14T18:09:51.820Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-08-14T18:09:51.820Z] [INFO] OK [Executed in 5.372858 ms]
[2023-08-14T18:09:51.820Z]
[2023-08-14T18:09:51.820Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config12156324073496986732tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-14T18:09:51.820Z] [INFO] NOT OK [Executed in 10472587.322395 ms]
[2023-08-14T18:09:51.820Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 143
[2023-08-14T18:09:51.820Z]
[2023-08-14T18:09:51.820Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-runtimes
[2023-08-14T18:09:51.820Z]
[2023-08-14T18:09:51.820Z] # Uploading artifacts
[2023-08-14T18:09:51.820Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-14T18:09:51.820Z]
[2023-08-14T18:09:51.820Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-08-14T18:09:51.820Z] [ERROR] Failed to execute mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config12156324073496986732tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-08-14T18:09:51.820Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 143
[2023-08-14T18:09:51.828Z] script returned exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-14T18:09:51.959Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-14T18:09:52.463Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-14T18:09:55.738Z] Recording test results
[2023-08-14T18:09:59.682Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-14T18:09:59.705Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-14T18:10:01.199Z] + rm -rf console.log
[Pipeline] sh
[2023-08-14T18:10:01.487Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/3015/consoleText
[2023-08-14T18:10:01.487Z] + tail -n 300

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 14, 2023

(tests) - kogito-runtimes job #3018 was: ABORTED
Possible explanation: Most probably a timeout, please review

Reproducer

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

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

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

Test results:

  • PASSED: 3331
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-08-14T21:10:44.874Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Integration Test SUCCESS [ 42.443 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus ............. SUCCESS [ 0.059 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: OpenAPI Client Codegen SUCCESS [ 56.816 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Rules .... SUCCESS [ 47.351 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Legacy Rules SUCCESS [ 52.734 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Decisions SUCCESS [ 43.187 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 35.366 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 39.567 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 9.386 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [01:08 min]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [01:11 min]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [01:49 min]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 33.606 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 5.985 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 4.769 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [02:14 min]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [02:21 min]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:38 min]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [01:13 min]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [01:22 min]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 47.439 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 44.796 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [ 54.805 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 0.726 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.045 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 6.781 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 5.657 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI :: Parser . SUCCESS [ 8.218 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 7.524 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 13.085 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.495 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 11.674 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.066 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [ 14.549 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [ 11.129 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.062 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 0.035 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 0.065 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 0.025 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.829 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.027 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.312 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.624 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.441 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 3.963 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 10.117 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 17.326 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.233 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) SUCCESS [ 47.486 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.024 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 14.380 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 1.997 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.327 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 13.394 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.226 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 2.959 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.256 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.059 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 5.820 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 1.288 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 8.317 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 15.675 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 14.528 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 11.000 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 7.732 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 0.755 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 38.419 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 0.023 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.219 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 1.353 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 1.899 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 2.303 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 0.965 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:23 min]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 18.709 s]
[2023-08-14T21:10:44.874Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [04:39 min]
[2023-08-14T21:10:44.874Z] [INFO] ------------------------------------------------------------------------
[2023-08-14T21:10:44.874Z] [INFO] BUILD FAILURE
[2023-08-14T21:10:44.874Z] [INFO] ------------------------------------------------------------------------
[2023-08-14T21:10:44.874Z] [INFO] Total time: 02:55 h (Wall Clock)
[2023-08-14T21:10:44.874Z] [INFO] Finished at: 2023-08-14T17:10:36-04:00
[2023-08-14T21:10:44.874Z] [INFO] ------------------------------------------------------------------------
[2023-08-14T21:10:44.874Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project kogito-addons-quarkus-knative-serving:
[2023-08-14T21:10:44.874Z] [ERROR]
[2023-08-14T21:10:44.874Z] [ERROR] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire-reports for the individual test results.
[2023-08-14T21:10:44.874Z] [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2023-08-14T21:10:44.874Z] [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T21:10:44.875Z] [ERROR] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814142831135_1209.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T14-15-59_805-jvmRun5' 'surefire-20230814142831135_1207tmp' 'surefire_121-20230814142831135_1208tmp'
[2023-08-14T21:10:44.875Z] [ERROR] Error occurred in starting fork, check output in log
[2023-08-14T21:10:44.875Z] [ERROR] Process Exit Code: 143
[2023-08-14T21:10:44.875Z] [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T21:10:44.875Z] [ERROR] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814142831135_1209.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T14-15-59_805-jvmRun5' 'surefire-20230814142831135_1207tmp' 'surefire_121-20230814142831135_1208tmp'
[2023-08-14T21:10:44.875Z] [ERROR] Error occurred in starting fork, check output in log
[2023-08-14T21:10:44.875Z] [ERROR] Process Exit Code: 143
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:643)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1203)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1055)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:871)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:210)
[2023-08-14T21:10:44.875Z] [ERROR] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:195)
[2023-08-14T21:10:44.875Z] [ERROR] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T21:10:44.875Z] [ERROR] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[2023-08-14T21:10:44.875Z] [ERROR] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T21:10:44.875Z] [ERROR] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-08-14T21:10:44.875Z] [ERROR] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-08-14T21:10:44.875Z] [ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-14T21:10:44.875Z] [ERROR] -> [Help 1]
[2023-08-14T21:10:44.875Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project kogito-addons-quarkus-knative-serving:
[2023-08-14T21:10:44.875Z]
[2023-08-14T21:10:44.875Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire-reports for the individual test results.
[2023-08-14T21:10:44.875Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2023-08-14T21:10:44.875Z] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T21:10:44.875Z] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814142831135_1209.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T14-15-59_805-jvmRun5' 'surefire-20230814142831135_1207tmp' 'surefire_121-20230814142831135_1208tmp'
[2023-08-14T21:10:44.875Z] Error occurred in starting fork, check output in log
[2023-08-14T21:10:44.875Z] Process Exit Code: 143
[2023-08-14T21:10:44.875Z] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T21:10:44.875Z] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814142831135_1209.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T14-15-59_805-jvmRun5' 'surefire-20230814142831135_1207tmp' 'surefire_121-20230814142831135_1208tmp'
[2023-08-14T21:10:44.875Z] Error occurred in starting fork, check output in log
[2023-08-14T21:10:44.875Z] Process Exit Code: 143
[2023-08-14T21:10:44.875Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:643)
[2023-08-14T21:10:44.875Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)
[2023-08-14T21:10:44.875Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)
[2023-08-14T21:10:44.875Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1203)
[2023-08-14T21:10:44.875Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1055)
[2023-08-14T21:10:44.875Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:871)
[2023-08-14T21:10:44.875Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[2023-08-14T21:10:44.875Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
[2023-08-14T21:10:44.875Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
[2023-08-14T21:10:44.875Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:210)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:195)
[2023-08-14T21:10:44.876Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T21:10:44.876Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[2023-08-14T21:10:44.876Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T21:10:44.876Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-08-14T21:10:44.876Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-08-14T21:10:44.876Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-14T21:10:44.876Z]
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-14T21:10:44.876Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T21:10:44.876Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-14T21:10:44.876Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T21:10:44.876Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-14T21:10:44.876Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-14T21:10:44.876Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-14T21:10:44.876Z] Caused by: org.apache.maven.plugin.MojoExecutionException:
[2023-08-14T21:10:44.876Z]
[2023-08-14T21:10:44.876Z] Please refer to /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire-reports for the individual test results.
[2023-08-14T21:10:44.876Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2023-08-14T21:10:44.876Z] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T21:10:44.876Z] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814142831135_1209.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T14-15-59_805-jvmRun5' 'surefire-20230814142831135_1207tmp' 'surefire_121-20230814142831135_1208tmp'
[2023-08-14T21:10:44.876Z] Error occurred in starting fork, check output in log
[2023-08-14T21:10:44.876Z] Process Exit Code: 143
[2023-08-14T21:10:44.876Z] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T21:10:44.876Z] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814142831135_1209.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T14-15-59_805-jvmRun5' 'surefire-20230814142831135_1207tmp' 'surefire_121-20230814142831135_1208tmp'
[2023-08-14T21:10:44.876Z] Error occurred in starting fork, check output in log
[2023-08-14T21:10:44.876Z] Process Exit Code: 143
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:643)
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1203)
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1055)
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:871)
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:210)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:195)
[2023-08-14T21:10:44.876Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T21:10:44.876Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[2023-08-14T21:10:44.876Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-08-14T21:10:44.876Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2023-08-14T21:10:44.876Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2023-08-14T21:10:44.876Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-14T21:10:44.876Z]
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:154)
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:542)
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1067)
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:871)
[2023-08-14T21:10:44.876Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-14T21:10:44.876Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-14T21:10:44.877Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T21:10:44.877Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-14T21:10:44.877Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T21:10:44.877Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-14T21:10:44.877Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-14T21:10:44.877Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-14T21:10:44.877Z] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2023-08-14T21:10:44.877Z] Command was /bin/sh -c cd '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime' && '/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/bin/java' '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' '-Xms1024m' '-Xmx4g' '-XX:-TieredCompilation' '-XX:TieredStopAtLevel=1' '-Xverify:none' '-Dfile.encoding=UTF-8' '-jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire/surefirebooter-20230814142831135_1209.jar' '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/quarkus/addons/knative/serving/runtime/target/surefire' '2023-08-14T14-15-59_805-jvmRun5' 'surefire-20230814142831135_1207tmp' 'surefire_121-20230814142831135_1208tmp'
[2023-08-14T21:10:44.877Z] Error occurred in starting fork, check output in log
[2023-08-14T21:10:44.877Z] Process Exit Code: 143
[2023-08-14T21:10:44.877Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork (ForkStarter.java:643)
[2023-08-14T21:10:44.877Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:285)
[2023-08-14T21:10:44.877Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:250)
[2023-08-14T21:10:44.877Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1203)
[2023-08-14T21:10:44.877Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1055)
[2023-08-14T21:10:44.877Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:871)
[2023-08-14T21:10:44.877Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-14T21:10:44.877Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-14T21:10:44.877Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T21:10:44.877Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-14T21:10:44.877Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-14T21:10:44.877Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-14T21:10:44.877Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-14T21:10:44.877Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-14T21:10:44.877Z] [ERROR]
[2023-08-14T21:10:44.877Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-14T21:10:44.877Z] [ERROR]
[2023-08-14T21:10:44.877Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-14T21:10:44.877Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[2023-08-14T21:10:44.877Z] [ERROR]
[2023-08-14T21:10:44.877Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-14T21:10:44.877Z] [ERROR] mvn -rf :kogito-addons-quarkus-knative-serving
[2023-08-14T21:10:44.877Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining commands and projects
[2023-08-14T21:10:44.877Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-08-14T21:10:44.877Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-08-14T21:10:44.877Z] [INFO] OK [Executed in 0.208311 ms]
[2023-08-14T21:10:44.877Z]
[2023-08-14T21:10:44.877Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-14T21:10:44.877Z] [INFO] OK [Executed in 6.789896 ms]
[2023-08-14T21:10:44.877Z]
[2023-08-14T21:10:44.877Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-08-14T21:10:44.877Z] [INFO] OK [Executed in 6.436022 ms]
[2023-08-14T21:10:44.877Z]
[2023-08-14T21:10:44.877Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config8618793997475963112tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-14T21:10:44.877Z] [INFO] NOT OK [Executed in 10504690.057487 ms]
[2023-08-14T21:10:44.877Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 143
[2023-08-14T21:10:44.877Z]
[2023-08-14T21:10:44.877Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-runtimes
[2023-08-14T21:10:44.877Z]
[2023-08-14T21:10:44.877Z] # Uploading artifacts
[2023-08-14T21:10:44.877Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-14T21:10:44.877Z]
[2023-08-14T21:10:44.877Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-08-14T21:10:44.877Z] [ERROR] Failed to execute mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config8618793997475963112tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-08-14T21:10:44.877Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 143
[2023-08-14T21:10:44.921Z] script returned exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-14T21:10:44.998Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-14T21:10:45.412Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-14T21:10:49.581Z] Recording test results
[2023-08-14T21:10:53.756Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-14T21:10:53.774Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-14T21:10:55.232Z] + rm -rf console.log
[Pipeline] sh
[2023-08-14T21:10:55.522Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/3018/consoleText
[2023-08-14T21:10:55.522Z] + tail -n 300

@hbelmiro
Copy link
Contributor Author

jenkins rerun kogito-runtimes tests

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 15, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3354
  • FAILED: 1

Those are the test failures:

org.kie.kogito.addons.quarkus.knative.serving.customfunctions.GetRequestKnativeParamsDecoratorTest.decorateInvalidTypeShouldThrowException java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor#setupKubernetesDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:119)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
at java.base/java.lang.Thread.run(Thread.java:829)
at org.jboss.threads.JBossThread.run(JBossThread.java:501)
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.lambda$startKubernetes$7(DevServicesKubernetesProcessor.java:227)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.startKubernetes(DevServicesKubernetesProcessor.java:241)
at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:109)
... 11 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 16 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 17 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at com.dajudge.kindcontainer.ApiServerContainer.containerIsStarting(ApiServerContainer.java:142)
at org.testcontainers.containers.GenericContainer.containerIsStarting(GenericContainer.java:692)
at com.dajudge.kindcontainer.KubernetesContainer.containerIsStarting(KubernetesContainer.java:151)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:474)
... 19 more
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
... 24 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 25 more
Caused by: com.github.dockerjava.api.exception.ConflictException: Status 409: {"message":"cannot join network of a non running container: 2c3fee5f2d4ed7b8a7dc9b9498411ec57f071d8c7cc9fad094da8afb5d22ccaf"}

at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:245)
at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.post(DefaultInvocationBuilder.java:102)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:31)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.StartContainerCmdExec.execute(StartContainerCmdExec.java:13)
at org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21)
at org.testcontainers.shaded.com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:35)
at org.testcontainers.shaded.com.github.dockerjava.core.command.StartContainerCmdImpl.exec(StartContainerCmdImpl.java:43)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:441)
... 27 more

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3353
  • FAILED: 1

Those are the test failures:

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

@hbelmiro
Copy link
Contributor Author

jenkins rerun kogito-runtimes tests

@hbelmiro hbelmiro requested review from radtriste and removed request for MarianMacik August 17, 2023 12:04
@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 22, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3362
  • FAILED: 1

Those are the test failures:

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

@sonarcloud
Copy link

sonarcloud bot commented Aug 22, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

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

50.0% 50.0% Coverage
0.0% 0.0% Duplication

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

@ricardozanini ricardozanini merged commit 6bb3380 into apache:main Aug 23, 2023
11 of 12 checks passed
@hbelmiro hbelmiro deleted the KOGITO-8410 branch August 23, 2023 17:09
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