Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[KOGITO-9145] Create an implementation of the Service Discovery catal… #3166

Closed
wants to merge 16 commits into from

Conversation

VaniHaripriya
Copy link
Contributor

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 8, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3351
  • FAILED: 1

Those are the test failures:

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

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

Copy link
Contributor

@hbelmiro hbelmiro left a comment

Choose a reason for hiding this comment

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

@VaniHaripriya You can't see the properties in the test because you need to escape the special characters in application.properties. I left a few comments.

Comment on lines 17 to 19
knative:test/serverless-workflow-greeting-quarkus = http://serverless-workflow-greeting-quarkus.test.10.99.154.147.sslip.io
kubernetes:test/serverless-workflow-greeting-quarkus-kubernetes = http://serverless-workflow-greeting-quarkus-kubernetes.test.10.99.154.147.sslip.io
openshift:test/serverless-workflow-greeting-quarkus-openshift = http://serverless-workflow-greeting-quarkus-openshift.test.10.99.154.147.sslip.io
Copy link
Contributor

Choose a reason for hiding this comment

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

Two points to consider:

  1. We need to escape the "/" and ":" characters. So, knative:test/serverless-workflow-greeting-quarkus would become knative\:test\/serverless-workflow-greeting-quarkus
  2. I think we need a prefix for these properties, like:
org.kie.kogito.addons.microprofile-config-service-catalog.catalog.knative\:test\/serverless-workflow-greeting-quarkus = http://serverless-workflow-greeting-quarkus.test.10.99.154.147.sslip.io

But they might be too long for env. @ricardozanini WDYT?

Copy link
Member

Choose a reason for hiding this comment

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

It's too long, but we won't use envs, but config props. I recommend:

org.kie.kogito.addons.discovery.knative\:test\/serverless-workflow-greeting-quarkus = http://serverless-workflow-greeting-quarkus.test.10.99.154.147.sslip.io

@hbelmiro @VaniHaripriya ^

Comment on lines 50 to 62
void setUp() {
config = mock(Config.class);
try (MockedStatic<ConfigProvider> mockConfigProvider = Mockito.mockStatic(ConfigProvider.class)) {
mockConfigProvider.when(ConfigProvider::getConfig).thenReturn(config);
when(config.getValue(eq(KNATIVE + ":" + getNamespace() + "/" + getKnativeServiceName()), eq(String.class)))
.thenReturn(KNATIVE_URI);
when(config.getValue(eq(KUBERNETES + ":" + getNamespace() + "/" + getKubernetesServiceName()), eq(String.class)))
.thenReturn(KUBERNETES_URI);
when(config.getValue(eq(OPENSHIFT + ":" + getNamespace() + "/" + getKubernetesServiceName()), eq(String.class)))
.thenReturn(OPENSHIFT_URI);

}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

You don't need to mock anything. Quarkus will inject the config from application.properties.

import org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalogKey;

@ApplicationScoped
public class MicroProfileConfigServiceCatalog implements KubernetesServiceCatalog {
Copy link
Contributor

@hbelmiro hbelmiro Aug 8, 2023

Choose a reason for hiding this comment

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

  • You don't need to cache the values in the services attribute. Just get them from config directly.

  • You can inject Config instead of getting the instance from ConfigProvider.

I would rewrite this class as:

@ApplicationScoped
public class MicroProfileConfigServiceCatalog implements KubernetesServiceCatalog {

    @Inject
    Config config;

    @Override
    public Optional<URI> getServiceAddress(KubernetesServiceCatalogKey key) {
        return config.getOptionalValue(key.getProtocol().getValue() + ":" + key.getCoordinates(), String.class)
                .map(value -> {
                    try {
                        return new URI(value);
                    } catch (URISyntaxException e) {
                        // TODO: handle
                        throw new RuntimeException(e);
                    }
                });
    }
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hbelmiro Thank you for the suggestions. I will test it after making necessary changes.

import org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalog;
import org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalogProvider;

public class MicroProfileConfigServiceCatalogProvider implements KubernetesServiceCatalogProvider {
Copy link
Contributor

Choose a reason for hiding this comment

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

VaniHaripriya and others added 10 commits August 10, 2023 13:53
* KOGITO-9676 CI: Promote call setup-branch job

* correct tests

* corrected tests

---------

Co-authored-by: radtriste <[email protected]>
* Quarkus 3: update patches

* [Quarkus 3] Updated rewrite data

* Quarkus 3: updates patches

* update patch

* Updated recipe

* update recipe

* [Quarkus 3] Updated rewrite data

---------

Co-authored-by: radtriste <[email protected]>
Co-authored-by: Jenkins CI <[email protected]>
…function (apache#2993)

* KOGITO-9158 Used RestWorkItemHandler as HTTP client in Knative custom function

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9158 Refactoring KnativeTypeHandler.java

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9158 Changed request timeout

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9158 Changed KnativeWorkItemHandler to extend RestWorkItemHandler

Signed-off-by: Helber Belmiro <[email protected]>

* KOGITO-9158 Fixed KnativeWorkItemHandlerProducer static method

Signed-off-by: Helber Belmiro <[email protected]>

---------

Signed-off-by: Helber Belmiro <[email protected]>
Copy link
Contributor

@hbelmiro hbelmiro left a comment

Choose a reason for hiding this comment

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

@VaniHaripriya I left a few more comments.

Comment on lines +17 to +18
<module>deployment</module>
<module>runtime</module>
Copy link
Contributor

Choose a reason for hiding this comment

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

You need to register these modules in the kogito-bom. Take a look at https://github.com/kiegroup/kogito-runtimes/blob/e37b961eb5fec25b4545a7937b5f067fee331ade/kogito-bom/pom.xml#L318 to use the Fabric8 implementation as a reference.

MicroProfileConfigServiceCatalog configServiceCatalog;

@Inject
Config config;
Copy link
Contributor

Choose a reason for hiding this comment

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

This attribute can be removed.

</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-deployment</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

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

Since we only need CDI here, we can replace it with Arc.

Suggested change
<artifactId>quarkus-resteasy-reactive-deployment</artifactId>
<artifactId>quarkus-arc-deployment</artifactId>

</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

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

Since we only need CDI here, we can replace it with Arc.

Suggested change
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-arc</artifactId>

Comment on lines 37 to 42
String configValue = config.getValue(key.getProtocol().getValue() + ":" + key.getCoordinates(), String.class);
try {
return Optional.of(new URI(configValue));
} catch (URISyntaxException e) {
throw new RuntimeException(e);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

The property is optional (this method must return Optional.empty() if the property is not set), so instead of getValue you need to use getOptionalValue.

Suggested change
String configValue = config.getValue(key.getProtocol().getValue() + ":" + key.getCoordinates(), String.class);
try {
return Optional.of(new URI(configValue));
} catch (URISyntaxException e) {
throw new RuntimeException(e);
}
return config.getOptionalValue(key.getProtocol().getValue() + ":" + key.getCoordinates(), String.class)
.map(URI::create);

}

@Test
public void testGetServiceAddressWithInvalidURI() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Both implementations (Fabric8 and MP Config) must have the same behavior. So, this test should be moved to KubernetesServiceCatalogTest and MicroProfileConfigServiceCatalog must return the same exception as Fabric8KubernetesServiceCatalog. Use URI.create(String) instead of new URI(String) to return the same exception.

Copy link
Contributor

Choose a reason for hiding this comment

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

This file is not necessary.

Copy link
Contributor

Choose a reason for hiding this comment

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

This file is not necessary.

Copy link
Contributor

Choose a reason for hiding this comment

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

This file is not necessary.

Copy link
Contributor

Choose a reason for hiding this comment

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

This file is not necessary.

@ricardozanini
Copy link
Member

@VaniHaripriya @hbelmiro can we prioritize this? It's for TP2 and I need to start working on Operator's side next week. Plus, the devmode image must be reviewed and everything about discovery + fabric8 must be removed.

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-springboot-examples/1350/display/redirect
See console log:

Console Logs Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh7658010449078161015.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5386f62f60a67bebb165b63bfb1da07eeae98b5 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
Commit message: "KOGITO-9692 Add method githubscm.getPreviousTagFromVersion (#296)"
> git rev-list --no-walk b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1709 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5190bdef060a4f29977ea15f7e5b31f7cb3962bb (origin/main)
Commit message: "BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis (#1038)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-16T15:26:45.435Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5190bdef060a4f29977ea15f7e5b31f7cb3962bb # timeout=10
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:26:46.115Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-16T15:26:46.139Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-16T15:26:46.648Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:26:46.683Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-16T15:26:46.958Z] + df -h
[2023-08-16T15:26:46.958Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-16T15:26:46.958Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-16T15:26:46.958Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-16T15:26:46.958Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-16T15:26:46.958Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-16T15:26:46.958Z] /dev/vda3 80G 27G 54G 34% /
[2023-08-16T15:26:46.958Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-16T15:26:46.958Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-16T15:26:46.980Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-16T15:26:47.254Z] + du -h -d1 /home/jenkins
[2023-08-16T15:26:47.254Z] 4.0K /home/jenkins/.ssh
[2023-08-16T15:26:47.254Z] 0 /home/jenkins/go
[2023-08-16T15:26:47.254Z] 8.0K /home/jenkins/.vnc
[2023-08-16T15:26:47.254Z] 8.0K /home/jenkins/.m2
[2023-08-16T15:26:47.254Z] 2.2G /home/jenkins/git-repos
[2023-08-16T15:26:47.254Z] 32K /home/jenkins/.config
[2023-08-16T15:26:47.254Z] 154M /home/jenkins/virtenvs
[2023-08-16T15:26:47.254Z] 4.0K /home/jenkins/.cekit
[2023-08-16T15:26:47.254Z] 30M /home/jenkins/remoting
[2023-08-16T15:26:47.254Z] 703M /home/jenkins/.cache
[2023-08-16T15:26:47.254Z] 14M /home/jenkins/workspace
[2023-08-16T15:26:47.254Z] 145M /home/jenkins/tools
[2023-08-16T15:26:47.254Z] 0 /home/jenkins/caches
[2023-08-16T15:26:47.254Z] 186M /home/jenkins/.npm
[2023-08-16T15:26:47.254Z] 8.0K /home/jenkins/.java
[2023-08-16T15:26:47.254Z] 462M /home/jenkins/.sonar
[2023-08-16T15:26:47.254Z] 974M /home/jenkins/.local
[2023-08-16T15:26:47.254Z] 0 /home/jenkins/.mozilla
[2023-08-16T15:26:47.254Z] 4.8G /home/jenkins
[Pipeline] echo
[2023-08-16T15:26:47.295Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-16T15:26:47.570Z] + du -h -d3 /home/jenkins/workspace
[2023-08-16T15:26:47.570Z] 0 /home/jenkins/workspace/KIE/drools/main
[2023-08-16T15:26:47.570Z] 0 /home/jenkins/workspace/KIE/drools
[2023-08-16T15:26:47.570Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-16T15:26:47.570Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-16T15:26:47.570Z] 14M /home/jenkins/workspace/KIE
[2023-08-16T15:26:47.570Z] 14M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:26:47.997Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-16T15:26:48.117Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-16T15:26:48.407Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-16T15:26:50.288Z]
[2023-08-16T15:26:50.288Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-16T15:26:50.288Z]
[2023-08-16T15:26:50.288Z] 5 packages are looking for funding
[2023-08-16T15:26:50.288Z] run `npm fund` for details
[2023-08-16T15:26:50.288Z]
[2023-08-16T15:26:50.288Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-16T15:26:50.577Z] + npm list -g
[2023-08-16T15:26:50.577Z] + grep build-chain
[2023-08-16T15:26:51.136Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:26:51.622Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-16T15:26:51.653Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-16T15:26:51.671Z] provisioning config files...
[2023-08-16T15:26:51.676Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config7489273745235822859tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-16T15:26:51.737Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:26:51.780Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config7489273745235822859tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-16T15:26:51.803Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-16T15:26:51.803Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-16T15:26:51.803Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-16T15:26:52.068Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-16T15:26:52.068Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/durable-4892ea6e/script.sh ']'
[2023-08-16T15:26:52.068Z] ++ deactivate nondestructive
[2023-08-16T15:26:52.068Z] ++ unset -f pydoc
[2023-08-16T15:26:52.068Z] ++ '[' -z '' ']'
[2023-08-16T15:26:52.068Z] ++ '[' -z '' ']'
[2023-08-16T15:26:52.068Z] ++ hash -r
[2023-08-16T15:26:52.068Z] ++ '[' -z '' ']'
[2023-08-16T15:26:52.068Z] ++ unset VIRTUAL_ENV
[2023-08-16T15:26:52.068Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-16T15:26:52.068Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-16T15:26:52.068Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-16T15:26:52.068Z] ++ '[' linux-gnu = msys ']'
[2023-08-16T15:26:52.068Z] ++ export VIRTUAL_ENV
[2023-08-16T15:26:52.068Z] ++ _OLD_VIRTUAL_PATH=/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:26:52.068Z] ++ PATH=/home/jenkins/virtenvs/swf/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:26:52.068Z] ++ export PATH
[2023-08-16T15:26:52.068Z] ++ '[' -z '' ']'
[2023-08-16T15:26:52.068Z] ++ '[' -z '' ']'
[2023-08-16T15:26:52.068Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-16T15:26:52.068Z] ++ '[' x '!=' x ']'
[2023-08-16T15:26:52.068Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-16T15:26:52.068Z] ++ PS1='(swf) '
[2023-08-16T15:26:52.068Z] ++ export PS1
[2023-08-16T15:26:52.068Z] ++ alias pydoc
[2023-08-16T15:26:52.068Z] ++ true
[2023-08-16T15:26:52.068Z] ++ hash -r
[2023-08-16T15:26:52.068Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3166 --skipParallelCheckout
[2023-08-16T15:26:55.322Z] # Executing pre section
[2023-08-16T15:26:55.322Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config7489273745235822859tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:26:55.322Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config7489273745235822859tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:26:55.322Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:26:55.322Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:26:55.322Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-16T15:26:55.322Z] QUARKUS_VERSION=
[2023-08-16T15:26:55.322Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-16T15:26:55.322Z] ENABLE_DEPLOY=
[2023-08-16T15:26:55.322Z]
[2023-08-16T15:26:55.322Z] # Execution Plan
[2023-08-16T15:26:55.322Z] [INFO] 4 projects will be executed
[2023-08-16T15:26:55.322Z] [INFO] [kiegroup/drools]
[2023-08-16T15:26:55.322Z] [INFO] Level type: upstream
[2023-08-16T15:26:55.322Z] [INFO] [before]
[2023-08-16T15:26:55.322Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:26:55.322Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:26:55.322Z] [INFO] [commands]
[2023-08-16T15:26:55.322Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:26:55.322Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-16T15:26:55.322Z] [INFO] Level type: upstream
[2023-08-16T15:26:55.322Z] [INFO] [before]
[2023-08-16T15:26:55.322Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:26:55.322Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:26:55.322Z] [INFO] [commands]
[2023-08-16T15:26:55.322Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:26:55.322Z] [INFO] [kiegroup/kogito-apps]
[2023-08-16T15:26:55.322Z] [INFO] Level type: upstream
[2023-08-16T15:26:55.322Z] [INFO] [before]
[2023-08-16T15:26:55.322Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:26:55.322Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:26:55.322Z] [INFO] [commands]
[2023-08-16T15:26:55.322Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:26:55.322Z] [INFO] [kiegroup/kogito-examples]
[2023-08-16T15:26:55.322Z] [INFO] Level type: current
[2023-08-16T15:26:55.322Z] [INFO] [before]
[2023-08-16T15:26:55.322Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-16T15:26:55.322Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_CURRENT }}; fi"
[2023-08-16T15:26:55.322Z] [INFO] [commands]
[2023-08-16T15:26:55.322Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_EXAMPLES_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-08-16T15:26:55.322Z] mvn dependency:tree -pl :kogito-examples clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:26:55.322Z] mvn dependency:tree -f ${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:26:55.322Z]
[2023-08-16T15:26:55.322Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-08-16T15:27:21.794Z] [INFO] kiegroup/drools checked out
[2023-08-16T15:27:33.944Z] [ERROR] [kiegroup/kogito-runtimes] Error merging VaniHaripriya/kogito-runtimes:KOGITO-9145
[2023-08-16T15:27:33.944Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T15:27:34.190Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:27:34.609Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T15:27:34.634Z] Recording test results
[2023-08-16T15:27:35.072Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T15:27:35.091Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:27:34.449Z] No test report files were found. Configuration error?
[2023-08-16T15:27:35.873Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Console Logs > git --version # 'git version 2.39.3'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh9381357183926353889.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5386f62f60a67bebb165b63bfb1da07eeae98b5 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
Commit message: "KOGITO-9692 Add method githubscm.getPreviousTagFromVersion (#296)"
> git rev-list --no-walk b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1709 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5190bdef060a4f29977ea15f7e5b31f7cb3962bb (origin/main)
Commit message: "BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis (#1038)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-16T15:27:49.120Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5190bdef060a4f29977ea15f7e5b31f7cb3962bb # timeout=10
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:27:50.024Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-16T15:27:50.078Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-16T15:27:50.813Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:27:50.884Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-16T15:27:51.165Z] + df -h
[2023-08-16T15:27:51.165Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-16T15:27:51.165Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-16T15:27:51.165Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-16T15:27:51.165Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-16T15:27:51.165Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-16T15:27:51.165Z] /dev/vda3 80G 27G 54G 34% /
[2023-08-16T15:27:51.165Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-16T15:27:51.165Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-16T15:27:51.190Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-16T15:27:51.467Z] + du -h -d1 /home/jenkins
[2023-08-16T15:27:51.467Z] 4.0K /home/jenkins/.ssh
[2023-08-16T15:27:51.467Z] 0 /home/jenkins/go
[2023-08-16T15:27:51.467Z] 8.0K /home/jenkins/.vnc
[2023-08-16T15:27:51.467Z] 8.0K /home/jenkins/.m2
[2023-08-16T15:27:51.467Z] 2.2G /home/jenkins/git-repos
[2023-08-16T15:27:51.467Z] 32K /home/jenkins/.config
[2023-08-16T15:27:51.467Z] 154M /home/jenkins/virtenvs
[2023-08-16T15:27:51.467Z] 4.0K /home/jenkins/.cekit
[2023-08-16T15:27:51.467Z] 30M /home/jenkins/remoting
[2023-08-16T15:27:51.467Z] 703M /home/jenkins/.cache
[2023-08-16T15:27:51.467Z] 14M /home/jenkins/workspace
[2023-08-16T15:27:51.467Z] 145M /home/jenkins/tools
[2023-08-16T15:27:51.467Z] 0 /home/jenkins/caches
[2023-08-16T15:27:51.467Z] 186M /home/jenkins/.npm
[2023-08-16T15:27:51.467Z] 8.0K /home/jenkins/.java
[2023-08-16T15:27:51.467Z] 462M /home/jenkins/.sonar
[2023-08-16T15:27:51.721Z] 974M /home/jenkins/.local
[2023-08-16T15:27:51.721Z] 0 /home/jenkins/.mozilla
[2023-08-16T15:27:51.721Z] 4.8G /home/jenkins
[Pipeline] echo
[2023-08-16T15:27:51.770Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-16T15:27:52.060Z] + du -h -d3 /home/jenkins/workspace
[2023-08-16T15:27:52.060Z] 0 /home/jenkins/workspace/KIE/drools/main
[2023-08-16T15:27:52.060Z] 0 /home/jenkins/workspace/KIE/drools
[2023-08-16T15:27:52.060Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-16T15:27:52.060Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-16T15:27:52.060Z] 14M /home/jenkins/workspace/KIE
[2023-08-16T15:27:52.060Z] 14M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:27:52.593Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-16T15:27:52.694Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-16T15:27:52.979Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-16T15:27:54.859Z]
[2023-08-16T15:27:54.859Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-16T15:27:54.859Z]
[2023-08-16T15:27:54.859Z] 5 packages are looking for funding
[2023-08-16T15:27:54.859Z] run `npm fund` for details
[2023-08-16T15:27:54.859Z]
[2023-08-16T15:27:54.859Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-16T15:27:55.206Z] + npm list -g
[2023-08-16T15:27:55.206Z] + grep build-chain
[2023-08-16T15:27:55.764Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:27:56.219Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-16T15:27:56.281Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-16T15:27:56.319Z] provisioning config files...
[2023-08-16T15:27:56.323Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config14530360580024665759tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-16T15:27:56.373Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:27:56.424Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config14530360580024665759tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-16T15:27:56.450Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-16T15:27:56.450Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-16T15:27:56.450Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-16T15:27:56.715Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-16T15:27:56.715Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/durable-05e3bd1f/script.sh ']'
[2023-08-16T15:27:56.715Z] ++ deactivate nondestructive
[2023-08-16T15:27:56.715Z] ++ unset -f pydoc
[2023-08-16T15:27:56.715Z] ++ '[' -z '' ']'
[2023-08-16T15:27:56.715Z] ++ '[' -z '' ']'
[2023-08-16T15:27:56.715Z] ++ hash -r
[2023-08-16T15:27:56.715Z] ++ '[' -z '' ']'
[2023-08-16T15:27:56.715Z] ++ unset VIRTUAL_ENV
[2023-08-16T15:27:56.715Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-16T15:27:56.715Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-16T15:27:56.715Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-16T15:27:56.715Z] ++ '[' linux-gnu = msys ']'
[2023-08-16T15:27:56.715Z] ++ export VIRTUAL_ENV
[2023-08-16T15:27:56.715Z] ++ _OLD_VIRTUAL_PATH=/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:27:56.715Z] ++ PATH=/home/jenkins/virtenvs/swf/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:27:56.715Z] ++ export PATH
[2023-08-16T15:27:56.715Z] ++ '[' -z '' ']'
[2023-08-16T15:27:56.715Z] ++ '[' -z '' ']'
[2023-08-16T15:27:56.715Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-16T15:27:56.715Z] ++ '[' x '!=' x ']'
[2023-08-16T15:27:56.715Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-16T15:27:56.715Z] ++ PS1='(swf) '
[2023-08-16T15:27:56.715Z] ++ export PS1
[2023-08-16T15:27:56.715Z] ++ alias pydoc
[2023-08-16T15:27:56.715Z] ++ true
[2023-08-16T15:27:56.715Z] ++ hash -r
[2023-08-16T15:27:56.715Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3166 --skipParallelCheckout
[2023-08-16T15:27:58.074Z] # Executing pre section
[2023-08-16T15:27:58.075Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config14530360580024665759tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:27:58.075Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config14530360580024665759tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:27:58.075Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:27:58.075Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:27:58.075Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-16T15:27:58.075Z] QUARKUS_VERSION=
[2023-08-16T15:27:58.075Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-16T15:27:58.075Z] ENABLE_DEPLOY=
[2023-08-16T15:27:58.075Z]
[2023-08-16T15:27:58.075Z] # Execution Plan
[2023-08-16T15:27:58.075Z] [INFO] 4 projects will be executed
[2023-08-16T15:27:58.075Z] [INFO] [kiegroup/drools]
[2023-08-16T15:27:58.075Z] [INFO] Level type: upstream
[2023-08-16T15:27:58.075Z] [INFO] [before]
[2023-08-16T15:27:58.075Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:27:58.075Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:27:58.075Z] [INFO] [commands]
[2023-08-16T15:27:58.075Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:27:58.075Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-16T15:27:58.075Z] [INFO] Level type: upstream
[2023-08-16T15:27:58.075Z] [INFO] [before]
[2023-08-16T15:27:58.075Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:27:58.075Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:27:58.075Z] [INFO] [commands]
[2023-08-16T15:27:58.075Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:27:58.075Z] [INFO] [kiegroup/kogito-apps]
[2023-08-16T15:27:58.075Z] [INFO] Level type: upstream
[2023-08-16T15:27:58.075Z] [INFO] [before]
[2023-08-16T15:27:58.075Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:27:58.075Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:27:58.075Z] [INFO] [commands]
[2023-08-16T15:27:58.075Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:27:58.075Z] [INFO] [kiegroup/kogito-examples]
[2023-08-16T15:27:58.075Z] [INFO] Level type: current
[2023-08-16T15:27:58.075Z] [INFO] [before]
[2023-08-16T15:27:58.075Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-16T15:27:58.075Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_CURRENT }}; fi"
[2023-08-16T15:27:58.075Z] [INFO] [commands]
[2023-08-16T15:27:58.075Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_EXAMPLES_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-08-16T15:27:58.075Z] mvn dependency:tree -pl :kogito-examples clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:27:58.075Z] mvn dependency:tree -f ${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:27:58.075Z]
[2023-08-16T15:27:58.075Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-08-16T15:28:24.581Z] [INFO] kiegroup/drools checked out
[2023-08-16T15:28:39.401Z] [ERROR] [kiegroup/kogito-runtimes] Error merging VaniHaripriya/kogito-runtimes:KOGITO-9145
[2023-08-16T15:28:39.401Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T15:28:39.479Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:28:39.880Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T15:28:39.905Z] Recording test results
[2023-08-16T15:28:40.321Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T15:28:40.338Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:28:39.699Z] No test report files were found. Configuration error?
[2023-08-16T15:28:41.107Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Console Logs > git --version # 'git version 2.39.3'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh9456077009035054619.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5386f62f60a67bebb165b63bfb1da07eeae98b5 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
Commit message: "KOGITO-9692 Add method githubscm.getPreviousTagFromVersion (#296)"
> git rev-list --no-walk b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1709 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5190bdef060a4f29977ea15f7e5b31f7cb3962bb (origin/main)
Commit message: "BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis (#1038)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-16T15:28:55.608Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5190bdef060a4f29977ea15f7e5b31f7cb3962bb # timeout=10
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:28:56.295Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-16T15:28:56.327Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-16T15:28:56.825Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:28:56.871Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-16T15:28:57.151Z] + df -h
[2023-08-16T15:28:57.151Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-16T15:28:57.151Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-16T15:28:57.151Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-16T15:28:57.151Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-16T15:28:57.151Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-16T15:28:57.151Z] /dev/vda3 80G 27G 54G 34% /
[2023-08-16T15:28:57.151Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-16T15:28:57.151Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-16T15:28:57.192Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-16T15:28:57.570Z] + du -h -d1 /home/jenkins
[2023-08-16T15:28:57.570Z] 4.0K /home/jenkins/.ssh
[2023-08-16T15:28:57.570Z] 0 /home/jenkins/go
[2023-08-16T15:28:57.570Z] 8.0K /home/jenkins/.vnc
[2023-08-16T15:28:57.570Z] 8.0K /home/jenkins/.m2
[2023-08-16T15:28:57.570Z] 2.2G /home/jenkins/git-repos
[2023-08-16T15:28:57.570Z] 32K /home/jenkins/.config
[2023-08-16T15:28:57.570Z] 154M /home/jenkins/virtenvs
[2023-08-16T15:28:57.570Z] 4.0K /home/jenkins/.cekit
[2023-08-16T15:28:57.570Z] 30M /home/jenkins/remoting
[2023-08-16T15:28:57.570Z] 703M /home/jenkins/.cache
[2023-08-16T15:28:57.570Z] 14M /home/jenkins/workspace
[2023-08-16T15:28:57.570Z] 145M /home/jenkins/tools
[2023-08-16T15:28:57.570Z] 0 /home/jenkins/caches
[2023-08-16T15:28:57.570Z] 186M /home/jenkins/.npm
[2023-08-16T15:28:57.570Z] 8.0K /home/jenkins/.java
[2023-08-16T15:28:57.570Z] 462M /home/jenkins/.sonar
[2023-08-16T15:28:57.824Z] 974M /home/jenkins/.local
[2023-08-16T15:28:57.824Z] 0 /home/jenkins/.mozilla
[2023-08-16T15:28:57.824Z] 4.8G /home/jenkins
[Pipeline] echo
[2023-08-16T15:28:57.885Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-16T15:28:58.196Z] + du -h -d3 /home/jenkins/workspace
[2023-08-16T15:28:58.196Z] 0 /home/jenkins/workspace/KIE/drools/main
[2023-08-16T15:28:58.196Z] 0 /home/jenkins/workspace/KIE/drools
[2023-08-16T15:28:58.196Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-16T15:28:58.196Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-16T15:28:58.196Z] 14M /home/jenkins/workspace/KIE
[2023-08-16T15:28:58.196Z] 14M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:28:58.591Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-16T15:28:58.659Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-16T15:28:58.946Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-16T15:29:00.841Z]
[2023-08-16T15:29:00.841Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-16T15:29:00.841Z]
[2023-08-16T15:29:00.841Z] 5 packages are looking for funding
[2023-08-16T15:29:00.841Z] run `npm fund` for details
[2023-08-16T15:29:00.841Z]
[2023-08-16T15:29:00.841Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-16T15:29:01.150Z] + npm list -g
[2023-08-16T15:29:01.150Z] + grep build-chain
[2023-08-16T15:29:01.708Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:29:02.231Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-16T15:29:02.262Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-16T15:29:02.277Z] provisioning config files...
[2023-08-16T15:29:02.280Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config12182946793084445440tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-16T15:29:02.326Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:29:02.374Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config12182946793084445440tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-16T15:29:02.397Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-16T15:29:02.397Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-16T15:29:02.397Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-16T15:29:02.662Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-16T15:29:02.662Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/durable-7d2d3926/script.sh ']'
[2023-08-16T15:29:02.662Z] ++ deactivate nondestructive
[2023-08-16T15:29:02.662Z] ++ unset -f pydoc
[2023-08-16T15:29:02.662Z] ++ '[' -z '' ']'
[2023-08-16T15:29:02.662Z] ++ '[' -z '' ']'
[2023-08-16T15:29:02.662Z] ++ hash -r
[2023-08-16T15:29:02.662Z] ++ '[' -z '' ']'
[2023-08-16T15:29:02.662Z] ++ unset VIRTUAL_ENV
[2023-08-16T15:29:02.662Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-16T15:29:02.662Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-16T15:29:02.662Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-16T15:29:02.662Z] ++ '[' linux-gnu = msys ']'
[2023-08-16T15:29:02.662Z] ++ export VIRTUAL_ENV
[2023-08-16T15:29:02.662Z] ++ _OLD_VIRTUAL_PATH=/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:29:02.662Z] ++ PATH=/home/jenkins/virtenvs/swf/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:29:02.662Z] ++ export PATH
[2023-08-16T15:29:02.662Z] ++ '[' -z '' ']'
[2023-08-16T15:29:02.662Z] ++ '[' -z '' ']'
[2023-08-16T15:29:02.662Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-16T15:29:02.662Z] ++ '[' x '!=' x ']'
[2023-08-16T15:29:02.662Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-16T15:29:02.662Z] ++ PS1='(swf) '
[2023-08-16T15:29:02.662Z] ++ export PS1
[2023-08-16T15:29:02.662Z] ++ alias pydoc
[2023-08-16T15:29:02.662Z] ++ true
[2023-08-16T15:29:02.662Z] ++ hash -r
[2023-08-16T15:29:02.662Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3166 --skipParallelCheckout
[2023-08-16T15:29:05.171Z] # Executing pre section
[2023-08-16T15:29:05.171Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config12182946793084445440tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:29:05.171Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config12182946793084445440tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:29:05.171Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:29:05.171Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:29:05.171Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-16T15:29:05.171Z] QUARKUS_VERSION=
[2023-08-16T15:29:05.171Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-16T15:29:05.171Z] ENABLE_DEPLOY=
[2023-08-16T15:29:05.171Z]
[2023-08-16T15:29:05.171Z] # Execution Plan
[2023-08-16T15:29:05.171Z] [INFO] 4 projects will be executed
[2023-08-16T15:29:05.171Z] [INFO] [kiegroup/drools]
[2023-08-16T15:29:05.171Z] [INFO] Level type: upstream
[2023-08-16T15:29:05.171Z] [INFO] [before]
[2023-08-16T15:29:05.171Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:29:05.171Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:29:05.171Z] [INFO] [commands]
[2023-08-16T15:29:05.171Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:29:05.171Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-16T15:29:05.171Z] [INFO] Level type: upstream
[2023-08-16T15:29:05.171Z] [INFO] [before]
[2023-08-16T15:29:05.171Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:29:05.171Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:29:05.171Z] [INFO] [commands]
[2023-08-16T15:29:05.171Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:29:05.171Z] [INFO] [kiegroup/kogito-apps]
[2023-08-16T15:29:05.171Z] [INFO] Level type: upstream
[2023-08-16T15:29:05.171Z] [INFO] [before]
[2023-08-16T15:29:05.171Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:29:05.171Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:29:05.171Z] [INFO] [commands]
[2023-08-16T15:29:05.171Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:29:05.171Z] [INFO] [kiegroup/kogito-examples]
[2023-08-16T15:29:05.171Z] [INFO] Level type: current
[2023-08-16T15:29:05.171Z] [INFO] [before]
[2023-08-16T15:29:05.171Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-16T15:29:05.171Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_CURRENT }}; fi"
[2023-08-16T15:29:05.171Z] [INFO] [commands]
[2023-08-16T15:29:05.171Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_EXAMPLES_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-08-16T15:29:05.171Z] mvn dependency:tree -pl :kogito-examples clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:29:05.171Z] mvn dependency:tree -f ${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:29:05.171Z]
[2023-08-16T15:29:05.171Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-08-16T15:29:27.030Z] [INFO] kiegroup/drools checked out
[2023-08-16T15:29:41.864Z] [ERROR] [kiegroup/kogito-runtimes] Error merging VaniHaripriya/kogito-runtimes:KOGITO-9145
[2023-08-16T15:29:41.864Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T15:29:41.953Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:29:42.368Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T15:29:42.397Z] Recording test results
[2023-08-16T15:29:42.803Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T15:29:42.823Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[2023-08-16T15:29:42.178Z] No test report files were found. Configuration error?
[Pipeline] sh
[2023-08-16T15:29:43.692Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Console Logs The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh14274082622647492928.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5386f62f60a67bebb165b63bfb1da07eeae98b5 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
Commit message: "KOGITO-9692 Add method githubscm.getPreviousTagFromVersion (#296)"
> git rev-list --no-walk b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1709 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5190bdef060a4f29977ea15f7e5b31f7cb3962bb (origin/main)
Commit message: "BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis (#1038)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-16T15:29:57.178Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:29:57.841Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-16T15:29:57.868Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5190bdef060a4f29977ea15f7e5b31f7cb3962bb # timeout=10
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-16T15:29:58.367Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:29:58.404Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-16T15:29:58.682Z] + df -h
[2023-08-16T15:29:58.682Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-16T15:29:58.682Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-16T15:29:58.682Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-16T15:29:58.682Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-16T15:29:58.682Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-16T15:29:58.682Z] /dev/vda3 80G 27G 54G 34% /
[2023-08-16T15:29:58.682Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-16T15:29:58.682Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-16T15:29:58.705Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-16T15:29:58.981Z] + du -h -d1 /home/jenkins
[2023-08-16T15:29:58.981Z] 4.0K /home/jenkins/.ssh
[2023-08-16T15:29:58.981Z] 0 /home/jenkins/go
[2023-08-16T15:29:58.981Z] 8.0K /home/jenkins/.vnc
[2023-08-16T15:29:58.981Z] 8.0K /home/jenkins/.m2
[2023-08-16T15:29:58.981Z] 2.2G /home/jenkins/git-repos
[2023-08-16T15:29:58.981Z] 32K /home/jenkins/.config
[2023-08-16T15:29:58.981Z] 154M /home/jenkins/virtenvs
[2023-08-16T15:29:58.981Z] 4.0K /home/jenkins/.cekit
[2023-08-16T15:29:58.981Z] 30M /home/jenkins/remoting
[2023-08-16T15:29:58.981Z] 703M /home/jenkins/.cache
[2023-08-16T15:29:58.981Z] 14M /home/jenkins/workspace
[2023-08-16T15:29:58.981Z] 145M /home/jenkins/tools
[2023-08-16T15:29:58.981Z] 0 /home/jenkins/caches
[2023-08-16T15:29:58.981Z] 186M /home/jenkins/.npm
[2023-08-16T15:29:58.981Z] 8.0K /home/jenkins/.java
[2023-08-16T15:29:58.981Z] 462M /home/jenkins/.sonar
[2023-08-16T15:29:59.235Z] 974M /home/jenkins/.local
[2023-08-16T15:29:59.235Z] 0 /home/jenkins/.mozilla
[2023-08-16T15:29:59.235Z] 4.8G /home/jenkins
[Pipeline] echo
[2023-08-16T15:29:59.261Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-16T15:29:59.539Z] + du -h -d3 /home/jenkins/workspace
[2023-08-16T15:29:59.539Z] 0 /home/jenkins/workspace/KIE/drools/main
[2023-08-16T15:29:59.539Z] 0 /home/jenkins/workspace/KIE/drools
[2023-08-16T15:29:59.539Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-16T15:29:59.539Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-16T15:29:59.539Z] 14M /home/jenkins/workspace/KIE
[2023-08-16T15:29:59.539Z] 14M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:29:59.907Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-16T15:29:59.976Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-16T15:30:00.261Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-16T15:30:02.141Z]
[2023-08-16T15:30:02.141Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-16T15:30:02.141Z]
[2023-08-16T15:30:02.141Z] 5 packages are looking for funding
[2023-08-16T15:30:02.141Z] run `npm fund` for details
[2023-08-16T15:30:02.141Z]
[2023-08-16T15:30:02.141Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-16T15:30:02.435Z] + npm list -g
[2023-08-16T15:30:02.435Z] + grep build-chain
[2023-08-16T15:30:02.993Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:30:03.445Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-16T15:30:03.476Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-16T15:30:03.492Z] provisioning config files...
[2023-08-16T15:30:03.495Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config540611073084369151tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-16T15:30:03.541Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:30:03.591Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config540611073084369151tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-16T15:30:03.615Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-16T15:30:03.615Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-16T15:30:03.615Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-16T15:30:03.879Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-16T15:30:03.879Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/durable-eba79cd6/script.sh ']'
[2023-08-16T15:30:03.879Z] ++ deactivate nondestructive
[2023-08-16T15:30:03.879Z] ++ unset -f pydoc
[2023-08-16T15:30:03.879Z] ++ '[' -z '' ']'
[2023-08-16T15:30:03.879Z] ++ '[' -z '' ']'
[2023-08-16T15:30:03.879Z] ++ hash -r
[2023-08-16T15:30:03.879Z] ++ '[' -z '' ']'
[2023-08-16T15:30:03.879Z] ++ unset VIRTUAL_ENV
[2023-08-16T15:30:03.879Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-16T15:30:03.879Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-16T15:30:03.879Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-16T15:30:03.879Z] ++ '[' linux-gnu = msys ']'
[2023-08-16T15:30:03.879Z] ++ export VIRTUAL_ENV
[2023-08-16T15:30:03.879Z] ++ _OLD_VIRTUAL_PATH=/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:30:03.879Z] ++ PATH=/home/jenkins/virtenvs/swf/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:30:03.879Z] ++ export PATH
[2023-08-16T15:30:03.879Z] ++ '[' -z '' ']'
[2023-08-16T15:30:03.879Z] ++ '[' -z '' ']'
[2023-08-16T15:30:03.879Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-16T15:30:03.879Z] ++ '[' x '!=' x ']'
[2023-08-16T15:30:03.879Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-16T15:30:03.879Z] ++ PS1='(swf) '
[2023-08-16T15:30:03.879Z] ++ export PS1
[2023-08-16T15:30:03.879Z] ++ alias pydoc
[2023-08-16T15:30:03.879Z] ++ true
[2023-08-16T15:30:03.879Z] ++ hash -r
[2023-08-16T15:30:03.879Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-runtimes/pull/3166 --skipParallelCheckout
[2023-08-16T15:30:05.237Z] # Executing pre section
[2023-08-16T15:30:05.237Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config540611073084369151tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:30:05.237Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config540611073084369151tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:30:05.237Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:30:05.237Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:30:05.237Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-16T15:30:05.237Z] QUARKUS_VERSION=
[2023-08-16T15:30:05.237Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-16T15:30:05.237Z] ENABLE_DEPLOY=
[2023-08-16T15:30:05.237Z]
[2023-08-16T15:30:05.237Z] # Execution Plan
[2023-08-16T15:30:05.237Z] [INFO] 3 projects will be executed
[2023-08-16T15:30:05.237Z] [INFO] [kiegroup/drools]
[2023-08-16T15:30:05.237Z] [INFO] Level type: upstream
[2023-08-16T15:30:05.237Z] [INFO] [before]
[2023-08-16T15:30:05.237Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:30:05.237Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:30:05.237Z] [INFO] [commands]
[2023-08-16T15:30:05.237Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:30:05.237Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-16T15:30:05.237Z] [INFO] Level type: upstream
[2023-08-16T15:30:05.237Z] [INFO] [before]
[2023-08-16T15:30:05.237Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:30:05.237Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:30:05.237Z] [INFO] [commands]
[2023-08-16T15:30:05.237Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:30:05.237Z] [INFO] [kiegroup/kogito-apps]
[2023-08-16T15:30:05.237Z] [INFO] Level type: current
[2023-08-16T15:30:05.237Z] [INFO] [before]
[2023-08-16T15:30:05.237Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-16T15:30:05.237Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_CURRENT }}; fi"
[2023-08-16T15:30:05.237Z] [INFO] [commands]
[2023-08-16T15:30:05.237Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_APPS_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-08-16T15:30:05.237Z] mvn dependency:tree clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS }}
[2023-08-16T15:30:05.237Z]
[2023-08-16T15:30:05.237Z] # Checking out kiegroup/kogito-apps and its dependencies (3 projects in total). It can take some time.
[2023-08-16T15:30:20.053Z] [INFO] kiegroup/drools checked out
[2023-08-16T15:30:42.699Z] [ERROR] [kiegroup/kogito-runtimes] Error merging VaniHaripriya/kogito-runtimes:KOGITO-9145
[2023-08-16T15:30:42.699Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T15:30:42.789Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:30:43.202Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T15:30:43.226Z] Recording test results
[2023-08-16T15:30:43.619Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T15:30:43.636Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:30:42.997Z] No test report files were found. Configuration error?
[2023-08-16T15:30:44.421Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Console Logs using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1013233242791469560.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision b5386f62f60a67bebb165b63bfb1da07eeae98b5
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh6547314754441148499.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5386f62f60a67bebb165b63bfb1da07eeae98b5 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
Commit message: "KOGITO-9692 Add method githubscm.getPreviousTagFromVersion (#296)"
> git rev-list --no-walk b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1709 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5190bdef060a4f29977ea15f7e5b31f7cb3962bb (origin/main)
Commit message: "BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis (#1038)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-16T15:30:57.195Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5190bdef060a4f29977ea15f7e5b31f7cb3962bb # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:30:57.858Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-16T15:30:57.903Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-16T15:30:58.375Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:30:58.413Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-16T15:30:58.698Z] + df -h
[2023-08-16T15:30:58.698Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-16T15:30:58.698Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-16T15:30:58.698Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-16T15:30:58.698Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-16T15:30:58.698Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-16T15:30:58.698Z] /dev/vda3 80G 27G 54G 34% /
[2023-08-16T15:30:58.698Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-16T15:30:58.698Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-16T15:30:58.723Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-16T15:30:59.000Z] + du -h -d1 /home/jenkins
[2023-08-16T15:30:59.000Z] 4.0K /home/jenkins/.ssh
[2023-08-16T15:30:59.000Z] 0 /home/jenkins/go
[2023-08-16T15:30:59.000Z] 8.0K /home/jenkins/.vnc
[2023-08-16T15:30:59.000Z] 8.0K /home/jenkins/.m2
[2023-08-16T15:30:59.000Z] 2.2G /home/jenkins/git-repos
[2023-08-16T15:30:59.000Z] 32K /home/jenkins/.config
[2023-08-16T15:30:59.000Z] 154M /home/jenkins/virtenvs
[2023-08-16T15:30:59.000Z] 4.0K /home/jenkins/.cekit
[2023-08-16T15:30:59.000Z] 30M /home/jenkins/remoting
[2023-08-16T15:30:59.000Z] 703M /home/jenkins/.cache
[2023-08-16T15:30:59.000Z] 14M /home/jenkins/workspace
[2023-08-16T15:30:59.000Z] 145M /home/jenkins/tools
[2023-08-16T15:30:59.000Z] 0 /home/jenkins/caches
[2023-08-16T15:30:59.000Z] 186M /home/jenkins/.npm
[2023-08-16T15:30:59.000Z] 8.0K /home/jenkins/.java
[2023-08-16T15:30:59.000Z] 462M /home/jenkins/.sonar
[2023-08-16T15:30:59.254Z] 974M /home/jenkins/.local
[2023-08-16T15:30:59.254Z] 0 /home/jenkins/.mozilla
[2023-08-16T15:30:59.254Z] 4.8G /home/jenkins
[Pipeline] echo
[2023-08-16T15:30:59.278Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-16T15:30:59.554Z] + du -h -d3 /home/jenkins/workspace
[2023-08-16T15:30:59.554Z] 0 /home/jenkins/workspace/KIE/drools/main
[2023-08-16T15:30:59.554Z] 0 /home/jenkins/workspace/KIE/drools
[2023-08-16T15:30:59.554Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-16T15:30:59.554Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-16T15:30:59.554Z] 14M /home/jenkins/workspace/KIE
[2023-08-16T15:30:59.554Z] 14M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:30:59.952Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-16T15:31:00.020Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-16T15:31:00.301Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-16T15:31:02.215Z]
[2023-08-16T15:31:02.215Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-16T15:31:02.215Z]
[2023-08-16T15:31:02.215Z] 5 packages are looking for funding
[2023-08-16T15:31:02.215Z] run `npm fund` for details
[2023-08-16T15:31:02.215Z]
[2023-08-16T15:31:02.215Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-16T15:31:02.529Z] + npm list -g
[2023-08-16T15:31:02.529Z] + grep build-chain
[2023-08-16T15:31:03.087Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:31:03.516Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-16T15:31:03.546Z] BUILD_MVN_OPTS_CURRENT = -T 1C -Dvalidate-formatting -Prun-code-coverage
[Pipeline] configFileProvider
[2023-08-16T15:31:03.561Z] provisioning config files...
[2023-08-16T15:31:03.565Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config11666396483086296130tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-16T15:31:03.609Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:31:03.660Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config11666396483086296130tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-16T15:31:03.681Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-16T15:31:03.681Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-16T15:31:03.681Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-16T15:31:03.947Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-16T15:31:03.947Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/durable-4e2ac564/script.sh ']'
[2023-08-16T15:31:03.947Z] ++ deactivate nondestructive
[2023-08-16T15:31:03.947Z] ++ unset -f pydoc
[2023-08-16T15:31:03.947Z] ++ '[' -z '' ']'
[2023-08-16T15:31:03.947Z] ++ '[' -z '' ']'
[2023-08-16T15:31:03.947Z] ++ hash -r
[2023-08-16T15:31:03.947Z] ++ '[' -z '' ']'
[2023-08-16T15:31:03.947Z] ++ unset VIRTUAL_ENV
[2023-08-16T15:31:03.947Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-16T15:31:03.947Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-16T15:31:03.947Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-16T15:31:03.947Z] ++ '[' linux-gnu = msys ']'
[2023-08-16T15:31:03.947Z] ++ export VIRTUAL_ENV
[2023-08-16T15:31:03.948Z] ++ _OLD_VIRTUAL_PATH=/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:31:03.948Z] ++ PATH=/home/jenkins/virtenvs/swf/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:31:03.948Z] ++ export PATH
[2023-08-16T15:31:03.948Z] ++ '[' -z '' ']'
[2023-08-16T15:31:03.948Z] ++ '[' -z '' ']'
[2023-08-16T15:31:03.948Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-16T15:31:03.948Z] ++ '[' x '!=' x ']'
[2023-08-16T15:31:03.948Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-16T15:31:03.948Z] ++ PS1='(swf) '
[2023-08-16T15:31:03.948Z] ++ export PS1
[2023-08-16T15:31:03.948Z] ++ alias pydoc
[2023-08-16T15:31:03.948Z] ++ true
[2023-08-16T15:31:03.948Z] ++ hash -r
[2023-08-16T15:31:03.948Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3166 --skipParallelCheckout
[2023-08-16T15:31:05.306Z] # Executing pre section
[2023-08-16T15:31:05.306Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config11666396483086296130tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:31:05.306Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config11666396483086296130tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:31:05.306Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
[2023-08-16T15:31:05.307Z] BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
[2023-08-16T15:31:05.307Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-16T15:31:05.307Z] QUARKUS_VERSION=
[2023-08-16T15:31:05.307Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-16T15:31:05.307Z] ENABLE_DEPLOY=
[2023-08-16T15:31:05.307Z]
[2023-08-16T15:31:05.307Z] # Execution Plan
[2023-08-16T15:31:05.307Z] [INFO] 2 projects will be executed
[2023-08-16T15:31:05.307Z] [INFO] [kiegroup/drools]
[2023-08-16T15:31:05.307Z] [INFO] Level type: upstream
[2023-08-16T15:31:05.307Z] [INFO] [before]
[2023-08-16T15:31:05.307Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:31:05.307Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:31:05.307Z] [INFO] [commands]
[2023-08-16T15:31:05.307Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:31:05.307Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-16T15:31:05.307Z] [INFO] Level type: current
[2023-08-16T15:31:05.307Z] [INFO] [before]
[2023-08-16T15:31:05.307Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-16T15:31:05.307Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_CURRENT }}; fi"
[2023-08-16T15:31:05.307Z] [INFO] [commands]
[2023-08-16T15:31:05.307Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_RUNTIMES_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-08-16T15:31:05.307Z] mvn dependency:tree clean -Dfull ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS }}
[2023-08-16T15:31:05.307Z]
[2023-08-16T15:31:05.307Z] # Checking out kiegroup/kogito-runtimes and its dependencies (2 projects in total). It can take some time.
[2023-08-16T15:31:20.135Z] [INFO] kiegroup/drools checked out
[2023-08-16T15:31:32.284Z] [ERROR] [kiegroup/kogito-runtimes] Error merging VaniHaripriya/kogito-runtimes:KOGITO-9145
[2023-08-16T15:31:32.284Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T15:31:32.364Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:31:32.765Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T15:31:32.821Z] Recording test results
[2023-08-16T15:31:33.245Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T15:31:33.263Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:31:32.622Z] No test report files were found. Configuration error?
[2023-08-16T15:31:34.017Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Console Logs Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh6292827773624458680.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5386f62f60a67bebb165b63bfb1da07eeae98b5 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
Commit message: "KOGITO-9692 Add method githubscm.getPreviousTagFromVersion (#296)"
> git rev-list --no-walk b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1709 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5190bdef060a4f29977ea15f7e5b31f7cb3962bb (origin/main)
Commit message: "BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis (#1038)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-16T15:37:11.748Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5190bdef060a4f29977ea15f7e5b31f7cb3962bb # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:37:12.424Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-16T15:37:12.452Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-16T15:37:13.054Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:37:13.089Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-16T15:37:13.366Z] + df -h
[2023-08-16T15:37:13.366Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-16T15:37:13.366Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-16T15:37:13.366Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-16T15:37:13.366Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-16T15:37:13.366Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-16T15:37:13.366Z] /dev/vda3 80G 27G 54G 34% /
[2023-08-16T15:37:13.366Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-16T15:37:13.366Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-16T15:37:13.393Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-16T15:37:13.670Z] + du -h -d1 /home/jenkins
[2023-08-16T15:37:13.670Z] 4.0K /home/jenkins/.ssh
[2023-08-16T15:37:13.670Z] 0 /home/jenkins/go
[2023-08-16T15:37:13.670Z] 8.0K /home/jenkins/.vnc
[2023-08-16T15:37:13.670Z] 8.0K /home/jenkins/.m2
[2023-08-16T15:37:13.670Z] 2.2G /home/jenkins/git-repos
[2023-08-16T15:37:13.670Z] 32K /home/jenkins/.config
[2023-08-16T15:37:13.670Z] 154M /home/jenkins/virtenvs
[2023-08-16T15:37:13.670Z] 4.0K /home/jenkins/.cekit
[2023-08-16T15:37:13.670Z] 30M /home/jenkins/remoting
[2023-08-16T15:37:13.670Z] 703M /home/jenkins/.cache
[2023-08-16T15:37:13.670Z] 14M /home/jenkins/workspace
[2023-08-16T15:37:13.670Z] 145M /home/jenkins/tools
[2023-08-16T15:37:13.670Z] 0 /home/jenkins/caches
[2023-08-16T15:37:13.670Z] 186M /home/jenkins/.npm
[2023-08-16T15:37:13.670Z] 8.0K /home/jenkins/.java
[2023-08-16T15:37:13.670Z] 462M /home/jenkins/.sonar
[2023-08-16T15:37:13.670Z] 974M /home/jenkins/.local
[2023-08-16T15:37:13.670Z] 0 /home/jenkins/.mozilla
[2023-08-16T15:37:13.670Z] 4.8G /home/jenkins
[Pipeline] echo
[2023-08-16T15:37:13.693Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-16T15:37:13.968Z] + du -h -d3 /home/jenkins/workspace
[2023-08-16T15:37:13.968Z] 0 /home/jenkins/workspace/KIE/drools/main
[2023-08-16T15:37:13.968Z] 0 /home/jenkins/workspace/KIE/drools
[2023-08-16T15:37:13.968Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-16T15:37:13.968Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-16T15:37:13.968Z] 14M /home/jenkins/workspace/KIE
[2023-08-16T15:37:13.968Z] 14M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:37:14.331Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-16T15:37:14.400Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-16T15:37:14.681Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-16T15:37:16.559Z]
[2023-08-16T15:37:16.559Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-16T15:37:16.559Z]
[2023-08-16T15:37:16.559Z] 5 packages are looking for funding
[2023-08-16T15:37:16.559Z] run `npm fund` for details
[2023-08-16T15:37:16.559Z]
[2023-08-16T15:37:16.559Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-16T15:37:16.858Z] + npm list -g
[2023-08-16T15:37:16.858Z] + grep build-chain
[2023-08-16T15:37:17.425Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:37:17.902Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-16T15:37:17.931Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-16T15:37:17.953Z] provisioning config files...
[2023-08-16T15:37:17.957Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config17089514718216565115tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-16T15:37:18.029Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:37:18.104Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config17089514718216565115tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-16T15:37:18.127Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-16T15:37:18.127Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-16T15:37:18.127Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-16T15:37:18.392Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-16T15:37:18.392Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/durable-886b3396/script.sh ']'
[2023-08-16T15:37:18.392Z] ++ deactivate nondestructive
[2023-08-16T15:37:18.392Z] ++ unset -f pydoc
[2023-08-16T15:37:18.392Z] ++ '[' -z '' ']'
[2023-08-16T15:37:18.392Z] ++ '[' -z '' ']'
[2023-08-16T15:37:18.392Z] ++ hash -r
[2023-08-16T15:37:18.392Z] ++ '[' -z '' ']'
[2023-08-16T15:37:18.392Z] ++ unset VIRTUAL_ENV
[2023-08-16T15:37:18.392Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-16T15:37:18.392Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-16T15:37:18.392Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-16T15:37:18.392Z] ++ '[' linux-gnu = msys ']'
[2023-08-16T15:37:18.392Z] ++ export VIRTUAL_ENV
[2023-08-16T15:37:18.393Z] ++ _OLD_VIRTUAL_PATH=/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:37:18.393Z] ++ PATH=/home/jenkins/virtenvs/swf/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:37:18.393Z] ++ export PATH
[2023-08-16T15:37:18.393Z] ++ '[' -z '' ']'
[2023-08-16T15:37:18.393Z] ++ '[' -z '' ']'
[2023-08-16T15:37:18.393Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-16T15:37:18.393Z] ++ '[' x '!=' x ']'
[2023-08-16T15:37:18.393Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-16T15:37:18.393Z] ++ PS1='(swf) '
[2023-08-16T15:37:18.393Z] ++ export PS1
[2023-08-16T15:37:18.393Z] ++ alias pydoc
[2023-08-16T15:37:18.393Z] ++ true
[2023-08-16T15:37:18.393Z] ++ hash -r
[2023-08-16T15:37:18.393Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3166 --skipParallelCheckout
[2023-08-16T15:37:19.753Z] # Executing pre section
[2023-08-16T15:37:19.753Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config17089514718216565115tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:37:19.753Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config17089514718216565115tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:37:19.753Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:37:19.753Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:37:19.753Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-16T15:37:19.753Z] QUARKUS_VERSION=
[2023-08-16T15:37:19.753Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-16T15:37:19.753Z] ENABLE_DEPLOY=
[2023-08-16T15:37:19.753Z]
[2023-08-16T15:37:19.753Z] # Execution Plan
[2023-08-16T15:37:19.753Z] [INFO] 4 projects will be executed
[2023-08-16T15:37:19.753Z] [INFO] [kiegroup/drools]
[2023-08-16T15:37:19.753Z] [INFO] Level type: upstream
[2023-08-16T15:37:19.753Z] [INFO] [before]
[2023-08-16T15:37:19.753Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:37:19.753Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:37:19.753Z] [INFO] [commands]
[2023-08-16T15:37:19.753Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:37:19.753Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-16T15:37:19.753Z] [INFO] Level type: upstream
[2023-08-16T15:37:19.753Z] [INFO] [before]
[2023-08-16T15:37:19.753Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:37:19.753Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:37:19.753Z] [INFO] [commands]
[2023-08-16T15:37:19.753Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:37:19.753Z] [INFO] [kiegroup/kogito-apps]
[2023-08-16T15:37:19.753Z] [INFO] Level type: upstream
[2023-08-16T15:37:19.753Z] [INFO] [before]
[2023-08-16T15:37:19.753Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:37:19.753Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:37:19.753Z] [INFO] [commands]
[2023-08-16T15:37:19.753Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:37:19.753Z] [INFO] [kiegroup/kogito-examples]
[2023-08-16T15:37:19.753Z] [INFO] Level type: current
[2023-08-16T15:37:19.753Z] [INFO] [before]
[2023-08-16T15:37:19.753Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-16T15:37:19.753Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_CURRENT }}; fi"
[2023-08-16T15:37:19.753Z] [INFO] [commands]
[2023-08-16T15:37:19.753Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_EXAMPLES_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-08-16T15:37:19.753Z] mvn dependency:tree -pl :kogito-examples clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:37:19.754Z] mvn dependency:tree -f ${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:37:19.754Z]
[2023-08-16T15:37:19.754Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-08-16T15:37:41.613Z] [INFO] kiegroup/drools checked out
[2023-08-16T15:37:56.457Z] [ERROR] [kiegroup/kogito-runtimes] Error merging VaniHaripriya/kogito-runtimes:KOGITO-9145
[2023-08-16T15:37:56.457Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T15:37:56.537Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:37:56.979Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T15:37:57.005Z] Recording test results
[2023-08-16T15:37:57.408Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T15:37:57.425Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:37:56.784Z] No test report files were found. Configuration error?
[2023-08-16T15:37:58.176Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.downstream.kogito-springboot-examples/1351/display/redirect
See console log:

Console Logs > git --version # 'git version 2.39.3'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh10511461464939901393.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5386f62f60a67bebb165b63bfb1da07eeae98b5 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
Commit message: "KOGITO-9692 Add method githubscm.getPreviousTagFromVersion (#296)"
> git rev-list --no-walk b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1709 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5190bdef060a4f29977ea15f7e5b31f7cb3962bb (origin/main)
Commit message: "BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis (#1038)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-16T15:38:11.290Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5190bdef060a4f29977ea15f7e5b31f7cb3962bb # timeout=10
[2023-08-16T15:38:11.964Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-16T15:38:11.998Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-16T15:38:12.463Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:38:12.498Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-16T15:38:12.782Z] + df -h
[2023-08-16T15:38:12.782Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-16T15:38:12.782Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-16T15:38:12.782Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-16T15:38:12.782Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-16T15:38:12.782Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-16T15:38:12.782Z] /dev/vda3 80G 27G 54G 34% /
[2023-08-16T15:38:12.782Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-16T15:38:12.782Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-16T15:38:12.808Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-16T15:38:13.100Z] + du -h -d1 /home/jenkins
[2023-08-16T15:38:13.100Z] 4.0K /home/jenkins/.ssh
[2023-08-16T15:38:13.100Z] 0 /home/jenkins/go
[2023-08-16T15:38:13.100Z] 8.0K /home/jenkins/.vnc
[2023-08-16T15:38:13.100Z] 8.0K /home/jenkins/.m2
[2023-08-16T15:38:13.100Z] 2.2G /home/jenkins/git-repos
[2023-08-16T15:38:13.100Z] 32K /home/jenkins/.config
[2023-08-16T15:38:13.100Z] 154M /home/jenkins/virtenvs
[2023-08-16T15:38:13.100Z] 4.0K /home/jenkins/.cekit
[2023-08-16T15:38:13.100Z] 30M /home/jenkins/remoting
[2023-08-16T15:38:13.100Z] 703M /home/jenkins/.cache
[2023-08-16T15:38:13.100Z] 14M /home/jenkins/workspace
[2023-08-16T15:38:13.100Z] 145M /home/jenkins/tools
[2023-08-16T15:38:13.100Z] 0 /home/jenkins/caches
[2023-08-16T15:38:13.100Z] 186M /home/jenkins/.npm
[2023-08-16T15:38:13.100Z] 8.0K /home/jenkins/.java
[2023-08-16T15:38:13.100Z] 462M /home/jenkins/.sonar
[2023-08-16T15:38:13.100Z] 974M /home/jenkins/.local
[2023-08-16T15:38:13.100Z] 0 /home/jenkins/.mozilla
[2023-08-16T15:38:13.100Z] 4.8G /home/jenkins
[Pipeline] echo
[2023-08-16T15:38:13.122Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-16T15:38:13.398Z] + du -h -d3 /home/jenkins/workspace
[2023-08-16T15:38:13.398Z] 0 /home/jenkins/workspace/KIE/drools/main
[2023-08-16T15:38:13.398Z] 0 /home/jenkins/workspace/KIE/drools
[2023-08-16T15:38:13.398Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-16T15:38:13.398Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-16T15:38:13.398Z] 14M /home/jenkins/workspace/KIE
[2023-08-16T15:38:13.398Z] 14M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:38:13.751Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-16T15:38:13.815Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-16T15:38:14.095Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-16T15:38:15.977Z]
[2023-08-16T15:38:15.977Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-16T15:38:15.977Z]
[2023-08-16T15:38:15.977Z] 5 packages are looking for funding
[2023-08-16T15:38:15.977Z] run `npm fund` for details
[2023-08-16T15:38:15.977Z]
[2023-08-16T15:38:15.977Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-16T15:38:16.265Z] + npm list -g
[2023-08-16T15:38:16.265Z] + grep build-chain
[2023-08-16T15:38:16.519Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:38:16.975Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-16T15:38:17.005Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-16T15:38:17.020Z] provisioning config files...
[2023-08-16T15:38:17.023Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config9943184896869644099tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-16T15:38:17.066Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:38:17.118Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config9943184896869644099tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-16T15:38:17.142Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-16T15:38:17.142Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-16T15:38:17.142Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-16T15:38:17.406Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-16T15:38:17.406Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/durable-10491b07/script.sh ']'
[2023-08-16T15:38:17.406Z] ++ deactivate nondestructive
[2023-08-16T15:38:17.406Z] ++ unset -f pydoc
[2023-08-16T15:38:17.407Z] ++ '[' -z '' ']'
[2023-08-16T15:38:17.407Z] ++ '[' -z '' ']'
[2023-08-16T15:38:17.407Z] ++ hash -r
[2023-08-16T15:38:17.407Z] ++ '[' -z '' ']'
[2023-08-16T15:38:17.407Z] ++ unset VIRTUAL_ENV
[2023-08-16T15:38:17.407Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-16T15:38:17.407Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-16T15:38:17.407Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-16T15:38:17.407Z] ++ '[' linux-gnu = msys ']'
[2023-08-16T15:38:17.407Z] ++ export VIRTUAL_ENV
[2023-08-16T15:38:17.407Z] ++ _OLD_VIRTUAL_PATH=/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:38:17.407Z] ++ PATH=/home/jenkins/virtenvs/swf/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:38:17.407Z] ++ export PATH
[2023-08-16T15:38:17.407Z] ++ '[' -z '' ']'
[2023-08-16T15:38:17.407Z] ++ '[' -z '' ']'
[2023-08-16T15:38:17.407Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-16T15:38:17.407Z] ++ '[' x '!=' x ']'
[2023-08-16T15:38:17.407Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-16T15:38:17.407Z] ++ PS1='(swf) '
[2023-08-16T15:38:17.407Z] ++ export PS1
[2023-08-16T15:38:17.407Z] ++ alias pydoc
[2023-08-16T15:38:17.407Z] ++ true
[2023-08-16T15:38:17.407Z] ++ hash -r
[2023-08-16T15:38:17.407Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3166 --skipParallelCheckout
[2023-08-16T15:38:18.768Z] # Executing pre section
[2023-08-16T15:38:18.768Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config9943184896869644099tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:38:18.768Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config9943184896869644099tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:38:18.768Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:38:18.768Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:38:18.768Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-16T15:38:18.768Z] QUARKUS_VERSION=
[2023-08-16T15:38:18.768Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-16T15:38:18.768Z] ENABLE_DEPLOY=
[2023-08-16T15:38:18.768Z]
[2023-08-16T15:38:18.768Z] # Execution Plan
[2023-08-16T15:38:18.768Z] [INFO] 4 projects will be executed
[2023-08-16T15:38:18.768Z] [INFO] [kiegroup/drools]
[2023-08-16T15:38:18.768Z] [INFO] Level type: upstream
[2023-08-16T15:38:18.768Z] [INFO] [before]
[2023-08-16T15:38:18.768Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:38:18.768Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:38:18.768Z] [INFO] [commands]
[2023-08-16T15:38:18.768Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:38:18.768Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-16T15:38:18.768Z] [INFO] Level type: upstream
[2023-08-16T15:38:18.768Z] [INFO] [before]
[2023-08-16T15:38:18.768Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:38:18.768Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:38:18.768Z] [INFO] [commands]
[2023-08-16T15:38:18.768Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:38:18.768Z] [INFO] [kiegroup/kogito-apps]
[2023-08-16T15:38:18.768Z] [INFO] Level type: upstream
[2023-08-16T15:38:18.768Z] [INFO] [before]
[2023-08-16T15:38:18.768Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:38:18.768Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:38:18.768Z] [INFO] [commands]
[2023-08-16T15:38:18.768Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:38:18.768Z] [INFO] [kiegroup/kogito-examples]
[2023-08-16T15:38:18.768Z] [INFO] Level type: current
[2023-08-16T15:38:18.768Z] [INFO] [before]
[2023-08-16T15:38:18.768Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-16T15:38:18.768Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_CURRENT }}; fi"
[2023-08-16T15:38:18.768Z] [INFO] [commands]
[2023-08-16T15:38:18.768Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_EXAMPLES_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-08-16T15:38:18.768Z] mvn dependency:tree -pl :kogito-examples clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:38:18.768Z] mvn dependency:tree -f ${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:38:18.768Z]
[2023-08-16T15:38:18.768Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-08-16T15:38:36.784Z] [INFO] kiegroup/drools checked out
[2023-08-16T15:38:51.596Z] [ERROR] [kiegroup/kogito-runtimes] Error merging VaniHaripriya/kogito-runtimes:KOGITO-9145
[2023-08-16T15:38:51.596Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T15:38:51.691Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:38:52.107Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T15:38:52.132Z] Recording test results
[2023-08-16T15:38:52.566Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T15:38:52.608Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:38:51.938Z] No test report files were found. Configuration error?
[2023-08-16T15:38:53.380Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Console Logs > git --version # 'git version 2.39.3'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh3373624860051025344.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5386f62f60a67bebb165b63bfb1da07eeae98b5 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
Commit message: "KOGITO-9692 Add method githubscm.getPreviousTagFromVersion (#296)"
> git rev-list --no-walk b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1709 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5190bdef060a4f29977ea15f7e5b31f7cb3962bb (origin/main)
Commit message: "BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis (#1038)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-16T15:39:06.570Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5190bdef060a4f29977ea15f7e5b31f7cb3962bb # timeout=10
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:39:07.271Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-16T15:39:07.298Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-16T15:39:07.753Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:39:07.790Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-16T15:39:08.066Z] + df -h
[2023-08-16T15:39:08.066Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-16T15:39:08.066Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-16T15:39:08.066Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-16T15:39:08.066Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-16T15:39:08.066Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-16T15:39:08.066Z] /dev/vda3 80G 27G 54G 34% /
[2023-08-16T15:39:08.066Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-16T15:39:08.066Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-16T15:39:08.089Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-16T15:39:08.365Z] + du -h -d1 /home/jenkins
[2023-08-16T15:39:08.365Z] 4.0K /home/jenkins/.ssh
[2023-08-16T15:39:08.365Z] 0 /home/jenkins/go
[2023-08-16T15:39:08.365Z] 8.0K /home/jenkins/.vnc
[2023-08-16T15:39:08.365Z] 8.0K /home/jenkins/.m2
[2023-08-16T15:39:08.365Z] 2.2G /home/jenkins/git-repos
[2023-08-16T15:39:08.365Z] 32K /home/jenkins/.config
[2023-08-16T15:39:08.365Z] 154M /home/jenkins/virtenvs
[2023-08-16T15:39:08.365Z] 4.0K /home/jenkins/.cekit
[2023-08-16T15:39:08.365Z] 30M /home/jenkins/remoting
[2023-08-16T15:39:08.365Z] 703M /home/jenkins/.cache
[2023-08-16T15:39:08.365Z] 14M /home/jenkins/workspace
[2023-08-16T15:39:08.365Z] 145M /home/jenkins/tools
[2023-08-16T15:39:08.365Z] 0 /home/jenkins/caches
[2023-08-16T15:39:08.365Z] 186M /home/jenkins/.npm
[2023-08-16T15:39:08.365Z] 8.0K /home/jenkins/.java
[2023-08-16T15:39:08.365Z] 462M /home/jenkins/.sonar
[2023-08-16T15:39:08.365Z] 974M /home/jenkins/.local
[2023-08-16T15:39:08.365Z] 0 /home/jenkins/.mozilla
[2023-08-16T15:39:08.365Z] 4.8G /home/jenkins
[Pipeline] echo
[2023-08-16T15:39:08.389Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-16T15:39:08.665Z] + du -h -d3 /home/jenkins/workspace
[2023-08-16T15:39:08.665Z] 0 /home/jenkins/workspace/KIE/drools/main
[2023-08-16T15:39:08.665Z] 0 /home/jenkins/workspace/KIE/drools
[2023-08-16T15:39:08.665Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-16T15:39:08.665Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-16T15:39:08.665Z] 14M /home/jenkins/workspace/KIE
[2023-08-16T15:39:08.665Z] 14M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:39:09.044Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-16T15:39:09.120Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-16T15:39:09.405Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-16T15:39:11.286Z]
[2023-08-16T15:39:11.286Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-16T15:39:11.286Z]
[2023-08-16T15:39:11.286Z] 5 packages are looking for funding
[2023-08-16T15:39:11.286Z] run `npm fund` for details
[2023-08-16T15:39:11.286Z]
[2023-08-16T15:39:11.286Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-16T15:39:11.579Z] + npm list -g
[2023-08-16T15:39:11.579Z] + grep build-chain
[2023-08-16T15:39:12.136Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:39:12.581Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-16T15:39:12.611Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-16T15:39:12.625Z] provisioning config files...
[2023-08-16T15:39:12.628Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config14279489908618664872tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-16T15:39:12.672Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:39:12.746Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config14279489908618664872tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-16T15:39:12.769Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-16T15:39:12.769Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-16T15:39:12.769Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-16T15:39:13.043Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-16T15:39:13.043Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/durable-afc8cb4c/script.sh ']'
[2023-08-16T15:39:13.043Z] ++ deactivate nondestructive
[2023-08-16T15:39:13.043Z] ++ unset -f pydoc
[2023-08-16T15:39:13.043Z] ++ '[' -z '' ']'
[2023-08-16T15:39:13.043Z] ++ '[' -z '' ']'
[2023-08-16T15:39:13.043Z] ++ hash -r
[2023-08-16T15:39:13.043Z] ++ '[' -z '' ']'
[2023-08-16T15:39:13.043Z] ++ unset VIRTUAL_ENV
[2023-08-16T15:39:13.043Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-16T15:39:13.043Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-16T15:39:13.043Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-16T15:39:13.043Z] ++ '[' linux-gnu = msys ']'
[2023-08-16T15:39:13.043Z] ++ export VIRTUAL_ENV
[2023-08-16T15:39:13.043Z] ++ _OLD_VIRTUAL_PATH=/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:39:13.043Z] ++ PATH=/home/jenkins/virtenvs/swf/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:39:13.043Z] ++ export PATH
[2023-08-16T15:39:13.043Z] ++ '[' -z '' ']'
[2023-08-16T15:39:13.043Z] ++ '[' -z '' ']'
[2023-08-16T15:39:13.043Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-16T15:39:13.043Z] ++ '[' x '!=' x ']'
[2023-08-16T15:39:13.043Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-16T15:39:13.043Z] ++ PS1='(swf) '
[2023-08-16T15:39:13.043Z] ++ export PS1
[2023-08-16T15:39:13.043Z] ++ alias pydoc
[2023-08-16T15:39:13.043Z] ++ true
[2023-08-16T15:39:13.043Z] ++ hash -r
[2023-08-16T15:39:13.043Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-examples -u https://github.com/kiegroup/kogito-runtimes/pull/3166 --skipParallelCheckout
[2023-08-16T15:39:14.401Z] # Executing pre section
[2023-08-16T15:39:14.401Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config14279489908618664872tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:39:14.401Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config14279489908618664872tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:39:14.401Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:39:14.401Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:39:14.401Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-16T15:39:14.401Z] QUARKUS_VERSION=
[2023-08-16T15:39:14.401Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-16T15:39:14.401Z] ENABLE_DEPLOY=
[2023-08-16T15:39:14.401Z]
[2023-08-16T15:39:14.401Z] # Execution Plan
[2023-08-16T15:39:14.401Z] [INFO] 4 projects will be executed
[2023-08-16T15:39:14.401Z] [INFO] [kiegroup/drools]
[2023-08-16T15:39:14.401Z] [INFO] Level type: upstream
[2023-08-16T15:39:14.401Z] [INFO] [before]
[2023-08-16T15:39:14.401Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:39:14.402Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:39:14.402Z] [INFO] [commands]
[2023-08-16T15:39:14.402Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:39:14.402Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-16T15:39:14.402Z] [INFO] Level type: upstream
[2023-08-16T15:39:14.402Z] [INFO] [before]
[2023-08-16T15:39:14.402Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:39:14.402Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:39:14.402Z] [INFO] [commands]
[2023-08-16T15:39:14.402Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:39:14.402Z] [INFO] [kiegroup/kogito-apps]
[2023-08-16T15:39:14.402Z] [INFO] Level type: upstream
[2023-08-16T15:39:14.402Z] [INFO] [before]
[2023-08-16T15:39:14.402Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:39:14.402Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:39:14.402Z] [INFO] [commands]
[2023-08-16T15:39:14.402Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:39:14.402Z] [INFO] [kiegroup/kogito-examples]
[2023-08-16T15:39:14.402Z] [INFO] Level type: current
[2023-08-16T15:39:14.402Z] [INFO] [before]
[2023-08-16T15:39:14.402Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-16T15:39:14.402Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_CURRENT }}; fi"
[2023-08-16T15:39:14.402Z] [INFO] [commands]
[2023-08-16T15:39:14.402Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_EXAMPLES_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-08-16T15:39:14.402Z] mvn dependency:tree -pl :kogito-examples clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:39:14.402Z] mvn dependency:tree -f ${{ env.KOGITO_EXAMPLES_SUBFOLDER_POM }}pom.xml clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}
[2023-08-16T15:39:14.402Z]
[2023-08-16T15:39:14.402Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-08-16T15:39:29.214Z] [INFO] kiegroup/drools checked out
[2023-08-16T15:39:55.681Z] [ERROR] [kiegroup/kogito-runtimes] Error merging VaniHaripriya/kogito-runtimes:KOGITO-9145
[2023-08-16T15:39:55.681Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T15:39:55.781Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:39:56.225Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T15:39:56.259Z] Recording test results
[2023-08-16T15:39:56.662Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T15:39:56.696Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:39:56.037Z] No test report files were found. Configuration error?
[2023-08-16T15:39:57.472Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Console Logs using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8923297607517991922.key
Verifying host key using manually-configured host key entries
> git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision b5386f62f60a67bebb165b63bfb1da07eeae98b5
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.kogito-runtimes/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh8767821275513301557.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5386f62f60a67bebb165b63bfb1da07eeae98b5 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
Commit message: "KOGITO-9692 Add method githubscm.getPreviousTagFromVersion (#296)"
> git rev-list --no-walk b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1709 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5190bdef060a4f29977ea15f7e5b31f7cb3962bb (origin/main)
Commit message: "BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis (#1038)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-16T15:40:10.319Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5190bdef060a4f29977ea15f7e5b31f7cb3962bb # timeout=10
[2023-08-16T15:40:10.958Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-16T15:40:10.984Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-16T15:40:11.420Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:40:11.454Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-16T15:40:11.732Z] + df -h
[2023-08-16T15:40:11.732Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-16T15:40:11.732Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-16T15:40:11.732Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-16T15:40:11.732Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-16T15:40:11.732Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-16T15:40:11.732Z] /dev/vda3 80G 27G 54G 34% /
[2023-08-16T15:40:11.732Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-16T15:40:11.732Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-16T15:40:11.755Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-16T15:40:12.033Z] + du -h -d1 /home/jenkins
[2023-08-16T15:40:12.033Z] 4.0K /home/jenkins/.ssh
[2023-08-16T15:40:12.033Z] 0 /home/jenkins/go
[2023-08-16T15:40:12.033Z] 8.0K /home/jenkins/.vnc
[2023-08-16T15:40:12.033Z] 8.0K /home/jenkins/.m2
[2023-08-16T15:40:12.033Z] 2.2G /home/jenkins/git-repos
[2023-08-16T15:40:12.033Z] 32K /home/jenkins/.config
[2023-08-16T15:40:12.033Z] 154M /home/jenkins/virtenvs
[2023-08-16T15:40:12.033Z] 4.0K /home/jenkins/.cekit
[2023-08-16T15:40:12.033Z] 31M /home/jenkins/remoting
[2023-08-16T15:40:12.033Z] 703M /home/jenkins/.cache
[2023-08-16T15:40:12.033Z] 14M /home/jenkins/workspace
[2023-08-16T15:40:12.033Z] 145M /home/jenkins/tools
[2023-08-16T15:40:12.033Z] 0 /home/jenkins/caches
[2023-08-16T15:40:12.033Z] 186M /home/jenkins/.npm
[2023-08-16T15:40:12.033Z] 8.0K /home/jenkins/.java
[2023-08-16T15:40:12.033Z] 462M /home/jenkins/.sonar
[2023-08-16T15:40:12.288Z] 974M /home/jenkins/.local
[2023-08-16T15:40:12.288Z] 0 /home/jenkins/.mozilla
[2023-08-16T15:40:12.288Z] 4.8G /home/jenkins
[Pipeline] echo
[2023-08-16T15:40:12.311Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-16T15:40:12.587Z] + du -h -d3 /home/jenkins/workspace
[2023-08-16T15:40:12.587Z] 0 /home/jenkins/workspace/KIE/drools/main
[2023-08-16T15:40:12.587Z] 0 /home/jenkins/workspace/KIE/drools
[2023-08-16T15:40:12.587Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-16T15:40:12.587Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-16T15:40:12.587Z] 14M /home/jenkins/workspace/KIE
[2023-08-16T15:40:12.587Z] 14M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:40:12.971Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-16T15:40:13.038Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-16T15:40:13.318Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-16T15:40:15.201Z]
[2023-08-16T15:40:15.201Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-16T15:40:15.201Z]
[2023-08-16T15:40:15.201Z] 5 packages are looking for funding
[2023-08-16T15:40:15.201Z] run `npm fund` for details
[2023-08-16T15:40:15.201Z]
[2023-08-16T15:40:15.201Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-16T15:40:15.494Z] + npm list -g
[2023-08-16T15:40:15.494Z] + grep build-chain
[2023-08-16T15:40:16.052Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:40:16.483Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-16T15:40:16.516Z] BUILD_MVN_OPTS_CURRENT = -T 1C -Dvalidate-formatting -Prun-code-coverage
[Pipeline] configFileProvider
[2023-08-16T15:40:16.534Z] provisioning config files...
[2023-08-16T15:40:16.538Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config8474368075294310602tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-16T15:40:16.608Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:40:16.667Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config8474368075294310602tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-16T15:40:16.690Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-16T15:40:16.690Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-16T15:40:16.690Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-16T15:40:16.956Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-16T15:40:16.956Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/durable-fb86c541/script.sh ']'
[2023-08-16T15:40:16.956Z] ++ deactivate nondestructive
[2023-08-16T15:40:16.956Z] ++ unset -f pydoc
[2023-08-16T15:40:16.956Z] ++ '[' -z '' ']'
[2023-08-16T15:40:16.956Z] ++ '[' -z '' ']'
[2023-08-16T15:40:16.956Z] ++ hash -r
[2023-08-16T15:40:16.956Z] ++ '[' -z '' ']'
[2023-08-16T15:40:16.956Z] ++ unset VIRTUAL_ENV
[2023-08-16T15:40:16.956Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-16T15:40:16.956Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-16T15:40:16.956Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-16T15:40:16.956Z] ++ '[' linux-gnu = msys ']'
[2023-08-16T15:40:16.956Z] ++ export VIRTUAL_ENV
[2023-08-16T15:40:16.956Z] ++ _OLD_VIRTUAL_PATH=/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:40:16.956Z] ++ PATH=/home/jenkins/virtenvs/swf/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:40:16.956Z] ++ export PATH
[2023-08-16T15:40:16.956Z] ++ '[' -z '' ']'
[2023-08-16T15:40:16.956Z] ++ '[' -z '' ']'
[2023-08-16T15:40:16.956Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-16T15:40:16.956Z] ++ '[' x '!=' x ']'
[2023-08-16T15:40:16.956Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-16T15:40:16.956Z] ++ PS1='(swf) '
[2023-08-16T15:40:16.956Z] ++ export PS1
[2023-08-16T15:40:16.956Z] ++ alias pydoc
[2023-08-16T15:40:16.956Z] ++ true
[2023-08-16T15:40:16.956Z] ++ hash -r
[2023-08-16T15:40:16.956Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/kogito-runtimes/pull/3166 --skipParallelCheckout
[2023-08-16T15:40:17.879Z] # Executing pre section
[2023-08-16T15:40:17.880Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config8474368075294310602tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:40:17.880Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config8474368075294310602tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:40:17.880Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
[2023-08-16T15:40:17.880Z] BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
[2023-08-16T15:40:17.880Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-16T15:40:17.880Z] QUARKUS_VERSION=
[2023-08-16T15:40:17.880Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-16T15:40:17.880Z] ENABLE_DEPLOY=
[2023-08-16T15:40:17.880Z]
[2023-08-16T15:40:17.880Z] # Execution Plan
[2023-08-16T15:40:17.880Z] [INFO] 2 projects will be executed
[2023-08-16T15:40:17.880Z] [INFO] [kiegroup/drools]
[2023-08-16T15:40:17.880Z] [INFO] Level type: upstream
[2023-08-16T15:40:17.880Z] [INFO] [before]
[2023-08-16T15:40:17.880Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:40:17.880Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:40:17.880Z] [INFO] [commands]
[2023-08-16T15:40:17.880Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:40:17.880Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-16T15:40:17.880Z] [INFO] Level type: current
[2023-08-16T15:40:17.880Z] [INFO] [before]
[2023-08-16T15:40:17.880Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-16T15:40:17.880Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_CURRENT }}; fi"
[2023-08-16T15:40:17.880Z] [INFO] [commands]
[2023-08-16T15:40:17.880Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_RUNTIMES_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-08-16T15:40:17.880Z] mvn dependency:tree clean -Dfull ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS }}
[2023-08-16T15:40:17.880Z]
[2023-08-16T15:40:17.880Z] # Checking out kiegroup/kogito-runtimes and its dependencies (2 projects in total). It can take some time.
[2023-08-16T15:40:32.697Z] [INFO] kiegroup/drools checked out
[2023-08-16T15:40:50.714Z] [ERROR] [kiegroup/kogito-runtimes] Error merging VaniHaripriya/kogito-runtimes:KOGITO-9145
[2023-08-16T15:40:50.714Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T15:40:50.803Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:40:51.227Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T15:40:51.256Z] Recording test results
[2023-08-16T15:40:51.645Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T15:40:51.665Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:40:51.019Z] No test report files were found. Configuration error?
[2023-08-16T15:40:52.417Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Console Logs The recommended git tool is: NONE
using credential kie-ci-user-key
> git rev-parse --resolve-git-dir /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/kiegroup/jenkins-pipeline-shared-libraries
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_SSH to set credentials SSH: kie-ci service account with access to jboss-integration private github space
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/kogito-runtimes.tests.downstream.kogito-apps/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh15869651298497732524.key
Verifying host key using manually-configured host key entries
> git fetch --no-tags --force --progress -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5386f62f60a67bebb165b63bfb1da07eeae98b5 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
Commit message: "KOGITO-9692 Add method githubscm.getPreviousTagFromVersion (#296)"
> git rev-list --no-walk b5386f62f60a67bebb165b63bfb1da07eeae98b5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel8&&docker&&kie-mem16g&&!built-in’
Running on rhos-01-kie-rhel8-xlarge-docker-1709 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci3
Cloning the remote Git repository
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.39.3'
using GIT_ASKPASS to set credentials PSSWD: kie-ci3 account to access GitHub via token
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5190bdef060a4f29977ea15f7e5b31f7cb3962bb (origin/main)
Commit message: "BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis (#1038)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-16T15:41:04.845Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5190bdef060a4f29977ea15f7e5b31f7cb3962bb # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:41:05.499Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-16T15:41:05.528Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-16T15:41:05.991Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:41:06.026Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-16T15:41:06.304Z] + df -h
[2023-08-16T15:41:06.304Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-16T15:41:06.304Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-16T15:41:06.304Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-16T15:41:06.304Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-16T15:41:06.304Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-16T15:41:06.304Z] /dev/vda3 80G 27G 54G 34% /
[2023-08-16T15:41:06.304Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-16T15:41:06.304Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-16T15:41:06.327Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-16T15:41:06.606Z] + du -h -d1 /home/jenkins
[2023-08-16T15:41:06.606Z] 4.0K /home/jenkins/.ssh
[2023-08-16T15:41:06.606Z] 0 /home/jenkins/go
[2023-08-16T15:41:06.606Z] 8.0K /home/jenkins/.vnc
[2023-08-16T15:41:06.606Z] 8.0K /home/jenkins/.m2
[2023-08-16T15:41:06.606Z] 2.2G /home/jenkins/git-repos
[2023-08-16T15:41:06.606Z] 32K /home/jenkins/.config
[2023-08-16T15:41:06.606Z] 154M /home/jenkins/virtenvs
[2023-08-16T15:41:06.606Z] 4.0K /home/jenkins/.cekit
[2023-08-16T15:41:06.606Z] 31M /home/jenkins/remoting
[2023-08-16T15:41:06.606Z] 703M /home/jenkins/.cache
[2023-08-16T15:41:06.606Z] 14M /home/jenkins/workspace
[2023-08-16T15:41:06.606Z] 145M /home/jenkins/tools
[2023-08-16T15:41:06.606Z] 0 /home/jenkins/caches
[2023-08-16T15:41:06.606Z] 186M /home/jenkins/.npm
[2023-08-16T15:41:06.606Z] 8.0K /home/jenkins/.java
[2023-08-16T15:41:06.606Z] 462M /home/jenkins/.sonar
[2023-08-16T15:41:06.606Z] 974M /home/jenkins/.local
[2023-08-16T15:41:06.606Z] 0 /home/jenkins/.mozilla
[2023-08-16T15:41:06.606Z] 4.8G /home/jenkins
[Pipeline] echo
[2023-08-16T15:41:06.630Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-16T15:41:06.905Z] + du -h -d3 /home/jenkins/workspace
[2023-08-16T15:41:06.905Z] 0 /home/jenkins/workspace/KIE/drools/main
[2023-08-16T15:41:06.905Z] 0 /home/jenkins/workspace/KIE/drools
[2023-08-16T15:41:06.905Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-16T15:41:06.905Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-16T15:41:06.905Z] 14M /home/jenkins/workspace/KIE
[2023-08-16T15:41:06.905Z] 14M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:41:07.231Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-16T15:41:07.295Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-16T15:41:07.572Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-16T15:41:09.453Z]
[2023-08-16T15:41:09.453Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-16T15:41:09.453Z]
[2023-08-16T15:41:09.453Z] 5 packages are looking for funding
[2023-08-16T15:41:09.453Z] run `npm fund` for details
[2023-08-16T15:41:09.453Z]
[2023-08-16T15:41:09.453Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-16T15:41:09.741Z] + npm list -g
[2023-08-16T15:41:09.741Z] + grep build-chain
[2023-08-16T15:41:10.300Z] ├── @kie/[email protected]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:41:10.715Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-16T15:41:10.743Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-16T15:41:10.757Z] provisioning config files...
[2023-08-16T15:41:10.760Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config18031729359316954570tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-16T15:41:10.803Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-16T15:41:10.847Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config18031729359316954570tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-16T15:41:10.868Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-16T15:41:10.868Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-16T15:41:10.868Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-16T15:41:11.132Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-16T15:41:11.132Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/durable-1ab3c2e3/script.sh ']'
[2023-08-16T15:41:11.132Z] ++ deactivate nondestructive
[2023-08-16T15:41:11.132Z] ++ unset -f pydoc
[2023-08-16T15:41:11.132Z] ++ '[' -z '' ']'
[2023-08-16T15:41:11.132Z] ++ '[' -z '' ']'
[2023-08-16T15:41:11.132Z] ++ hash -r
[2023-08-16T15:41:11.132Z] ++ '[' -z '' ']'
[2023-08-16T15:41:11.132Z] ++ unset VIRTUAL_ENV
[2023-08-16T15:41:11.132Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-16T15:41:11.132Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-16T15:41:11.132Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-16T15:41:11.132Z] ++ '[' linux-gnu = msys ']'
[2023-08-16T15:41:11.132Z] ++ export VIRTUAL_ENV
[2023-08-16T15:41:11.132Z] ++ _OLD_VIRTUAL_PATH=/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:41:11.132Z] ++ PATH=/home/jenkins/virtenvs/swf/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.8.7/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/nodejs-16.2.0/bin:/home/jenkins/go/bin:/opt/tools/golang/1.19/go/bin:/opt/tools/jdk11/bin:/opt/tools/apache-maven-3.9.1/bin:/opt/tools/apache-ant-1.10.9/bin:/opt/tools/mercurial/:/opt/tools/extras/:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/tools/graalvm/bin
[2023-08-16T15:41:11.132Z] ++ export PATH
[2023-08-16T15:41:11.132Z] ++ '[' -z '' ']'
[2023-08-16T15:41:11.132Z] ++ '[' -z '' ']'
[2023-08-16T15:41:11.132Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-16T15:41:11.132Z] ++ '[' x '!=' x ']'
[2023-08-16T15:41:11.132Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-16T15:41:11.132Z] ++ PS1='(swf) '
[2023-08-16T15:41:11.132Z] ++ export PS1
[2023-08-16T15:41:11.132Z] ++ alias pydoc
[2023-08-16T15:41:11.132Z] ++ true
[2023-08-16T15:41:11.132Z] ++ hash -r
[2023-08-16T15:41:11.132Z] + build-chain build cross_pr --token **** -f https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/kogito-apps -u https://github.com/kiegroup/kogito-runtimes/pull/3166 --skipParallelCheckout
[2023-08-16T15:41:12.053Z] # Executing pre section
[2023-08-16T15:41:12.053Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config18031729359316954570tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:41:12.053Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config18031729359316954570tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2023-08-16T15:41:12.053Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:41:12.053Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-16T15:41:12.053Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-16T15:41:12.053Z] QUARKUS_VERSION=
[2023-08-16T15:41:12.053Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-16T15:41:12.053Z] ENABLE_DEPLOY=
[2023-08-16T15:41:12.053Z]
[2023-08-16T15:41:12.053Z] # Execution Plan
[2023-08-16T15:41:12.053Z] [INFO] 3 projects will be executed
[2023-08-16T15:41:12.053Z] [INFO] [kiegroup/drools]
[2023-08-16T15:41:12.054Z] [INFO] Level type: upstream
[2023-08-16T15:41:12.054Z] [INFO] [before]
[2023-08-16T15:41:12.054Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:41:12.054Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:41:12.054Z] [INFO] [commands]
[2023-08-16T15:41:12.054Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:41:12.054Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-16T15:41:12.054Z] [INFO] Level type: upstream
[2023-08-16T15:41:12.054Z] [INFO] [before]
[2023-08-16T15:41:12.054Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-16T15:41:12.054Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_UPSTREAM }}; fi"
[2023-08-16T15:41:12.054Z] [INFO] [commands]
[2023-08-16T15:41:12.054Z] [INFO] mvn dependency:tree clean install -Dquickly -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-16T15:41:12.054Z] [INFO] [kiegroup/kogito-apps]
[2023-08-16T15:41:12.054Z] [INFO] Level type: current
[2023-08-16T15:41:12.054Z] [INFO] [before]
[2023-08-16T15:41:12.054Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-16T15:41:12.054Z] bash -c "if [ ! -z '${{ env.BUILD_ENVIRONMENT }}' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ${{ env.BUILD_ENVIRONMENT }} ${{ env.BUILD_ENVIRONMENT_OPTIONS_CURRENT }}; fi"
[2023-08-16T15:41:12.054Z] [INFO] [commands]
[2023-08-16T15:41:12.054Z] [INFO] export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_APPS_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
[2023-08-16T15:41:12.054Z] mvn dependency:tree clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS }}
[2023-08-16T15:41:12.054Z]
[2023-08-16T15:41:12.054Z] # Checking out kiegroup/kogito-apps and its dependencies (3 projects in total). It can take some time.
[2023-08-16T15:41:26.888Z] [INFO] kiegroup/drools checked out
[2023-08-16T15:41:48.751Z] [ERROR] [kiegroup/kogito-runtimes] Error merging VaniHaripriya/kogito-runtimes:KOGITO-9145
[2023-08-16T15:41:48.751Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T15:41:48.835Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:41:49.318Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T15:41:49.342Z] Recording test results
[2023-08-16T15:41:49.761Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T15:41:49.778Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T15:41:49.136Z] No test report files were found. Configuration error?
[2023-08-16T15:41:50.576Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3241
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Persistence Rocksdb - Deployment ..... SUCCESS [ 0.769 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Process Management :: Common .. SUCCESS [ 12.155 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Process Management - Parent .......... SUCCESS [ 0.045 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Process Management ................... SUCCESS [ 9.727 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Process Management - Deployment ...... SUCCESS [ 0.474 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Source Files :: Common ........ SUCCESS [ 4.765 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Source Files - Parent ................ SUCCESS [ 0.084 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Source Files ......................... SUCCESS [ 50.643 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Source Files - Deployment ............ SUCCESS [ 5.937 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Knative :: Parent ............. SUCCESS [ 0.043 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Knative :: Eventing ........... SUCCESS [ 9.762 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Knative - Parent ..................... SUCCESS [ 0.049 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Knative Eventing - Parent ............ SUCCESS [ 0.051 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Knative Eventing ..................... SUCCESS [ 10.299 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Knative Eventing - Deployment ........ SUCCESS [ 10.729 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Knative Eventing - Integration Tests . SUCCESS [01:08 min]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Kubernetes Service Catalog .... FAILURE [ 0.702 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Kubernetes .................... SUCCESS [ 34.129 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Fabric8 Kubernetes Service Catalog - Parent SUCCESS [ 0.059 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Fabric8 Kubernetes Service Catalog Tests Utils SUCCESS [ 7.963 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Fabric8 Kubernetes Service Catalog ... SKIPPED
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Kubernetes - Parent .................. SUCCESS [ 0.070 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Kubernetes ........................... SKIPPED
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Kubernetes - Deployment .............. SKIPPED
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Knative Serving - Parent ............. SUCCESS [ 0.063 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Knative Serving ...................... SKIPPED
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Knative Serving - Deployment ......... SKIPPED
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Knative Serving - Integration Tests .. SKIPPED
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Events :: Parent .............. SUCCESS [ 0.027 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions SUCCESS [ 13.977 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events Decisions - Parent ............ SUCCESS [ 0.023 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events Decisions ..................... SUCCESS [ 0.608 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events Decisions - Deployment ........ SUCCESS [ 0.425 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions SUCCESS [ 6.670 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events Predictions - Parent .......... SUCCESS [ 0.023 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events Predictions ................... SUCCESS [ 0.763 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events Predictions - Deployment ...... SUCCESS [ 0.416 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules .. SUCCESS [ 5.626 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events Rules - Parent ................ SUCCESS [ 0.027 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Quarkus SUCCESS [ 1.109 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events Rules - Deployment ............ SUCCESS [ 0.515 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB ............. SUCCESS [ 13.688 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events MongoDB - Parent .............. SUCCESS [ 0.126 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events MongoDB ....................... SUCCESS [01:23 min]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Events MongoDB - Deployment .......... SUCCESS [ 2.325 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Parent .... SUCCESS [ 0.032 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Runtimes .. SUCCESS [ 9.286 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Deployment SUCCESS [ 9.905 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Camel :: Integration Tests SUCCESS [ 53.833 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Fabric8 Kubernetes Service Catalog - Deployment SKIPPED
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On MicroProfile Config Service Catalog - Parent SUCCESS [ 0.073 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On MicroProfile Config Service Catalog .. SKIPPED
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On MicroProfile Config Service Catalog - Deployment SKIPPED
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-On Microprofile Config Service Catalog - Integration Tests SKIPPED
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Jobs .......................... SUCCESS [ 0.026 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito :: Add-Ons :: Jobs :: API ................... SUCCESS [ 4.854 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-Ons Quarkus Jobs Parent ................. SUCCESS [ 0.069 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-Ons Quarkus Jobs Common - Parent ........ SUCCESS [ 0.054 s]
[2023-08-16T16:44:00.181Z] [INFO] Kogito Add-Ons Quarkus Jobs Common - Messaging ..... SUCCESS [ 4.868 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-Ons Quarkus - Rest Callback ............. SUCCESS [ 9.344 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management Common ..... SUCCESS [ 2.724 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-Ons Quarkus Jobs Management - Parent .... SUCCESS [ 0.110 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-Ons Quarkus Jobs - Management ........... SUCCESS [ 13.398 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-Ons Quarkus Jobs Management - Deployment SUCCESS [ 5.153 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-Ons Quarkus Jobs Messaging - Parent ..... SUCCESS [ 0.183 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-Ons Quarkus Jobs - Messaging ............ SUCCESS [ 13.975 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-Ons Quarkus Jobs Messaging - Deployment . SUCCESS [ 5.023 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-Ons Quarkus Jobs Knative Eventing - Parent SUCCESS [ 0.060 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-Ons Quarkus Jobs - Knative Eventing ..... SUCCESS [ 14.119 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-Ons Quarkus Jobs Knative Eventing - Deployment SUCCESS [ 10.971 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Explainability ................ SUCCESS [ 11.422 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Explainability - Parent .............. SUCCESS [ 0.059 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Explainability ....................... SUCCESS [ 4.205 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Explainability - Deployment .......... SUCCESS [ 0.581 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Explainability - Integration tests ... SUCCESS [ 29.185 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Common .............. SUCCESS [ 4.926 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Mail - Parent ........................ SUCCESS [ 0.063 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Mail ................................. SUCCESS [ 42.226 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Mail - Deployment .................... SUCCESS [ 0.489 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Monitoring .................... SUCCESS [ 0.029 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Monitoring Core ............... SUCCESS [ 18.446 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Monitoring - Parent .................. SUCCESS [ 0.031 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Monitoring Core ...................... SUCCESS [ 7.486 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Common .. SUCCESS [ 3.766 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Monitoring Prometheus - Parent ....... SUCCESS [ 0.034 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Monitoring Prometheus ................ SUCCESS [ 11.496 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Monitoring Prometheus - Deployment ... SUCCESS [ 1.784 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Common ..... SUCCESS [ 3.503 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Monitoring Elastic - Parent .......... SUCCESS [ 0.025 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Monitoring Elastic ................... SUCCESS [ 0.920 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Monitoring Elastic - Deployment ...... SUCCESS [ 0.496 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Common ......... SUCCESS [ 8.420 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Process SVG - Parent ................. SUCCESS [ 0.047 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Process SVG .......................... SUCCESS [ 10.478 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Process SVG - Deployment ............. SUCCESS [ 0.906 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Task Notification - Parent ........... SUCCESS [ 0.062 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Task Notification .................... SUCCESS [ 6.923 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Task Notification - Deployment ....... SUCCESS [ 1.038 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Tracing ....................... SUCCESS [ 0.026 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: TypedValue API ................ SUCCESS [ 7.450 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Tracing :: API ................ SUCCESS [ 10.331 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Tracing :: Common ............. SUCCESS [ 16.468 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Tracing Decision - Parent ............ SUCCESS [ 0.026 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Tracing Decision ..................... SUCCESS [ 24.347 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Tracing Decision - Deployment ........ SUCCESS [ 1.252 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Tracing Decision - Integration tests . SUCCESS [01:31 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Task Management :: Common ..... SUCCESS [ 0.312 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Task Management - Parent ............. SUCCESS [ 0.028 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Task Management ...................... SUCCESS [ 5.148 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Task Management - Deployment ......... SUCCESS [ 0.380 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Marshallers :: Parent ......... SUCCESS [ 0.026 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Marshallers :: Avro ........... SUCCESS [ 9.836 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Quarkus:: Marshallers :: Parent SUCCESS [ 0.028 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Marshallers :: Avro :: Parent SUCCESS [ 0.039 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Marshallers :: Avro SUCCESS [ 1.217 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Quarkus :: Marshallers :: Avro :: Deployment SUCCESS [ 1.273 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: Fluent ............ SUCCESS [ 0.800 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Core ... SUCCESS [ 11.647 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Process Deployment - Parent .......... SUCCESS [ 0.029 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Process Definitions .................. SUCCESS [ 41.378 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito Add-On Process Definitions - Deployment ..... SUCCESS [ 1.847 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: Python:: Runtime .. SUCCESS [ 0.694 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Parent SUCCESS [ 0.027 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Runtime SUCCESS [ 3.520 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Deployment SUCCESS [ 0.558 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Integration Test SUCCESS [ 48.396 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus ............. SUCCESS [ 0.109 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: OpenAPI Client Codegen SUCCESS [01:01 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Rules .... SUCCESS [ 39.311 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Legacy Rules SUCCESS [ 54.030 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Decisions SUCCESS [ 58.327 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic SUCCESS [ 40.048 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: RESTEasy Reactive SUCCESS [ 40.154 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Maven Plugin ............................. SUCCESS [ 10.235 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Maven Plugin ........ SUCCESS [01:02 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Without REST SUCCESS [01:26 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes SUCCESS [02:03 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Reactive SUCCESS [ 36.443 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence SUCCESS [ 4.906 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Processes :: Persistence :: Common SUCCESS [ 4.013 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: PostgreSQL SUCCESS [02:12 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Infinispan SUCCESS [02:11 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: MongoDB SUCCESS [01:32 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: Kafka SUCCESS [01:03 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: JDBC SUCCESS [01:13 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Persistence :: File System SUCCESS [ 47.084 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Processes :: Source Files SUCCESS [ 41.904 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Integration Tests :: Quarkus :: Gradle ... SUCCESS [01:32 min]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: DB Scripts Collection .................... SUCCESS [ 0.650 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Predictions ................... SUCCESS [ 0.027 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Predictions :: API ............ SUCCESS [ 5.861 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Predictions :: SMILE .......... SUCCESS [ 5.531 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: OpenAPI :: Parser . SUCCESS [ 7.549 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Service SUCCESS [ 7.356 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Rest ... SUCCESS [ 12.371 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: Executor:: gRPC ... SUCCESS [ 0.482 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Kafka event implementation SUCCESS [ 10.954 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: Executor .......... SUCCESS [ 0.032 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Tests .. SUCCESS [ 12.383 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Serverless Workflow :: Executor:: Python . SUCCESS [ 50.640 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Spring Boot .............................. SUCCESS [ 0.597 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Spring Boot :: BOM ....................... SUCCESS [ 0.134 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Spring Boot ................... SUCCESS [ 0.029 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: CloudEvents :: Spring Boot .... SUCCESS [ 4.833 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot ...... SUCCESS [ 0.624 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Events - Parent SUCCESS [ 0.036 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Decisions :: Spring Boot SUCCESS [ 0.299 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Predictions :: Spring Boot SUCCESS [ 0.230 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Events :: Event-Driven Rules :: Spring Boot SUCCESS [ 0.218 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Events :: SprintBoot :: Process :: Kafka SUCCESS [ 2.921 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Events :: MongoDB :: SprintBoot SUCCESS [ 7.794 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Spring Boot :: Starters Parent ........... SUCCESS [ 12.265 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Spring Boot :: Starter :: Decisions ...... SUCCESS [ 0.071 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Messaging :: Spring Boot (ITs) SUCCESS [ 49.858 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Monitoring :: Parent SUCCESS [ 0.078 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Monitoring Core Springboot .... SUCCESS [ 13.693 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Monitoring Prometheus Springboot SUCCESS [ 1.750 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Monitoring Elastic Springboot . SUCCESS [ 0.741 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Add-Ons :: Explainability :: Spring Boot Addon SUCCESS [ 13.265 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Spring Boot :: Starter :: Rules .......... SUCCESS [ 0.076 s]
[2023-08-16T16:44:00.182Z] [INFO] Kogito :: Spring Boot :: Starter :: Processes ...... SUCCESS [ 2.593 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Spring Boot :: Starter :: Predictions .... SUCCESS [ 0.112 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Spring Boot :: Starter ................... SUCCESS [ 0.066 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Jobs :: Management SprintBoot Addon SUCCESS [ 5.591 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: E-Mail :: Spring Boot Addon ... SUCCESS [ 1.283 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Task notification :: Spring Boot Addon SUCCESS [ 3.080 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Tracing :: Spring Boot ........ SUCCESS [ 14.559 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Rest Exception Handler:: Spring Boot ..... SUCCESS [ 6.123 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Process SVG :: Spring Boot Addon SUCCESS [ 13.700 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Process Management :: Spring Boot Addon SUCCESS [ 7.431 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Task Management :: Spring Boot Addon SUCCESS [ 0.696 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Kubernetes ..... SUCCESS [ 33.241 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Spring Boot :: Persistence :: Parent SUCCESS [ 0.624 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Persistence File System :: Springboot SUCCESS [ 0.207 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Persistence Infinispan :: Springboot SUCCESS [ 1.658 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Persistence JDBC :: Springboot SUCCESS [ 1.244 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Persistence MongoDB :: Springboot SUCCESS [ 3.065 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Add-Ons :: Persistence PostgreSQL :: Springboot SUCCESS [ 0.977 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [02:19 min]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 19.637 s]
[2023-08-16T16:44:00.183Z] [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [04:15 min]
[2023-08-16T16:44:00.183Z] [INFO] ------------------------------------------------------------------------
[2023-08-16T16:44:00.183Z] [INFO] BUILD FAILURE
[2023-08-16T16:44:00.183Z] [INFO] ------------------------------------------------------------------------
[2023-08-16T16:44:00.183Z] [INFO] Total time: 17:12 min (Wall Clock)
[2023-08-16T16:44:00.183Z] [INFO] Finished at: 2023-08-16T12:43:59-04:00
[2023-08-16T16:44:00.183Z] [INFO] ------------------------------------------------------------------------
[2023-08-16T16:44:00.183Z] [ERROR] Failed to execute goal net.revelc.code.formatter:formatter-maven-plugin:2.13.0:validate (default) on project kogito-addons-kubernetes-service-catalog: File '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/addons/common/kubernetes-service-catalog/src/test/java/org/kie/kogito/addons/k8s/resource/catalog/KubernetesServiceCatalogTest.java' has not been previously formatted. Please format file and commit before running validation! -> [Help 1]
[2023-08-16T16:44:00.183Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.revelc.code.formatter:formatter-maven-plugin:2.13.0:validate (default) on project kogito-addons-kubernetes-service-catalog: File '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/addons/common/kubernetes-service-catalog/src/test/java/org/kie/kogito/addons/k8s/resource/catalog/KubernetesServiceCatalogTest.java' has not been previously formatted. Please format file and commit before running validation!
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-16T16:44:00.183Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-16T16:44:00.183Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-16T16:44:00.183Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-16T16:44:00.183Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-16T16:44:00.183Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-16T16:44:00.183Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-16T16:44:00.183Z] Caused by: org.apache.maven.plugin.MojoFailureException: File '/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes/bc/kiegroup_kogito-runtimes/addons/common/kubernetes-service-catalog/src/test/java/org/kie/kogito/addons/k8s/resource/catalog/KubernetesServiceCatalogTest.java' has not been previously formatted. Please format file and commit before running validation!
[2023-08-16T16:44:00.183Z] at net.revelc.code.formatter.ValidateMojo.doFormatFile (ValidateMojo.java:58)
[2023-08-16T16:44:00.183Z] at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:531)
[2023-08-16T16:44:00.183Z] at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:402)
[2023-08-16T16:44:00.183Z] at net.revelc.code.formatter.ValidateMojo.execute (ValidateMojo.java:49)
[2023-08-16T16:44:00.183Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:210)
[2023-08-16T16:44:00.183Z] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:195)
[2023-08-16T16:44:00.183Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-16T16:44:00.183Z] at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2023-08-16T16:44:00.183Z] at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2023-08-16T16:44:00.183Z] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2023-08-16T16:44:00.183Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2023-08-16T16:44:00.183Z] at java.lang.Thread.run (Thread.java:829)
[2023-08-16T16:44:00.183Z] [ERROR]
[2023-08-16T16:44:00.183Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-16T16:44:00.183Z] [ERROR]
[2023-08-16T16:44:00.183Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-16T16:44:00.183Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2023-08-16T16:44:00.183Z] [ERROR]
[2023-08-16T16:44:00.183Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-16T16:44:00.183Z] [ERROR] mvn -rf :kogito-addons-kubernetes-service-catalog
[2023-08-16T16:44:03.438Z] [INFO] kiegroup/kogito-runtimes failed. Won't execute remaining commands and projects
[2023-08-16T16:44:03.438Z] [INFO] Execution summary for kiegroup/kogito-runtimes
[2023-08-16T16:44:03.438Z] # [BEFORE] [kiegroup/kogito-runtimes] export INTEGRATION_BRANCH=
[2023-08-16T16:44:03.438Z] [INFO] OK [Executed in 0.198032 ms]
[2023-08-16T16:44:03.438Z]
[2023-08-16T16:44:03.438Z] # [BEFORE] [kiegroup/kogito-runtimes] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-16T16:44:03.438Z] [INFO] OK [Executed in 7.872541 ms]
[2023-08-16T16:44:03.438Z]
[2023-08-16T16:44:03.438Z] # [COMMANDS] [kiegroup/kogito-runtimes] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-08-16T16:44:03.438Z] [INFO] OK [Executed in 6.374422 ms]
[2023-08-16T16:44:03.438Z]
[2023-08-16T16:44:03.438Z] # [COMMANDS] [kiegroup/kogito-runtimes] mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config4475922513624116026tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-16T16:44:03.438Z] [INFO] NOT OK [Executed in 1035527.6923 ms]
[2023-08-16T16:44:03.438Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-08-16T16:44:03.438Z]
[2023-08-16T16:44:03.438Z] [INFO] [AFTER] No commands were found for kiegroup/kogito-runtimes
[2023-08-16T16:44:03.438Z]
[2023-08-16T16:44:03.438Z] # Uploading artifacts
[2023-08-16T16:44:03.438Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-16T16:44:03.438Z]
[2023-08-16T16:44:03.438Z] [ERROR] Failed to execute commands for kiegroup/kogito-runtimes
[2023-08-16T16:44:03.438Z] [ERROR] Failed to execute mvn dependency:tree clean -Dfull install -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config4475922513624116026tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -T 1C -Dvalidate-formatting -Prun-code-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-08-16T16:44:03.438Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-16T16:44:03.551Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T16:44:04.052Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-16T16:44:07.323Z] Recording test results
[2023-08-16T16:44:11.559Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-16T16:44:11.576Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-16T16:44:13.104Z] + rm -rf console.log
[Pipeline] sh
[2023-08-16T16:44:13.393Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/kogito-runtimes.tests.kogito-runtimes/3022/consoleText
[2023-08-16T16:44:13.393Z] + tail -n 300

@sonarcloud
Copy link

sonarcloud bot commented Aug 16, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

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

60.0% 60.0% Coverage
0.0% 0.0% Duplication

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

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 16, 2023

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

Reproducer

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

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

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

Test results:

  • PASSED: 3352
  • FAILED: 2

Those are the test failures:

org.kie.kogito.addons.quarkus.microprofile.config.service.catalog.it.MicroProfileConfigServiceAddonIT.executeWithEmptyParameters 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.it.openapi.client.ApiWithSecurityContextIT.verifyAuthHeadersOpenApi3_0NoAuth java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.quarkus.it.openapi.client.mocks.AuthSecurityMockService

@hbelmiro
Copy link
Contributor

Closing since I opened a new one.

@hbelmiro hbelmiro closed this Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants