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

[main] Bump Quarkus version to 2.7.0.Final #1217

Merged
merged 2 commits into from
Feb 1, 2022

Conversation

radtriste
Copy link
Contributor

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

  • You have read the contributors guide
  • 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:
  • Pull Request
    Please add comment: Jenkins retest this

  • Quarkus LTS checks
    Please add comment: Jenkins run LTS

  • Native checks
    Please add comment: Jenkins run native

@radtriste radtriste added the dsl-test Used to test DSL changes label Jan 28, 2022
@radtriste radtriste changed the title Bump Quarkus version to 2.7.0.Final (#1213) Bump Quarkus version to 2.7.0.Final Jan 28, 2022
@radtriste radtriste changed the title Bump Quarkus version to 2.7.0.Final [main] Bump Quarkus version to 2.7.0.Final Jan 28, 2022
@radtriste
Copy link
Contributor Author

jenkins retest this

@radtriste radtriste requested a review from evacchi January 28, 2022 15:35
@sonarcloud
Copy link

sonarcloud bot commented Jan 28, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kie-ci1
Copy link

kie-ci1 commented Jan 31, 2022

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

Test results:

  • PASSED: 2369
  • FAILED: 3

Those are the test failures:

org.kie.kogito.explainability.explainability.integrationtests.dmn.ComplexEligibilityDmnCounterfactualExplainerTest.testDMNInvalidCounterfactualExplanation java.util.concurrent.TimeoutException
at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1886)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021)
at org.kie.kogito.explainability.explainability.integrationtests.dmn.ComplexEligibilityDmnCounterfactualExplainerTest.testDMNInvalidCounterfactualExplanation(ComplexEligibilityDmnCounterfactualExplainerTest.java:236)
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 org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
org.kie.kogito.explainability.explainability.integrationtests.dmn.ComplexEligibilityDmnCounterfactualExplainerTest.testDMNScoringFunction java.util.concurrent.TimeoutException
at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1886)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021)
at org.kie.kogito.explainability.explainability.integrationtests.dmn.ComplexEligibilityDmnCounterfactualExplainerTest.testDMNScoringFunction(ComplexEligibilityDmnCounterfactualExplainerTest.java:166)
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 org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
org.kie.kogito.trusty.service.common.KeycloakTrustyServiceIT.(?) java.lang.RuntimeException:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor#startKafkaDevService threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.startKafkaDevService(DevServicesKafkaProcessor.java:116)
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$2.execute(ExtensionLoader.java:882)
at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
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: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:114)
at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:146)
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:188)
at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:101)
at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:107)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316)
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.lambda$startKafka$5(DevServicesKafkaProcessor.java:240)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.startKafka(DevServicesKafkaProcessor.java:248)
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.startKafkaDevService(DevServicesKafkaProcessor.java:103)
... 11 more

[error]: Build step io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor#startKeycloakContainer threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:225)
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$2.execute(ExtensionLoader.java:882)
at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
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: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:114)
at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:146)
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:188)
at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:101)
at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:107)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316)
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.lambda$startContainer$0(KeycloakDevServicesProcessor.java:324)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startContainer(KeycloakDevServicesProcessor.java:348)
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:177)
... 11 more

Caused by: java.lang.RuntimeException:
io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor#startKafkaDevService threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.startKafkaDevService(DevServicesKafkaProcessor.java:116)
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$2.execute(ExtensionLoader.java:882)
at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
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: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:114)
at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:146)
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:188)
at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:101)
at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:107)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316)
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.lambda$startKafka$5(DevServicesKafkaProcessor.java:240)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.startKafka(DevServicesKafkaProcessor.java:248)
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.startKafkaDevService(DevServicesKafkaProcessor.java:103)
... 11 more

[error]: Build step io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor#startKeycloakContainer threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:225)
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$2.execute(ExtensionLoader.java:882)
at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
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: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:114)
at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:146)
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:188)
at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:101)
at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:107)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316)
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.lambda$startContainer$0(KeycloakDevServicesProcessor.java:324)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startContainer(KeycloakDevServicesProcessor.java:348)
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:177)
... 11 more

Caused by: io.quarkus.builder.BuildException:
Build failure: Build failed due to errors
[error]: Build step io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor#startKafkaDevService threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.startKafkaDevService(DevServicesKafkaProcessor.java:116)
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$2.execute(ExtensionLoader.java:882)
at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
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: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:114)
at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:146)
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:188)
at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:101)
at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:107)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316)
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.lambda$startKafka$5(DevServicesKafkaProcessor.java:240)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.startKafka(DevServicesKafkaProcessor.java:248)
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.startKafkaDevService(DevServicesKafkaProcessor.java:103)
... 11 more

[error]: Build step io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor#startKeycloakContainer threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:225)
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$2.execute(ExtensionLoader.java:882)
at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
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: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:114)
at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:146)
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:188)
at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:101)
at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:107)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316)
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.lambda$startContainer$0(KeycloakDevServicesProcessor.java:324)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startContainer(KeycloakDevServicesProcessor.java:348)
at io.quarkus.oidc.deployment.devservices.keycloak.KeycloakDevServicesProcessor.startKeycloakContainer(KeycloakDevServicesProcessor.java:177)
... 11 more

Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
Caused by: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/custom/job/tradisso/job/bump-main-quarkus-2.7.0.CR1/job/bump-main-quarkus-2.7.0.CR1/job/pullrequest/job/kogito-apps.tests.kogito-apps/2/display/redirect or see console log:

Console Logs [2022-01-31T12:28:29.735Z] [WARNING] [io.quarkus.container.image.jib.deployment.JibProcessor] Cannot verify server at https://ba-docker-registry.usersys.redhat.com:5000/v2/fabric8/java-alpine-openjdk11-jre/manifests/latest. Attempting again with no TLS verification.
[2022-01-31T12:28:29.735Z] [WARNING] [io.quarkus.container.image.jib.deployment.JibProcessor] Failed to connect to https://ba-docker-registry.usersys.redhat.com:5000/v2/fabric8/java-alpine-openjdk11-jre/manifests/latest over HTTPS. Attempting again with HTTP.
[2022-01-31T12:28:29.735Z] [INFO] [io.quarkus.container.image.jib.deployment.JibProcessor] Using base image with digest: sha256:b459cc59d6c7ddc9fd52f981fc4c187f44a401f2433a1b4110810d2dd9e98a07
[2022-01-31T12:28:34.090Z] [INFO] [io.quarkus.container.image.jib.deployment.JibProcessor] Container entrypoint set to [java, -Djava.util.logging.manager=org.jboss.logmanager.LogManager, -jar, quarkus-run.jar]
[2022-01-31T12:28:37.541Z] [INFO] [io.quarkus.container.image.jib.deployment.JibProcessor] Created container image org.kie.kogito/integration-tests-trusty-service-quarkus:2.0.0-SNAPSHOT (sha256:dc2c26e2257fc85994f0cd4d972977a1346c79b36580651c1d16770c534eddc5)
[2022-01-31T12:28:37.541Z]
[2022-01-31T12:28:37.541Z] [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 23246ms
[2022-01-31T12:28:37.834Z] [INFO]
[2022-01-31T12:28:37.834Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ integration-tests-trusty-service-quarkus ---
[2022-01-31T12:28:37.834Z] [INFO] Building jar: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT-tests.jar
[2022-01-31T12:28:37.834Z] [INFO]
[2022-01-31T12:28:37.834Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ integration-tests-trusty-service-quarkus ---
[2022-01-31T12:28:37.834Z] [INFO] Building jar: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT-sources.jar
[2022-01-31T12:28:37.834Z] [INFO]
[2022-01-31T12:28:37.834Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ integration-tests-trusty-service-quarkus ---
[2022-01-31T12:28:37.834Z] [INFO] Building jar: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT-test-sources.jar
[2022-01-31T12:28:37.834Z] [INFO]
[2022-01-31T12:28:37.834Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ integration-tests-trusty-service-quarkus ---
[2022-01-31T12:28:37.834Z] [INFO] Failsafe report directory: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/failsafe-reports
[2022-01-31T12:28:37.834Z] [INFO]
[2022-01-31T12:28:37.834Z] [INFO] -------------------------------------------------------
[2022-01-31T12:28:37.834Z] [INFO] T E S T S
[2022-01-31T12:28:37.834Z] [INFO] -------------------------------------------------------
[2022-01-31T12:28:40.030Z] Cancelling nested steps due to timeout
[2022-01-31T12:28:40.039Z] Sending interrupt signal to process
[2022-01-31T12:28:41.390Z] [INFO]
[2022-01-31T12:28:41.390Z] [INFO] Results:
[2022-01-31T12:28:41.390Z] [INFO]
[2022-01-31T12:28:41.390Z] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[2022-01-31T12:28:41.390Z] [INFO]
[2022-01-31T12:28:41.390Z] [INFO]
[2022-01-31T12:28:41.390Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ integration-tests-trusty-service-quarkus ---
[2022-01-31T12:28:41.390Z] [INFO] Skipping execution of surefire because it has already been run for this configuration
[2022-01-31T12:28:41.390Z] [INFO]
[2022-01-31T12:28:41.390Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ integration-tests-trusty-service-quarkus ---
[2022-01-31T12:28:41.390Z] [INFO] Failsafe report directory: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/failsafe-reports
[2022-01-31T12:28:41.390Z] [ERROR] There are test failures.
[2022-01-31T12:28:41.390Z]
[2022-01-31T12:28:41.390Z] Please refer to /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/failsafe-reports for the individual test results.
[2022-01-31T12:28:41.390Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-01-31T12:28:41.390Z] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2022-01-31T12:28:41.390Z] Command was /bin/sh -c cd /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus && /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-1.el7_9.x86_64/bin/java -Xmx2048m -Xmx4g -jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/surefire/surefirebooter18075151900054674936.jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/surefire 2022-01-31T04-46-06_175-jvmRun1 surefire5286167352096005740tmp surefire_313463978436630542769tmp
[2022-01-31T12:28:41.390Z] Error occurred in starting fork, check output in log
[2022-01-31T12:28:41.390Z] Process Exit Code: 143
[2022-01-31T12:28:41.390Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:748)
[2022-01-31T12:28:41.390Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:305)
[2022-01-31T12:28:41.390Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:265)
[2022-01-31T12:28:41.390Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
[2022-01-31T12:28:41.390Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
[2022-01-31T12:28:41.390Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
[2022-01-31T12:28:41.390Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[2022-01-31T12:28:41.390Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[2022-01-31T12:28:41.390Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[2022-01-31T12:28:41.390Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[2022-01-31T12:28:41.390Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[2022-01-31T12:28:41.391Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[2022-01-31T12:28:41.391Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[2022-01-31T12:28:41.391Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[2022-01-31T12:28:41.391Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[2022-01-31T12:28:41.391Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[2022-01-31T12:28:41.391Z] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[2022-01-31T12:28:41.391Z] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[2022-01-31T12:28:41.391Z] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[2022-01-31T12:28:41.391Z] at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[2022-01-31T12:28:41.391Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-01-31T12:28:41.391Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-01-31T12:28:41.391Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-01-31T12:28:41.391Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-01-31T12:28:41.391Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[2022-01-31T12:28:41.391Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[2022-01-31T12:28:41.391Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[2022-01-31T12:28:41.391Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[2022-01-31T12:28:41.391Z]
[2022-01-31T12:28:41.391Z] [INFO]
[2022-01-31T12:28:41.391Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ integration-tests-trusty-service-quarkus ---
[2022-01-31T12:28:41.391Z] [INFO] Failsafe report directory: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/failsafe-reports
[2022-01-31T12:28:41.391Z] [ERROR] There are test failures.
[2022-01-31T12:28:41.391Z]
[2022-01-31T12:28:41.391Z] Please refer to /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/failsafe-reports for the individual test results.
[2022-01-31T12:28:41.391Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-01-31T12:28:41.391Z] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2022-01-31T12:28:41.391Z] Command was /bin/sh -c cd /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus && /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-1.el7_9.x86_64/bin/java -Xmx2048m -Xmx4g -jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/surefire/surefirebooter18075151900054674936.jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/surefire 2022-01-31T04-46-06_175-jvmRun1 surefire5286167352096005740tmp surefire_313463978436630542769tmp
[2022-01-31T12:28:41.391Z] Error occurred in starting fork, check output in log
[2022-01-31T12:28:41.391Z] Process Exit Code: 143
[2022-01-31T12:28:41.391Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:748)
[2022-01-31T12:28:41.391Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:305)
[2022-01-31T12:28:41.391Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:265)
[2022-01-31T12:28:41.391Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
[2022-01-31T12:28:41.391Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
[2022-01-31T12:28:41.391Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
[2022-01-31T12:28:41.391Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[2022-01-31T12:28:41.391Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[2022-01-31T12:28:41.391Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[2022-01-31T12:28:41.391Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[2022-01-31T12:28:41.391Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[2022-01-31T12:28:41.391Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[2022-01-31T12:28:41.391Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[2022-01-31T12:28:41.391Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[2022-01-31T12:28:41.391Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[2022-01-31T12:28:41.391Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[2022-01-31T12:28:41.391Z] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[2022-01-31T12:28:41.391Z] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[2022-01-31T12:28:41.391Z] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[2022-01-31T12:28:41.391Z] at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[2022-01-31T12:28:41.391Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-01-31T12:28:41.391Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-01-31T12:28:41.391Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-01-31T12:28:41.391Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-01-31T12:28:41.391Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[2022-01-31T12:28:41.391Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[2022-01-31T12:28:41.391Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[2022-01-31T12:28:41.391Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[2022-01-31T12:28:41.391Z]
[2022-01-31T12:28:41.391Z] [INFO]
[2022-01-31T12:28:41.391Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-tests-trusty-service-quarkus ---
[2022-01-31T12:28:41.391Z] [INFO] Installing /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/integration-tests-trusty-service-quarkus/2.0.0-SNAPSHOT/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT.jar
[2022-01-31T12:28:41.391Z] [INFO] Installing /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/integration-tests-trusty-service-quarkus/2.0.0-SNAPSHOT/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT.pom
[2022-01-31T12:28:41.391Z] [INFO] Installing /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/integration-tests-trusty-service-quarkus/2.0.0-SNAPSHOT/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT-tests.jar
[2022-01-31T12:28:41.391Z] [INFO] Installing /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/integration-tests-trusty-service-quarkus/2.0.0-SNAPSHOT/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT-sources.jar
[2022-01-31T12:28:41.391Z] [INFO] Installing /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-quarkus/target/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/integration-tests-trusty-service-quarkus/2.0.0-SNAPSHOT/integration-tests-trusty-service-quarkus-2.0.0-SNAPSHOT-test-sources.jar
[2022-01-31T12:28:41.391Z] [INFO]
[2022-01-31T12:28:41.391Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ integration-tests-trusty-service-quarkus ---
[2022-01-31T12:28:41.391Z] [INFO] org.kie.kogito:integration-tests-trusty-service-quarkus:jar:2.0.0-SNAPSHOT
[2022-01-31T12:28:41.391Z] [INFO] +- org.kie.kogito:kogito-quarkus:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.391Z] [INFO] | +- org.kie.kogito:kogito-quarkus-common:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.391Z] [INFO] | | +- org.kie.kogito:kogito-api-incubation-application:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | \- org.kie.kogito:kogito-api-incubation-common:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.391Z] [INFO] | | +- org.kie.kogito:kogito-api-incubation-common-objectmapper:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.391Z] [INFO] | | +- org.mvel:mvel2:jar:2.4.12.Final:compile
[2022-01-31T12:28:41.391Z] [INFO] | | +- com.jayway.jsonpath:json-path:jar:2.6.0:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | \- net.minidev:json-smart:jar:2.4.7:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | \- net.minidev:accessors-smart:jar:2.4.7:compile
[2022-01-31T12:28:41.391Z] [INFO] | | +- io.quarkus:quarkus-jackson:jar:2.7.0.Final:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.1:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.1:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.1:compile
[2022-01-31T12:28:41.391Z] [INFO] | | +- io.quarkus:quarkus-arc:jar:2.7.0.Final:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | +- io.quarkus.arc:arc:jar:2.7.0.Final:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | | \- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | \- org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.2:compile
[2022-01-31T12:28:41.391Z] [INFO] | | +- io.quarkus.arc:arc-processor:jar:2.7.0.Final:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | \- io.quarkus.gizmo:gizmo:jar:1.0.10.Final:compile
[2022-01-31T12:28:41.391Z] [INFO] | | | \- org.ow2.asm:asm-util:jar:9.2:compile
[2022-01-31T12:28:41.391Z] [INFO] | | +- org.kie.kogito:kogito-api:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-api:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.drools:drools-ruleunits-api:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | | \- org.kie:kie-internal:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-dmn-api:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | | \- org.kie:kie-dmn-model:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie.kogito:kogito-timer:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.kie.kogito:kogito-pmml-api-dependencies:pom:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-evaluator-api:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | | \- org.kie:kie-pmml-api:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | | \- org.apache.commons:commons-math3:jar:3.4.1:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.kie:kie-pmml-commons:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.apache.commons:commons-text:jar:1.9:compile
[2022-01-31T12:28:41.392Z] [INFO] | | \- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[2022-01-31T12:28:41.392Z] [INFO] | +- org.kie.kogito:kogito-quarkus-rules:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | +- org.kie.kogito:kogito-api-incubation-rules-services:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.kie.kogito:kogito-api-incubation-rules:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | \- org.kie.kogito:kogito-drools:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | +- org.drools:drools-compiler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.drools:drools-wiring-api:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.drools:drools-core:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.drools:drools-drl-ast:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.drools:drools-kiesession:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-memory-compiler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.drools:drools-ecj:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-util-xml:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-util-maven-support:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.antlr:antlr-runtime:jar:3.5.2:compile
[2022-01-31T12:28:41.392Z] [INFO] | | +- org.drools:drools-ruleunits-impl:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | +- org.kie.kogito:kogito-drools-wiring-static:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.drools:drools-wiring-static:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | \- org.drools:drools-model-compiler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | +- org.drools:drools-canonical-model:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | +- com.github.javaparser:javaparser-core:jar:3.23.1:compile
[2022-01-31T12:28:41.392Z] [INFO] | | +- org.drools:drools-mvel-parser:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | \- org.drools:drools-mvel-compiler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | +- org.kie.kogito:kogito-quarkus-decisions:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | +- org.kie.kogito:kogito-api-incubation-decisions-services:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.kie.kogito:kogito-api-incubation-decisions:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | \- org.kie.kogito:kogito-dmn:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | +- org.kie:kie-dmn-core:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-dmn-backend:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-dmn-feel:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | | \- ch.obermuhlner:big-math:jar:2.0.1:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.drools:drools-alphanetwork-compiler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.antlr:antlr4-runtime:jar:4.9.2:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.jpmml:pmml-model:jar:1.5.1:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.jpmml:pmml-agent:jar:1.5.1:compile
[2022-01-31T12:28:41.392Z] [INFO] | | \- org.kie:kie-dmn-validation:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | +- org.kie.kogito:kogito-quarkus-predictions:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | +- org.kie.kogito:kogito-pmml:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.kie.kogito:kogito-pmml-dependencies:pom:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.kie:kie-pmml-dependencies:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-compiler-api:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.3-b02:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | | +- org.glassfish.jaxb:txw2:jar:2.3.3-b02:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | | \- com.sun.istack:istack-commons-runtime:jar:3.0.10:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-compiler-core:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-compiler-commons:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-evaluator-core:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-evaluator-assembler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-kie-internal:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-drools-common:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-regression-model:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-regression-compiler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-regression-evaluator:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-tree-model:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-tree-compiler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-tree-evaluator:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-scorecard-model:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-scorecard-compiler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-scorecard-evaluator:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-mining-model:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-mining-compiler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-mining-evaluator:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-clustering-model:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | +- org.kie:kie-pmml-models-clustering-compiler:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | | \- org.kie:kie-pmml-models-clustering-evaluator:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | \- org.kie.kogito:kogito-api-incubation-predictions-services:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.392Z] [INFO] | | \- org.kie.kogito:kogito-api-incubation-predictions:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | \- org.kie.kogito:kogito-quarkus-processes:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | +- org.kie.kogito:kogito-api-incubation-processes-services:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | | \- org.kie.kogito:kogito-api-incubation-processes:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | +- org.kie.kogito:jbpm-bpmn2:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | | +- org.kie.kogito:jbpm-flow-builder:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | | | \- org.drools:drools-xml-support:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | | \- org.kie.kogito:jbpm-flow:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | | +- org.kie.kogito:kogito-services:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | | +- org.kie.kogito:process-workitems:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | | +- com.github.javaparser:javaparser-symbol-solver-core:jar:3.23.1:compile
[2022-01-31T12:28:41.693Z] [INFO] | | | \- org.javassist:javassist:jar:3.28.0-GA:compile
[2022-01-31T12:28:41.693Z] [INFO] | | \- org.drools:drools-mvel:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | +- org.kie.kogito:process-serialization-protobuf:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | | +- org.kie.kogito:kogito-jackson-utils:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | | +- com.google.protobuf:protobuf-java:jar:3.19.3:compile
[2022-01-31T12:28:41.693Z] [INFO] | | +- com.google.protobuf:protobuf-java-util:jar:3.19.3:compile
[2022-01-31T12:28:41.693Z] [INFO] | | | +- com.google.guava:guava:jar:30.1.1-jre:compile
[2022-01-31T12:28:41.693Z] [INFO] | | | | +- com.google.guava:failureaccess:jar:1.0.1:compile
[2022-01-31T12:28:41.693Z] [INFO] | | | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[2022-01-31T12:28:41.693Z] [INFO] | | | | \- org.checkerframework:checker-qual:jar:3.21.1:compile
[2022-01-31T12:28:41.693Z] [INFO] | | | +- com.google.errorprone:error_prone_annotations:jar:2.10.0:compile
[2022-01-31T12:28:41.693Z] [INFO] | | | +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[2022-01-31T12:28:41.693Z] [INFO] | | | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[2022-01-31T12:28:41.693Z] [INFO] | | | \- com.google.code.gson:gson:jar:2.8.6:compile
[2022-01-31T12:28:41.693Z] [INFO] | | \- org.infinispan.protostream:protostream:jar:4.4.1.Final:compile
[2022-01-31T12:28:41.693Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-web-client:jar:2.18.1:compile
[2022-01-31T12:28:41.693Z] [INFO] | +- io.vertx:vertx-web-client:jar:4.2.4:compile
[2022-01-31T12:28:41.693Z] [INFO] | | +- io.vertx:vertx-web-common:jar:4.2.4:compile
[2022-01-31T12:28:41.693Z] [INFO] | | \- io.vertx:vertx-auth-common:jar:4.2.4:compile
[2022-01-31T12:28:41.693Z] [INFO] | +- io.smallrye.reactive:smallrye-mutiny-vertx-auth-common:jar:2.18.1:compile
[2022-01-31T12:28:41.693Z] [INFO] | \- io.smallrye.reactive:smallrye-mutiny-vertx-web-common:jar:2.18.1:compile
[2022-01-31T12:28:41.693Z] [INFO] +- org.kie.kogito:kogito-addons-quarkus-tracing-decision:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T12:28:41.693Z] [INFO] | +- io.quarkus:quarkus-resteasy-jackson:jar:2.7.0.Final:compile
[2022-01-31T12:28:41.693Z] [INFO] | | +- io.quarkus:quarkus-resteasy:jar:2.7.0.Final:compile
[2022-01-31T12:28:42.283Z] [INFO] | | | ::error title= [kiegroup/kogito-apps] [Execution ERROR]::mvn -f kogito-apps/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps@tmp/config9205594428125392015tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2022-01-31T12:28:42.283Z] [INFO] Archive artifact won't be executed
[2022-01-31T12:28:42.283Z] ::group::[Pull Request Flow] Execution Summary...
[2022-01-31T12:28:42.283Z] [INFO] ----------------------------------------------
[2022-01-31T12:28:42.546Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 5m 20.5s (320518 ms)
[2022-01-31T12:28:42.546Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 7m 12.2s (432206 ms)
[2022-01-31T12:28:42.546Z] [INFO] [kiegroup/optaplanner]. Execution Result: ok. Time: 2m 54s (174004 ms)
[2022-01-31T12:28:42.546Z] [INFO] [kiegroup/kogito-apps]. Execution Result: error. Time: 2h 42m 54.5s (9774512 ms)
[2022-01-31T12:28:42.547Z] [INFO] ----------------------------------------------
[2022-01-31T12:28:42.547Z] ::endgroup::
[2022-01-31T12:28:42.821Z] script returned exit code 143
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-01-31T12:28:42.878Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-01-31T12:28:43.010Z] Recording test results
[2022-01-31T12:29:40.937Z] Body did not finish within grace period; terminating with extreme prejudice
Error when executing always post condition:
org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.cancel(TimeoutStepExecution.java:179)
at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.access$100(TimeoutStepExecution.java:42)
at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution$1.run(TimeoutStepExecution.java:146)
at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-01-31T12:29:41.491Z] + rm -rf console.log
[Pipeline] sh
[2022-01-31T12:29:41.865Z] + tail -n 300
[2022-01-31T12:29:41.865Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/custom/job/tradisso/job/bump-main-quarkus-2.7.0.CR1/job/bump-main-quarkus-2.7.0.CR1/job/pullrequest/job/kogito-apps.tests.kogito-apps/2/consoleText

@radtriste
Copy link
Contributor Author

jenkins rerun kogito-apps tests

@kie-ci1
Copy link

kie-ci1 commented Jan 31, 2022

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

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/custom/job/tradisso/job/bump-main-quarkus-2.7.0.CR1/job/bump-main-quarkus-2.7.0.CR1/job/pullrequest/job/kogito-apps.tests.kogito-apps/3/display/redirect or see console log:

Console Logs [2022-01-31T15:34:38.553Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ explainability-integrationtests ---
[2022-01-31T15:34:38.553Z] [INFO] No tests to run.
[2022-01-31T15:34:38.553Z] [INFO]
[2022-01-31T15:34:38.553Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ explainability-integrationtests ---
[2022-01-31T15:34:38.553Z] [INFO] Failsafe report directory: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/target/failsafe-reports
[2022-01-31T15:34:38.553Z] [INFO]
[2022-01-31T15:34:38.553Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ explainability-integrationtests ---
[2022-01-31T15:34:38.553Z] [INFO] Installing /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/explainability-integrationtests/2.0.0-SNAPSHOT/explainability-integrationtests-2.0.0-SNAPSHOT.pom
[2022-01-31T15:34:38.553Z] [INFO]
[2022-01-31T15:34:38.553Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ explainability-integrationtests ---
[2022-01-31T15:34:38.553Z] [INFO] org.kie.kogito:explainability-integrationtests:pom:2.0.0-SNAPSHOT
[2022-01-31T15:34:38.553Z] [INFO]
[2022-01-31T15:34:38.553Z] [INFO] ---------< org.kie.kogito:explainability-integrationtests-dmn >---------
[2022-01-31T15:34:38.553Z] [INFO] Building Kogito Apps :: Explainability Integration Tests DMN 2.0.0-SNAPSHOT [47/94]
[2022-01-31T15:34:38.553Z] [INFO] --------------------------------[ jar ]---------------------------------
[2022-01-31T15:34:38.553Z] [INFO]
[2022-01-31T15:34:38.553Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:38.553Z] [INFO]
[2022-01-31T15:34:38.829Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:38.829Z] [INFO]
[2022-01-31T15:34:38.829Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:38.829Z] [INFO]
[2022-01-31T15:34:38.829Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:38.829Z] [INFO]
[2022-01-31T15:34:38.829Z] [INFO] --- formatter-maven-plugin:2.13.0:validate (default) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:38.829Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-01-31T15:34:38.829Z] [INFO] Number of files to be formatted: 12
[2022-01-31T15:34:38.829Z] [INFO] Successfully formatted: 0 file(s)
[2022-01-31T15:34:38.829Z] [INFO] Fail to format: 0 file(s)
[2022-01-31T15:34:38.829Z] [INFO] Skipped: 12 file(s)
[2022-01-31T15:34:38.829Z] [INFO] Read only skipped: 0 file(s)
[2022-01-31T15:34:38.829Z] [INFO] Approximate time taken: 0s
[2022-01-31T15:34:38.829Z] [INFO]
[2022-01-31T15:34:38.829Z] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:39.110Z] [INFO]
[2022-01-31T15:34:39.110Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:39.110Z] [INFO]
[2022-01-31T15:34:39.110Z] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (jacoco-prepare-agent) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:39.110Z] [INFO] jacoco.agent.argLine set to -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/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*
[2022-01-31T15:34:39.110Z] [INFO]
[2022-01-31T15:34:39.110Z] [INFO] --- impsort-maven-plugin:1.5.0:check (default) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:39.110Z] [INFO] Using compiler compliance level: JAVA_11
[2022-01-31T15:34:39.428Z] [INFO] Total Files Processed: 12 in 00:00.362
[2022-01-31T15:34:39.429Z] [INFO] Already Sorted: 12
[2022-01-31T15:34:39.429Z] [INFO] Needed Sorting: 0
[2022-01-31T15:34:39.429Z] [INFO]
[2022-01-31T15:34:39.429Z] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:39.429Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2022-01-31T15:34:39.429Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/src/main/resources
[2022-01-31T15:34:39.429Z] [INFO]
[2022-01-31T15:34:39.429Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:39.429Z] [INFO] No sources to compile
[2022-01-31T15:34:39.429Z] [INFO]
[2022-01-31T15:34:39.429Z] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:39.429Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2022-01-31T15:34:39.429Z] [INFO] Copying 8 resources
[2022-01-31T15:34:39.429Z] [INFO]
[2022-01-31T15:34:39.429Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:39.429Z] [INFO] Changes detected - recompiling the module!
[2022-01-31T15:34:39.429Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/test-classes
[2022-01-31T15:34:40.975Z] [INFO]
[2022-01-31T15:34:40.975Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ explainability-integrationtests-dmn ---
[2022-01-31T15:34:40.975Z] [INFO] Surefire report directory: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/surefire-reports
[2022-01-31T15:34:41.291Z] [INFO]
[2022-01-31T15:34:41.291Z] [INFO] -------------------------------------------------------
[2022-01-31T15:34:41.291Z] [INFO] T E S T S
[2022-01-31T15:34:41.291Z] [INFO] -------------------------------------------------------
[2022-01-31T15:34:48.112Z] [INFO] Running org.kie.kogito.explainability.explainability.integrationtests.dmn.ComplexEligibilityDmnCounterfactualExplainerTest
[2022-01-31T15:35:06.844Z] [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 18.119 s <<< FAILURE! - in org.kie.kogito.explainability.explainability.integrationtests.dmn.ComplexEligibilityDmnCounterfactualExplainerTest
[2022-01-31T15:35:06.844Z] [ERROR] org.kie.kogito.explainability.explainability.integrationtests.dmn.ComplexEligibilityDmnCounterfactualExplainerTest.testDMNInvalidCounterfactualExplanation Time elapsed: 11.119 s <<< ERROR!
[2022-01-31T15:35:06.844Z] java.util.concurrent.TimeoutException
[2022-01-31T15:35:06.844Z] at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1886)
[2022-01-31T15:35:06.844Z] at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021)
[2022-01-31T15:35:06.845Z] at org.kie.kogito.explainability.explainability.integrationtests.dmn.ComplexEligibilityDmnCounterfactualExplainerTest.testDMNInvalidCounterfactualExplanation(ComplexEligibilityDmnCounterfactualExplainerTest.java:236)
[2022-01-31T15:35:06.845Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-01-31T15:35:06.845Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-01-31T15:35:06.845Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-01-31T15:35:06.845Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-01-31T15:35:06.845Z] at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
[2022-01-31T15:35:06.845Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
[2022-01-31T15:35:06.845Z] at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
[2022-01-31T15:35:06.845Z] at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
[2022-01-31T15:35:06.845Z] at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
[2022-01-31T15:35:06.845Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
[2022-01-31T15:35:06.845Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
[2022-01-31T15:35:06.845Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
[2022-01-31T15:35:06.845Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
[2022-01-31T15:35:06.845Z] at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
[2022-01-31T15:35:06.845Z] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
[2022-01-31T15:35:06.845Z] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
[2022-01-31T15:35:06.845Z] at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
[2022-01-31T15:35:06.845Z] at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
[2022-01-31T15:35:06.845Z] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
[2022-01-31T15:35:06.845Z] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
[2022-01-31T15:35:06.845Z] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
[2022-01-31T15:35:06.845Z] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
[2022-01-31T15:35:06.845Z] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
[2022-01-31T15:35:06.845Z] at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
[2022-01-31T15:35:06.845Z] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
[2022-01-31T15:35:06.845Z]
[2022-01-31T15:35:06.845Z] [INFO] Running org.kie.kogito.explainability.explainability.integrationtests.dmn.TrafficViolationDmnPDPExplainerTest
[2022-01-31T15:35:09.636Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.235 s - in org.kie.kogito.explainability.explainability.integrationtests.dmn.TrafficViolationDmnPDPExplainerTest
[2022-01-31T15:35:09.636Z] [INFO] Running org.kie.kogito.explainability.explainability.integrationtests.dmn.LoanEligibilityDmnLimeExplainerTest
[2022-01-31T15:37:18.612Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 122.002 s - in org.kie.kogito.explainability.explainability.integrationtests.dmn.LoanEligibilityDmnLimeExplainerTest
[2022-01-31T15:37:18.612Z] [INFO] Running org.kie.kogito.explainability.explainability.integrationtests.dmn.DummyDmnModelsLimeExplainerTest
[2022-01-31T15:37:18.612Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.664 s - in org.kie.kogito.explainability.explainability.integrationtests.dmn.DummyDmnModelsLimeExplainerTest
[2022-01-31T15:37:18.612Z] [INFO] Running org.kie.kogito.explainability.explainability.integrationtests.dmn.PrequalificationDmnPDPExplainerTest
[2022-01-31T15:37:18.612Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.352 s - in org.kie.kogito.explainability.explainability.integrationtests.dmn.PrequalificationDmnPDPExplainerTest
[2022-01-31T15:37:18.612Z] [INFO] Running org.kie.kogito.explainability.explainability.integrationtests.dmn.PrequalificationDmnLimeExplainerTest
[2022-01-31T15:37:27.117Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.584 s - in org.kie.kogito.explainability.explainability.integrationtests.dmn.PrequalificationDmnLimeExplainerTest
[2022-01-31T15:37:27.117Z] [INFO] Running org.kie.kogito.explainability.explainability.integrationtests.dmn.TrafficViolationDmnLimeExplainerTest
[2022-01-31T15:37:37.325Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.991 s - in org.kie.kogito.explainability.explainability.integrationtests.dmn.TrafficViolationDmnLimeExplainerTest
[2022-01-31T15:37:37.325Z] [INFO] Running org.kie.kogito.explainability.explainability.integrationtests.dmn.FraudScoringDmnLimeExplainerTest
[2022-01-31T15:38:36.607Z] Cancelling nested steps due to timeout
[2022-01-31T15:38:36.611Z] Sending interrupt signal to process
[2022-01-31T15:38:45.434Z] [INFO]
[2022-01-31T15:38:45.434Z] [INFO] Results:
[2022-01-31T15:38:45.434Z] [INFO]
[2022-01-31T15:38:45.434Z] [ERROR] Errors:
[2022-01-31T15:38:45.434Z] [ERROR] ComplexEligibilityDmnCounterfactualExplainerTest.testDMNInvalidCounterfactualExplanation:236 » Timeout
[2022-01-31T15:38:45.434Z] [INFO]
[2022-01-31T15:38:45.434Z] [ERROR] Tests run: 20, Failures: 0, Errors: 1, Skipped: 0
[2022-01-31T15:38:45.434Z] [INFO]
[2022-01-31T15:38:45.434Z] [ERROR] There are test failures.
[2022-01-31T15:38:45.434Z]
[2022-01-31T15:38:45.434Z] Please refer to /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/surefire-reports for the individual test results.
[2022-01-31T15:38:45.434Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-01-31T15:38:45.434Z] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2022-01-31T15:38:45.434Z] Command was /bin/sh -c cd /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn && /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-1.el7_9.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/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' -Xms1024m -Xmx4g -Dfile.encoding=UTF-8 -jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/surefire/surefirebooter2834952108438205972.jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/surefire 2022-01-31T08-04-34_209-jvmRun1 surefire12137738673230526886tmp surefire_2317997481988624117359tmp
[2022-01-31T15:38:45.434Z] Error occurred in starting fork, check output in log
[2022-01-31T15:38:45.434Z] Process Exit Code: 143
[2022-01-31T15:38:45.434Z] Crashed tests:
[2022-01-31T15:38:45.434Z] org.kie.kogito.explainability.explainability.integrationtests.dmn.FraudScoringDmnLimeExplainerTest
[2022-01-31T15:38:45.434Z] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2022-01-31T15:38:45.434Z] Command was /bin/sh -c cd /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn && /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-1.el7_9.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/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' -Xms1024m -Xmx4g -Dfile.encoding=UTF-8 -jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/surefire/surefirebooter2834952108438205972.jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/surefire 2022-01-31T08-04-34_209-jvmRun1 surefire12137738673230526886tmp surefire_2317997481988624117359tmp
[2022-01-31T15:38:45.434Z] Error occurred in starting fork, check output in log
[2022-01-31T15:38:45.434Z] Process Exit Code: 143
[2022-01-31T15:38:45.434Z] Crashed tests:
[2022-01-31T15:38:45.434Z] org.kie.kogito.explainability.explainability.integrationtests.dmn.FraudScoringDmnLimeExplainerTest
[2022-01-31T15:38:45.434Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:748)
[2022-01-31T15:38:45.434Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:305)
[2022-01-31T15:38:45.434Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:265)
[2022-01-31T15:38:45.434Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
[2022-01-31T15:38:45.434Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
[2022-01-31T15:38:45.434Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
[2022-01-31T15:38:45.434Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[2022-01-31T15:38:45.434Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[2022-01-31T15:38:45.434Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[2022-01-31T15:38:45.434Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[2022-01-31T15:38:45.434Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[2022-01-31T15:38:45.434Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[2022-01-31T15:38:45.434Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[2022-01-31T15:38:45.434Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[2022-01-31T15:38:45.434Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[2022-01-31T15:38:45.434Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[2022-01-31T15:38:45.434Z] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[2022-01-31T15:38:45.434Z] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[2022-01-31T15:38:45.434Z] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[2022-01-31T15:38:45.434Z] at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[2022-01-31T15:38:45.434Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-01-31T15:38:45.434Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-01-31T15:38:45.434Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-01-31T15:38:45.434Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-01-31T15:38:45.434Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[2022-01-31T15:38:45.434Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[2022-01-31T15:38:45.434Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[2022-01-31T15:38:45.434Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[2022-01-31T15:38:45.434Z]
[2022-01-31T15:38:45.434Z] [INFO]
[2022-01-31T15:38:45.434Z] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ explainability-integrationtests-dmn ---
[2022-01-31T15:38:45.434Z] [WARNING] JAR will be empty - no content was marked for inclusion!
[2022-01-31T15:38:45.434Z] [INFO] Building jar: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/explainability-integrationtests-dmn-2.0.0-SNAPSHOT.jar
[2022-01-31T15:38:45.434Z] [INFO]
[2022-01-31T15:38:45.435Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ explainability-integrationtests-dmn ---
[2022-01-31T15:38:45.435Z] [INFO] Building jar: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/explainability-integrationtests-dmn-2.0.0-SNAPSHOT-tests.jar
[2022-01-31T15:38:45.435Z] [INFO]
[2022-01-31T15:38:45.435Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ explainability-integrationtests-dmn ---
[2022-01-31T15:38:45.435Z] [INFO] No sources in project. Archive not created.
[2022-01-31T15:38:45.435Z] [INFO]
[2022-01-31T15:38:45.435Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ explainability-integrationtests-dmn ---
[2022-01-31T15:38:45.435Z] [INFO] Building jar: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/explainability-integrationtests-dmn-2.0.0-SNAPSHOT-test-sources.jar
[2022-01-31T15:38:45.435Z] [INFO]
[2022-01-31T15:38:45.435Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (integration-test) @ explainability-integrationtests-dmn ---
[2022-01-31T15:38:45.435Z] [INFO]
[2022-01-31T15:38:45.435Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (integration-test) @ explainability-integrationtests-dmn ---
[2022-01-31T15:38:45.435Z] [INFO] Failsafe report directory: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/failsafe-reports
[2022-01-31T15:38:45.435Z] [INFO]
[2022-01-31T15:38:45.435Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ explainability-integrationtests-dmn ---
[2022-01-31T15:38:45.435Z] [INFO] Installing /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/explainability-integrationtests-dmn-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/kie/kogito/explainability-integrationtests-dmn/2.0.0-SNAPSHOT/explainability-integrationtests-dmn-2.0.0-SNAPSHOT.jar
[2022-01-31T15:38:45.435Z] [INFO] Installing /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/pom.xml to /home/jenkins/.m2/repository/org/kie/kogito/explainability-integrationtests-dmn/2.0.0-SNAPSHOT/explainability-integrationtests-dmn-2.0.0-SNAPSHOT.pom
[2022-01-31T15:38:45.435Z] [INFO] Installing /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/explainability-integrationtests-dmn-2.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/kie/kogito/explainability-integrationtests-dmn/2.0.0-SNAPSHOT/explainability-integrationtests-dmn-2.0.0-SNAPSHOT-tests.jar
[2022-01-31T15:38:45.435Z] [INFO] Installing /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/explainability/explainability-integrationtests/explainability-integrationtests-dmn/target/explainability-integrationtests-dmn-2.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/kie/kogito/explainability-integrationtests-dmn/2.0.0-SNAPSHOT/explainability-integrationtests-dmn-2.0.0-SNAPSHOT-test-sources.jar
[2022-01-31T15:38:45.435Z] [INFO]
[2022-01-31T15:38:45.435Z] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ explainability-integrationtests-dmn ---
[2022-01-31T15:38:45.435Z] [INFO] org.kie.kogito:explainability-integrationtests-dmn:jar:2.0.0-SNAPSHOT
[2022-01-31T15:38:45.435Z] [INFO] +- org.kie.kogito:explainability-core:jar:2.0.0-SNAPSHOT:compile
[2022-01-31T15:38:45.435Z] [INFO] | +- org.slf4j:slf4j-api:jar:1.7.30:compile
[2022-01-31T15:38:45.435Z] [INFO] | +- org.apache.commons:commons-lang3:jar:3.12.0:compile
[2022-01-31T15:38:45.435Z] [INFO] | +- org.apache.commons:commons-csv:jar:1.8:compile
[2022-01-31T15:38:45.435Z] [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.1:compile
[2022-01-31T15:38:45.435Z] [INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1:compile
[2022-01-31T15:38:45.435Z] [INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.13.1:compile
[2022-01-31T15:38:45.435Z] [INFO] | \- org.optaplanner:optaplanner-quarkus:jar:8.17.0-SNAPSHOT:compile
[2022-01-31T15:38:45.435Z] [INFO] | +- io.quarkus:quarkus-core:jar:2.7.0.Final:compile
[2022-01-31T15:38:45.435Z] [INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[2022-01-31T15:38:45.435Z] [INFO] | | +- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile
[2022-01-31T15:38:45.435Z] [INFO] | | | +- jakarta.el:jakarta.el-api:jar:3.0.3:compile
[2022-01-31T15:38:45.435Z] [INFO] | | | \- jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5:compile
[2022-01-31T15:38:45.435Z] [INFO] | | +- jakarta.inject:jakarta.inject-api:jar:1.0:compile
[2022-01-31T15:38:45.435Z] [INFO] | | +- io.quarkus:quarkus-ide-launcher:jar:2.7.0.Final:compile
[2022-01-31T15:38:45.435Z] [INFO] | | +- io.quarkus:quarkus-development-mode-spi:jar:2.7.0.Final:compile
[2022-01-31T15:38:45.435Z] [INFO] | | +- io.smallrye.config:smallrye-config:jar:2.8.2:compile
[2022-01-31T15:38:45.435Z] [INFO] | | | \- io.smallrye.config:smallrye-config-core:jar:2.8.2:compile
[2022-01-31T15:38:45.435Z] [INFO] | | | +- org.eclipse.microprofile.config:microprofile-config-api:jar:2.0:compile
[2022-01-31T15:38:45.435Z] [INFO] | | | +- io.smallrye.common:smallrye-common-annotation:jar:1.8.0:compile
[2022-01-31T15:38:45.435Z] [INFO] | | | +- io.smallrye.common:smallrye-common-expression:jar:1.8.0:compile
[2022-01-31T15:38:45.435Z] [INFO] | | | | \- io.smallrye.common:smallrye-common-function:jar:1.8.0:compile
[2022-01-31T15:38:45.435Z] [INFO] | | | +- io.smallrye.common:smallrye-common-constraint:jar:1.8.0:compile
[2022-01-31T15:38:45.435Z] [INFO] | | | +- io.smallrye.common:smallrye-common-classloader:jar:1.8.0:compile
[2022-01-31T15:38:45.435Z] [INFO] | ::error title= [kiegroup/kogito-apps] [Execution ERROR]::mvn -f kogito-apps/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps@tmp/config2867073164081686994tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2022-01-31T15:38:45.435Z] [INFO] Archive artifact won't be executed
[2022-01-31T15:38:45.435Z] ::group::[Pull Request Flow] Execution Summary...
[2022-01-31T15:38:45.435Z] [INFO] ----------------------------------------------
[2022-01-31T15:38:45.435Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 7m 37.7s (457790 ms)
[2022-01-31T15:38:45.451Z] script returned exit code 143
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-01-31T15:38:45.532Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-01-31T15:38:45.654Z] Recording test results
[2022-01-31T15:39:36.607Z] Body did not finish within grace period; terminating with extreme prejudice
Error when executing always post condition:
org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.cancel(TimeoutStepExecution.java:179)
at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.access$100(TimeoutStepExecution.java:42)
at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution$1.run(TimeoutStepExecution.java:146)
at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-01-31T15:39:37.493Z] + rm -rf console.log
[Pipeline] sh

@radtriste
Copy link
Contributor Author

jenkins rerun kogito-apps tests

@kie-ci1
Copy link

kie-ci1 commented Feb 1, 2022

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

Test results:

  • PASSED: 339
  • FAILED: 0

Those are the test failures: none

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/custom/job/tradisso/job/bump-main-quarkus-2.7.0.CR1/job/bump-main-quarkus-2.7.0.CR1/job/pullrequest/job/kogito-apps.tests.kogito-apps/4/display/redirect or see console log:

Console Logs [2022-02-01T08:03:54.357Z] [INFO] | | \- io.agroal:agroal-pool:jar:1.14:compile
[2022-02-01T08:03:54.357Z] [INFO] | +- io.quarkus:quarkus-narayana-jta:jar:2.7.0.Final:compile
[2022-02-01T08:03:54.357Z] [INFO] | | \- io.smallrye:smallrye-context-propagation-jta:jar:1.2.2:compile
[2022-02-01T08:03:54.357Z] [INFO] | \- io.quarkus:quarkus-datasource-common:jar:2.7.0.Final:compile
[2022-02-01T08:03:54.357Z] [INFO] +- org.kie.kogito:jobs-service-common:test-jar:tests:2.0.0-SNAPSHOT:test
[2022-02-01T08:03:54.357Z] [INFO] +- org.kie.kogito:kogito-quarkus-test-utils:jar:2.0.0-SNAPSHOT:test
[2022-02-01T08:03:54.357Z] [INFO] | +- org.kie.kogito:kogito-test-utils:jar:2.0.0-SNAPSHOT:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- org.testcontainers:testcontainers:jar:1.16.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- junit:junit:jar:4.13.2:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | \- org.hamcrest:hamcrest-core:jar:1.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- org.apache.commons:commons-compress:jar:1.21:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | \- org.jetbrains:annotations:jar:17.0.0:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- com.github.docker-java:docker-java-api:jar:3.2.12:test
[2022-02-01T08:03:54.357Z] [INFO] | | | \- com.github.docker-java:docker-java-transport-zerodep:jar:3.2.12:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- com.github.docker-java:docker-java-transport:jar:3.2.12:test
[2022-02-01T08:03:54.357Z] [INFO] | | | \- net.java.dev.jna:jna:jar:5.8.0:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- org.testcontainers:junit-jupiter:jar:1.16.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- org.testcontainers:kafka:jar:1.16.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- org.testcontainers:mongodb:jar:1.16.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- org.testcontainers:postgresql:jar:1.16.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- org.testcontainers:jdbc:jar:1.16.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- org.testcontainers:oracle-xe:jar:1.16.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- com.oracle.database.jdbc:ojdbc11:jar:21.4.0.0:test
[2022-02-01T08:03:54.357Z] [INFO] | | \- org.testcontainers:database-commons:jar:1.16.3:test
[2022-02-01T08:03:54.357Z] [INFO] | +- org.apache.kafka:kafka-clients:jar:3.1.0:compile
[2022-02-01T08:03:54.357Z] [INFO] | | +- com.github.luben:zstd-jni:jar:1.5.0-4:runtime
[2022-02-01T08:03:54.357Z] [INFO] | | +- org.lz4:lz4-java:jar:1.8.0:runtime
[2022-02-01T08:03:54.357Z] [INFO] | | \- org.xerial.snappy:snappy-java:jar:1.1.8.4:runtime
[2022-02-01T08:03:54.357Z] [INFO] | \- io.vertx:vertx-kafka-client:jar:4.2.4:compile
[2022-02-01T08:03:54.357Z] [INFO] +- io.quarkus:quarkus-junit5:jar:2.7.0.Final:test
[2022-02-01T08:03:54.357Z] [INFO] | +- io.quarkus:quarkus-bootstrap-core:jar:2.7.0.Final:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- io.quarkus:quarkus-bootstrap-app-model:jar:2.7.0.Final:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- io.quarkus:quarkus-bootstrap-maven-resolver:jar:2.7.0.Final:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- org.apache.maven:maven-embedder:jar:3.8.4:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven:maven-settings:jar:3.8.4:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven:maven-core:jar:3.6.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | | +- org.apache.maven:maven-artifact:jar:3.6.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | | \- org.codehaus.plexus:plexus-component-annotations:jar:1.6:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven:maven-plugin-api:jar:3.6.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven:maven-model:jar:3.8.4:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven:maven-model-builder:jar:3.8.4:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven:maven-builder-support:jar:3.8.4:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-api:jar:1.6.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-util:jar:1.6.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven.shared:maven-shared-utils:jar:3.3.4:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | | \- commons-io:commons-io:jar:2.11.0:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- com.google.inject:guice:jar:no_aop:4.2.2:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | | \- com.google.guava:guava:jar:30.1.1-jre:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | | +- com.google.guava:failureaccess:jar:1.0.1:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | | \- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.codehaus.plexus:plexus-cipher:jar:2.0:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | \- commons-cli:commons-cli:jar:1.4:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- org.apache.maven:maven-settings-builder:jar:3.8.4:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | \- org.codehaus.plexus:plexus-interpolation:jar:1.26:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- org.apache.maven:maven-resolver-provider:jar:3.8.4:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven:maven-repository-metadata:jar:3.8.4:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | \- org.codehaus.plexus:plexus-utils:jar:3.3.0:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.6.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- org.apache.maven.resolver:maven-resolver-transport-wagon:jar:1.6.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | +- org.apache.maven.wagon:wagon-http:jar:3.4.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | +- org.apache.maven.wagon:wagon-http-shared:jar:3.4.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | | \- org.jsoup:jsoup:jar:1.14.2:test
[2022-02-01T08:03:54.357Z] [INFO] | | | | \- org.apache.maven.wagon:wagon-provider-api:jar:3.4.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | | \- org.apache.maven.wagon:wagon-file:jar:3.4.3:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- io.quarkus:quarkus-bootstrap-gradle-resolver:jar:2.7.0.Final:test
[2022-02-01T08:03:54.357Z] [INFO] | | \- io.smallrye.common:smallrye-common-io:jar:1.8.0:compile
[2022-02-01T08:03:54.357Z] [INFO] | +- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5:test
[2022-02-01T08:03:54.357Z] [INFO] | +- io.quarkus:quarkus-test-common:jar:2.7.0.Final:test
[2022-02-01T08:03:54.357Z] [INFO] | | +- io.quarkus:quarkus-core-deployment:jar:2.7.0.Final:test
[2022-02-01T08:03:54.358Z] [INFO] | | | +- org.aesh:readline:jar:2.2:test
[2022-02-01T08:03:54.358Z] [INFO] | | | | \- org.fusesource.jansi:jansi:jar:1.18:test
[2022-02-01T08:03:54.358Z] [INFO] | | | +- org.aesh:aesh:jar:2.6:test
[2022-02-01T08:03:54.358Z] [INFO] | | | +- io.quarkus.gizmo:gizmo:jar:1.0.10.Final:test
[2022-02-01T08:03:54.358Z] [INFO] | | | | \- org.ow2.asm:asm-util:jar:9.2:test
[2022-02-01T08:03:54.358Z] [INFO] | | | +- org.ow2.asm:asm:jar:9.2:test
[2022-02-01T08:03:54.358Z] [INFO] | | | +- org.ow2.asm:asm-commons:jar:9.2:test
[2022-02-01T08:03:54.358Z] [INFO] | | | | +- org.ow2.asm:asm-tree:jar:9.2:test
[2022-02-01T08:03:54.358Z] [INFO] | | | | \- org.ow2.asm:asm-analysis:jar:9.2:test
[2022-02-01T08:03:54.358Z] [INFO] | | | +- io.quarkus:quarkus-class-change-agent:jar:2.7.0.Final:test
[2022-02-01T08:03:54.358Z] [INFO] | | | +- io.quarkus:quarkus-devtools-utilities:jar:2.7.0.Final:test
[2022-02-01T08:03:54.358Z] [INFO] | | | +- io.quarkus:quarkus-builder:jar:2.7.0.Final:test
[2022-02-01T08:03:54.358Z] [INFO] | | | \- org.junit.platform:junit-platform-launcher:jar:1.8.2:test
[2022-02-01T08:03:54.358Z] [INFO] | | +- io.quarkus:quarkus-jsonp-deployment:jar:2.7.0.Final:test
[2022-02-01T08:03:54.358Z] [INFO] | | \- org.jboss:jandex:jar:2.4.2.Final:compile
[2022-02-01T08:03:54.358Z] [INFO] | +- io.quarkus:quarkus-junit5-properties:jar:2.7.0.Final:test
[2022-02-01T08:03:54.358Z] [INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[2022-02-01T08:03:54.358Z] [INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[2022-02-01T08:03:54.358Z] [INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[2022-02-01T08:03:54.358Z] [INFO] | | \- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[2022-02-01T08:03:54.358Z] [INFO] | \- com.thoughtworks.xstream:xstream:jar:1.4.17:test
[2022-02-01T08:03:54.358Z] [INFO] | \- io.github.x-stream:mxparser:jar:1.2.1:test
[2022-02-01T08:03:54.358Z] [INFO] | \- xmlpull:xmlpull:jar:1.1.3.1:test
[2022-02-01T08:03:54.358Z] [INFO] +- org.mockito:mockito-junit-jupiter:jar:4.3.1:test
[2022-02-01T08:03:54.358Z] [INFO] | \- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[2022-02-01T08:03:54.358Z] [INFO] | +- org.opentest4j:opentest4j:jar:1.2.0:test
[2022-02-01T08:03:54.358Z] [INFO] | +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[2022-02-01T08:03:54.358Z] [INFO] | \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[2022-02-01T08:03:54.358Z] [INFO] +- org.mockito:mockito-core:jar:4.3.1:test
[2022-02-01T08:03:54.358Z] [INFO] | +- net.bytebuddy:byte-buddy:jar:1.12.7:test
[2022-02-01T08:03:54.358Z] [INFO] | +- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
[2022-02-01T08:03:54.358Z] [INFO] | \- org.objenesis:objenesis:jar:3.2:test
[2022-02-01T08:03:54.358Z] [INFO] +- org.assertj:assertj-core:jar:3.21.0:test
[2022-02-01T08:03:54.358Z] [INFO] +- org.awaitility:awaitility:jar:4.1.1:test
[2022-02-01T08:03:54.358Z] [INFO] | \- org.hamcrest:hamcrest:jar:2.1:test
[2022-02-01T08:03:54.358Z] [INFO] +- io.rest-assured:rest-assured:jar:4.4.0:test
[2022-02-01T08:03:54.358Z] [INFO] | +- org.codehaus.groovy:groovy:jar:3.0.8:test
[2022-02-01T08:03:54.358Z] [INFO] | +- org.codehaus.groovy:groovy-xml:jar:3.0.8:test
[2022-02-01T08:03:54.358Z] [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.13:test
[2022-02-01T08:03:54.358Z] [INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.15:test
[2022-02-01T08:03:54.358Z] [INFO] | | \- commons-codec:commons-codec:jar:1.15:test
[2022-02-01T08:03:54.358Z] [INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.13:test
[2022-02-01T08:03:54.358Z] [INFO] | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[2022-02-01T08:03:54.358Z] [INFO] | +- io.rest-assured:json-path:jar:4.4.0:test
[2022-02-01T08:03:54.358Z] [INFO] | | +- org.codehaus.groovy:groovy-json:jar:3.0.8:test
[2022-02-01T08:03:54.358Z] [INFO] | | \- io.rest-assured:rest-assured-common:jar:4.4.0:test
[2022-02-01T08:03:54.358Z] [INFO] | \- io.rest-assured:xml-path:jar:4.4.0:test
[2022-02-01T08:03:54.358Z] [INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[2022-02-01T08:03:54.358Z] [INFO] | \- com.sun.xml.bind:jaxb-impl:jar:2.3.5:test
[2022-02-01T08:03:54.358Z] [INFO] \- org.keycloak:keycloak-core:jar:16.1.0:test
[2022-02-01T08:03:54.358Z] [INFO] +- org.keycloak:keycloak-common:jar:16.1.0:test
[2022-02-01T08:03:54.358Z] [INFO] | \- com.sun.activation:jakarta.activation:jar:1.2.1:compile
[2022-02-01T08:03:54.358Z] [INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.70:test
[2022-02-01T08:03:54.358Z] [INFO] +- org.bouncycastle:bcpkix-jdk15on:jar:1.70:test
[2022-02-01T08:03:54.358Z] [INFO] | \- org.bouncycastle:bcutil-jdk15on:jar:1.70:test
[2022-02-01T08:03:54.358Z] [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.13.1:compile
[2022-02-01T08:03:54.358Z] [INFO] \- com.fasterxml.jackson.core:jackson-databind:jar:2.13.1:compile
[2022-02-01T08:03:54.358Z] [INFO]
[2022-02-01T08:03:54.358Z] [INFO] ----------------< org.kie.kogito:jobs-service-mongodb >-----------------
[2022-02-01T08:03:54.358Z] [INFO] Building Kogito Apps :: Jobs Service :: MongoDB 2.0.0-SNAPSHOT [21/94]
[2022-02-01T08:03:54.358Z] [INFO] --------------------------------[ jar ]---------------------------------
[2022-02-01T08:03:54.358Z] [INFO]
[2022-02-01T08:03:54.358Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.358Z] [INFO]
[2022-02-01T08:03:54.358Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.358Z] [INFO]
[2022-02-01T08:03:54.358Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.358Z] [INFO]
[2022-02-01T08:03:54.358Z] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.358Z] [INFO]
[2022-02-01T08:03:54.358Z] [INFO] --- formatter-maven-plugin:2.13.0:validate (default) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.358Z] [INFO] Using 'UTF-8' encoding to format source files.
[2022-02-01T08:03:54.358Z] [INFO] Number of files to be formatted: 11
[2022-02-01T08:03:54.358Z] [INFO] Successfully formatted: 0 file(s)
[2022-02-01T08:03:54.358Z] [INFO] Fail to format: 0 file(s)
[2022-02-01T08:03:54.358Z] [INFO] Skipped: 11 file(s)
[2022-02-01T08:03:54.358Z] [INFO] Read only skipped: 0 file(s)
[2022-02-01T08:03:54.358Z] [INFO] Approximate time taken: 0s
[2022-02-01T08:03:54.358Z] [INFO]
[2022-02-01T08:03:54.358Z] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.358Z] [INFO]
[2022-02-01T08:03:54.358Z] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.358Z] [INFO]
[2022-02-01T08:03:54.358Z] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (jacoco-prepare-agent) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.358Z] [INFO] jacoco.agent.argLine set to -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/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*
[2022-02-01T08:03:54.358Z] [INFO]
[2022-02-01T08:03:54.358Z] [INFO] --- impsort-maven-plugin:1.5.0:check (default) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.358Z] [INFO] Using compiler compliance level: JAVA_11
[2022-02-01T08:03:54.616Z] [INFO] Total Files Processed: 11 in 00:00.025
[2022-02-01T08:03:54.616Z] [INFO] Already Sorted: 11
[2022-02-01T08:03:54.616Z] [INFO] Needed Sorting: 0
[2022-02-01T08:03:54.616Z] [INFO]
[2022-02-01T08:03:54.616Z] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.616Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2022-02-01T08:03:54.616Z] [INFO] Copying 1 resource
[2022-02-01T08:03:54.616Z] [INFO]
[2022-02-01T08:03:54.616Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.616Z] [INFO] Changes detected - recompiling the module!
[2022-02-01T08:03:54.616Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/classes
[2022-02-01T08:03:54.616Z] [WARNING] unknown enum constant org.osgi.annotation.bundle.Requirement.Resolution.OPTIONAL
[2022-02-01T08:03:54.616Z] reason: class file for org.osgi.annotation.bundle.Requirement$Resolution not found
[2022-02-01T08:03:54.616Z] [INFO]
[2022-02-01T08:03:54.616Z] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.616Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2022-02-01T08:03:54.616Z] [INFO] Copying 1 resource
[2022-02-01T08:03:54.616Z] [INFO]
[2022-02-01T08:03:54.616Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jobs-service-mongodb ---
[2022-02-01T08:03:54.616Z] [INFO] Changes detected - recompiling the module!
[2022-02-01T08:03:54.616Z] [INFO] Compiling 9 source files to /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/test-classes
[2022-02-01T08:03:55.178Z] [WARNING] unknown enum constant org.osgi.annotation.bundle.Requirement.Resolution.OPTIONAL
[2022-02-01T08:03:55.178Z] reason: class file for org.osgi.annotation.bundle.Requirement$Resolution not found
[2022-02-01T08:03:55.178Z] [WARNING] unknown enum constant org.osgi.annotation.bundle.Requirement.Resolution.OPTIONAL
[2022-02-01T08:03:55.178Z] reason: class file for org.osgi.annotation.bundle.Requirement$Resolution not found
[2022-02-01T08:03:55.178Z] [WARNING] unknown enum constant org.osgi.annotation.bundle.Requirement.Resolution.OPTIONAL
[2022-02-01T08:03:55.178Z] reason: class file for org.osgi.annotation.bundle.Requirement$Resolution not found
[2022-02-01T08:03:55.178Z] [INFO]
[2022-02-01T08:03:55.178Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jobs-service-mongodb ---
[2022-02-01T08:03:55.178Z] [INFO] Surefire report directory: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/surefire-reports
[2022-02-01T08:03:55.178Z] [INFO]
[2022-02-01T08:03:55.178Z] [INFO] -------------------------------------------------------
[2022-02-01T08:03:55.178Z] [INFO] T E S T S
[2022-02-01T08:03:55.178Z] [INFO] -------------------------------------------------------
[2022-02-01T08:03:56.572Z] [INFO] Running org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryTest
[2022-02-01T08:03:58.861Z] Sending interrupt signal to process
[2022-02-01T08:03:59.115Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.445 s - in org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryTest
[2022-02-01T08:03:59.115Z] [INFO] Running org.kie.kogito.jobs.service.repository.mongodb.marshaller.MongoDBJobDetailsMarshallerTest
[2022-02-01T08:03:59.680Z] [INFO]
[2022-02-01T08:03:59.680Z] [INFO] Results:
[2022-02-01T08:03:59.680Z] [INFO]
[2022-02-01T08:03:59.680Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[2022-02-01T08:03:59.680Z] [INFO]
[2022-02-01T08:03:59.680Z] [ERROR] There are test failures.
[2022-02-01T08:03:59.680Z]
[2022-02-01T08:03:59.680Z] Please refer to /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/surefire-reports for the individual test results.
[2022-02-01T08:03:59.680Z] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[2022-02-01T08:03:59.680Z] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2022-02-01T08:03:59.680Z] Command was /bin/sh -c cd /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb && /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-1.el7_9.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/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' -Xms1024m -Xmx4g -Dfile.encoding=UTF-8 -jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/surefire/surefirebooter16311778415453381379.jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/surefire 2022-02-01T02-55-05_879-jvmRun1 surefire16539403948075262987tmp surefire_9724128631962307599tmp
[2022-02-01T08:03:59.680Z] Error occurred in starting fork, check output in log
[2022-02-01T08:03:59.680Z] Process Exit Code: 143
[2022-02-01T08:03:59.680Z] Crashed tests:
[2022-02-01T08:03:59.680Z] org.kie.kogito.jobs.service.repository.mongodb.marshaller.MongoDBJobDetailsMarshallerTest
[2022-02-01T08:03:59.680Z] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[2022-02-01T08:03:59.680Z] Command was /bin/sh -c cd /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb && /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-1.el7_9.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/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/target/jacoco.exec,append=true,excludes=*Lexer:org.kie.kogito.codegen.data.*' -Xms1024m -Xmx4g -Dfile.encoding=UTF-8 -jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/surefire/surefirebooter16311778415453381379.jar /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/surefire 2022-02-01T02-55-05_879-jvmRun1 surefire16539403948075262987tmp surefire_9724128631962307599tmp
[2022-02-01T08:03:59.680Z] Error occurred in starting fork, check output in log
[2022-02-01T08:03:59.680Z] Process Exit Code: 143
[2022-02-01T08:03:59.680Z] Crashed tests:
[2022-02-01T08:03:59.680Z] org.kie.kogito.jobs.service.repository.mongodb.marshaller.MongoDBJobDetailsMarshallerTest
[2022-02-01T08:03:59.680Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:748)
[2022-02-01T08:03:59.680Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:305)
[2022-02-01T08:03:59.680Z] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:265)
[2022-02-01T08:03:59.680Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
[2022-02-01T08:03:59.680Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
[2022-02-01T08:03:59.680Z] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
[2022-02-01T08:03:59.680Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[2022-02-01T08:03:59.680Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[2022-02-01T08:03:59.680Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[2022-02-01T08:03:59.680Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[2022-02-01T08:03:59.680Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[2022-02-01T08:03:59.680Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[2022-02-01T08:03:59.680Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[2022-02-01T08:03:59.680Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[2022-02-01T08:03:59.680Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[2022-02-01T08:03:59.680Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[2022-02-01T08:03:59.680Z] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[2022-02-01T08:03:59.680Z] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[2022-02-01T08:03:59.680Z] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[2022-02-01T08:03:59.680Z] at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[2022-02-01T08:03:59.680Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-02-01T08:03:59.680Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2022-02-01T08:03:59.680Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2022-02-01T08:03:59.680Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2022-02-01T08:03:59.680Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[2022-02-01T08:03:59.680Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[2022-02-01T08:03:59.680Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[2022-02-01T08:03:59.680Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[2022-02-01T08:03:59.680Z]
[2022-02-01T08:03:59.680Z] [INFO]
[2022-02-01T08:03:59.680Z] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ jobs-service-mongodb ---
[2022-02-01T08:03:59.680Z] [INFO] Building jar: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/jobs-service-mongodb-2.0.0-SNAPSHOT.jar
[2022-02-01T08:03:59.680Z] [INFO]
[2022-02-01T08:03:59.680Z] [INFO] --- maven-jar-plugin:3.1.0:test-jar (test-jar) @ jobs-service-mongodb ---
[2022-02-01T08:03:59.680Z] [INFO] Building jar: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/jobs-service-mongodb-2.0.0-SNAPSHOT-tests.jar
[2022-02-01T08:03:59.680Z] [INFO]
[2022-02-01T08:03:59.680Z] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jobs-service-mongodb ---
[2022-02-01T08:03:59.680Z] [INFO] Building jar: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/jobs-service-mongodb-2.0.0-SNAPSHOT-sources.jar
[2022-02-01T08:03:59.680Z] [INFO]
[2022-02-01T08:03:59.681Z] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ jobs-service-mongodb ---
[2022-02-01T08:03:59.681Z] [INFO] Building jar: /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/jobs-service/jobs-service-mongodb/target/jobs-service-mongodb-2.0.0-SNAPSHOT-test-sources.jar
[2022-02-01T08:03:59.681Z] [INFO]
[2022-02-01T08:03:59.681Z] [INFO] --- quarkus-maven-plugin:2.7.0.Final:build (default) @ jobs-service-mongodb ---
[2022-02-01T08:03:59.813Z] Sending interrupt signal to process
[2022-02-01T08:03:59.838Z] Sending interrupt signal to process
[2022-02-01T08:03:59.867Z] Sending interrupt signal to process
[2022-02-01T08:03:59.937Z] ::error title= [kiegroup/kogito-apps] [Execution ERROR]::mvn -f kogito-apps/pom.xml clean install -Dvalidate-formatting -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -s /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps@tmp/config8802666487266598325tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[2022-02-01T08:03:59.937Z] [INFO] Archive artifact won't be executed
[2022-02-01T08:03:59.937Z] ::group::[Pull Request Flow] Execution Summary...
[2022-02-01T08:03:59.937Z] [INFO] ----------------------------------------------
[2022-02-01T08:03:59.937Z] [INFO] [kiegroup/drools]. Execution Result: ok. Time: 2m 14.3s (134346 ms)
[2022-02-01T08:03:59.937Z] [INFO] [kiegroup/kogito-runtimes]. Execution Result: ok. Time: 3m 17.3s (197337 ms)
[2022-02-01T08:03:59.937Z] [INFO] [kiegroup/optaplanner]. Execution Result: ok. Time: 1m 2.8s (62839 ms)
[2022-02-01T08:03:59.937Z] [INFO] [kiegroup/kogito-apps]. Execution Result: error. Time: 9m 3.6s (543603 ms)
[2022-02-01T08:03:59.937Z] [INFO] ----------------------------------------------
[2022-02-01T08:03:59.937Z] ::endgroup::
[2022-02-01T08:03:59.937Z] /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps@tmp/durable-51ba4946/script.sh: line 1: 9573 Terminated build-chain-action -token=**** -df='https://raw.githubusercontent.com/kiegroup/kogito-pipelines/bump-main-quarkus-2.7.0.CR1/.ci/pull-request-config.yaml' -folder='bc' build pr -url=https://github.com/kiegroup/kogito-apps/pull/1217 -sp=kiegroup/kogito-apps --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/custom/tradisso/bump-main-quarkus-2.7.0.CR1/bump-main-quarkus-2.7.0.CR1/pullrequest/kogito-apps.tests.kogito-apps@tmp/config8802666487266598325tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-02-01T08:03:59.958Z] script returned exit code 143
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-02-01T08:04:00.021Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-02-01T08:04:00.109Z] Recording test results
[2022-02-01T08:04:03.164Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2022-02-01T08:04:03.181Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-02-01T08:04:07.402Z] + rm -rf console.log
[Pipeline] sh
[2022-02-01T08:04:07.715Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/custom/job/tradisso/job/bump-main-quarkus-2.7.0.CR1/job/bump-main-quarkus-2.7.0.CR1/job/pullrequest/job/kogito-apps.tests.kogito-apps/4/consoleText
[2022-02-01T08:04:07.715Z] + tail -n 300

@radtriste
Copy link
Contributor Author

jenkins rerun kogito-apps tests

@radtriste radtriste merged commit 1052886 into main Feb 1, 2022
@radtriste radtriste deleted the bump-main-quarkus-2.7.0.CR1 branch February 1, 2022 08:36
ricardozanini added a commit to ricardozanini/kogito-apps that referenced this pull request May 20, 2024
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
tiagobento pushed a commit that referenced this pull request May 22, 2024
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
rgdoliveira pushed a commit to rgdoliveira/kogito-apps that referenced this pull request Jun 10, 2024
)

Signed-off-by: Ricardo Zanini <zanini@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dsl-test Used to test DSL changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants