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

Disable generator if an engine is not available at runtime #1507

Closed
wants to merge 7 commits into from

Conversation

danielezonca
Copy link
Contributor

This PR is a followup of

And aims to cover the remaining corner case

There is a corner case that it is still not properly addressed by this ticket: what if for example a user includes only processes but then in the resource folder provides also a DRL file? At the moment the isEmpty check will pass so the rule generator will execute.

To fix this additional corner case this PR introduce a marker interface for each engine runtime module and a classloader check using the ProjectClassLoader (aka a classloader with only runtime classes)

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

  • You have read the contributors guide
  • Your code is properly formatted according to this configuration
  • Pull Request title is properly formatted: KOGITO-XYZ Subject
  • Pull Request title contains the target branch if not targeting main: [0.9.x] KOGITO-XYZ Subject
  • Pull Request contains link to the JIRA issue
  • Pull Request contains link to any dependent or related Pull Request
  • Pull Request contains description of the issue
  • Pull Request does not include fixes for issues other than the main ticket
How to retest this PR or trigger a specific build:
  • Run all builds
    Please add comment: Jenkins retest this

  • Run (or rerun) specific test(s)
    Please add comment: Jenkins (re)run [runtimes|optaplanner|apps|examples] tests

  • Quarkus LTS checks
    Please add comment: Jenkins run LTS

  • Run (or rerun) LTS specific test(s)
    Please add comment: Jenkins (re)run [runtimes|optaplanner|apps|examples] LTS

  • Native checks
    Please add comment: Jenkins run native

  • Run (or rerun) native specific test(s)
    Please add comment: Jenkins (re)run [runtimes|optaplanner|apps|examples] native

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

Copy link
Member

@ricardozanini ricardozanini left a comment

Choose a reason for hiding this comment

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

One minor comment only and a couple of typos. Is it affordable to create IT for this use case?

@kie-ci
Copy link
Contributor

kie-ci commented Aug 5, 2021

The (build) Runtimes check has failed. Please check the logs.

@kie-ci
Copy link
Contributor

kie-ci commented Aug 5, 2021

The (build) Examples check has failed. Please check the logs.

@kie-ci
Copy link
Contributor

kie-ci commented Aug 5, 2021

The (build) Runtimes check has failed. Please check the logs.

@kie-ci
Copy link
Contributor

kie-ci commented Aug 5, 2021

The (build) Examples check has failed. Please check the logs.

@danielezonca
Copy link
Contributor Author

One minor comment only and a couple of typos. Is it affordable to create IT for this use case?

I created an integration test for Spring to cover this case, locally I'm having issues with invoker tests (again...) so it seems ok for me but let's check with CI

@kie-ci
Copy link
Contributor

kie-ci commented Aug 5, 2021

The (build) Runtimes check has failed. Please check the logs.

@kie-ci
Copy link
Contributor

kie-ci commented Aug 5, 2021

The (build) Examples check has failed. Please check the logs.

<!-- <dependency>-->
<!-- <groupId>org.kie.kogito</groupId>-->
<!-- <artifactId>kogito-spring-boot-starter</artifactId>-->
<!-- </dependency>-->
Copy link
Member

Choose a reason for hiding this comment

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

I guess this is commented on purpose?

@radtriste
Copy link
Contributor

@danielezonca should we close that one ?

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

(tests) - kogito-springboot-examples job #1447 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/1507 --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/1447/display/redirect
See console log:

Console Logs 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-springboot-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh9921969160216660009.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 a837c8bfcefdd632e2acaebc378a07d4155c5303 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f a837c8bfcefdd632e2acaebc378a07d4155c5303 # timeout=10
Commit message: "Setup Local and SSH shells (#298)"
> git rev-list --no-walk a837c8bfcefdd632e2acaebc378a07d4155c5303 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on rhos-01-kie-rhel8-xlarge-docker-1746 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 a491806cd90e0aed1d896e0ccdd52cdb59ee2b7b (origin/main)
Commit message: "Quarkus 3: Nightly drools should launch kie-jpmml (#1059)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-31T13:59:49.989Z] 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-31T13:59:50.624Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-31T13:59:50.649Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[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 a491806cd90e0aed1d896e0ccdd52cdb59ee2b7b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-31T13:59:51.176Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples
[Pipeline] {
[Pipeline] echo
[2023-08-31T13:59:51.214Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-31T13:59:51.497Z] + df -h
[2023-08-31T13:59:51.497Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-31T13:59:51.497Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-31T13:59:51.497Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-31T13:59:51.497Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-31T13:59:51.497Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-31T13:59:51.497Z] /dev/vda3 80G 26G 55G 33% /
[2023-08-31T13:59:51.497Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-31T13:59:51.497Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-31T13:59:51.518Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-31T13:59:51.794Z] + du -h -d1 /home/jenkins
[2023-08-31T13:59:51.794Z] 4.0K /home/jenkins/.ssh
[2023-08-31T13:59:51.794Z] 0 /home/jenkins/go
[2023-08-31T13:59:51.794Z] 8.0K /home/jenkins/.vnc
[2023-08-31T13:59:51.794Z] 8.0K /home/jenkins/.m2
[2023-08-31T13:59:51.794Z] 2.2G /home/jenkins/git-repos
[2023-08-31T13:59:51.794Z] 32K /home/jenkins/.config
[2023-08-31T13:59:51.794Z] 154M /home/jenkins/virtenvs
[2023-08-31T13:59:51.794Z] 4.0K /home/jenkins/.cekit
[2023-08-31T13:59:51.794Z] 31M /home/jenkins/remoting
[2023-08-31T13:59:51.794Z] 703M /home/jenkins/.cache
[2023-08-31T13:59:51.794Z] 14M /home/jenkins/workspace
[2023-08-31T13:59:51.794Z] 145M /home/jenkins/tools
[2023-08-31T13:59:51.794Z] 0 /home/jenkins/caches
[2023-08-31T13:59:51.794Z] 181M /home/jenkins/.npm
[2023-08-31T13:59:51.794Z] 979M /home/jenkins/.local
[2023-08-31T13:59:51.794Z] 0 /home/jenkins/.mozilla
[2023-08-31T13:59:51.794Z] 310M /home/jenkins/.sonar
[2023-08-31T13:59:51.794Z] 4.7G /home/jenkins
[Pipeline] echo
[2023-08-31T13:59:51.815Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-31T13:59:52.092Z] + du -h -d3 /home/jenkins/workspace
[2023-08-31T13:59:52.092Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-31T13:59:52.092Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-31T13:59:52.092Z] 14M /home/jenkins/workspace/KIE
[2023-08-31T13:59:52.092Z] 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-31T13:59:52.423Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-31T13:59:52.495Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-31T13:59:52.775Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-31T13:59:55.280Z]
[2023-08-31T13:59:55.280Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-31T13:59:55.280Z]
[2023-08-31T13:59:55.280Z] 5 packages are looking for funding
[2023-08-31T13:59:55.280Z] run `npm fund` for details
[2023-08-31T13:59:55.280Z]
[2023-08-31T13:59:55.280Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-31T13:59:55.570Z] + npm list -g
[2023-08-31T13:59:55.570Z] + grep build-chain
[2023-08-31T13:59:56.127Z] ├── @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-31T13:59:56.637Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-31T13:59:56.667Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-31T13:59:56.683Z] provisioning config files...
[2023-08-31T13:59:56.698Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config13647574678250501859tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-31T13:59:56.752Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-31T13:59:56.807Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config13647574678250501859tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-31T13:59:56.828Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-31T13:59:56.828Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-31T13:59:56.828Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-31T13:59:57.451Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-31T13:59:57.451Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/durable-d3b03a09/script.sh ']'
[2023-08-31T13:59:57.451Z] ++ deactivate nondestructive
[2023-08-31T13:59:57.451Z] ++ unset -f pydoc
[2023-08-31T13:59:57.451Z] ++ '[' -z '' ']'
[2023-08-31T13:59:57.451Z] ++ '[' -z '' ']'
[2023-08-31T13:59:57.451Z] ++ hash -r
[2023-08-31T13:59:57.451Z] ++ '[' -z '' ']'
[2023-08-31T13:59:57.451Z] ++ unset VIRTUAL_ENV
[2023-08-31T13:59:57.451Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-31T13:59:57.451Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-31T13:59:57.451Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-31T13:59:57.451Z] ++ '[' linux-gnu = msys ']'
[2023-08-31T13:59:57.451Z] ++ export VIRTUAL_ENV
[2023-08-31T13:59:57.451Z] ++ _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-31T13:59:57.451Z] ++ 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-31T13:59:57.451Z] ++ export PATH
[2023-08-31T13:59:57.451Z] ++ '[' -z '' ']'
[2023-08-31T13:59:57.451Z] ++ '[' -z '' ']'
[2023-08-31T13:59:57.451Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-31T13:59:57.451Z] ++ '[' x '!=' x ']'
[2023-08-31T13:59:57.451Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-31T13:59:57.451Z] ++ PS1='(swf) '
[2023-08-31T13:59:57.451Z] ++ export PS1
[2023-08-31T13:59:57.451Z] ++ alias pydoc
[2023-08-31T13:59:57.451Z] ++ true
[2023-08-31T13:59:57.451Z] ++ hash -r
[2023-08-31T13:59:57.451Z] + 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/1507 --skipParallelCheckout
[2023-08-31T13:59:58.809Z] # Executing pre section
[2023-08-31T13:59:58.809Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config13647574678250501859tmp -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-31T13:59:58.809Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-springboot-examples@tmp/config13647574678250501859tmp -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-31T13:59:58.809Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-31T13:59:58.809Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-31T13:59:58.809Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-31T13:59:58.809Z] QUARKUS_VERSION=
[2023-08-31T13:59:58.809Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-31T13:59:58.809Z] ENABLE_DEPLOY=
[2023-08-31T13:59:58.809Z]
[2023-08-31T13:59:58.809Z] # Execution Plan
[2023-08-31T13:59:58.809Z] [INFO] 4 projects will be executed
[2023-08-31T13:59:58.809Z] [INFO] [kiegroup/drools]
[2023-08-31T13:59:58.809Z] [INFO] Level type: upstream
[2023-08-31T13:59:58.809Z] [INFO] [before]
[2023-08-31T13:59:58.809Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T13:59:58.809Z] 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-31T13:59:58.809Z] [INFO] [commands]
[2023-08-31T13:59:58.809Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-31T13:59:58.809Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-31T13:59:58.809Z] [INFO] Level type: upstream
[2023-08-31T13:59:58.809Z] [INFO] [before]
[2023-08-31T13:59:58.809Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T13:59:58.809Z] 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-31T13:59:58.809Z] [INFO] [commands]
[2023-08-31T13:59:58.809Z] [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-31T13:59:58.810Z] [INFO] [kiegroup/kogito-apps]
[2023-08-31T13:59:58.810Z] [INFO] Level type: upstream
[2023-08-31T13:59:58.810Z] [INFO] [before]
[2023-08-31T13:59:58.810Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T13:59:58.810Z] 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-31T13:59:58.810Z] [INFO] [commands]
[2023-08-31T13:59:58.810Z] [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-31T13:59:58.810Z] [INFO] [kiegroup/kogito-examples]
[2023-08-31T13:59:58.810Z] [INFO] Level type: current
[2023-08-31T13:59:58.810Z] [INFO] [before]
[2023-08-31T13:59:58.810Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-31T13:59:58.810Z] 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-31T13:59:58.810Z] [INFO] [commands]
[2023-08-31T13:59:58.810Z] [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-31T13:59:58.810Z] 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-31T13:59:58.810Z] 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-31T13:59:58.810Z]
[2023-08-31T13:59:58.810Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-08-31T14:00:13.713Z] [INFO] kiegroup/drools checked out
[2023-08-31T14:00:28.746Z] [ERROR] [kiegroup/kogito-runtimes] Error merging danielezonca/kogito-runtimes:runtime-check
[2023-08-31T14:00:28.746Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-31T14:00:28.856Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:00:29.287Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-31T14:00:29.312Z] Recording test results
[2023-08-31T14:00:29.716Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-31T14:00:29.740Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:00:29.248Z] No test report files were found. Configuration error?
[2023-08-31T14:00:30.513Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

(tests) - serverless-workflow-examples job #1428 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/1507 --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/1428/display/redirect
See console log:

Console Logs 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.serverless-workflow-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh13195504250850520073.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 a837c8bfcefdd632e2acaebc378a07d4155c5303 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f a837c8bfcefdd632e2acaebc378a07d4155c5303 # timeout=10
Commit message: "Setup Local and SSH shells (#298)"
> git rev-list --no-walk a837c8bfcefdd632e2acaebc378a07d4155c5303 # 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-1746 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 a491806cd90e0aed1d896e0ccdd52cdb59ee2b7b (origin/main)
Commit message: "Quarkus 3: Nightly drools should launch kie-jpmml (#1059)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-31T14:00:45.966Z] 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-31T14:00:46.634Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-31T14:00:46.661Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[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 a491806cd90e0aed1d896e0ccdd52cdb59ee2b7b # timeout=10
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-31T14:00:47.180Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples
[Pipeline] {
[Pipeline] echo
[2023-08-31T14:00:47.217Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-31T14:00:47.504Z] + df -h
[2023-08-31T14:00:47.504Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-31T14:00:47.504Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-31T14:00:47.504Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-31T14:00:47.504Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-31T14:00:47.504Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-31T14:00:47.504Z] /dev/vda3 80G 26G 55G 33% /
[2023-08-31T14:00:47.504Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-31T14:00:47.504Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-31T14:00:47.526Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-31T14:00:47.803Z] + du -h -d1 /home/jenkins
[2023-08-31T14:00:47.803Z] 4.0K /home/jenkins/.ssh
[2023-08-31T14:00:47.803Z] 0 /home/jenkins/go
[2023-08-31T14:00:47.803Z] 8.0K /home/jenkins/.vnc
[2023-08-31T14:00:47.803Z] 8.0K /home/jenkins/.m2
[2023-08-31T14:00:47.803Z] 2.2G /home/jenkins/git-repos
[2023-08-31T14:00:47.803Z] 32K /home/jenkins/.config
[2023-08-31T14:00:47.803Z] 154M /home/jenkins/virtenvs
[2023-08-31T14:00:47.803Z] 4.0K /home/jenkins/.cekit
[2023-08-31T14:00:47.803Z] 31M /home/jenkins/remoting
[2023-08-31T14:00:47.803Z] 703M /home/jenkins/.cache
[2023-08-31T14:00:47.803Z] 14M /home/jenkins/workspace
[2023-08-31T14:00:47.803Z] 145M /home/jenkins/tools
[2023-08-31T14:00:47.803Z] 0 /home/jenkins/caches
[2023-08-31T14:00:47.803Z] 181M /home/jenkins/.npm
[2023-08-31T14:00:47.803Z] 979M /home/jenkins/.local
[2023-08-31T14:00:47.803Z] 0 /home/jenkins/.mozilla
[2023-08-31T14:00:47.803Z] 310M /home/jenkins/.sonar
[2023-08-31T14:00:47.803Z] 4.7G /home/jenkins
[Pipeline] echo
[2023-08-31T14:00:47.830Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-31T14:00:48.109Z] + du -h -d3 /home/jenkins/workspace
[2023-08-31T14:00:48.109Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-31T14:00:48.109Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-31T14:00:48.109Z] 14M /home/jenkins/workspace/KIE
[2023-08-31T14:00:48.109Z] 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-31T14:00:48.466Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-31T14:00:48.540Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-31T14:00:48.826Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-31T14:00:50.707Z]
[2023-08-31T14:00:50.707Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-31T14:00:50.707Z]
[2023-08-31T14:00:50.707Z] 5 packages are looking for funding
[2023-08-31T14:00:50.707Z] run `npm fund` for details
[2023-08-31T14:00:50.707Z]
[2023-08-31T14:00:50.707Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-31T14:00:51.001Z] + npm list -g
[2023-08-31T14:00:51.001Z] + grep build-chain
[2023-08-31T14:00:51.260Z] ├── @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-31T14:00:51.703Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-31T14:00:51.752Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-31T14:00:51.773Z] provisioning config files...
[2023-08-31T14:00:51.776Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config1167710320997489340tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-31T14:00:51.825Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-31T14:00:51.870Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config1167710320997489340tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-31T14:00:51.893Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-31T14:00:51.893Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-31T14:00:51.893Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-31T14:00:52.157Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-31T14:00:52.157Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/durable-4ebb9646/script.sh ']'
[2023-08-31T14:00:52.157Z] ++ deactivate nondestructive
[2023-08-31T14:00:52.157Z] ++ unset -f pydoc
[2023-08-31T14:00:52.157Z] ++ '[' -z '' ']'
[2023-08-31T14:00:52.157Z] ++ '[' -z '' ']'
[2023-08-31T14:00:52.157Z] ++ hash -r
[2023-08-31T14:00:52.157Z] ++ '[' -z '' ']'
[2023-08-31T14:00:52.157Z] ++ unset VIRTUAL_ENV
[2023-08-31T14:00:52.157Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-31T14:00:52.157Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-31T14:00:52.157Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-31T14:00:52.157Z] ++ '[' linux-gnu = msys ']'
[2023-08-31T14:00:52.157Z] ++ export VIRTUAL_ENV
[2023-08-31T14:00:52.157Z] ++ _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-31T14:00:52.157Z] ++ 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-31T14:00:52.157Z] ++ export PATH
[2023-08-31T14:00:52.157Z] ++ '[' -z '' ']'
[2023-08-31T14:00:52.157Z] ++ '[' -z '' ']'
[2023-08-31T14:00:52.157Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-31T14:00:52.157Z] ++ '[' x '!=' x ']'
[2023-08-31T14:00:52.157Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-31T14:00:52.157Z] ++ PS1='(swf) '
[2023-08-31T14:00:52.157Z] ++ export PS1
[2023-08-31T14:00:52.157Z] ++ alias pydoc
[2023-08-31T14:00:52.157Z] ++ true
[2023-08-31T14:00:52.157Z] ++ hash -r
[2023-08-31T14:00:52.158Z] + 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/1507 --skipParallelCheckout
[2023-08-31T14:00:53.098Z] # Executing pre section
[2023-08-31T14:00:53.099Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config1167710320997489340tmp -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-31T14:00:53.099Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.serverless-workflow-examples@tmp/config1167710320997489340tmp -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-31T14:00:53.099Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-31T14:00:53.099Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-31T14:00:53.099Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-31T14:00:53.099Z] QUARKUS_VERSION=
[2023-08-31T14:00:53.099Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-31T14:00:53.099Z] ENABLE_DEPLOY=
[2023-08-31T14:00:53.099Z]
[2023-08-31T14:00:53.099Z] # Execution Plan
[2023-08-31T14:00:53.099Z] [INFO] 4 projects will be executed
[2023-08-31T14:00:53.099Z] [INFO] [kiegroup/drools]
[2023-08-31T14:00:53.099Z] [INFO] Level type: upstream
[2023-08-31T14:00:53.099Z] [INFO] [before]
[2023-08-31T14:00:53.099Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T14:00:53.099Z] 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-31T14:00:53.099Z] [INFO] [commands]
[2023-08-31T14:00:53.099Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-31T14:00:53.099Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-31T14:00:53.099Z] [INFO] Level type: upstream
[2023-08-31T14:00:53.099Z] [INFO] [before]
[2023-08-31T14:00:53.099Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T14:00:53.099Z] 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-31T14:00:53.099Z] [INFO] [commands]
[2023-08-31T14:00:53.099Z] [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-31T14:00:53.099Z] [INFO] [kiegroup/kogito-apps]
[2023-08-31T14:00:53.099Z] [INFO] Level type: upstream
[2023-08-31T14:00:53.099Z] [INFO] [before]
[2023-08-31T14:00:53.099Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T14:00:53.099Z] 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-31T14:00:53.099Z] [INFO] [commands]
[2023-08-31T14:00:53.099Z] [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-31T14:00:53.099Z] [INFO] [kiegroup/kogito-examples]
[2023-08-31T14:00:53.099Z] [INFO] Level type: current
[2023-08-31T14:00:53.099Z] [INFO] [before]
[2023-08-31T14:00:53.099Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-31T14:00:53.099Z] 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-31T14:00:53.099Z] [INFO] [commands]
[2023-08-31T14:00:53.099Z] [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-31T14:00:53.099Z] 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-31T14:00:53.099Z] 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-31T14:00:53.099Z]
[2023-08-31T14:00:53.099Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-08-31T14:01:07.923Z] [INFO] kiegroup/drools checked out
[2023-08-31T14:01:22.735Z] [ERROR] [kiegroup/kogito-runtimes] Error merging danielezonca/kogito-runtimes:runtime-check
[2023-08-31T14:01:22.735Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-31T14:01:22.823Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:01:23.220Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-31T14:01:23.243Z] Recording test results
[2023-08-31T14:01:23.654Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-31T14:01:23.686Z] Archiving artifacts
[2023-08-31T14:01:23.186Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:01:24.993Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

(tests) - kogito-runtimes job #3136 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/1507 --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/3136/display/redirect
See console log:

Console Logs Attempting to resolve main from remote references...
> 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 /tmp/jenkins-gitclient-ssh11694503135100049021.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 a837c8bfcefdd632e2acaebc378a07d4155c5303
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-ssh7721794369046975172.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 a837c8bfcefdd632e2acaebc378a07d4155c5303 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f a837c8bfcefdd632e2acaebc378a07d4155c5303 # timeout=10
Commit message: "Setup Local and SSH shells (#298)"
> git rev-list --no-walk a837c8bfcefdd632e2acaebc378a07d4155c5303 # 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-1746 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 a491806cd90e0aed1d896e0ccdd52cdb59ee2b7b (origin/main)
Commit message: "Quarkus 3: Nightly drools should launch kie-jpmml (#1059)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-31T14:01:39.683Z] 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-31T14:01:40.387Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-31T14:01:40.421Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[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 a491806cd90e0aed1d896e0ccdd52cdb59ee2b7b # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-31T14:01:41.105Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes
[Pipeline] {
[Pipeline] echo
[2023-08-31T14:01:41.142Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-31T14:01:41.421Z] + df -h
[2023-08-31T14:01:41.421Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-31T14:01:41.421Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-31T14:01:41.421Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-31T14:01:41.421Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-31T14:01:41.421Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-31T14:01:41.421Z] /dev/vda3 80G 26G 55G 33% /
[2023-08-31T14:01:41.421Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-31T14:01:41.421Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-31T14:01:41.443Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-31T14:01:41.720Z] + du -h -d1 /home/jenkins
[2023-08-31T14:01:41.720Z] 4.0K /home/jenkins/.ssh
[2023-08-31T14:01:41.720Z] 0 /home/jenkins/go
[2023-08-31T14:01:41.720Z] 8.0K /home/jenkins/.vnc
[2023-08-31T14:01:41.720Z] 8.0K /home/jenkins/.m2
[2023-08-31T14:01:41.720Z] 2.2G /home/jenkins/git-repos
[2023-08-31T14:01:41.720Z] 32K /home/jenkins/.config
[2023-08-31T14:01:41.720Z] 154M /home/jenkins/virtenvs
[2023-08-31T14:01:41.720Z] 4.0K /home/jenkins/.cekit
[2023-08-31T14:01:41.720Z] 31M /home/jenkins/remoting
[2023-08-31T14:01:41.720Z] 703M /home/jenkins/.cache
[2023-08-31T14:01:41.720Z] 14M /home/jenkins/workspace
[2023-08-31T14:01:41.720Z] 145M /home/jenkins/tools
[2023-08-31T14:01:41.720Z] 0 /home/jenkins/caches
[2023-08-31T14:01:41.720Z] 181M /home/jenkins/.npm
[2023-08-31T14:01:41.720Z] 979M /home/jenkins/.local
[2023-08-31T14:01:41.720Z] 0 /home/jenkins/.mozilla
[2023-08-31T14:01:41.720Z] 310M /home/jenkins/.sonar
[2023-08-31T14:01:41.720Z] 4.7G /home/jenkins
[Pipeline] echo
[2023-08-31T14:01:41.741Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-31T14:01:42.020Z] + du -h -d3 /home/jenkins/workspace
[2023-08-31T14:01:42.021Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-31T14:01:42.021Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-31T14:01:42.021Z] 14M /home/jenkins/workspace/KIE
[2023-08-31T14:01:42.021Z] 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-31T14:01:42.368Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-31T14:01:42.436Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-31T14:01:42.717Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-31T14:01:44.602Z]
[2023-08-31T14:01:44.602Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-31T14:01:44.602Z]
[2023-08-31T14:01:44.602Z] 5 packages are looking for funding
[2023-08-31T14:01:44.602Z] run `npm fund` for details
[2023-08-31T14:01:44.602Z]
[2023-08-31T14:01:44.602Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-31T14:01:44.888Z] + npm list -g
[2023-08-31T14:01:44.888Z] + grep build-chain
[2023-08-31T14:01:45.142Z] ├── @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-31T14:01:45.618Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-31T14:01:45.647Z] BUILD_MVN_OPTS_CURRENT = -T 1C -Dvalidate-formatting -Prun-code-coverage
[Pipeline] configFileProvider
[2023-08-31T14:01:45.662Z] provisioning config files...
[2023-08-31T14:01:45.665Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config14234899004408435705tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-31T14:01:45.707Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-31T14:01:45.751Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config14234899004408435705tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-31T14:01:45.772Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-31T14:01:45.772Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-31T14:01:45.772Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-31T14:01:46.037Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-31T14:01:46.037Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/durable-fa5380d4/script.sh ']'
[2023-08-31T14:01:46.037Z] ++ deactivate nondestructive
[2023-08-31T14:01:46.037Z] ++ unset -f pydoc
[2023-08-31T14:01:46.037Z] ++ '[' -z '' ']'
[2023-08-31T14:01:46.037Z] ++ '[' -z '' ']'
[2023-08-31T14:01:46.037Z] ++ hash -r
[2023-08-31T14:01:46.037Z] ++ '[' -z '' ']'
[2023-08-31T14:01:46.037Z] ++ unset VIRTUAL_ENV
[2023-08-31T14:01:46.037Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-31T14:01:46.037Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-31T14:01:46.037Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-31T14:01:46.037Z] ++ '[' linux-gnu = msys ']'
[2023-08-31T14:01:46.037Z] ++ export VIRTUAL_ENV
[2023-08-31T14:01:46.037Z] ++ _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-31T14:01:46.037Z] ++ 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-31T14:01:46.037Z] ++ export PATH
[2023-08-31T14:01:46.037Z] ++ '[' -z '' ']'
[2023-08-31T14:01:46.037Z] ++ '[' -z '' ']'
[2023-08-31T14:01:46.037Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-31T14:01:46.037Z] ++ '[' x '!=' x ']'
[2023-08-31T14:01:46.037Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-31T14:01:46.037Z] ++ PS1='(swf) '
[2023-08-31T14:01:46.037Z] ++ export PS1
[2023-08-31T14:01:46.037Z] ++ alias pydoc
[2023-08-31T14:01:46.037Z] ++ true
[2023-08-31T14:01:46.037Z] ++ hash -r
[2023-08-31T14:01:46.037Z] + 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/1507 --skipParallelCheckout
[2023-08-31T14:01:46.967Z] # Executing pre section
[2023-08-31T14:01:46.967Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config14234899004408435705tmp -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-31T14:01:46.967Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.kogito-runtimes@tmp/config14234899004408435705tmp -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-31T14:01:46.967Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
[2023-08-31T14:01:46.967Z] BUILD_MVN_OPTS_CURRENT=-T 1C -Dvalidate-formatting -Prun-code-coverage
[2023-08-31T14:01:46.967Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-31T14:01:46.967Z] QUARKUS_VERSION=
[2023-08-31T14:01:46.967Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-31T14:01:46.967Z] ENABLE_DEPLOY=
[2023-08-31T14:01:46.967Z]
[2023-08-31T14:01:46.967Z] # Execution Plan
[2023-08-31T14:01:46.967Z] [INFO] 2 projects will be executed
[2023-08-31T14:01:46.967Z] [INFO] [kiegroup/drools]
[2023-08-31T14:01:46.967Z] [INFO] Level type: upstream
[2023-08-31T14:01:46.967Z] [INFO] [before]
[2023-08-31T14:01:46.967Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T14:01:46.967Z] 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-31T14:01:46.967Z] [INFO] [commands]
[2023-08-31T14:01:46.967Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-31T14:01:46.967Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-31T14:01:46.967Z] [INFO] Level type: current
[2023-08-31T14:01:46.967Z] [INFO] [before]
[2023-08-31T14:01:46.967Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-31T14:01:46.967Z] 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-31T14:01:46.967Z] [INFO] [commands]
[2023-08-31T14:01:46.967Z] [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-31T14:01:46.967Z] 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-31T14:01:46.967Z]
[2023-08-31T14:01:46.967Z] # Checking out kiegroup/kogito-runtimes and its dependencies (2 projects in total). It can take some time.
[2023-08-31T14:02:01.784Z] [INFO] kiegroup/drools checked out
[2023-08-31T14:02:19.825Z] [ERROR] [kiegroup/kogito-runtimes] Error merging danielezonca/kogito-runtimes:runtime-check
[2023-08-31T14:02:19.825Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-31T14:02:19.915Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:02:20.320Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-31T14:02:20.343Z] Recording test results
[2023-08-31T14:02:20.738Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-31T14:02:20.757Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:02:20.269Z] No test report files were found. Configuration error?
[2023-08-31T14:02:21.527Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

(tests) - kogito-apps job #3086 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/1507 --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/3086/display/redirect
See console log:

Console Logs > git ls-remote -h -- https://github.com/kiegroup/jenkins-pipeline-shared-libraries # timeout=10
Found match: refs/heads/main revision a837c8bfcefdd632e2acaebc378a07d4155c5303
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.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-ssh11639010282713334681.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 a837c8bfcefdd632e2acaebc378a07d4155c5303 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f a837c8bfcefdd632e2acaebc378a07d4155c5303 # timeout=10
Commit message: "Setup Local and SSH shells (#298)"
> git rev-list --no-walk a837c8bfcefdd632e2acaebc378a07d4155c5303 # 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-1746 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 a491806cd90e0aed1d896e0ccdd52cdb59ee2b7b (origin/main)
Commit message: "Quarkus 3: Nightly drools should launch kie-jpmml (#1059)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-31T14:02:35.188Z] 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-31T14:02:35.804Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-31T14:02:35.829Z] 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] {
> 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 a491806cd90e0aed1d896e0ccdd52cdb59ee2b7b # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2023-08-31T14:02:36.297Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] echo
[2023-08-31T14:02:36.337Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-31T14:02:36.616Z] + df -h
[2023-08-31T14:02:36.616Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-31T14:02:36.616Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-31T14:02:36.616Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-31T14:02:36.616Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-31T14:02:36.616Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-31T14:02:36.616Z] /dev/vda3 80G 26G 55G 33% /
[2023-08-31T14:02:36.616Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-31T14:02:36.616Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-31T14:02:36.651Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-31T14:02:36.932Z] + du -h -d1 /home/jenkins
[2023-08-31T14:02:36.932Z] 4.0K /home/jenkins/.ssh
[2023-08-31T14:02:36.932Z] 0 /home/jenkins/go
[2023-08-31T14:02:36.932Z] 8.0K /home/jenkins/.vnc
[2023-08-31T14:02:36.932Z] 8.0K /home/jenkins/.m2
[2023-08-31T14:02:36.932Z] 2.2G /home/jenkins/git-repos
[2023-08-31T14:02:36.932Z] 32K /home/jenkins/.config
[2023-08-31T14:02:36.932Z] 154M /home/jenkins/virtenvs
[2023-08-31T14:02:36.932Z] 4.0K /home/jenkins/.cekit
[2023-08-31T14:02:36.932Z] 31M /home/jenkins/remoting
[2023-08-31T14:02:36.932Z] 703M /home/jenkins/.cache
[2023-08-31T14:02:36.932Z] 14M /home/jenkins/workspace
[2023-08-31T14:02:36.932Z] 145M /home/jenkins/tools
[2023-08-31T14:02:36.932Z] 0 /home/jenkins/caches
[2023-08-31T14:02:36.932Z] 181M /home/jenkins/.npm
[2023-08-31T14:02:36.932Z] 979M /home/jenkins/.local
[2023-08-31T14:02:36.932Z] 0 /home/jenkins/.mozilla
[2023-08-31T14:02:36.932Z] 310M /home/jenkins/.sonar
[2023-08-31T14:02:36.932Z] 4.7G /home/jenkins
[Pipeline] echo
[2023-08-31T14:02:36.955Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-31T14:02:37.231Z] + du -h -d3 /home/jenkins/workspace
[2023-08-31T14:02:37.231Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-31T14:02:37.231Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-31T14:02:37.231Z] 14M /home/jenkins/workspace/KIE
[2023-08-31T14:02:37.231Z] 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-31T14:02:37.666Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-31T14:02:37.759Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-31T14:02:38.049Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-31T14:02:39.933Z]
[2023-08-31T14:02:39.933Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-31T14:02:39.933Z]
[2023-08-31T14:02:39.933Z] 5 packages are looking for funding
[2023-08-31T14:02:39.933Z] run `npm fund` for details
[2023-08-31T14:02:39.933Z]
[2023-08-31T14:02:39.933Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-31T14:02:40.237Z] + npm list -g
[2023-08-31T14:02:40.237Z] + grep build-chain
[2023-08-31T14:02:40.498Z] ├── @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-31T14:02:41.191Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-31T14:02:41.233Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-31T14:02:41.253Z] provisioning config files...
[2023-08-31T14:02:41.257Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config8042317820416332935tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-31T14:02:41.310Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-31T14:02:41.362Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config8042317820416332935tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-31T14:02:41.384Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-31T14:02:41.384Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-31T14:02:41.384Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-31T14:02:41.650Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-31T14:02:41.650Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/durable-9c61d8e8/script.sh ']'
[2023-08-31T14:02:41.650Z] ++ deactivate nondestructive
[2023-08-31T14:02:41.650Z] ++ unset -f pydoc
[2023-08-31T14:02:41.650Z] ++ '[' -z '' ']'
[2023-08-31T14:02:41.650Z] ++ '[' -z '' ']'
[2023-08-31T14:02:41.650Z] ++ hash -r
[2023-08-31T14:02:41.650Z] ++ '[' -z '' ']'
[2023-08-31T14:02:41.650Z] ++ unset VIRTUAL_ENV
[2023-08-31T14:02:41.650Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-31T14:02:41.650Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-31T14:02:41.650Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-31T14:02:41.650Z] ++ '[' linux-gnu = msys ']'
[2023-08-31T14:02:41.650Z] ++ export VIRTUAL_ENV
[2023-08-31T14:02:41.650Z] ++ _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-31T14:02:41.650Z] ++ 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-31T14:02:41.650Z] ++ export PATH
[2023-08-31T14:02:41.650Z] ++ '[' -z '' ']'
[2023-08-31T14:02:41.650Z] ++ '[' -z '' ']'
[2023-08-31T14:02:41.650Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-31T14:02:41.650Z] ++ '[' x '!=' x ']'
[2023-08-31T14:02:41.650Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-31T14:02:41.650Z] ++ PS1='(swf) '
[2023-08-31T14:02:41.650Z] ++ export PS1
[2023-08-31T14:02:41.650Z] ++ alias pydoc
[2023-08-31T14:02:41.650Z] ++ true
[2023-08-31T14:02:41.650Z] ++ hash -r
[2023-08-31T14:02:41.650Z] + 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/1507 --skipParallelCheckout
[2023-08-31T14:02:43.018Z] # Executing pre section
[2023-08-31T14:02:43.019Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config8042317820416332935tmp -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-31T14:02:43.019Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-apps@tmp/config8042317820416332935tmp -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-31T14:02:43.019Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-31T14:02:43.019Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-31T14:02:43.019Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-31T14:02:43.019Z] QUARKUS_VERSION=
[2023-08-31T14:02:43.019Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-31T14:02:43.019Z] ENABLE_DEPLOY=
[2023-08-31T14:02:43.019Z]
[2023-08-31T14:02:43.019Z] # Execution Plan
[2023-08-31T14:02:43.019Z] [INFO] 3 projects will be executed
[2023-08-31T14:02:43.019Z] [INFO] [kiegroup/drools]
[2023-08-31T14:02:43.019Z] [INFO] Level type: upstream
[2023-08-31T14:02:43.019Z] [INFO] [before]
[2023-08-31T14:02:43.019Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T14:02:43.019Z] 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-31T14:02:43.019Z] [INFO] [commands]
[2023-08-31T14:02:43.019Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-31T14:02:43.019Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-31T14:02:43.019Z] [INFO] Level type: upstream
[2023-08-31T14:02:43.019Z] [INFO] [before]
[2023-08-31T14:02:43.019Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T14:02:43.019Z] 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-31T14:02:43.019Z] [INFO] [commands]
[2023-08-31T14:02:43.019Z] [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-31T14:02:43.019Z] [INFO] [kiegroup/kogito-apps]
[2023-08-31T14:02:43.019Z] [INFO] Level type: current
[2023-08-31T14:02:43.019Z] [INFO] [before]
[2023-08-31T14:02:43.019Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-31T14:02:43.019Z] 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-31T14:02:43.019Z] [INFO] [commands]
[2023-08-31T14:02:43.019Z] [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-31T14:02:43.019Z] mvn dependency:tree clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS }}
[2023-08-31T14:02:43.019Z]
[2023-08-31T14:02:43.019Z] # Checking out kiegroup/kogito-apps and its dependencies (3 projects in total). It can take some time.
[2023-08-31T14:02:57.897Z] [INFO] kiegroup/drools checked out
[2023-08-31T14:03:12.730Z] [ERROR] [kiegroup/kogito-runtimes] Error merging danielezonca/kogito-runtimes:runtime-check
[2023-08-31T14:03:12.730Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-31T14:03:12.806Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:03:13.198Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-31T14:03:13.224Z] Recording test results
[2023-08-31T14:03:13.634Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-31T14:03:13.657Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:03:13.163Z] No test report files were found. Configuration error?
[2023-08-31T14:03:14.447Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link
Contributor

kie-ci3 commented Aug 31, 2023

(tests) - kogito-quarkus-examples job #1439 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/1507 --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/1439/display/redirect
See console log:

Console Logs 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-quarkus-examples/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh12366268923275098966.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 a837c8bfcefdd632e2acaebc378a07d4155c5303 (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f a837c8bfcefdd632e2acaebc378a07d4155c5303 # timeout=10
Commit message: "Setup Local and SSH shells (#298)"
> git rev-list --no-walk a837c8bfcefdd632e2acaebc378a07d4155c5303 # 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-1746 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 a491806cd90e0aed1d896e0ccdd52cdb59ee2b7b (origin/main)
Commit message: "Quarkus 3: Nightly drools should launch kie-jpmml (#1059)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2023-08-31T14:03:29.079Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[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 a491806cd90e0aed1d896e0ccdd52cdb59ee2b7b # timeout=10
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:03:29.711Z] + printenv
[Pipeline] archiveArtifacts
[2023-08-31T14:03:29.736Z] 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-31T14:03:30.212Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples
[Pipeline] {
[Pipeline] echo
[2023-08-31T14:03:30.247Z] [INFO] space left on the machine
[Pipeline] sh
[2023-08-31T14:03:30.522Z] + df -h
[2023-08-31T14:03:30.522Z] Filesystem Size Used Avail Use% Mounted on
[2023-08-31T14:03:30.522Z] devtmpfs 7.7G 0 7.7G 0% /dev
[2023-08-31T14:03:30.522Z] tmpfs 7.7G 0 7.7G 0% /dev/shm
[2023-08-31T14:03:30.522Z] tmpfs 7.7G 25M 7.7G 1% /run
[2023-08-31T14:03:30.522Z] tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
[2023-08-31T14:03:30.522Z] /dev/vda3 80G 26G 55G 33% /
[2023-08-31T14:03:30.522Z] /dev/vda2 100M 5.8M 95M 6% /boot/efi
[2023-08-31T14:03:30.522Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2023-08-31T14:03:30.543Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2023-08-31T14:03:30.820Z] + du -h -d1 /home/jenkins
[2023-08-31T14:03:30.820Z] 4.0K /home/jenkins/.ssh
[2023-08-31T14:03:30.820Z] 0 /home/jenkins/go
[2023-08-31T14:03:30.820Z] 8.0K /home/jenkins/.vnc
[2023-08-31T14:03:30.820Z] 8.0K /home/jenkins/.m2
[2023-08-31T14:03:30.820Z] 2.2G /home/jenkins/git-repos
[2023-08-31T14:03:30.820Z] 32K /home/jenkins/.config
[2023-08-31T14:03:30.820Z] 154M /home/jenkins/virtenvs
[2023-08-31T14:03:30.820Z] 4.0K /home/jenkins/.cekit
[2023-08-31T14:03:30.820Z] 31M /home/jenkins/remoting
[2023-08-31T14:03:30.820Z] 703M /home/jenkins/.cache
[2023-08-31T14:03:30.820Z] 14M /home/jenkins/workspace
[2023-08-31T14:03:30.820Z] 145M /home/jenkins/tools
[2023-08-31T14:03:30.820Z] 0 /home/jenkins/caches
[2023-08-31T14:03:30.820Z] 181M /home/jenkins/.npm
[2023-08-31T14:03:30.820Z] 979M /home/jenkins/.local
[2023-08-31T14:03:30.820Z] 0 /home/jenkins/.mozilla
[2023-08-31T14:03:30.820Z] 310M /home/jenkins/.sonar
[2023-08-31T14:03:30.820Z] 4.7G /home/jenkins
[Pipeline] echo
[2023-08-31T14:03:30.847Z] [INFO] space of workspace
[Pipeline] sh
[2023-08-31T14:03:31.125Z] + du -h -d3 /home/jenkins/workspace
[2023-08-31T14:03:31.125Z] 14M /home/jenkins/workspace/KIE/kogito/main
[2023-08-31T14:03:31.125Z] 14M /home/jenkins/workspace/KIE/kogito
[2023-08-31T14:03:31.125Z] 14M /home/jenkins/workspace/KIE
[2023-08-31T14:03:31.125Z] 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-31T14:03:31.498Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2023-08-31T14:03:31.566Z] [INFO] build-chain version recovered '^v3'
[Pipeline] sh
[2023-08-31T14:03:31.845Z] + npm install -g '@kie/build-chain-action@^v3' -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2023-08-31T14:03:33.735Z]
[2023-08-31T14:03:33.735Z] changed 95 packages, and audited 96 packages in 2s
[2023-08-31T14:03:33.735Z]
[2023-08-31T14:03:33.735Z] 5 packages are looking for funding
[2023-08-31T14:03:33.735Z] run `npm fund` for details
[2023-08-31T14:03:33.735Z]
[2023-08-31T14:03:33.735Z] found 0 vulnerabilities
[Pipeline] sh
[2023-08-31T14:03:34.023Z] + npm list -g
[2023-08-31T14:03:34.023Z] + grep build-chain
[2023-08-31T14:03:34.581Z] ├── @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-31T14:03:34.991Z] LD_LIBRARY_PATH = /opt/tools/graalvm/lib/server
[Pipeline] echo
[2023-08-31T14:03:35.019Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2023-08-31T14:03:35.032Z] provisioning config files...
[2023-08-31T14:03:35.035Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config18291979353336872280tmp
[Pipeline] {
[Pipeline] withCredentials
[2023-08-31T14:03:35.085Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
[2023-08-31T14:03:35.134Z] BUILD_MVN_OPTS = -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config18291979353336872280tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true
[Pipeline] sh
[2023-08-31T14:03:35.158Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2023-08-31T14:03:35.158Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2023-08-31T14:03:35.158Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2023-08-31T14:03:35.423Z] + source /home/jenkins/virtenvs/swf/bin/activate
[2023-08-31T14:03:35.423Z] ++ '[' /home/jenkins/virtenvs/swf/bin/activate = /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/durable-6359e4ee/script.sh ']'
[2023-08-31T14:03:35.423Z] ++ deactivate nondestructive
[2023-08-31T14:03:35.423Z] ++ unset -f pydoc
[2023-08-31T14:03:35.423Z] ++ '[' -z '' ']'
[2023-08-31T14:03:35.423Z] ++ '[' -z '' ']'
[2023-08-31T14:03:35.423Z] ++ hash -r
[2023-08-31T14:03:35.423Z] ++ '[' -z '' ']'
[2023-08-31T14:03:35.423Z] ++ unset VIRTUAL_ENV
[2023-08-31T14:03:35.423Z] ++ '[' '!' nondestructive = nondestructive ']'
[2023-08-31T14:03:35.423Z] ++ VIRTUAL_ENV=/home/jenkins/virtenvs/swf
[2023-08-31T14:03:35.423Z] ++ '[' linux-gnu = cygwin ']'
[2023-08-31T14:03:35.423Z] ++ '[' linux-gnu = msys ']'
[2023-08-31T14:03:35.423Z] ++ export VIRTUAL_ENV
[2023-08-31T14:03:35.423Z] ++ _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-31T14:03:35.423Z] ++ 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-31T14:03:35.423Z] ++ export PATH
[2023-08-31T14:03:35.423Z] ++ '[' -z '' ']'
[2023-08-31T14:03:35.423Z] ++ '[' -z '' ']'
[2023-08-31T14:03:35.423Z] ++ _OLD_VIRTUAL_PS1=
[2023-08-31T14:03:35.423Z] ++ '[' x '!=' x ']'
[2023-08-31T14:03:35.423Z] +++ basename /home/jenkins/virtenvs/swf
[2023-08-31T14:03:35.423Z] ++ PS1='(swf) '
[2023-08-31T14:03:35.423Z] ++ export PS1
[2023-08-31T14:03:35.423Z] ++ alias pydoc
[2023-08-31T14:03:35.423Z] ++ true
[2023-08-31T14:03:35.423Z] ++ hash -r
[2023-08-31T14:03:35.423Z] + 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/1507 --skipParallelCheckout
[2023-08-31T14:03:36.345Z] # Executing pre section
[2023-08-31T14:03:36.346Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config18291979353336872280tmp -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-31T14:03:36.346Z] BUILD_MVN_OPTS= -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-runtimes.tests.downstream.kogito-quarkus-examples@tmp/config18291979353336872280tmp -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-31T14:03:36.346Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=
[2023-08-31T14:03:36.346Z] BUILD_MVN_OPTS_CURRENT=
[2023-08-31T14:03:36.346Z] [command]/usr/bin/echo QUARKUS_VERSION=
[2023-08-31T14:03:36.346Z] QUARKUS_VERSION=
[2023-08-31T14:03:36.346Z] [command]/usr/bin/echo ENABLE_DEPLOY=
[2023-08-31T14:03:36.346Z] ENABLE_DEPLOY=
[2023-08-31T14:03:36.346Z]
[2023-08-31T14:03:36.346Z] # Execution Plan
[2023-08-31T14:03:36.346Z] [INFO] 4 projects will be executed
[2023-08-31T14:03:36.346Z] [INFO] [kiegroup/drools]
[2023-08-31T14:03:36.346Z] [INFO] Level type: upstream
[2023-08-31T14:03:36.346Z] [INFO] [before]
[2023-08-31T14:03:36.346Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T14:03:36.346Z] 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-31T14:03:36.346Z] [INFO] [commands]
[2023-08-31T14:03:36.346Z] [INFO] mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2023-08-31T14:03:36.346Z] [INFO] [kiegroup/kogito-runtimes]
[2023-08-31T14:03:36.346Z] [INFO] Level type: upstream
[2023-08-31T14:03:36.346Z] [INFO] [before]
[2023-08-31T14:03:36.346Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T14:03:36.346Z] 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-31T14:03:36.346Z] [INFO] [commands]
[2023-08-31T14:03:36.346Z] [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-31T14:03:36.346Z] [INFO] [kiegroup/kogito-apps]
[2023-08-31T14:03:36.346Z] [INFO] Level type: upstream
[2023-08-31T14:03:36.346Z] [INFO] [before]
[2023-08-31T14:03:36.346Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_UPSTREAM }}
[2023-08-31T14:03:36.346Z] 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-31T14:03:36.346Z] [INFO] [commands]
[2023-08-31T14:03:36.346Z] [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-31T14:03:36.346Z] [INFO] [kiegroup/kogito-examples]
[2023-08-31T14:03:36.346Z] [INFO] Level type: current
[2023-08-31T14:03:36.346Z] [INFO] [before]
[2023-08-31T14:03:36.346Z] [INFO] export INTEGRATION_BRANCH=${{ env.INTEGRATION_BRANCH_CURRENT }}
[2023-08-31T14:03:36.346Z] 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-31T14:03:36.346Z] [INFO] [commands]
[2023-08-31T14:03:36.346Z] [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-31T14:03:36.346Z] 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-31T14:03:36.346Z] 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-31T14:03:36.346Z]
[2023-08-31T14:03:36.346Z] # Checking out kiegroup/kogito-examples and its dependencies (4 projects in total). It can take some time.
[2023-08-31T14:03:51.190Z] [INFO] kiegroup/drools checked out
[2023-08-31T14:04:06.346Z] [ERROR] [kiegroup/kogito-runtimes] Error merging danielezonca/kogito-runtimes:runtime-check
[2023-08-31T14:04:06.346Z] into kiegroup/kogito-runtimes:main
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-31T14:04:06.429Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:04:06.822Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-31T14:04:06.847Z] Recording test results
[2023-08-31T14:04:07.307Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-31T14:04:07.356Z] Archiving artifacts
[2023-08-31T14:04:06.828Z] No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-31T14:04:08.251Z] + rm -rf console.log
[Pipeline] sh

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